summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-062-1/+8
|\
| * Add missing _exit tracepoints for event handlingMilian Wolff2019-04-052-1/+2
| * Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-2/+0
|\|
| * Remove superfluous inclusion of qtwidgets-config.priJoerg Bornemann2019-04-041-2/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-042-2/+2
|\|
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-022-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-1/+8
|\|
| * QMacStyle - fix PE_InticatorTabClose handlingTimur Pocheptsov2019-04-011-1/+8
* | QListWidget: don't hide setBackgroundColor with QT_DISABLE_DEPRECATED_SINCEChristian Ehrlicher2019-03-311-1/+2
* | QDoubleSpinBox: reset size hint when prefix is setChristian Ehrlicher2019-03-261-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-1/+6
|\|
| * Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-211-1/+6
* | QDockWidget: Store tab position when undockingFriedemann Kleint2019-03-253-11/+53
* | QDockWidgetPrivate: Use member initializationFriedemann Kleint2019-03-251-13/+6
* | QDialog: be more specific on how to replace deprecated functionsChristian Ehrlicher2019-03-201-5/+5
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-205-14/+22
|\|
| * Fix memory leak when unregistering a gesture recognizerAndy Shaw2019-03-192-5/+6
| * Improve documentation for opaque resize in QSplitterJan Arve Sæther2019-03-182-6/+6
| * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-3/+10
| |\
| | * Merge 5.12 into 5.12.2Kari Oikarinen2019-02-201-0/+1
| | |\
| | * | Fix QSplashscreen positioning on AndroidFriedemann Kleint2019-02-191-3/+10
* | | | Fix some qdoc warningsFriedemann Kleint2019-03-154-1/+10
* | | | Don't increase the size of the layout unnecessarily when moving toolbarsAndy Shaw2019-03-151-1/+5
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-0/+4
|\| | |
| * | | QAbstractItemView: Don't let editor width exceed item width if not neededChristian Ehrlicher2019-03-141-0/+4
* | | | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-135-10/+10
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-092-4/+28
|\| | |
| * | | QAbstractItemView: make v-aligned items texts more user-friendlyChristian Ehrlicher2019-03-081-4/+21
| * | | Document that dialog parent relationship does not imply stacking orderTor Arne Vestbø2019-03-061-0/+7
* | | | Fix some qdoc warningsFriedemann Kleint2019-03-071-3/+3
* | | | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-0110-18/+53
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-283-4/+21
|\| | |
| * | | QListView: Fix Shift+click selection for non-default itemAlignmentAlexander Volkov2019-02-272-3/+20
| * | | Don't edit the item if we did not get the press event on the same itemAndy Shaw2019-02-261-1/+1
| | |/ | |/|
* | | Properly deprecate assorted enum membersEdward Welbourne2019-02-271-9/+18
* | | Fix can not -> cannotRobert Loehning2019-02-252-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-0/+1
|\| |
| * | Emit returnPressed() signal for the lineEdit embedded in QDateTimeEditKai Koehne2019-02-191-0/+1
| |/
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-204-26/+26
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-154-66/+73
|\|
| * Widgets: Only set WA_WState_ExplicitShowHide via public APITor Arne Vestbø2019-02-123-54/+58
| * Fix crash when using Qt Virtual Keyboard with QCalendarWidgetMitch Curtis2019-02-121-12/+15
* | Deduplicate QWidgetBackingStore::markDirtyTor Arne Vestbø2019-02-133-111/+53
* | Add missing "override" specifiersAlessandro Portale2019-02-131-2/+2
* | QToolBarLayout: replace deprecated calls to QLayout::margin()Christian Ehrlicher2019-02-132-20/+31
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-1312-23/+28
* | QtWidgets: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-135-4/+28
* | QComboBox: deprecate signal currentIndexChanged(const QString &)Christian Ehrlicher2019-02-122-0/+12
* | QFontComboBox: fix layouting in RTL modeChristian Ehrlicher2019-02-121-6/+10