Qt 5.5.1 is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 5.5.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://doc.qt.io/qt-5/index.html The Qt version 5.5 series is binary compatible with the 5.4.x series. Applications compiled for 5.4 will continue to run with 5.5. Some of the changes listed in this file include issue tracking numbers corresponding to tasks in the Qt Bug Tracker: https://bugreports.qt.io/ Each of these identifiers can be entered in the bug tracker to obtain more information about a particular change. **************************************************************************** * Controls * **************************************************************************** - ComboBox: * [QTBUG-46611] Fixed the selected text to follow model changes - Menu: * [QTBUG-47092] Fixed popups so that they do not cross screen boundaries * Made MenuBar, Menu properly accessible * [QTBUG-47233] Removed native menus from native menubar on destruction * [QTBUG-45131] Android: fixed hardware menu button to open the options menu * iOS: added shortcuts to edit menu items - TableView: * [QTBUG-46468] Fixed extra row with headerVisible:false * [QTBUG-44185] Made sort indicator follow moved columns - TextArea: * [QTBUG-41375] Fixed EditMenu so that it does not clear the text selection - TreeView: * [QTBUG-46891] Fixed to track model indexes during selection **************************************************************************** * Dialogs * **************************************************************************** - General: * Changed to emit accepted and rejected signals instead of calling accept and reject. Don't close the dialog by default for Help, Apply, Reset - FileDialog: * [QTBUG-46688] Ensured that options are set early enough **************************************************************************** * Styles * **************************************************************************** - [QTBUG-46960][QTBUG-46881] Fixed some minor issues about Android style