summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Don't try to retranslate strings for native color dialogsTor Arne Vestbø2019-05-161-0/+3
| | * | Qt Widgets: Document CMake macrosKai Koehne2019-05-162-0/+65
| * | | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-103-13/+21
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+2
| |\| |
| | * | Don't render PE_PanelItemViewRow under tree decoration if style says noShawn Rutledge2019-05-151-1/+2
* | | | QToolBox: replace a QList with a std::vector<std::unique_ptr>Marc Mutz2019-05-231-35/+51
* | | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-1/+1
* | | | QTextBrowser: set base URL and document URL before loading contentShawn Rutledge2019-05-221-2/+8
* | | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-0/+14
* | | | QGestureManager: don't abuse a QMap for a setMarc Mutz2019-05-211-6/+6
* | | | QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+3
* | | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-4/+3
* | | | 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-152-6/+25
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-141-6/+19
| |\| |
| | * | Make sure QAccessibleTableCell is valid before referenceFrederik Gladhorn2019-05-131-6/+19
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-0/+6
| |\| |
| | * | Reset QWidget's winId when backing window surface is destroyedTor Arne Vestbø2019-05-111-0/+6
* | | | QTableView: replace QLinkedList with std::listMarc Mutz2019-05-142-21/+22
* | | | QTableView: don't convert QSet to QList just to iterate over itMarc Mutz2019-05-132-8/+6
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1316-31/+48
|\| | |
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-094-2/+19
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-094-2/+19
| | |\| |
| | | * | QWidgetTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-071-0/+4
| | | * | Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-073-2/+15
| * | | | Fix: style sheet styling of background of triangular QTabWidget tabsEirik Aavitsland2019-05-091-2/+2
| |/ / /
| * | / Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-0811-27/+27
| | |/ | |/|
* | | Fix bug with QLayout::replaceWidget(a, a)Jan Arve Saether2019-05-091-0/+2
* | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+4
* | | Fix notification of QDockWidget when it gets undockedDmitry Kazakov2019-05-071-0/+2
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-076-11/+11
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-076-15/+42
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-063-1/+9
| |\|
| | * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-053-1/+9
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-032-14/+10
| |\|
| | * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-022-14/+10
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-1/+1
| |\|
| | * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-301-1/+1
| * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-0/+23
* | | Fix API for Qt 6Lars Knoll2019-05-021-1/+1
* | | 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