summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | QToolBox: replace a QList with a std::vector<std::unique_ptr>Marc Mutz2019-05-231-35/+51
* | | | QTextBrowser: set base URL and document URL before loading contentShawn Rutledge2019-05-221-2/+8
* | | | QComboBox: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* | | | QSplitter: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* | | | Add shortcut for select all in QSpinBoxFrederik Gladhorn2019-05-151-0/+1
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-135-8/+18
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-0/+10
| |\| |
| | * | QWidgetTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-071-0/+4
| | * | Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-071-0/+6
| * | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-083-8/+8
| | |/ | |/|
* | | Fix notification of QDockWidget when it gets undockedDmitry Kazakov2019-05-071-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-072-1/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-062-1/+7
| |\|
| | * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-052-1/+7
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* | | Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-014-7/+73
* | | QtBase: introduce QT_DEPRECATED_VERSION/QT_DEPRECATED_VERSION_XChristian Ehrlicher2019-04-251-3/+3