summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix positioning of dynamically populated QToolButton::MenuButtonPopup's in sc...Friedemann Kleint2020-01-233-34/+51
* QMenu: Move exec(), popup() to private classFriedemann Kleint2020-01-232-84/+98
* QTabBar: fix QStyleOptionTab::positionChristian Ehrlicher2020-01-221-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-1/+2
|\
| * Doc: Fix ButtonRole enum docs for QMessageBox and QDialogButtonBoxTopi Reinio2020-01-171-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-2/+8
|\|
| * QScrollBar: allow scrolling any scrollbar with any mouse wheelChristian Ehrlicher2020-01-131-2/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-092-17/+18
|\|
| * Doc: Correct qdoc compilation errors qtbaseNico Vertriest2020-01-092-17/+18
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-0/+4
|\|
| * Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-0/+4
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-062-5/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-062-5/+5
| |\|
| | * QPlainTextEdit: make sure firstVisibleBlock() is validChristian Ehrlicher2020-01-051-1/+2
| | * Fix some qdoc warningsFriedemann Kleint2020-01-021-4/+3
* | | Stylesheet: Handle tabs with elide mode set correctlyAndy Shaw2020-01-061-7/+9
|/ /
* | Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-022-0/+4
|\|
| * Check platformNativeInterface pointer before dereferencingShawn Rutledge2019-12-312-0/+4
* | Allow hiding tabs in QTabWidget / QTabBarJordi Pujol Foyo2019-12-205-25/+212
* | 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-112-2/+64
* | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-111-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-105-86/+126
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-105-86/+126
| |\|
| | * Doc: Clarify ownership of added menu for QMenuBar::addMenu(QMenu *)Alexander Volkov2019-12-091-1/+2
| | * Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-091-0/+2
| | * Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+6
| | * Tell the truth about QDateTimeEdit's range-of-values propertiesEdward Welbourne2019-12-061-85/+115
| | * QPlainTextEdit: update internal palette on QEvent::EnabledChangeChristian Ehrlicher2019-12-051-0/+1
* | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-102-3/+3
|/ /
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0643-672/+672
* | Document that toggleViewAction can't be used to toggle the dock widgetVolker Hilsheimer2019-12-041-2/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-9/+24
|\|
| * Doc: Improve explanation of QLineEdit input maskEirik Aavitsland2019-11-261-9/+24
* | QLayoutItem: make QLayoutItem::widget() const in Qt6Christian Ehrlicher2019-11-271-0/+4
* | QtWidgets: Fix warnings about providing function for DESIGNABLE in property d...Friedemann Kleint2019-11-263-11/+5
* | QComboBox cleanup: use member initialization and nullptrChristian Ehrlicher2019-11-262-78/+52
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-222-4/+4
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-2025-38/+37
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-1/+1
|\|
| * QLineEdit: Fix End key for input masksDaniel Teske2019-11-151-1/+1
* | QComboBox: add property placeholderTextChristian Ehrlicher2019-11-153-6/+55
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-152-14/+25
|\|
| * Fix rendering of markdown in QLabelEike Ziller2019-11-132-14/+25
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-011-1/+1
|\|
| * Turn a local QHash into a QMultiHashMÃ¥rten Nordheim2019-10-311-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-261-14/+21
|\|
| * Specify year in month name lookups for QCalendarWidgetEdward Welbourne2019-10-251-14/+21
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-182-0/+2
|\|