summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix that the placeholdertext of QCombobox is not drawnChunLin Wang2021-01-271-2/+4
* QComboBox: fix select all columns in the viewChristian Ehrlicher2021-01-131-2/+4
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+1
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-3/+2
* fix qcombobox code styleWang ChunLin2020-09-251-2/+2
* Display combobox popup on the correct screenMorten Johan Sørvig2020-08-301-4/+4
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-271-1/+1
* fix qcombobox code styleWang Peng2020-07-251-1/+1
* Remove the space before the ')'Li Zhong Ming2020-07-241-3/+3
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-1/+0
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-5/+5
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-7/+7
* 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