summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* QComboBox: send font change event to popup menu when font changedWang Chuan2020-02-071-1/+3
* 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-1/+1
|\| |
| * | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-1/+1
* | | QComboxBox: Silence warnings about deprecated APIFriedemann Kleint2019-03-061-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-031-0/+3
|\| |
| * | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-0/+3
* | | QComboBox: add two new signals textHighlighted() and textActivated()Christian Ehrlicher2019-02-231-0/+6
|/ /
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-1/+1
* | QComboBox: deprecate signal currentIndexChanged(const QString &)Christian Ehrlicher2019-02-121-0/+9
* | QtWidgets: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-061-0/+2
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-2/+2
* | Widgets: replace deprecated QPalette functionsChristian Ehrlicher2018-12-171-1/+1
* | Warn when setting a completer on non-editable QComboBoxFrederik Gladhorn2018-10-191-1/+4
|/
* QComboBox: Start blockMouseReleaseTimer after showPopup callAles Erjavec2018-08-171-2/+3
* Fix build without features.completerTasuku Suzuki2018-05-091-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+3
|\
| * QComboBoxPrivate::showNativePopup(): Scale target rectangleJ-P Nurmi2018-02-051-1/+3
* | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-3/+3
* | Add an option to scroll the QComboBox on macOS with the mouse wheelAndy Shaw2018-01-051-5/+4
* | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-3/+3
* | QMacStyle: smooth QMenu corners for realOleg Yadrov2017-10-051-0/+14
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-9/+29
|\|
| * QCompleter: Send activated() signal only once on return keyGabriel de Dietrich2017-09-221-2/+21
| * Avoid calling QCompleter::popup() internallyGabriel de Dietrich2017-09-221-7/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-1/+3
|\|
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-1/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-20/+20
|\|
| * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-16/+16
| * Convert features.effects to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-5/+5
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-3/+4