summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix build without features.completerTasuku Suzuki2020-06-051-0/+2
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-041-2/+6
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-0411-1625/+10
* Fix build without features.actionTasuku Suzuki2020-06-042-1/+2
* Fix build without features.menuTasuku Suzuki2020-06-043-3/+7
* Doc: Fix issues with Qt Widgets documentation configurationTopi Reinio2020-06-021-2/+2
* Document how to use CMake for Qt WidgetsKai Koehne2020-05-317-87/+21
* Fix UB in QGraphicsScene::wheelEvent()Lars Knoll2020-05-291-1/+2
* Export the highlighter function so that we can use it in QtSvgWidgetsVolker Hilsheimer2020-05-291-4/+1
* QTableWidget: simplify QTableWidgetSelectionRangeChristian Ehrlicher2020-05-282-47/+17
* Fix QTabBar crash with offscreen platform pluginFilipe Azevedo2020-05-261-0/+2
* allow definition of SP_LineEditClearButton in cssMartin Koller2020-05-252-0/+6
* QListWidget: remove unused memberChristian Ehrlicher2020-05-231-1/+0
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-1/+1
* QTreeView: Use devicePixelRatioF for cached animation pixmapKai Uwe Broulik2020-05-191-2/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-5/+2
|\
| * Revert "note QFileDialog::setNameFilters() is not supported on Android"Assam Boudjelthia2020-05-121-5/+2
* | Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-1518-564/+24
* | Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-6/+4
* | Use correct order of arguments when calling QCalendar::daysInMonth()Andy Shaw2020-05-151-5/+5
* | Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-156-6/+18
* | QLabel: lay out text using a text control when label can get focusVolker Hilsheimer2020-05-151-1/+3
* | Remove QTextCodec dependency from QTextBrowserLars Knoll2020-05-141-11/+8
* | QApplication: refactor delivery and propagation of wheel eventsVolker Hilsheimer2020-05-131-59/+55
* | Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-122-20/+0
* | Fix potential memory leak by adding a virtual destructor to AnchorVertexVolker Hilsheimer2020-05-121-17/+18
* | Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-1/+4
* | Remove dead code from src/widgetsVolker Hilsheimer2020-05-1133-268/+14
* | QGraphicsAnchorLayout: port to QHVContainer [4/4]: sweep Orientation -> Qt::O...Marc Mutz2020-05-093-76/+73
* | QGraphicsAnchorLayout: port to QHVContainer [3/4]: Orientation as alias for Q...Marc Mutz2020-05-091-24/+3
* | QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-081-0/+30
* | Merge QStyleOptionTabV4 into QStyleOptionTabGiuseppe D'Angelo2020-05-084-30/+22
* | QGraphicsAnchorLayout: port to QHVContainer [2/4]: edgeOrientation()Marc Mutz2020-05-082-10/+10
* | QGraphicsAnchorLayout: port to QHVContainer [1/4]: local QHVContainerMarc Mutz2020-05-073-41/+47
* | Enable warnings-are-errors also for snippetsKai Koehne2020-05-071-0/+1
* | QStyleSheetStyle: fix some premature pessimizationsMarc Mutz2020-05-071-5/+6
* | QStyleSheetStyle: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-071-4/+5
* | QGraphicsAnchorLayout: rename AnchorData::{orientation -> isVertical}Marc Mutz2020-05-072-11/+12
* | Clean up some more mixed enum/int mathGiuseppe D'Angelo2020-05-072-3/+3
* | Snippets: Fix dependency issuesKai Koehne2020-05-071-3/+0
* | Fix build of the widgets doc snippetsFriedemann Kleint2020-05-071-1/+1
* | Fix build of the widgets doc snippets after opengl splitFriedemann Kleint2020-05-061-1/+1
* | Fix build of the widgets doc snippets on WindowsFriedemann Kleint2020-05-062-2/+2
* | Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-4/+2
* | QComboBox: Remove deprecated auto-completion propertiesVolker Hilsheimer2020-05-063-147/+26
* | CMake: Document versionless commandsKai Koehne2020-05-063-9/+81
* | Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-051-7/+4
* | Fix Clang 10 warning about misleading indentationThiago Macieira2020-05-051-2/+2