summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-23/+0
|\
| * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-031-23/+0
* | Document QApplication::cursorFlashTime() can return -1İsmail Dönmez2014-07-071-0/+3
|/
* QApp: Method to check for native style usage.Christoph Schleifenbaum2014-06-051-0/+21
* Update tooltip palette when receiving a theme change notification.Friedemann Kleint2014-04-251-0/+2
* Doc: document obsolete QApplication::setGraphicsSystem()Marc Mutz2014-04-101-0/+9
* Send touch update events to widget if there is a gesture pending for it.Friedemann Kleint2014-03-311-1/+5
* Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
* QApplication: fix scroll phase handling for wheel eventsJ-P Nurmi2014-03-201-2/+2
* docs: QApplication::startDragDistance default value is 10Shawn Rutledge2014-03-141-1/+2
* Revert "Propagate synthesized mouse events in parallel (lock-step) with touch"Eskil Abrahamsen Blomfeldt2014-03-041-94/+0
* Make closeAllWindows() close real windows only.Morten Johan Sørvig2014-02-251-1/+2
* Exclude widgets without associated QWindow in QApplication::shouldQuit().Friedemann Kleint2014-02-151-3/+5
* Close widgets properly from session management.Friedemann Kleint2014-02-141-18/+37
* Move setWindowIcon() up to QGuiApplication.David Faure2014-02-121-15/+22
* Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-1/+2
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-271-0/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-1/+16
|\
| * Partially revert "Move notification of layout change up from QApplication to ...Robin Burchell2013-12-131-0/+25
| * Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-101-10/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-3/+10
|\|
| * Widgets: Never revoke focus by click on focused widget.Christoph Schleifenbaum2013-11-181-0/+10
| * Remove Q_INIT_RESOURCE_EXTERNTor Arne Vestbø2013-11-051-3/+0
* | Fix settable style hints.Friedemann Kleint2013-10-221-7/+5
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* Update QSessionManager and related classes documentationSamuel Gaist2013-10-021-1/+1
* Reinitialize system palette when setting a new style.BogDan Vatra2013-09-101-0/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+8
|\
| * Fix ShortcutOverrid for Qt QuickFrederik Gladhorn2013-08-131-1/+8
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+1
|\|
| * Clean up evaluation license logicTor Arne Vestbø2013-07-051-1/+1
* | QStyle - tooltip - add wakeDelay and sleepDelay as styleHintsThorbjørn Martsum2013-07-031-3/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-18/+31
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-251-18/+31
| |\
| | * Fix missing shortcuts for WindowContainersJørgen Lind2013-06-211-18/+31
* | | QPlatformIntegration: add new style hint: SetFocusOnTouchReleaseRichard Moe Gustavsen2013-06-251-22/+40
|/ /
* | If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-191-1/+3
* | Remove use of 'register' from Qt.Stephen Kelly2013-06-171-8/+8
|/
* QApplication: fix touch to mouse bug when setting buttons()Richard Moe Gustavsen2013-05-071-1/+2
* Respond to the _NET_WM_CONTEXT_HELP WM_PROTOCOLS messageJan Kundrát2013-04-241-0/+8
* Widgets: Propagate 'accepted'-state of touch begin events.Friedemann Kleint2013-04-121-5/+10
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-6/+2
* Cocoa: Make touch events work again.Morten Johan Sørvig2013-03-261-0/+28
* Set screen position when generating synthetic mouse events from touchMorten Johan Sørvig2013-03-261-1/+1
* Fix missing parts of Ie511522d35b5658c20be43dd112eae18c205277f in mergeMitch Curtis2013-03-221-2/+4
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Make QT_STYLE_OVERRIDE env variable available to release buildsShawn Rutledge2013-03-181-4/+0
* QApplication: Fix MSVC-warning about unused variable q.Friedemann Kleint2013-03-121-6/+2
* Implement XEmbed protocolAlberto Mardegan2013-03-061-1/+13
* Doc: Fix some typosTakumi ASAKI2013-02-191-2/+2