summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken linksSze Howe Koh2013-11-054-14/+13
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-013-1/+6
* QWindowPrivate: add virtual function 'clearFocusObject'Richard Moe Gustavsen2013-10-312-0/+6
* Consider multi-monitor setups in QPlatformWindow::initialGeometry().Friedemann Kleint2013-10-301-2/+23
* Add QGuiApplication::sync() functionJørgen Lind2013-10-304-1/+41
* Android: handle keyPress event for Key_BackPaul Olav Tvete2013-10-291-23/+18
* Remove doc references to non-existing functions in QSurfaceFormatSean Harmer2013-10-241-2/+2
* When creating QVariant(QPolygonF()) this should be a null variantAndy Shaw2013-10-181-1/+2
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-177-0/+211
* Clear QGuiApplicationPrivate::tabletPressTarget in ~QWindow.Friedemann Kleint2013-10-171-0/+2
* Update QPA cursor only for non-synthetic mouse eventsLaszlo Agocs2013-10-141-3/+5
* include privates the right wayOswald Buddenhagen2013-10-111-2/+2
* add a missing break in QGuiApplicationPrivate::processWindowSystemEventLiang Qi2013-10-111-0/+1
* Suppress automatic positioning of popup windows.Friedemann Kleint2013-10-091-1/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0816-96/+96
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-074-0/+22
* Update QSessionManager and related classes documentationSamuel Gaist2013-10-023-26/+30
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-304-26/+27
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-273-0/+24
* 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
|\ \