summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-1/+7
* ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-031-0/+7
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-117/+76
|\
| * Window deactivation should set focus reason.Frederik Gladhorn2013-03-131-1/+1
| * Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-121-1/+1
| * Fix warning about unhandled enumeration value.Friedemann Kleint2013-03-121-0/+2
| * Implement XEmbed protocolAlberto Mardegan2013-03-061-1/+1
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-0/+2
| |\
| * | Introducing the Qt Android portPaul Olav Tvete2013-03-051-3/+25
| * | Allow flushing window system events from other threadEskil Abrahamsen Blomfeldt2013-02-281-0/+3
| * | QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-211-2/+25
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-0/+2
| |\ \
| * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-9/+0
| |\ \ \
| * | | | Add QWindowSystemInterface::handleFileOpen(const QUrl&)José Dapena Paz2013-02-081-2/+2
| * | | | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-105/+0
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
| | |\ \ \ \
| * | | | | | Offscreen testing platform pluginSamuel Rødal2013-01-291-0/+2
| |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-4/+4
| |\ \ \ \ \
| * | | | | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-2/+14
* | | | | | | Make QCoreApplication::startingUp() return false when appropriate.Mitch Curtis2013-03-141-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-0/+2
| |_|_|_|/ |/| | | |
* | | | | Fixed QT_NO_ACCESSIBILITY build.Bjoern Breitmeyer2013-02-131-0/+2
| |_|_|/ |/| | |
* | | | Mac: Remove broken platformPluginPath code.Morten Johan Sørvig2013-02-121-9/+0
| |_|/ |/| |
* | | Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
| |/ |/|
* | QGuiApplication::font(): assert that a GUI app instance existsJ-P Nurmi2013-01-211-0/+1
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Doc: Fix documentation for devicePixelRatio() functionsTopi Reinio2013-01-171-3/+2
|/
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-2/+5
* Accessibility: Activate in QGuiApp instead of QApp.Frederik Gladhorn2012-12-161-0/+4
* Fixed crash in tst_qguiapplication with QT_QPA_PLATFORM=minimalSamuel Rødal2012-12-051-1/+2
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-1/+28
* Fix crash when requesting QGuiApplication::platformNativeInterface()Miikka Heikkinen2012-11-301-1/+1
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-281-2/+214
* QGuiApplication docs: clarify that QWidget needs QApplicationJ-P Nurmi2012-11-271-1/+3
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-231-1/+1
* Bring back -nograb/-dograb for debugging.Friedemann Kleint2012-11-151-0/+25
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+1
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-7/+7
* Remove a couple of unused variables.Miikka Heikkinen2012-11-021-2/+0
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-0/+18
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-251-0/+19
* QScreen's physicalSize can change. Ensure siblings are updated.Shawn Rutledge2012-10-161-9/+6
* Fix "open with" functionality on OSX (FileOpenEvent)Shawn Rutledge2012-10-131-0/+4
* Show widget cursor after restoring last override cursorMiikka Heikkinen2012-10-041-2/+15
* Introducing the PlatformPanel event type.Sergio Martins2012-10-031-0/+18
* Set CWD when launched from Finder.Morten Johan Sorvig2012-10-021-1/+13
* Fix events being processed on application startSimon Hausmann2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed multiple modal windows from all blocking each other.Samuel Rødal2012-09-211-0/+2