summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-9/+0
|\
| * Mac: Remove broken platformPluginPath code.Morten Johan Sørvig2013-02-121-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
| |\|
| | * Doc: Fix module name formatSze Howe Koh2013-01-251-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
|\|
| * 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
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-2/+14
|/
* 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
* Removing duplicate includesSergio Ahumada2012-09-091-3/+0
* Doc: Missing documentation added and doc errors fixed.aavit2012-09-051-0/+24
* Private slots should be named starting with _q_Sergio Ahumada2012-09-031-4/+4
* Doc: Fixes for several doc errorsaavit2012-08-311-2/+9
* Doc: Fix various errorsaavit2012-08-301-1/+1
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-231-15/+2
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-201-2/+7
* Handle "-psn_XXX" command line args on MacMorten Johan Sorvig2012-08-101-0/+4
* Fixed popups getting blocked by modal windows.Samuel Rødal2012-08-061-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-2/+2
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-2/+2
* QPA: pass cmdline arguments to QPlatformIntegrationPlugin constructorGirish Ramakrishnan2012-07-121-10/+3
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-111-0/+8
* qpa: Fix crash when native interface is nullGirish Ramakrishnan2012-07-091-8/+9