summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Create contexts and pbuffers with the correct screen in QOpenGLWidgetLaszlo Agocs2015-05-122-0/+3
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-082-4/+5
|\
| * Fix finding the closest active touch point for the pressed touch pointAlexander Volkov2015-04-162-4/+5
* | QSizePolicy: improve docs of retainSizeWhenHiddenMarc Mutz2015-05-071-3/+4
* | Give QSizePolicy its own .cppMarc Mutz2015-05-075-113/+124
* | Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1
* | Fix FPE in QApplicationPrivate::dispatchEnterLeave() due to invalid cursor po...Friedemann Kleint2015-04-231-1/+4
* | Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
* | Guard QWidget::setStyleSheet() against invocation from destructor.Friedemann Kleint2015-04-091-0/+2
* | Avoid leaking the QPlatformTextureListLaszlo Agocs2015-04-081-0/+1
* | Fix debug stream operators.Friedemann Kleint2015-04-011-1/+2
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-16/+1
|\|
| * Fix use of the window geometry specificationAlexander Volkov2015-03-271-16/+1
* | Fix incorrect FBO bindings with QOpenGLWidgetLaszlo Agocs2015-03-301-1/+9
* | Remove compression of posted input method events.Friedemann Kleint2015-03-301-4/+1
* | Add a section about QOpenGLWidget alternativesLaszlo Agocs2015-03-251-0/+17
* | Don't replay mouse press event which closes a popup on X11Alexander Volkov2015-03-251-1/+2
* | Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-231-3/+3
* | QWidget: render() in correct resolution on retinaTimur Pocheptsov2015-03-231-1/+4
* | QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-174-5/+5
* | Add missing \since 5.5 for QSpacerItem::sizePolicy()Jan Arve Saether2015-03-161-0/+2
* | QtWidgets: don't set Qt::WA_OutsideWSRange for 0-sized non-windowsUlf Hermann2015-03-121-8/+10
* | QWidgetWindow: Restrict context menu trigger to the widget's rectangle.Friedemann Kleint2015-03-121-1/+2
* | 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