summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-23/+22
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Remove winrtOliver Wolff2020-06-061-1/+1
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-2/+2
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-12/+0
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-051-7/+4
* Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-04-241-3/+5
* Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-241-7/+0
* Move QMargins operator| into qmargins.h, add equivalent for QMarginsFVolker Hilsheimer2020-04-241-8/+0
* QWidget: fix regression when changing focus proxy while it has focusVolker Hilsheimer2020-04-231-6/+5
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-4/+6
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-1/+1
* Remove deprecated members from QtWidgets/kernel classesVolker Hilsheimer2020-04-161-30/+0
* Don't set WindowContextHelpButtonHint by default for dialogs and sheetsVolker Hilsheimer2020-04-091-11/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-3/+2
|\
| * widgets: Remove unused member QTLWExtra::inTopLevelResizeTor Arne Vestbø2020-03-191-3/+2
* | Resolve QWidget window handle without depending on QtWidgetsTor Arne Vestbø2020-04-021-0/+11
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-261-1/+1
| |\
| | * Remove misplaced backslash from documentationVolker Hilsheimer2020-02-251-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+10
|\| |
| * | Fix font and palette propagation for themed children created at runtimeVolker Hilsheimer2020-02-201-1/+10
| * | Improve error message when mixing incompatible Qt library versionsTor Arne Vestbø2020-02-141-9/+1
* | | Docs: Remove traces of QGLJohan Klokkhammer Helsing2020-02-201-3/+0
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-1/+3
| |\|
| | * widgets: Don't create winId when the widget is being destroyedVaL Doroshchuk2020-02-051-1/+3
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
| |\|
| | * QGraphicsProxyWidget: fix handling of proxy focusGiuseppe D'Angelo2020-01-291-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-2/+2
|\| |
| * | Fix some qdoc-warningsFriedemann Kleint2020-01-241-2/+2
* | | 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-151-1/+5
| |\|
| | * Doc: Add note about mac-specific behavior for setWindowIconPaul Wicking2020-01-141-1/+5
* | | Fix QPalette::isBrushSetVitaly Fanaskov2020-01-021-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-0/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+17
| |\|
| | * 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-091-95/+95
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-95/+95
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-3/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-3/+8
| |\|
| | * QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-271-3/+8
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-3/+5
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
| |/
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+3
| |\
| | * Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-291-1/+3
* | | QAction: Properly port to the new configure systemFriedemann Kleint2019-11-011-1/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-171-0/+2
|\| |