summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QAccessibleWidgets: re-enable NRVO in childWidgets()Marc Mutz2019-05-291-2/+2
* QStyleSheetStyle: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-281-2/+2
* qtreeview.h: Fix minor typoKevin Funk2019-05-271-1/+1
* QtWidgets: eradicate some indexed loops [needing qAsConst()]Marc Mutz2019-05-292-8/+8
* Fix build without features.itemviewsTasuku Suzuki2019-05-121-4/+1
* Support clicking to toggle checkboxes in QTextEditShawn Rutledge2019-05-246-0/+64
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-2713-30/+143
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-279-16/+120
| |\
| | * QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-223-6/+12
| | * Avoid rounding of the size in QGraphicsPixmapItem::boundingRect()Alexander Volkov2019-05-091-2/+2
| | * QCompleter: Fix completion on QFileSystemModelFriedemann Kleint2019-05-211-5/+35
| | * 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
| | * 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
| |\|