summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-1/+1
* Call setFocus() if it is a QAxHostWidget which is in a new active windowAndy Shaw2015-11-231-2/+4
* Do not leak textures from the backing storesLaszlo Agocs2015-11-231-11/+35
* Minor optimization to QWidgetPrivate::naturalWidgetFont()Konstantin Ritt2015-11-051-6/+10
* Support device pixel ratio in QWidget graphic effectsDavid Edmundson2015-09-041-1/+4
* Prevent QGestureManager crash.Morten Johan Sørvig2015-09-022-2/+5
* Fix unnecessary enter leave eventsJorgen Lind2015-08-201-2/+2
* Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
* Fix link to QQ articleAndy Shaw2015-08-071-1/+1
* Fix crash when mixing widgets with QtQuick 1 and Qt Quick 2Simon Hausmann2015-08-061-4/+7
* Fix the internal compositing flag for QOpenGL/QuickWidgetLaszlo Agocs2015-07-281-2/+2
* Clear qt_tablet_target only when all buttons are released.Friedemann Kleint2015-07-271-1/+1
* Fix action shortcuts for QToolButtonPaul Olav Tvete2015-07-231-8/+3
* Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+49
* Don't complain about non-matching Qt versions in qwidget.cppThiago Macieira2015-07-171-1/+8
* Switch to new not deprecated apiAndreas Holzammer2015-06-301-5/+1
* Replace MAC OS X with OS XNico Vertriest2015-06-305-13/+13
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-272-5/+2
|\
| * Inline QSpacerItem::sizePolicy()Marc Mutz2015-06-102-5/+2
* | Fix incorrect warning message in QOpenGLWidgetLaszlo Agocs2015-06-221-1/+1
* | Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-22/+24
* | QSwipeGestureRecognizer: Allow for small direction changes.Friedemann Kleint2015-06-071-10/+14
* | fix usage of wince scopeOswald Buddenhagen2015-06-052-2/+2
|/
* Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-011-1/+1
* Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-011-1/+2
* Emphasize the need for calling setDefaultFormat early on OS XLaszlo Agocs2015-05-291-0/+6
* Fix a crash in tst_QTouchEvent::deleteInRawEventTranslation().Friedemann Kleint2015-05-221-2/+3
* Don't propagate single touch events only from touchpads on OS XAlexander Volkov2015-05-211-2/+4
* Unclutter debug operators of gestures.Friedemann Kleint2015-05-201-17/+33
* Fix typo and formatting in QWidget font documentation.Mitch Curtis2015-05-181-2/+2
* Fix division by zero crash when restoring screen settingsKati Kankaanpaa2015-05-131-3/+2
* 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