summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build without features.completerTasuku Suzuki2020-06-051-0/+2
* Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-151-1/+5
* QComboBox: Remove deprecated auto-completion propertiesVolker Hilsheimer2020-05-061-121/+26
* Fix Clang 10 warning about misleading indentationThiago Macieira2020-05-051-2/+2
* Remove deprecated QComboBox::SizeAdjustPolicy enum valueVolker Hilsheimer2020-04-271-18/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-3/+14
|\
| * Fix warning about deprecated QComboBox::AdjustToMinimumContentsLengthThiago Macieira2020-04-091-3/+14
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-15/+17
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-3/+3
| * Fix deprecation of QComboBox:::currentIndexChanged(const QString&)Lars Knoll2020-03-251-23/+14
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-1/+1
|\|
| * QComboBox: deprecate SizeAdjustPolicy::AdjustToMinimumContentLengthVolker Hilsheimer2020-02-261-1/+1
* | QComboBox: remove currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-191-30/+0
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-3/+20
|\|
| * QComboBox: deprecate currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-111-2/+17
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-081-1/+3
| |\
| | * QComboBox: send font change event to popup menu when font changedWang Chuan2020-02-071-1/+3
* | | QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-101-31/+0
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-16/+21
|\| |
| * | QComboBox: unify behavior of setModel() and modelResetChristian Ehrlicher2020-01-281-16/+21
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-5/+5
|\| |
| * | Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-4/+4
* | | Sync behavior and documentation of QFoo::setItemDelegate()Christian Ehrlicher2020-01-241-1/+3
|/ /
* | 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-111-1/+58
* | QComboBox cleanup: use member initialization and nullptrChristian Ehrlicher2019-11-261-34/+14
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* | QComboBox: add property placeholderTextChristian Ehrlicher2019-11-151-6/+50
|/
* widgets: Remove use of deprecated activated(const QString &) APITor Arne Vestbø2019-09-141-15/+0
* QComboBox: add documentation for textHighlighted/textActivatedChristian Ehrlicher2019-09-091-2/+19
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-7/+0
* Fix build without features.proxymodelTasuku Suzuki2019-08-171-0/+4
* QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-301-7/+6
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-12/+12
* Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-2/+3
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\
| * [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-5/+0
|\|
| * QComboBox: revert deprecation of currentIndexChanged(QString)Christian Ehrlicher2019-07-051-5/+0
* | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-2/+2
* | Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-13/+9
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+1
|\|
| * QComboBox: add QT_DEPRECATED_X() for deprecated functionsChristian Ehrlicher2019-05-091-1/+1
* | Remove a few usages of deprecated APIShawn Rutledge2019-06-131-2/+2
* | QComboBox: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-111-8/+4
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-8/+4
| |\
| | * QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-081-8/+4