summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* QComboBox: emit currentIndexChanged() and currentTextChanged() when the model...Ivan Solovev2022-06-161-1/+5
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-6/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-2/+3
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-3/+3
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttonsNoah Davis2022-03-091-16/+17
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-2/+1
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-2/+2
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-311-9/+15
* QComboBox: add space for scrollbar if needed after showing popupVolker Hilsheimer2021-05-311-6/+13
* Delete duplicate condition in QComboBox::setPlaceholderTextDong Rui2021-03-091-1/+1
* 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