summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* QComboBox: don't call index(-1, 0) on the underlying modelDavid Faure2023-04-191-1/+1
* QComboBox: don't call data(invalid index) on the underlying modelDavid Faure2023-04-181-0/+2
* QComboBox: Disable items marked as disabled in native popupsSebastian Beckmann2023-03-311-0/+2
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-2/+13
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+2
* QComboBox: Don't dereference potential nullptr, simplifyVolker Hilsheimer2022-12-081-5/+2
* QComboBox: hide the popup on keypress rather than ShortcutOverrideVolker Hilsheimer2022-12-051-1/+9
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* QComboBox: remove dead keyboard-navigation codeVolker Hilsheimer2022-10-311-32/+1
* QComboBox: refactor item flashing code in hidePopupVolker Hilsheimer2022-10-291-24/+37
* Fix QComboBox supressing a QDialogs default buttonRobert Griebl2022-10-171-0/+2
* QComboBox: remove dead codeVolker Hilsheimer2022-10-121-20/+1
* QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-271-1/+9
* 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