summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Make dockwidget title bar buttons show againVolker Hilsheimer2021-06-151-4/+6
* Fix misplacement of placeholder text in QLineEdit with RTL contentFan RuiJie2021-06-112-3/+13
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* Correctly support style sheet for toolbutton menus and arrowsVolker Hilsheimer2021-06-101-25/+96
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+1
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-101-4/+9
* QTabBar: don't let tab shine through (semi-transparent) scroll buttonsVolker Hilsheimer2021-06-101-0/+14
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+4
* QListView: add assert for static analyzerVolker Hilsheimer2021-06-081-0/+2
* Calculate space requirement of menu items based on widest elementsVolker Hilsheimer2021-06-081-4/+5
* Doc: Add a note about a limitation in QDockWidget on macOSAndy Shaw2021-06-081-0/+5
* Clarify the QLineEdit document of editingFinished signalZhang Hao2021-06-081-1/+2
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-072-4/+2
* Doc: Add missing prepositionPaul Wicking2021-06-071-2/+2
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-043-3/+7
* Fix copy-and-paste bug in QDTEP::getMaximum()Edward Welbourne2021-06-031-2/+2
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-14/+39
* QComboBox: add space for scrollbar if needed after showing popupVolker Hilsheimer2021-05-311-6/+13
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-312-9/+16
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-192/+174
* QDockWidget, macOS: don't drag on native widgetsRichard Moe Gustavsen2021-05-121-4/+18
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+5
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-1/+1
* Improve handling of minimumHeightForWidth()Jan Arve Sæther2021-05-105-1/+55
* Add note about the risk of setting min-width/height in a style sheetVolker Hilsheimer2021-05-071-2/+8
* Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-071-0/+9
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-3/+18
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-062-4/+28
* Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-05-061-1/+7
* Document that a toplevel window QSizeGrip doesn't get rendered on macOSVolker Hilsheimer2021-05-031-0/+4
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-013-12/+25
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Fix a build when QT_DISABLE_DEPRECATED_BEFORE is set to 6.1.0Jarek Kobus2021-04-231-0/+2
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-201-0/+2
* Fix build without features.menuTasuku Suzuki2021-04-131-7/+7
* Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-061-0/+7
* Document change to QAbstractItemView::viewOptions in porting guideVolker Hilsheimer2021-04-041-0/+8
* Variable is Assigned a never used value in qt_make_filter_list()Huang Jie2021-03-301-11/+4
* Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-03-301-0/+8
* Fix z-value of QGraphicsItems being ignored during drawQiang Li2021-03-301-1/+1
* Redundant condition: tornoffZou Ya2021-03-301-1/+1
* QFontDialog: Fix crash when passing QFont constructed from empty string/strin...Friedemann Kleint2021-03-301-1/+1
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-303-6/+6
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-293-6/+6
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-231-3/+3
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-121-3/+3
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-4/+2
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-1/+3