summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the mouse event handling in testlibLars Knoll2015-06-022-6/+8
* Add qHash(QKeySequence)Marc Mutz2015-05-262-1/+16
* Make event delivery from testlib synchronousLars Knoll2015-05-231-27/+43
* Add environment variable support for testability library use.Timo Jyrinki2015-05-151-0/+3
* QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-123-4/+35
* Add a way to filter window system eventsGiulio Camuffo2015-05-122-2/+45
* Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-243-9/+9
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-229-9/+68
|\
| * Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
| * Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-2/+2
| |\
| | * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-011-2/+2
| * | Defer Q(OpenGL|Raster)Window updates when non-exposedLaszlo Agocs2015-04-141-4/+18
| * | Expose ItemViewActivateItemOnSingleClick in QStyleHintsEike Hein2015-04-105-1/+20
| * | Add a means to set the application icon where supportedAndy Shaw2015-04-103-2/+20
| * | Remove table of mostly null pointersAllan Sandfeld Jensen2015-04-081-0/+3
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-202-2/+0
* | | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-201-0/+3
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-064-56/+105
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-013-15/+22
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-15/+22
| | |\|
| | | * Fix use of the window geometry specificationAlexander Volkov2015-03-273-14/+21
| | | * Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
| * | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-011-41/+83
| |/ /
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0112-18/+75
|\| |
| * | Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-302-3/+19
| * | Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-306-8/+16
| * | Make versioned OpenGL functions working with the subclass patternLaszlo Agocs2015-03-273-1/+31
| * | Don't replay mouse press event which closes a popup on X11Alexander Volkov2015-03-252-1/+4
| * | Improve debug formatting of key and mouse events.Friedemann Kleint2015-03-251-5/+5
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-242-2/+3
|\| |
| * | Add a note about not requesting a profileLaszlo Agocs2015-03-201-1/+1
| * | improve QTouchEvent::TouchPoint qDebug operatorShawn Rutledge2015-03-181-1/+2
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-188-3/+55
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-168-3/+55
| |\| |
| | * | Support QCursor::setPos() properly for eglfsLaszlo Agocs2015-03-142-0/+27
| | * | eglfs: Generate enter and leave eventsLaszlo Agocs2015-03-143-0/+17
| | * | Fix build with QT_NO_CURSORAndrew Knight2015-03-121-2/+2
| | * | QShortCut: Check whether the menu is QPA-disabledGabriel de Dietrich2015-03-111-0/+1
| | * | QScreen availableGeometryChanged signal: emit correct valueShawn Rutledge2015-03-111-1/+1
| | * | Gui: Fix compilation with QT_NO_OPENGLKai Koehne2015-03-111-0/+7
* | | | Implement QDebug streaming operators for QWindow, QScreen and QWidget.Friedemann Kleint2015-03-164-0/+91
|/ / /
* / / QWindowSystemInterface: Fix memory leakMorten Johan Sørvig2015-03-091-0/+1
|/ /
* | docs: QPlatformWindow::screen() and QWindow::screen() can return nullShawn Rutledge2015-03-062-2/+3
* | xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-1/+6
* | Remove debug formatting functions obsoleted by the new debug operator for QFl...Friedemann Kleint2015-03-051-55/+4
* | xcb: QkeySequence::Quit is control-QShawn Rutledge2015-03-051-1/+1
* | Fix shortcut overriding.Christian Strømme2015-03-052-4/+13
* | QEvent types: use Q_ENUM qDebug support instead of custom formattersShawn Rutledge2015-03-031-102/+18
* | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+15