summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Prefix textstream operators with Qt::Lars Knoll2019-05-023-7/+7
* Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-022-2/+2
* 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
* Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-242-11/+10
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-2411-47/+118
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-242-22/+57
| |\
| | * QSystemTrayIcon/X11: Create tray icon window when system tray appearsAlexander Volkov2019-04-232-22/+57
| * | QListWidgetItem constructors: don't emit dataChanged(invalid, invalid)David Faure2019-04-231-2/+6
| * | QHeaderView: fix assert when restoring section sizes over less columnsDavid Faure2019-04-231-7/+9
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-167-16/+46
| |\|
| | * QStyleSheetStyle::repolish: only run on direct childrenFrederik Gladhorn2019-04-121-1/+4
| | * Fix effects for highdpi graphical itemsAlexander Volkov2019-04-103-6/+9
| | * Doc: Note Q[Plain]TextEdit keeping formatting in some casesKai Koehne2019-04-102-8/+31
| | * Fix context loss in QOpenGLWidget upon tlw change with AA_ShareOpenGLContextsLaszlo Agocs2019-04-091-1/+2
* | | QRegExp include cleanupSamuel Gaist2019-04-191-0/+5
* | | Add QTextMarkdownImporterShawn Rutledge2019-04-175-5/+31
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-116-48/+31
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-04-106-48/+31
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-106-48/+31
| | |\|
| | | * QTableView: don't draw additional grid lines top and leftChristian Ehrlicher2019-04-091-23/+0
| | | * QTableView: fix Ctrl+End behavior with disabled columnsChristian Ehrlicher2019-04-091-1/+1
| | | * QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-085-24/+30
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-104-34/+15
|\| | |
| * | | Update precompiled headersAllan Sandfeld Jensen2019-04-091-31/+7
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-091-2/+0
| |\|
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-081-2/+0
| | |\
| | | * Drag'n'Drop: fix dnd regressionGatis Paeglis2019-03-261-2/+0
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-062-1/+8
| |\| |
| | * | Add missing _exit tracepoints for event handlingMilian Wolff2019-04-052-1/+2
| | * | Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+6
* | | | QFileDialog (widgets-based): Remember selection in historyFriedemann Kleint2019-04-092-11/+63
* | | | QStyle/QWidget: Avoid repetitive invocation of QStyleHelper::dpiScaled()Friedemann Kleint2019-04-083-8/+12
* | | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-062-3/+3
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-2/+0
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-2/+0
| |\| |
| | * | Remove superfluous inclusion of qtwidgets-config.priJoerg Bornemann2019-04-041-2/+0
* | | | Windows code: Replace deprecated QVariant APIFriedemann Kleint2019-04-051-1/+1
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0418-60/+124
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-052-2/+2
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-042-2/+2
| | |\| |
| | | * | Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-022-2/+2
| * | | | Remove unused *-mwerks scopeJoerg Bornemann2019-04-041-4/+1
| * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-032-2/+10
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-1/+8
| | |\| |
| | | * | QMacStyle - fix PE_InticatorTabClose handlingTimur Pocheptsov2019-04-011-1/+8
| | | |/
| | * | QListWidget: don't hide setBackgroundColor with QT_DISABLE_DEPRECATED_SINCEChristian Ehrlicher2019-03-311-1/+2
| * | | Use the QTime API less clumsilyEdward Welbourne2019-04-011-8/+8
| * | | Implement support for WA_MacNoClickThroughAndy Shaw2019-04-011-0/+7
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-312-1/+10
| |\| |