summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QWidgetWindow: Avoid using global static non-trivial type.Sérgio Martins2015-05-251-1/+1
* QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-122-9/+7
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-1/+1
|\
| * Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-1/+4
|\|
| * Fix FPE in QApplicationPrivate::dispatchEnterLeave() due to invalid cursor po...Friedemann Kleint2015-04-231-1/+4
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-223-0/+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
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-203-3/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-062-17/+3
|\|
| * 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
* | | 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