summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-2/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-254-9/+36
| |\|
| * | Fix editing of QDateTimeEdit in 12-hour locales that don't use AM/PMVolker Hilsheimer2019-05-281-2/+20
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-254-9/+36
|\ \ \ | | |/ | |/|
| * | Always fill the background of a tabbed QMdiSubWindowVolker Hilsheimer2019-06-211-5/+11
| * | Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-213-4/+25
* | | Overload QTextBrowser::setSource() to add optional type argumentShawn Rutledge2019-06-202-11/+84
* | | Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-184-23/+17
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-145-4/+22
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-141-2/+4
| |\|
| | * Add neglected connect()s to Q{Date,Time}Edit constructorsEdward Welbourne2019-06-111-2/+4
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-112-2/+5
| |\ \
| | * | QComboBox: add QT_DEPRECATED_X() for deprecated functionsChristian Ehrlicher2019-05-092-2/+5
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-072-0/+13
| |\ \ \ | | | |/ | | |/|
| | * | Q(Plain)TextEdit: Observe color hints from style sheet depending on focus stateFriedemann Kleint2019-05-242-0/+13
* | | | Remove a few usages of deprecated APIShawn Rutledge2019-06-131-2/+2
* | | | Use insert instead of insertMulti when operating on a QMultiHashLars Knoll2018-12-031-1/+1
* | | | QTextBrowser: detect and load markdown rather than assuming HTMLShawn Rutledge2019-05-301-1/+19
* | | | Support clicking to toggle checkboxes in QTextEditShawn Rutledge2019-05-246-0/+64
* | | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-273-5/+9
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-272-5/+8
| |\| |
| | * | QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-221-2/+5
| | * | dockwidgets: Unbreak moving floating dock widgets with custom titlebarSergio Martins2019-05-211-1/+1
| | * | Emit QMenu::aboutToShow() before platform specific codeMassimiliano Gubinelli2019-05-161-2/+2
| * | | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-101-0/+1