summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Set icon on the select-all action in the text edit context menu tooVolker Krause2019-10-172-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-1/+1
|\|
| * Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-10-131-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-134-8/+16
|\|
| * QGroupBox: always disable children in a checkable, unchecked groupboxVolker Hilsheimer2019-10-111-2/+6
| * QAbstractScrollArea: when used as a popup, apply regular popup behaviorVolker Hilsheimer2019-10-101-1/+4
| * Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-102-5/+5
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+1
| |\
| | * Fix text not rendering properly after setAlignment callKari Hormi2019-10-081-0/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-241-1/+1
|\| |
| * | QAbstractSpinBox css: properly honor spincontrol-disable-on-boundsChristian Ehrlicher2019-09-231-1/+1
* | | Add QScreen::virtualSiblingAt() and use it in QMenubarPrivate::popupActionShawn Rutledge2019-09-191-9/+4
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-162-15/+10
|\| |
| * | widgets: Remove use of deprecated activated(const QString &) APITor Arne Vestbø2019-09-142-15/+10
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-112-9/+29
|\| |
| * | QMenu::popup(): don't change the menu's screen if called from exec()Shawn Rutledge2019-09-101-7/+10
| * | QComboBox: add documentation for textHighlighted/textActivatedChristian Ehrlicher2019-09-091-2/+19
* | | Add a QSplashScreen constructor taking a QScreenSona Kurazyan2019-09-102-3/+39
|/ /
* | Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-2/+2