New Features in Qt 5.5: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=What is new in Qt 5.5=
=What is new in Qt 5.5=


Very incomplete. Do expect the list to usefull until just before release.
What is new in Qt 5.5
Potentially incomplete.


==New Features==
New Features


* QPA
**XCB plugin now uses the dbus based statusnotifier protocol for system tray and notifications.
** KMS/DRM backend for EGLFS. This replaces the now deprecated KMS platform plugin. It allows running apps with eglfs on the console on systems with Mesa and devices that come with drm support.
** EGLFS has a plugin-based backend mechanism in addition to the existing, statically compiled-in solution.
** tslib is now better integrated with EGLFS and LinuxFB to provide support for resistive single-touch touchscreens often used in industrial environments.
** xcb is refactored to move GLX and EGL support into plugins. No more ifdefs, allowing building both backends.
** Added a TUIO Touch plugin for receiving remote touch events via UDP.
** Added a libinput plugin.
* Qt GUI
** Windows packages are all built with -opengl dynamic. No OpenGL-only or ANGLE-only builds are provided anymore.
** QImage: 8-bit Alphamap and grayscale formats.
* Qt Quick
** Windows now defaults to the threaded Qt Quick render loop when using desktop OpenGL (opengl32.dll).
** QQuickRenderControl supports threaded rendering.
* Qt QML
** It is now possible to conveniently expose custom C++ value types into the JavaScript environment of Qml and QJSEngine.
* Qt Multimedia
** GStreamer 1.0 support. Note that the default is still 0.10. 1.0 support can be enabled with a configure option.
** New video filtering framework to integrate frameworks like OpenCV or compute APIs such as OpenCL or CUDA with VideoOutput elements.
** New API to control camera viewfinder settings
* Qt Bluetooth
* Qt Bluetooth
** Bluetooth Low Energy <span class="caps">API</span> final release (5.4 was featuring tech preview).
** Bluetooth Low Energy API final release (5.4 was featuring tech preview).
** Bluetooth Low Energy Support for Android (requires Android v18+) added.
** Bluetooth Low Energy Support for Android (requires Android v18+) added.
** Bluetooth Classic and Low Energy support for iOS and OS X.
** Bluetooth Classic and Low Energy support for iOS and OS X.
* Qt <span class="caps">GUI</span>
** QImage: 8-bit Alphamap and grayscale formats.
* Qt Nfc
* Qt Nfc
** Neard based backend for Linux added.
** Neard based backend for Linux added.
* Qt WebEngine
* Qt WebEngine
** WebEngineProfile for control of storage and cache paths and related policies.
** WebEngineProfile for control of storage and cache paths and related policies.
 
** Added support for javascript Geolocation API with QtLocation as a backend
* Qt <span class="caps">QML</span>
** Added API for managing downloading of files
** It is now possible to conveniently expose custom C++ value types into the JavaScript environment of Qml and <span class="caps">QJSE</span>ngine.
** Added API for controlling cache and cookie paths and policy
 
* Qt WebView
* <span class="caps">QPA</span>
** Added native implementations for Windows and Mac OS X
** <span class="caps">XCB</span> plugin now uses the dbus based statusnotifier protocol for system tray and notifications.


===Categories:===
===Categories:===

Revision as of 14:46, 16 February 2015

What is new in Qt 5.5

What is new in Qt 5.5 Potentially incomplete.

New Features

  • QPA
    • XCB plugin now uses the dbus based statusnotifier protocol for system tray and notifications.
    • KMS/DRM backend for EGLFS. This replaces the now deprecated KMS platform plugin. It allows running apps with eglfs on the console on systems with Mesa and devices that come with drm support.
    • EGLFS has a plugin-based backend mechanism in addition to the existing, statically compiled-in solution.
    • tslib is now better integrated with EGLFS and LinuxFB to provide support for resistive single-touch touchscreens often used in industrial environments.
    • xcb is refactored to move GLX and EGL support into plugins. No more ifdefs, allowing building both backends.
    • Added a TUIO Touch plugin for receiving remote touch events via UDP.
    • Added a libinput plugin.
  • Qt GUI
    • Windows packages are all built with -opengl dynamic. No OpenGL-only or ANGLE-only builds are provided anymore.
    • QImage: 8-bit Alphamap and grayscale formats.
  • Qt Quick
    • Windows now defaults to the threaded Qt Quick render loop when using desktop OpenGL (opengl32.dll).
    • QQuickRenderControl supports threaded rendering.
  • Qt QML
    • It is now possible to conveniently expose custom C++ value types into the JavaScript environment of Qml and QJSEngine.
  • Qt Multimedia
    • GStreamer 1.0 support. Note that the default is still 0.10. 1.0 support can be enabled with a configure option.
    • New video filtering framework to integrate frameworks like OpenCV or compute APIs such as OpenCL or CUDA with VideoOutput elements.
    • New API to control camera viewfinder settings
  • Qt Bluetooth
    • Bluetooth Low Energy API final release (5.4 was featuring tech preview).
    • Bluetooth Low Energy Support for Android (requires Android v18+) added.
    • Bluetooth Classic and Low Energy support for iOS and OS X.
  • Qt Nfc
    • Neard based backend for Linux added.
  • Qt WebEngine
    • WebEngineProfile for control of storage and cache paths and related policies.
    • Added support for javascript Geolocation API with QtLocation as a backend
    • Added API for managing downloading of files
    • Added API for controlling cache and cookie paths and policy
  • Qt WebView
    • Added native implementations for Windows and Mac OS X

Categories: