summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-107-11/+11
* Unexport private classes that are no longer used outside QtWidgetsVolker Hilsheimer2020-06-082-4/+2
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-0819-65/+23
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0830-151/+151
* Fix build without features.menubarTasuku Suzuki2020-06-082-1/+9
* Remove winrtOliver Wolff2020-06-061-3/+1
* Fix build without features.completerTasuku Suzuki2020-06-051-0/+2
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* Fix build without features.menuTasuku Suzuki2020-06-041-3/+2
* Fix QTabBar crash with offscreen platform pluginFilipe Azevedo2020-05-261-0/+2
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-155-10/+10
* 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-151-1/+5
* 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
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-1/+4
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-1110-59/+6
* QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-081-0/+30
* Merge QStyleOptionTabV4 into QStyleOptionTabGiuseppe D'Angelo2020-05-081-9/+8
* QComboBox: Remove deprecated auto-completion propertiesVolker Hilsheimer2020-05-063-147/+26
* Fix Clang 10 warning about misleading indentationThiago Macieira2020-05-051-2/+2
* Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-052-2/+6
* Long live QHVContainer!Marc Mutz2020-05-051-1/+2
* QAbstractScollArea: Cast an enumerator to int before doing math on itGiuseppe D'Angelo2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-2/+11
|\
| * Always open a submenu on the same screen where the parent menu isShawn Rutledge2020-04-271-2/+11
* | QWidgetLineControl: replace raw memory handling with std::unique_ptrMarc Mutz2020-04-302-7/+4
* | QtWidgets: fix a few more int/char -> QChar conversionsMarc Mutz2020-04-304-12/+10
* | Enable Qt 5 connection syntax for QAbstractButton::animateClick()Friedemann Kleint2020-04-292-4/+4
* | Always open a text control's context menu on the same screenShawn Rutledge2020-04-291-0/+5
* | Remove deprecated QComboBox::SizeAdjustPolicy enum valueVolker Hilsheimer2020-04-272-23/+4
* | QMainWindow: don't grow memory when modifying tabbed docks while hiddenVolker Hilsheimer2020-04-241-0/+9
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-233-0/+15
|\|
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-04-221-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-0/+2
| | |\
| | | * widgets: Re-calculate focus frame style option after setting new geometryTor Arne Vestbø2020-03-241-0/+2
| * | | Handle specified time-spec in date-time parsingAndrei Golubev2020-04-222-0/+13
| |/ /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-229-17/+78
|\| |
| * | doc: Recommend the QSplashScreen constructor taking a QScreen*Shawn Rutledge2020-04-151-1/+1
| * | Add QButtonGroup::idClicked/Pressed/Released/Toggled signalsVolker Hilsheimer2020-04-153-8/+63
| * | Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-145-5/+11
* | | Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-2113-33/+45
* | | Always encode HTML as utf-8Lars Knoll2020-04-211-1/+1
* | | Don't fall back to QGuiApplication for line control's layoutDirectionEdward Welbourne2020-04-211-5/+2
* | | Fix QLabel with no "picture" featureNodir Temirkhodjaev2020-04-191-0/+2
* | | Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-1715-248/+36
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-3/+14
|\| |
| * | Fix warning about deprecated QComboBox::AdjustToMinimumContentsLengthThiago Macieira2020-04-091-3/+14
* | | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-1020-52/+30
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-0815-50/+71
|\ \ \