summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Initialize QGuiApplicationPrivate::lastCursorPosition to infFrederik Gladhorn2014-01-211-1/+2
* Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-103-0/+9
* QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-071-2/+1
* Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-101-0/+5
* Windows: Show context menu on mouse release.Friedemann Kleint2013-12-102-1/+5
* Protect implementation of QNativeGestureEvent against QT_NO_GESTURESAndy Shaw2013-12-051-0/+2
* Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-0/+15
|\
| * Docs: add important QWheelEvent::phase() related notesJ-P Nurmi2013-11-291-0/+15
* | Check the thread in QOffscreenSurfaceLaszlo Agocs2013-11-271-0/+2
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-264-7/+24
|\|
| * Allow platform to decide default behavior for show() based on window flagsTor Arne Vestbø2013-11-204-7/+24
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-183-9/+1
|\|
| * Don't maximize dialogs.BogDan Vatra2013-11-151-1/+1
| * Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-142-8/+0
* | Improve interaction between QPlatformTheme and QPlatformIntegration hinting.Michael Brasser2013-11-151-1/+27
* | Move MaxKeyCount from QKeySequenceEditPrivate to QKeySequencePrivateMarc Mutz2013-11-141-0/+1
|/
* Remove disused version of QPlatformMessageDialogHelper::clicked signalShawn Rutledge2013-11-081-1/+0
* Dialogs: provide the StandardButton->ButtonRole mapping in QPAShawn Rutledge2013-11-072-1/+61
* EglFS: make sure resize events are deliveredPaul Olav Tvete2013-11-064-14/+18
* Don't hardcode devicePixelRatio to 1.Morten Johan Sørvig2013-11-061-1/+6
* 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
| |\