summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Don't assume a QBasicDrag will start and end over a QWindowTor Arne Vestbø2014-03-041-3/+2
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-042-3/+85
* Fix crash in QSimpleDrag if drag wasn't started over a QWindowTor Arne Vestbø2014-03-041-2/+3
* QTouchDevice Documentation grammar correction.David Fries2014-03-041-1/+1
* Add source to debug output of QMouseEvent.Friedemann Kleint2014-02-281-3/+6
* QPalette: optimize move assignment operatorMarc Mutz2014-02-281-2/+1
* Add missing notify signal for the QWindow::title propertySimon Hausmann2014-02-272-2/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-8/+80
|\
| * Doc: add CLI options for QGuiApplicationLeena Miettinen2014-02-171-8/+80
* | Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-175-1/+77
* | QPlatformDialogHelper: change ButtonRole flags to ensure 32-bit sizeShawn Rutledge2014-02-172-5/+5
* | Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-153-73/+173
* | Extending the inputMethodQuery APIPaul Olav Tvete2014-02-152-0/+28
* | Extend the documentation for orientation in QScreenFabian Bumberger2014-02-141-3/+8
* | Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-21/+29
* | Close widgets properly from session management.Friedemann Kleint2014-02-142-17/+25
* | Expose QPlatformWindow::invalidateSurface as a virtual function.Gunnar Sletta2014-02-132-0/+16
* | Move setWindowIcon() up to QGuiApplication.David Faure2014-02-124-0/+48
* | Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-123-0/+15
* | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-124-7/+25
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-113-5/+4
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-073-5/+4
| |\|
| | * Doc: Fix broken linksSze Howe Koh2014-02-042-4/+2
| | * Initialize QGuiApplicationPrivate::lastCursorPosition to infFrederik Gladhorn2014-01-211-1/+2
* | | QWindow: reduce a bit of code duplication.David Faure2014-02-082-7/+12
* | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-0/+4
* | | QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-072-0/+13
|/ /
* | Clean up QPlatformSessionManagerSamuel Gaist2014-02-031-3/+3
* | QGuiApplication: Check if window exists before sending double click event.Friedemann Kleint2014-02-031-6/+8
* | Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-302-0/+22
* | If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-274-0/+39
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-203-0/+9
|\|
| * Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-103-0/+9
* | Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-182-0/+61
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-133-5/+5
* | qguiapplication_p.h: Compile fix for Android.Friedemann Kleint2014-01-131-1/+1
* | Introduce a way of explicit selection of the platform themeŁukasz 'sil2100' Zemczak2014-01-131-6/+17
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-2/+1
|\|
| * QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-071-2/+1
* | Use the default height (not 0) if only width is specifiedJan Arve Saether2014-01-091-8/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-163-0/+9
|\|
| * 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
* | Allow the platform to specify a press and hold delay.Michael Brasser2013-12-106-2/+25
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-0/+17
|\|
| * 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
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-0/+2
|\| |
| * | Check the thread in QOffscreenSurfaceLaszlo Agocs2013-11-271-0/+2