summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* macOS: Deliver native events to windows, as well as to event filtersTor Arne Vestbø2017-07-061-0/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-9/+0
|\
| * Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-9/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0414-64/+71
|\|
| * docs: Reference QOpenGLWidget::grabFramebuffer, not QGLWidget::grabFrameBufferSérgio Martins2017-07-021-2/+5
| * Fix moving a hidden QOpenGLWidget to another windowSérgio Martins2017-07-022-1/+3
| * Convert features.statustip to QT_CONFIGStephan Binner2017-06-295-9/+9
| * Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+4
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-298-23/+23
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-285-11/+11
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-287-16/+16
| * Revert "QWidgetEffectSourcePrivate::draw(): Call render() when no shared pain...Friedemann Kleint2017-06-141-1/+1
* | QtWidgets: Change QTLWExtra::window from QWindow to QWidgetWindowMorten Johan Sørvig2017-06-222-11/+15
* | Correctly set native widget window visibilityMorten Johan Sørvig2017-06-221-1/+2
* | Fix dereferencing non-existent TLW with hidden QOpenGLWidgetLaszlo Agocs2017-06-201-12/+12
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-192-3/+5
|\|
| * Help GCC understand that variable is never used unintializedThiago Macieira2017-06-071-1/+1
| * Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-071-2/+4
* | Start supporting purely offscreen QOpenGLWidgetLaszlo Agocs2017-06-082-12/+25
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-073-2/+6
|\|
| * QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-1/+1
| * QWidgetWindow: don't give focus to windows that are being destroyedMitch Curtis2017-05-301-0/+4
| * QWidgetEffectSourcePrivate::draw(): Call render() when no shared painter existsFriedemann Kleint2017-05-291-1/+1
* | QGestureManager: use QScopedPointer to hold prototype gestureMarc Mutz2017-05-301-2/+1
* | QGestureManager: use op[] instead of contains() + insert() to ensure an entry...Marc Mutz2017-05-301-4/+3
* | QWidgetWindow: Forward incoming events with their original spontaneous stateTor Arne Vestbø2017-05-201-25/+25
* | Make QWindow::setVisible() work for widgetsMorten Johan Sørvig2017-05-113-4/+25
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-072-6/+6
|\|
| * macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
| * QOpenGLWidget: Fix UB (invalid cast) in ~QOpenGLWidgetPrivateDyami Caliri2017-04-271-6/+2
* | cleanup: remove redundant QGuiApplicationPrivate::buttonsGatis Paeglis2017-05-051-0/+3
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-204-29/+18
|\|
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-1/+2
| * Fix UB in QWidgetEffectSourcePrivate::detachOlivier Goffart2017-04-191-4/+4
| * Fix UB in QLayout::childEventOlivier Goffart2017-04-191-22/+9
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-2/+3
| |\
| | * Fix menu position when highdpi scalingMorten Johan Sørvig2017-04-061-2/+3
* | | Pluginize the platform stylesJake Petroules2017-04-143-4/+3
* | | Remove the Windows XP style from public accessibilityJake Petroules2017-04-132-7/+7
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-072-2/+2
|\| |
| * | Fix warning for -no-feature-graphicsviewStephan Binner2017-04-041-1/+1
| * | Fix warning for -no-feature-menubarStephan Binner2017-04-041-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
| |\|
| | * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-1/+1
* | | Fix clipping of graphics effects in high dpi modeDaniel Teske2017-03-282-13/+16
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-203-2/+17
|\| |
| * | Set default fbo redirect correctly for QOpenGLWidget viewportsLaszlo Agocs2017-03-181-0/+14
| * | When changing screen, only update the font if dpi has changedOlivier Goffart2017-03-171-1/+2