summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-207-6/+18
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-195-5/+13
| | * Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-0/+2
| | * Convert features.mdiarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-1/+3
| * | Add QGuiApplication::screenAt()Tor Arne Vestbø2017-09-111-20/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-066-16/+26
| |\|
| | * Convert features.effects to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-2/+6
| | * Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-042-5/+5
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-043-9/+15
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1916-37/+37
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1925-153/+153
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-4/+10
|\|
| * QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-4/+10
* | New AA_DisableWindowContextHelpButton to globally hide ? buttonKai Koehne2017-08-291-3/+6
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-185-23/+112
* | Don't send extra mouse press to popups on dblClickPaul Olav Tvete2017-08-171-6/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-1515-88/+106
|\|
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-1515-88/+104
| * QAction: Note that the QAction parent parameter is optional since 5.7hjk2017-08-081-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-0/+1
|\|
| * QWidget::render(): Add a call to QPaintEnginePrivate::systemStateChanged()Friedemann Kleint2017-08-021-0/+1
* | xcb: don't rely on _NET_WORKAREA for available geometry on multi-head systemsGatis Paeglis2017-08-021-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-3/+5
|\|
| * Convert features.tabwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-0/+2
| * Windows: Don't raise inactive windows when showing a tooltipSergio Martins2017-07-191-3/+3
* | Don't call QVariant::fromValue<T>() with T=QVariantSérgio Martins2017-07-251-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devThiago Macieira2017-07-146-35/+42
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-136-35/+42
| |\|
| | * Doc: fix paintEvent() function casingMitch Curtis2017-07-111-1/+1
| | * Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-116-34/+41
* | | Remove QWidgetBackingStore tlwOffset member variableTor Arne Vestbø2017-07-132-17/+11
|/ /
* | 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