summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-06-074-2/+26
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-074-2/+26
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Document that QHeaderView rendered with themed style might ignore rolesVolker Hilsheimer2019-06-051-1/+4
| | | | * | Q(Plain)TextEdit: Observe color hints from style sheet depending on focus stateFriedemann Kleint2019-05-242-0/+13
| | | | * | Fusion: Fill the rect with base brush when drawing the combobox frameAndy Shaw2019-05-271-1/+9
| | * | | | doc: Add dontdocument.qdoc filesMartin Smith2019-05-071-0/+30
| | |/ / /
| * | | | 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
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-142-22/+18
|\| | | |
| * | | | QGestureManager: clean up cleanupCachedGestures()Marc Mutz2019-06-041-22/+18
* | | | | Regenerate the main qtbase modulesAlexandru Croitor2019-06-052-0/+4
* | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0321-83/+180
|\| | | |
| * | | | QGraphicsWidget: overload two margins-setters with actual QMarginsF overloadsMarc Mutz2019-05-274-60/+67
| * | | | QTextBrowser: detect and load markdown rather than assuming HTMLShawn Rutledge2019-05-301-1/+19
| * | | | Fix build without feature.labelTasuku Suzuki2019-05-262-3/+6
| * | | | 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/dev' into wip/cmakeAlexandru Croitor2019-06-0364-252/+639
|\| | | |
| * | | | 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