summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-231-2/+4
* Long live QOpenGLTexture!Sean Harmer2013-09-223-0/+40
* Replace hardcoded shortcuts for X11 in QLineEdit with StandardKeysDavid Edmundson2013-09-213-3/+8
* Fix last standard keyboard shortcutDavid Edmundson2013-09-211-1/+1
* Fix some doc errors.Frederik Gladhorn2013-09-211-2/+0
* WinRT: Basic global supportAndrew Knight2013-09-201-2/+2
* Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-202-2/+8
* Don't automatically create a platform window on content orientation changeAndrew Knight2013-09-191-4/+2
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-162-15/+6
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-141-4/+1
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-131-4/+1
| |\
| | * Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-4/+1
* | | Don't use an extension to the C++ language in public headersThiago Macieira2013-09-131-4/+5
* | | Make nativeOrientation available in the public APIPaul Olav Tvete2013-09-132-0/+19
* | | Fix QWindow::moveEvent documentationLaszlo Agocs2013-09-131-1/+1
|/ /
* | Adding QPlatformMessageDialogHelper and QMessageDialogOptionsShawn Rutledge2013-09-133-1/+200
* | Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-135-4/+42
* | Push updates to the QPA cursor even when a modal window is shownLaszlo Agocs2013-09-131-5/+6
* | Fix Android Style plugin.BogDan Vatra2013-09-101-0/+4
* | Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-051-1/+3
* | Add QPA session managerSamuel Gaist2013-09-049-50/+394
* | Added applicationState() to QGuiApplication.Yoann Lopes2013-09-023-34/+60
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-022-3/+4
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-272-3/+4
| |\|
| | * Android: Fix crash when hitting Back button to quitEskil Abrahamsen Blomfeldt2013-08-261-1/+1
| | * Do not recreate window if it is moved to a virtual sibling screen.Friedemann Kleint2013-08-231-2/+3
* | | QFileDialog: add MIME Type filtersDavid Faure2013-08-292-0/+14
|/ /
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-234-18/+8
* | Fix typo in qkeysequence.cpp code comment.Mitch Curtis2013-08-221-1/+1
* | Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-206-267/+281
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-163-1/+12
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-143-1/+12
| |\|
| | * Don't crash if the QWindow's screen is temporarily invalidShawn Rutledge2013-08-071-0/+4
| | * Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-1/+1
| | * Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-291-0/+7
* | | Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-155-34/+16
|/ /
* | Implement support for global whatsthis on WindowsSimon Hausmann2013-08-134-0/+15
* | Add more key names to QKeySequence.Mitch Curtis2013-08-131-0/+8
* | Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-086-15/+82
* | Android: Fix crash when setting WA_NativeWindowEskil Abrahamsen Blomfeldt2013-07-312-2/+3
* | Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-252-0/+112
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-242-9/+25
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-232-9/+25
| |\|
| | * Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-221-0/+4
| | * 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
* | | Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
|/ /
* | added maximumTouchPoints to QTouchDeviceShawn Rutledge2013-07-223-1/+24
* | Have QFileDialog use QUrl internallyKevin Ottens2013-07-182-18/+26
* | Pass argc, argv to the platform plugins.Friedemann Kleint2013-07-185-9/+36