summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-1/+2
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-1/+2
| |\
| | * Make sure the focus is passed on correctly when back-tabbingAndy Shaw2020-01-251-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-286-14/+20
|\| |
| * | QGestureManager: fix one (of many) inefficient loop(s)Marc Mutz2020-01-261-4/+3
| * | QMenu: don't crash when another popup is closed when a popup is closedChristian Ehrlicher2020-01-251-1/+3
| * | Fix some qdoc-warningsFriedemann Kleint2020-01-242-3/+3
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-232-7/+7
| * | Mark QApplication::globalStrut as deprecatedVolker Hilsheimer2020-01-222-0/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-152-2/+6
| |\|
| | * Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-1/+1
| | * Doc: Add note about mac-specific behavior for setWindowIconPaul Wicking2020-01-141-1/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-152-140/+101
|\| |
| * | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-132-140/+101
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-132-35/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-092-35/+28
| |\|
| | * Remove clearWidgetPaletteHash argument from setPalette_helperTor Arne Vestbø2020-01-092-6/+5
| | * Move tracking of widget specific app palettes to QApplicationPrivateTor Arne Vestbø2020-01-092-25/+23
| | * Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-091-5/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-101-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-1/+1
| |\|
| | * Skip WA_DontShowOnScreen widgets when checking whether application can quitTor Arne Vestbø2020-01-071-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-062-3/+4
| |\|
| | * Fix syncqt warning in qtestsupport_widgets.hTor Arne Vestbø2020-01-021-1/+1
| | * Fix some qdoc warningsFriedemann Kleint2020-01-022-3/+4
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-043-84/+82
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-12/+11
| |\|
| | * Contain Qt::AA_SetPalette logic in QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-12-211-3/+4
| | * Simplify QApplication::paletteTor Arne Vestbø2019-12-211-3/+2
| | * Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-171-6/+3
| | * Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-171-3/+5
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-162-69/+70
| |\|
| | * Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-132-13/+6
| | * Explicitly polish palette instead of relying on QApplication::setPaletteTor Arne Vestbø2019-12-121-4/+4
| | * Clean up QApplication::style default style constructionTor Arne Vestbø2019-12-121-25/+24
| | * Ensure override style properly clears out previous style if setTor Arne Vestbø2019-12-121-18/+14
| | * Update system palette on application init if neededTor Arne Vestbø2019-12-121-0/+6
| | * Unify system palette initialization during style changeTor Arne Vestbø2019-12-121-15/+16
| | * Clarify call to initializeWidgetFontHash in QApplication::setStyleTor Arne Vestbø2019-12-121-1/+7
| * | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-111-2/+2
* | | Fix QPalette::isBrushSetVitaly Fanaskov2020-01-022-4/+4
* | | Move QOpenGLWidget from QtWidgets to QtOpenGLJohan Klokkhammer Helsing2019-12-123-1591/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-112-15/+45
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-102-15/+45
| |\|
| | * Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-091-15/+28
| | * QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-091-0/+17
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0922-344/+344
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0623-347/+347
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-3/+8
|\| |