summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add debug output for input method related events.Friedemann Kleint2014-07-281-0/+67
* QTabletEvent documentation improvementsShawn Rutledge2014-07-281-35/+58
* add buttons to QTabletEventShawn Rutledge2014-07-288-27/+170
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-0/+5
|\
| * Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-0/+5
* | Rename QPixelFormat enum value to avoid conflict with X.h.Axel Rasmussen2014-07-142-4/+4
* | Make QWindow::close go through the QWindowSystemInterfaceJorgen Lind2014-07-101-19/+22
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+1
|\|
| * Fix debug output of QTouchEvent.Friedemann Kleint2014-07-041-1/+1
* | Improve debug output of QPalette.Friedemann Kleint2014-07-081-3/+27
* | Add convenience function for checking screen changes to QPlatformWindow.Friedemann Kleint2014-07-072-0/+24
* | Make it possible to know when a screen is being removedAleix Pol2014-07-024-1/+25
* | QGuiApplication::paletteChanged(const QPalette &palette) [signal]J-P Nurmi2014-07-022-0/+11
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-012-1/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-012-1/+12
| |\|
| | * QGuiApplication: Document -plugin command line argument.Friedemann Kleint2014-06-191-0/+6
| | * Fix animations in static buildsKai Koehne2014-06-171-0/+4
| | * QPlatformClipboard::emitChanged(): Do not emit signals when closing down.Friedemann Kleint2014-06-061-1/+2
* | | Fix init order of platfromIntegration and forcedWindowIconFrederik Gladhorn2014-07-011-2/+5
* | | Move deletion of the QDrag object into QDragManager::drag().Friedemann Kleint2014-07-011-0/+1
|/ /
* | Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-06-301-0/+3
* | Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-251-0/+4
* | QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-252-2/+8
* | Fix screen handling for child windows.Friedemann Kleint2014-06-183-37/+83
* | Improve debug output of events.Friedemann Kleint2014-06-161-10/+42
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-0/+6
|\|
| * Call doneCurrent on QOpenGLContext when the surface diesLaszlo Agocs2014-05-231-0/+6
* | Remove tracking of the current fboLaszlo Agocs2014-06-021-2/+0
* | Fix a crash when using QtQuickControls with core profileBerthold Krevert2014-05-221-4/+25
* | Remove unnecessary friend declarations from qevent.h.Friedemann Kleint2014-05-151-5/+0
* | Don't crash when platform plugin sends us two close events.Gunnar Sletta2014-05-151-0/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-133-7/+21
|\|
| * Document the X11 DISPLAY variable in the -display option docsThiago Macieira2014-05-091-0/+2
| * Doc: fix -qwindowgeometry and -qwindowtitle option docsThiago Macieira2014-05-091-2/+1
| * Document that the -reverse option is only for debugging and its defaultThiago Macieira2014-05-091-1/+3
| * Document that env variables are preferable to cmdline optionsThiago Macieira2014-05-091-1/+8
| * Avoid corruption in Q(Open)GLFunctions when used on multiple threadsLaszlo Agocs2014-05-092-2/+6
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-132-8/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-8/+2
| |\|
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-032-8/+2
| | |\
| | | * Revision new signalAlan Alpert2014-05-021-1/+1
| | | * Remove old symbols from QOpenGLContextLaszlo Agocs2014-04-261-7/+1
* | | | qpa: Merge qkeymapper.cppTor Arne Vestbø2014-05-133-83/+31
* | | | qpa: Merge qcursor.cppTor Arne Vestbø2014-05-133-165/+98
* | | | qpa: Merge QClipboardTor Arne Vestbø2014-05-133-91/+31
* | | | Make handling of QEvent::Close consistent with QWindow::close()Gunnar Sletta2014-05-131-9/+4
* | | | qpa: Rename qplatformsystemtrayicon_qpa.cppTor Arne Vestbø2014-05-122-1/+1
* | | | Use QtPlatformHeaders to set platform specific functionalityJorgen Lind2014-05-094-0/+24
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-067-20/+45
|\| |
| * | Don't set the window title for a Qt::Desktop window (QDesktopWidget)Thiago Macieira2014-05-021-1/+1