summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-8/+80
|\
| * Doc: add CLI options for QGuiApplicationLeena Miettinen2014-02-171-8/+80
* | Close widgets properly from session management.Friedemann Kleint2014-02-141-17/+23
* | Move setWindowIcon() up to QGuiApplication.David Faure2014-02-121-0/+33
* | Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-121-0/+5
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-1/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+2
| |\|
| | * Initialize QGuiApplicationPrivate::lastCursorPosition to infFrederik Gladhorn2014-01-211-1/+2
* | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-0/+4
|/ /
* | QGuiApplication: Check if window exists before sending double click event.Friedemann Kleint2014-02-031-6/+8
* | If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-271-0/+21
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+2
|\|
| * Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-101-0/+2
* | Introduce a way of explicit selection of the platform themeŁukasz 'sil2100' Zemczak2014-01-131-6/+17
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+5
|\|
| * Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-101-0/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-32/+48
|\|
| * EglFS: make sure resize events are deliveredPaul Olav Tvete2013-11-061-9/+9
| * Add QGuiApplication::sync() functionJørgen Lind2013-10-301-0/+21
| * Android: handle keyPress event for Key_BackPaul Olav Tvete2013-10-291-23/+18
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-3/+19
|\|
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+13
| * Update QPA cursor only for non-synthetic mouse eventsLaszlo Agocs2013-10-141-3/+5
| * add a missing break in QGuiApplicationPrivate::processWindowSystemEventLiang Qi2013-10-111-0/+1
* | Add platform plugin arguments to QLibraryInfo/qt.conf.Friedemann Kleint2013-10-161-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-12/+20
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-12/+12
| * QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-071-0/+8
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-091-17/+13
|\|
| * Update QSessionManager and related classes documentationSamuel Gaist2013-10-021-2/+2
| * QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-15/+11
* | Relay mouse event synthesization informationLaszlo Agocs2013-10-041-6/+26
|/
* WinRT: Basic global supportAndrew Knight2013-09-201-2/+2
* Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-131-1/+1
* Push updates to the QPA cursor even when a modal window is shownLaszlo Agocs2013-09-131-5/+6
* Add QPA session managerSamuel Gaist2013-09-041-9/+12
* Added applicationState() to QGuiApplication.Yoann Lopes2013-09-021-32/+55
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+1
|\
| * Android: Fix crash when hitting Back button to quitEskil Abrahamsen Blomfeldt2013-08-261-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+1
|\|
| * Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-1/+1
* | Implement support for global whatsthis on WindowsSimon Hausmann2013-08-131-0/+2
* | Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-1/+1
* | Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-251-0/+110
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-9/+21
|\|
| * Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-2/+7
| * QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-7/+14
* | Pass argc, argv to the platform plugins.Friedemann Kleint2013-07-181-3/+3
|/
* Change error text for missing platform pluginKai Koehne2013-07-011-4/+5
* Windows: Display a message box if platform plugin cannot be found.Friedemann Kleint2013-06-261-2/+11