summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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
* | Add a note about not requesting a profileLaszlo Agocs2015-03-201-1/+1
* | improve QTouchEvent::TouchPoint qDebug operatorShawn Rutledge2015-03-181-1/+2
* | 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
* | 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
* | Improve setDefaultFormat docs regarding AA_ShareOpenGLContextsLaszlo Agocs2015-02-251-0/+6
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-253-7/+13
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-252-9/+9
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-256-15/+8
* | Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-252-3/+7
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-8/+6
|\|
| * QGuiApplication: revert b8d0fac5a9 (mouse event handling)Richard Moe Gustavsen2015-02-151-8/+6
* | Merge dev into 5.5Oswald Buddenhagen2015-02-234-4/+4
|\ \
| * | Fixed license headersJani Heikkinen2015-02-174-4/+4
* | | Use QPlatformWindow::mapToGlobal()/mapFromGlobal() for Qt::ForeignWindow.Friedemann Kleint2015-02-181-6/+10
|/ /
* | Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-161-4/+9
* | QScreen: add devicePixelRatio propertyShawn Rutledge2015-02-142-1/+7
* | FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-142-0/+36
* | QOpenGLContext: expose the shared global contextGiuseppe D'Angelo2015-02-122-0/+26
* | Make the QPlatformTheme::keyBindings() search deterministicMorten Johan Sørvig2015-02-121-50/+33
* | Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-126-5/+30
* | Update copyright headersJani Heikkinen2015-02-11133-992/+960
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-105-4/+27
|\|
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-1/+16
| |\
| | * Fix drag and drop regressionGatis Paeglis2015-01-193-1/+16
| * | Safeguard QScreen::refreshRate against buggy platform behaviorGunnar Sletta2015-01-212-3/+11
* | | remove stray QGuiApplicationPrivate::wheelEventSource declarationShawn Rutledge2015-02-081-2/+0
* | | QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-085-7/+7
* | | Avoid the initializeOpenGLFunctions() call after versionFunctions()Laszlo Agocs2015-02-071-12/+17
* | | QOpenGLWidget/Window: improve docs for the dtorGiuseppe D'Angelo2015-02-071-1/+1