summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QStyle: add name() to return the name of the styleChristian Ehrlicher2021-01-146-17/+49
* QComboBox: fix select all columns in the viewChristian Ehrlicher2021-01-131-2/+4
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-01-131-0/+13
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-821/+0
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-121-0/+1
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-124-1/+36
* Remove the qmake project filesJoerg Bornemann2021-01-0732-1008/+0
* Skip already closing widgets when checking whether application can quitTor Arne Vestbø2021-01-061-0/+6
* TableView: Trigger the resizing of editors resizing a row/columnAndy Shaw2021-01-051-0/+4
* QTreeWidgetItem: fix documentation error for childIndicatorPolicy()Christian Ehrlicher2021-01-051-1/+1
* QAbstractItemView: fix selectionCommand() with no eventChristian Ehrlicher2021-01-051-3/+3
* macOS: Simplify and fix issues with QMenuPrivate::moveWidgetToPlatformItemTor Arne Vestbø2021-01-042-49/+35
* QAbstractButton: don't access nullptr in queryButtonList()Christian Ehrlicher2021-01-011-1/+3
* QStylesheetStyle: fix push button label alignmentChristian Ehrlicher2020-12-241-1/+1
* QStyleOption: avoid code duplicationChristian Ehrlicher2020-12-231-47/+21
* Doc: Fix broken link in stylesheet examplesNico Vertriest2020-12-231-2/+4
* QListView: don't crash when an empty container is passed to itemsRect()Christian Ehrlicher2020-12-221-7/+3
* Doc: Don’t use \note when documenting enum valuesMorten Johan Sørvig2020-12-211-1/+1
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2020-12-212-1/+8
* Remove already-set option style feature for QCommandLinkButtonDoris Verria2020-12-111-2/+0
* Don't show focus rect for QCommandLinkButtonDoris Verria2020-12-111-0/+1
* Override initStyleOption() for QCommandLinkButtonDoris Verria2020-12-112-0/+7
* macOS: Remove setObjectName call from moveWidgetToPlatformItemTor Arne Vestbø2020-12-101-1/+0
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+17
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-102-10/+10
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+2
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-095-6/+9
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-12-082-2/+2
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-084-12/+18
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-082-2/+30
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-054-14/+6
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* Dialog: Fall back to transient parent to make dialog window get centeredYuya Nishihara2020-12-031-1/+14
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* Reduce the scope of variable in focusInEvent()Wang Yu2020-12-021-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-029-14/+16
* QHeaderView: fix spurious sortingGiuseppe D'Angelo2020-12-012-6/+26
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-1/+1
* QHeaderView: allow un-sorting of modelsGiuseppe D'Angelo2020-11-303-6/+81
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3012-14/+14
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Return an empty QStringList if the family string is emptyAndy Shaw2020-11-271-1/+1
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-271-2/+2
* QtWidgets: Propagate event device when translating mouse eventsFriedemann Kleint2020-11-275-6/+12
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-11-261-2/+4
* Rename Application ExampleVolker Hilsheimer2020-11-261-1/+1
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3