summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-3/+1
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* QMenuBar: remove addAction() functionsMarc Mutz2021-07-283-93/+15
* QtWidgets: clean up API removalsMarc Mutz2021-07-274-7/+7
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-271-1/+1
* Doc: document deprecated classes in Qt WidgetsNico Vertriest2021-07-271-8/+9
* Doc: Minor cleanup in QWidget docsPaul Wicking2021-07-261-2/+3
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-241-0/+17
* QMenu: actually deprecate all trailing-shortcut addAction() overloadsMarc Mutz2021-07-231-0/+4
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+6
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-4/+8
* Fusion style: TabBar: Use common style to draw a close buttonNodir Temirkhodjaev2021-07-201-11/+0
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-203-25/+20
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+2
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-152-1/+12
* Initialize class members of QTreeWidgetItem at declarationAndreas Buhr2021-07-152-57/+15
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+1
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-141-2/+11
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-141-1/+1
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-142-30/+48
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-142-4/+2
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-136-332/+176
* QWidget: copy Q{Menu,ToolBar}::addActions() functionsMarc Mutz2021-07-132-1/+176
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-132-9/+9
* Use RAII object to skip pending sorts in QTreeWidgetAndreas Buhr2021-07-122-19/+9
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-122-5/+4
* add todo comment for Qt 7Andreas Buhr2021-07-091-0/+2
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-062-5/+9
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-1/+10
* Add high-resolution pixmaps for macOS dock widget title iconsVolker Hilsheimer2021-07-0522-8/+28
* Documentation: Remove section advertising AmazonFriedemann Kleint2021-06-281-13/+0
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-253-14/+3
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-2424-45/+90
* Put SVG versions of several built-in icons under version controlVolker Hilsheimer2021-06-2424-0/+416
* Use On icon for pressed dock widget title buttons without frameVolker Hilsheimer2021-06-241-2/+4
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-232-7/+10
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-7/+38
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-191-3/+3
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-2/+20
* Remove old configure-related filesJoerg Bornemann2021-06-181-647/+0
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+3
* Add a style hint to draw the left/top border lines when header is hiddenAndy Shaw2021-06-163-0/+28
* Make dockwidget title bar buttons show againVolker Hilsheimer2021-06-141-4/+6
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-142-2/+18
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-0/+1
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1