summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to know when a screen is being removedAleix Pol2014-07-021-1/+13
* QGuiApplication::paletteChanged(const QPalette &palette) [signal]J-P Nurmi2014-07-021-0/+10
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-011-0/+10
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-0/+10
| |\
| | * QGuiApplication: Document -plugin command line argument.Friedemann Kleint2014-06-191-0/+6
| | * Fix animations in static buildsKai Koehne2014-06-171-0/+4
* | | Fix init order of platfromIntegration and forcedWindowIconFrederik Gladhorn2014-07-011-2/+5
|/ /
* | QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-251-1/+6
* | Fix screen handling for child windows.Friedemann Kleint2014-06-181-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-5/+15
|\|
| * 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
* | Use QtPlatformHeaders to set platform specific functionalityJorgen Lind2014-05-091-0/+14
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-2/+10
|\|
| * When a window loses focus to a popup, event has PopupFocusReasonShawn Rutledge2014-04-171-2/+10
* | Factor xcb check into a local variableDavid Faure2014-05-021-3/+4
* | Add support for -qwindowicon command line argument.David Faure2014-05-021-0/+6
* | OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-241-4/+5
|/
* 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