summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Ensure that layouts don't move widgets outside of their parentVolker Hilsheimer2019-03-261-0/+11
* Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-228-0/+53
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-166-2/+19
|\
| * 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
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-157-14/+38
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-147-14/+38
| |\| |
| | * | 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
* | | | More nullptr usage in headersKevin Funk2019-03-1470-210/+210
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-3/+3
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-071-3/+3
* | | QComboxBox: Silence warnings about deprecated APIFriedemann Kleint2019-03-061-0/+6
* | | Doc: Minor QDialog clarificationPaul Wicking2019-03-041-6/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-0310-18/+53
|\| |
| * | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-0110-18/+53
* | | Add QStyle::standardPixmap support to all entries in QDialogButtonBoxDavid Edmundson2019-03-022-0/+20
* | | QSpinBox: add new signal textChanged(QString)Christian Ehrlicher2019-03-013-13/+56
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-014-13/+39
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-272-2/+2
|\| |
| * | Fix can not -> cannotRobert Loehning2019-02-252-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-02-235-26/+27
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-225-26/+27
| |\| |
| | * | 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
* | | | QComboBox: add two new signals textHighlighted() and textActivated()Christian Ehrlicher2019-02-232-3/+15
* | | | QGraphicsItemAnimation: add transformAt() an deprecate matrixAt()Christian Ehrlicher2019-02-233-11/+31
|/ / /
* | | ensure signal subWindowActivated() triggers even when widget has focusMartin Koller2019-02-211-1/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2042-436/+642
|\| |
| * | 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
| * | QtWidgets: mark QFileDialog functions as deprecatedChristian Ehrlicher2019-02-122-6/+11
| * | Deduplicate QWidgetPrivate::invalidateBufferTor Arne Vestbø2019-02-123-92/+60