summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-102-37/+0
* Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-031-1/+1
* QButtonGroup: remove deprecated signalsVitaly Fanaskov2020-02-023-93/+8
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-289-61/+107
|\
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-282-21/+31
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-282-21/+31
| | |\
| | | * QScrollArea: fix off-by-one error in ensureWidgetVisibleIndiana Kernick2020-01-251-2/+2
| | | * Prepare callers for QChar-to-QString change in some QLocale returnsEdward Welbourne2020-01-231-19/+29
| * | | QComboBox: unify behavior of setModel() and modelResetChristian Ehrlicher2020-01-282-16/+22
| * | | QButtonGroup: deprecate overloaded signalsChristian Ehrlicher2020-01-283-3/+33
| * | | Deprecate all methods that use QMatrixJarek Kobus2020-01-282-21/+21
| |/ /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-2821-227/+361
|\| |
| * | Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-266-10/+10
| * | QLabel: Allow pixmap() and picture() to return by-valueSze Howe Koh2020-01-262-5/+93
| * | QTextBrowser: deprecate signal highlighted(QString)Christian Ehrlicher2020-01-252-18/+22
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-239-78/+89
| * | Fix positioning of dynamically populated QToolButton::MenuButtonPopup's in sc...Friedemann Kleint2020-01-233-34/+51
| * | QMenu: Move exec(), popup() to private classFriedemann Kleint2020-01-232-84/+98
| * | QTabBar: fix QStyleOptionTab::positionChristian Ehrlicher2020-01-221-1/+1
* | | Sync behavior and documentation of QFoo::setItemDelegate()Christian Ehrlicher2020-01-241-1/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-191-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-1/+2
| |\|
| | * Doc: Fix ButtonRole enum docs for QMessageBox and QDialogButtonBoxTopi Reinio2020-01-171-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-2/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-2/+8
| |\|
| | * QScrollBar: allow scrolling any scrollbar with any mouse wheelChristian Ehrlicher2020-01-131-2/+8
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-132-17/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-092-17/+18
| |\|
| | * Doc: Correct qdoc compilation errors qtbaseNico Vertriest2020-01-092-17/+18
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-091-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-0/+4
| |\|
| | * Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-0/+4
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-073-12/+14
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-062-5/+5
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-062-5/+5
| | |\|
| | | * QPlainTextEdit: make sure firstVisibleBlock() is validChristian Ehrlicher2020-01-051-1/+2
| | | * Fix some qdoc warningsFriedemann Kleint2020-01-021-4/+3
| * | | Stylesheet: Handle tabs with elide mode set correctlyAndy Shaw2020-01-061-7/+9
| |/ /
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-0410-29/+282
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-022-0/+4
| |\|
| | * Check platformNativeInterface pointer before dereferencingShawn Rutledge2019-12-312-0/+4
| * | Allow hiding tabs in QTabWidget / QTabBarJordi Pujol Foyo2019-12-205-25/+212
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
| * | Support checkable QComboBox items with styles using a popup dropdownVolker Hilsheimer2019-12-112-2/+64
| * | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-111-1/+1
* | | Convert date-time faithfully in QDateTimeEdit::setDateTime()Edward Welbourne2019-12-122-4/+30
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-117-89/+129
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-105-86/+126
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-105-86/+126
| | |\|