summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QShortCut: Check whether the menu is QPA-disabledGabriel de Dietrich2015-03-111-3/+8
* Add missing flush for multisampled QOpenGLWidgetLaszlo Agocs2015-03-091-0/+1
* Add getter for QSizePolicy to SpacerItemKatja Marttila2015-03-062-0/+9
* xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-0/+5
* avoid sending QPinchGestures based on unreasonable pinch deltasShawn Rutledge2015-03-031-1/+9
* Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+10
* Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-251-5/+5
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-256-27/+27
* Micro-optimize QApplication.Friedemann Kleint2015-02-251-16/+21
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-243-4/+7
|\
| * QWidgetWindow check valid widget geometryJørgen Lind2015-02-241-1/+1
| * Make sure there's a scene before using itAlbert Astals Cid2015-02-171-2/+2
| * Fixed crash when adding items with spansJan Arve Saether2015-02-091-1/+1
| * Document that setGraphicsEffect is not suitable for GL widgetsLaszlo Agocs2015-02-091-0/+3
* | Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-161-1/+11
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-0/+8
* | Use TabFocusBehavior in QStyleHints in widgetsLiang Qi2015-02-121-3/+1
* | Update copyright headersJani Heikkinen2015-02-1164-446/+446
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-107-52/+62
|\|
| * Improve handling of screens in QWidgets.Friedemann Kleint2015-02-064-22/+35
| * Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-4/+9
| * Streamline code in QDesktopWidget.Friedemann Kleint2015-02-042-22/+15
| * Set dpr of QImage in QOpenGLWidget grabFramebufferDyami Caliri2015-02-031-0/+1
| * QWindowContainer: Restrict check for negative position to child windows.Friedemann Kleint2015-02-031-1/+1
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-5/+3
| |\
| | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-161-5/+4
| | |\
| | * | Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-5/+3
* | | | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-086-7/+9
* | | | QOpenGLWidget/Window: improve docs for the dtorGiuseppe D'Angelo2015-02-071-1/+3
* | | | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-072-2/+3
* | | | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-8/+8
* | | | QLayoutStruct: reduce struct size 36 -> 32 bytesMaks Naumov2015-02-031-1/+1
* | | | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-039-118/+118
* | | | QLayoutEngine: replace an inefficient QList with QVarLengthArrayMarc Mutz2015-02-021-5/+6
* | | | Avoid warning in makeCurrentLaszlo Agocs2015-01-281-3/+1
* | | | QOpenGLWidget/QOpenGLWindow: add a destructor which calls makeCurrentGiuseppe D'Angelo2015-01-241-2/+15
* | | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-211-6/+5
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-6/+5
| |\| | |
| | * | | Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| | | |/ | | |/|
| | * | docs: Explain the limitations of QWidget::grabMouse() on WindowsSérgio Martins2015-01-081-5/+4
| | |/
* | / Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-203-0/+13
|/ /
* | Add QWheelEvent::sourceShawn Rutledge2015-01-132-2/+2
* | QSizePolicy: prepare for constexpr'ifcationMarc Mutz2015-01-081-6/+2
* | QSizePolicy: add Q_FLAGS(ControlTypes)Marc Mutz2014-12-261-0/+1
* | QWidget: use a static assert for a compile-time checkGiuseppe D'Angelo2014-12-251-3/+3
* | Fix discard framebuffer support in QOpenGLWidgetLaszlo Agocs2014-12-211-4/+4
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-207-77/+0
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-183-18/+21
|\|
| * Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-18/+13
| * Enable input methods for QQuickWidgetPaul Olav Tvete2014-12-102-0/+8