summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* QComboBox: Revert recreation of ComboBox Container on style changeWladimir Leuschner2024-04-111-17/+1
* Delete QComboBoxPrivateContainer while the combo box is still aliveTor Arne Vestbø2024-03-091-0/+3
* QComboBox: ignore hidden items when calculating popup sizeChristian Ehrlicher2024-01-121-0/+3
* QComboBox: Fix hover over list viewAxel Spoerl2023-12-211-3/+1
* a11y: QComboBox: Reset all model connections when setting modelMichael Weghorn2023-12-181-2/+8
* QComboBox: inform accessibility about model change before selectingVolker Hilsheimer2023-12-091-0/+11
* QComboBox: don't eat non-printable key strokesChristian Ehrlicher2023-11-231-2/+3
* Doc: Improve the QCombobox DocumentationSafiyyah Moosa2023-10-311-45/+56
* Introduce Windows 11 styled ComboBox in QWindows11StyleWladimir Leuschner2023-10-271-2/+21
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-051-1/+1
* a11y: Keep current combobox entry in syncMichael Weghorn2023-09-291-5/+6
* QComboBoxPrivateContainer: add missing keyEvent->accept()Axel Spoerl2023-09-291-0/+3
* QComboBox: Modernise connect statementsAxel Spoerl2023-09-291-89/+105
* QComboBox on macOS: guard against destruction while native popup is openVolker Hilsheimer2023-09-081-6/+13
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-07-051-1/+1
* QComboBox: scroll the popup to the top before positioning itRichard Moe Gustavsen2023-06-151-1/+7
* Fix no-op emission of QComboBox::currentTextChangedAxel Spoerl2023-06-131-4/+16
* Fix hiding in QComboBox when there is no selectionVolker Hilsheimer2023-05-041-19/+18
* 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