| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Fix QDoc warnings for internal classes in Qt Widgets | Jerome Pasion | 9 days | 1 | -0/+6 |
| * | Doc: Add missing property docs | Paul Wicking | 2025-11-06 | 1 | -0/+11 |
| * | CRA review: src/widgets/kernel/* | MohammadHossein Qanbari | 2025-09-23 | 1 | -0/+1 |
| * | QLayout: fix documentation of setSizeConstraints | Volker Hilsheimer | 2025-06-23 | 1 | -5/+5 |
| * | QLayout - Introduce vertical and horizontal layout constraints | Thorbjørn Lund Martsum | 2025-05-15 | 1 | -62/+215 |
| * | Widgets: remove some unused includes | Christian Ehrlicher | 2025-05-01 | 1 | -11/+1 |
| * | QLaoyut: remove check for QT_CONFIG(menubar) | Christian Ehrlicher | 2025-05-01 | 1 | -22/+6 |
| * | QLayout: Consume ChildRemoved event, when layout is disabled | Axel Spoerl | 2024-04-10 | 1 | -2/+3 |
| * | Add QWidgetPrivate::isExplicitlyHidden() helper function | Tor Arne Vestbø | 2024-01-31 | 1 | -2/+2 |
| * | Fix qdoc link warnings after moving a few examples to manual tests | Tor Arne Vestbø | 2023-06-27 | 1 | -3/+2 |
| * | Doc: Fix links to QLayout[Item]::expandingDirections() | Kai Köhne | 2023-06-09 | 1 | -1/+1 |
| * | QLayout: add className() to a warning message | Ahmad Samir | 2022-07-01 | 1 | -10/+11 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Fix qobject_cast on partially destroyed QWidget/QWindow | Giuseppe D'Angelo | 2022-01-05 | 1 | -3/+5 |
| * | Do not remove non-widget items when removeWidget() called with nullptr | Piotr Srebrny | 2021-05-11 | 1 | -0/+5 |
| * | Improve handling of minimumHeightForWidth() | Jan Arve Sæther | 2021-05-10 | 1 | -0/+22 |
| * | QLayout: add a way to unset user-defined contents margins | Giuseppe D'Angelo | 2020-11-20 | 1 | -0/+13 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -1/+1 |
| * | QLayout: unify the constructors | Giuseppe D'Angelo | 2020-11-02 | 1 | -13/+6 |
| * | QLayout::indexOf: redo implementation | Giuseppe D'Angelo | 2020-08-26 | 1 | -12/+10 |
| * | QLayout: make its indexOf functions take pointer-to-const | Giuseppe D'Angelo | 2020-08-23 | 1 | -3/+3 |
| * | QLayout: minor tidy in the docs | Giuseppe D'Angelo | 2020-08-10 | 1 | -1/+1 |
| * | Make QLayout::spacing/setSpacing virtual, remove qobject_cast hack | Volker Hilsheimer | 2020-06-09 | 1 | -31/+8 |
| * | Remove deprecated members from QtWidgets/kernel classes | Volker Hilsheimer | 2020-04-16 | 1 | -34/+0 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -13/+13 |
| * | Deprecate constructing QFlags from a pointer | Allan Sandfeld Jensen | 2019-11-20 | 1 | -1/+1 |
| * | Take widget content margin into account for menu bar size calculation | Samuel Gaist | 2019-11-15 | 1 | -9/+7 |
| * | QtWidgets: Fix static method invocations | Friedemann Kleint | 2019-06-28 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-13 | 1 | -4/+4 |
| |\ |
|
| | * | Doc: replace even more null/0/nullptr with \nullptr macro | Christian Ehrlicher | 2019-05-08 | 1 | -4/+4 |
| * | | Fix bug with QLayout::replaceWidget(a, a) | Jan Arve Saether | 2019-05-09 | 1 | -0/+2 |
| |/ |
|
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentation | Christian Ehrlicher | 2019-02-20 | 1 | -1/+1 |
| * | QtWidgets: mark obsolete functions as deprecated | Christian Ehrlicher | 2019-02-06 | 1 | -8/+10 |
| * | QtWidgets: replace 0 with \nullptr in documentation | Christian Ehrlicher | 2019-02-05 | 1 | -8/+9 |
| * | QLayout: Better document QLayout(QWidget *parent) behavior | Christian Ehrlicher | 2018-09-09 | 1 | -3/+4 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-05-02 | 1 | -0/+2 |
| |\ |
|
| | * | Convert features.toolbar to QT_[REQUIRE_]CONFIG | Stephan Binner | 2018-05-02 | 1 | -0/+2 |
| * | | Introduce QLayout::indexOf(QLayoutItem *) | Sergio Martins | 2018-02-10 | 1 | -0/+20 |
| |/ |
|
| * | Add clarifying documentation for QLayout::removeWidget() | Andy Shaw | 2017-10-24 | 1 | -1/+2 |
| * | Convert features.sizegrip to QT_[REQUIRE_]CONFIG | Stephan Binner | 2017-09-12 | 1 | -0/+2 |
| * | Convert features.menubar to QT_[REQUIRE_]CONFIG | Stephan Binner | 2017-09-04 | 1 | -7/+9 |
| * | Fix UB in QLayout::childEvent | Olivier Goffart | 2017-04-19 | 1 | -22/+9 |
| * | Fix warning for -no-feature-menubar | Stephan Binner | 2017-04-04 | 1 | -1/+1 |
| * | Add feature.label and feature.formlayout | Stephan Binner | 2017-03-03 | 1 | -0/+6 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-09-29 | 1 | -4/+3 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-09-28 | 1 | -4/+3 |
| | |\ |
|
| | | * | QLayout: Fix UB (invalid cast) in widgetEvent() | Marc Mutz | 2016-09-27 | 1 | -4/+3 |
| * | | | QLayout: use qEnvironmentVariableIntValue() | Marc Mutz | 2016-07-26 | 1 | -1/+1 |
| * | | | QtWidgets: Remove Windows CE. | Friedemann Kleint | 2016-04-07 | 1 | -5/+0 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-21 | 1 | -0/+2 |
| |\| |
|