summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-013-6/+29
|\
| * 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
* | QWidgetWindow: use sendEvent to forward events to the wrapped QWidgetGiuseppe D'Angelo2015-03-262-3/+10
* | Fixed bug in QLayout::replaceWidget()Jan Arve Saether2015-03-261-2/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-246-9/+14
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-184-12/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-164-12/+21
| |\|
| | * 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
* | | Implement QDebug streaming operators for QWindow, QScreen and QWidget.Friedemann Kleint2015-03-162-0/+66
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-093-0/+14
|\|
| * 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
* | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-062-7/+20
|/
* 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