summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't force antialiasing when it is turned offEskil Abrahamsen Blomfeldt2016-02-091-2/+4
* dbustray: Support late registering of tray icon menuDmitry Shachnev2016-02-093-8/+14
* dbustray: Do not change m_menu in QDBusTrayIcon::createMenu()Dmitry Shachnev2016-02-091-5/+1
* Fix clang 3.7 developer build [Werror, Winconsistent-missing-override]Sérgio Martins2016-02-081-1/+1
* dbusmenu: Refactor the code to allow dynamic updating of menusDmitry Shachnev2016-02-086-54/+102
* Reduce allocations by using reserve()Sérgio Martins2016-02-0714-20/+44
* Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5
* xcb: Fix not delivering focusIn event on hide/showAlexander Bersenev2016-02-061-4/+17
* xcb: Correct enter/leave event handling when mouse button is pressedBłażej Szczygieł2016-02-061-3/+10
* xcb: XInput2 fixes, enter/leave event fixesBłażej Szczygieł2016-02-067-95/+183
* Link with -ldl option only when it is supportedLada Trimasova2016-02-052-2/+2
* QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.Friedemann Kleint2016-02-052-8/+13
* Doc: correct minor typoGabriel Pannwitz2016-02-051-2/+2
* If the font is not being found then get the English name regardlessAndy Shaw2016-02-051-0/+2
* Doc: corrected minor link issuesNico Vertriest2016-02-052-1/+2
* Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-0512-97/+6
* Fix crash introduced by 75b705fec8e9517047d7dfa98203edff69f2bf8aAndy Shaw2016-02-051-1/+1
* Windows QPA: Add missing override declarations.Friedemann Kleint2016-02-053-8/+8
* Accessibility OS X: Improve password handlingFrederik Gladhorn2016-02-041-10/+17
* Windows QPA/Accessibility: Fix Clang warnings about comparing different enums.Friedemann Kleint2016-02-041-6/+6
* Make findAmPm actually return the relevant enum, instead of int.Edward Welbourne2016-02-042-13/+11
* Removed redundant and distracting test from conditional.Edward Welbourne2016-02-041-1/+1
* Direct2D: Spell out ~QWindowsDirect2DPaintDevice.Friedemann Kleint2016-02-042-0/+6
* End the drag if the dockwidget is being hiddenAndy Shaw2016-02-041-0/+2
* QWizard/Windows: Add missing override.Friedemann Kleint2016-02-041-1/+1
* egldevice: Add a way to force mode settingLaszlo Agocs2016-02-041-2/+7
* dbusmenu: Fix return type for QDBusMenuAdaptor::EventGroup methodDmitry Shachnev2016-02-032-2/+3
* dbusmenu: Add missing methods for getting QDBusPlatformMenu propertiesDmitry Shachnev2016-02-031-0/+3
* xcb: Take into account the orientation of touch pointsAlexander Volkov2016-02-033-5/+40
* Don't include <qtest.h> from qtestblacklist.cppTor Arne Vestbø2016-02-021-1/+0
* Fix rounding error in fetchTransformedBilinearAllan Sandfeld Jensen2016-02-021-2/+4
* Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-023-60/+46
* Make interleaving of QDateTimeParser::Section values evident.Edward Welbourne2016-02-021-11/+12
* Deconfuse some heavy use of the preprocessor.Edward Welbourne2016-02-021-6/+6
* Correct usage of Apple-related #if-ery.Edward Welbourne2016-02-021-4/+4
* dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-024-12/+60
* Remove warning about being unable to instantiate accessibility interfaceFrederik Gladhorn2016-02-021-8/+1
* QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-021-6/+2
* Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-021-2/+2
* Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-023-46/+11
* xcb: Ignore Mouse Enter:ungrab, Leave:grab events.Gatis Paeglis2016-02-011-2/+3
* Fix memory leak if QMetaType::create is called for an unknown typeJędrzej Nowacki2016-02-011-2/+3
* dbusmenu: Make D-Bus menus and menu items enabled by defaultDmitry Shachnev2016-01-311-2/+2
* Fix flickering status tips in submenus.Michal Policht2016-01-301-1/+3
* Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-306-40/+40
* QtDBus: Remove unnecessary #ifndef for QT_NO_PROPERTIESThiago Macieira2016-01-301-2/+0
* QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-293-11/+46
* Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-294-140/+153
* Windows QPA: Clear maximized state before setting the normal geometry.Friedemann Kleint2016-01-291-0/+28
* Windows QPA: Fix drag cursor and hotspot for pixmaps with DPR.Friedemann Kleint2016-01-291-19/+22