summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Document the X11 DISPLAY variable in the -display option docsThiago Macieira2014-05-091-0/+2
* Doc: fix -qwindowgeometry and -qwindowtitle option docsThiago Macieira2014-05-091-2/+1
* Document that the -reverse option is only for debugging and its defaultThiago Macieira2014-05-091-1/+3
* Document that env variables are preferable to cmdline optionsThiago Macieira2014-05-091-1/+8
* When a window loses focus to a popup, event has PopupFocusReasonShawn Rutledge2014-04-171-2/+10
* QGuiApplication: fix crash caused by posting fake mouse eventRichard Moe Gustavsen2014-04-071-6/+10
* Fixup QGuiApplication::sync to flush the QWSI queueJorgen Lind2014-04-041-0/+1
* QGuiApplication: send TouchCancel when touch is interrupted by popupShawn Rutledge2014-03-211-0/+12
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-6/+6
* Android: Support double click eventEskil Abrahamsen Blomfeldt2014-03-101-1/+3
* Fix description of how themes are created (code comments)Fabian Bumberger2014-03-081-4/+5
* 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