summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Doc: Improve explanation of QLineEdit input maskEirik Aavitsland2019-11-261-9/+24
* QLineEdit: Fix End key for input masksDaniel Teske2019-11-151-1/+1
* Fix rendering of markdown in QLabelEike Ziller2019-11-132-14/+25
* Turn a local QHash into a QMultiHashMårten Nordheim2019-10-311-1/+1
* Specify year in month name lookups for QCalendarWidgetEdward Welbourne2019-10-251-14/+21
* Set icon on the select-all action in the text edit context menu tooVolker Krause2019-10-172-0/+2
* Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-10-131-1/+1
* 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
* | QAbstractSpinBox css: properly honor spincontrol-disable-on-boundsChristian Ehrlicher2019-09-231-1/+1
* | widgets: Remove use of deprecated activated(const QString &) APITor Arne Vestbø2019-09-142-15/+10
* | 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
* | Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-2/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-1/+1
|\|
| * QToolBarLayout: fix position calculationChristian Ehrlicher2019-08-261-1/+1
* | Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-303-62/+62
* | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-272-19/+9
|\ \
| * | Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-222-19/+9
* | | Adapt QCalendarWidget and QDateTimeEdit to support choice of calendarSoroush Rabiei2019-08-225-158/+242
* | | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-2024-477/+42
|/ /
* | Fix build without features.proxymodelTasuku Suzuki2019-08-171-0/+4
* | Fix build without features.shortcutTasuku Suzuki2019-08-151-0/+2
* | Remove the unused includes for QSignalMapperSona Kurazyan2019-08-051-1/+0
* | QWidget/QLineEdit: deprecate get{Contents,Text}Margins()Marc Mutz2019-07-305-15/+19
* | QLineEdit: use QMargins internally instead of 4 x intMarc Mutz2019-07-303-40/+28
* | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-2318-97/+112
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-16/+16
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-16/+16
| |\
| | * Doc: Add trailing "." to all \brief commands in QLineEditPaul Wicking2019-07-161-16/+16
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-172-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-2/+2
| |\|
| | * Fix compilation with C++20Marc Mutz2019-07-061-1/+1
| | * Fix the appearance of QSpinBox arrows on high-DPI displaysAndre de la Rocha2019-07-051-1/+1
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-127-15/+17
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-122-2/+2
|\| |
| * | [Doc] Fix minor typosSze Howe Koh2019-07-102-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-102-9/+1
|\| |
| * | QComboBox: revert deprecation of currentIndexChanged(QString)Christian Ehrlicher2019-07-052-8/+0
* | | Fix build without features.textmarkdownwriterTasuku Suzuki2019-07-081-1/+1
* | | QTextBrowser: assume Markdown is UTF-8Shawn Rutledge2019-07-081-4/+8
* | | Fix build without features.mimetypeTasuku Suzuki2019-07-061-1/+0
* | | Fix build without features.actionTasuku Suzuki2019-07-061-1/+1
* | | Fix build without features.cursorTasuku Suzuki2019-07-042-0/+6
* | | Fix build without feature.tabbarTasuku Suzuki2019-07-027-34/+52
* | | Fix build without feature.dockwidget and tabwidgetTasuku Suzuki2019-07-021-3/+5
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-2819-74/+75