summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-211-4/+8
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-202-1/+10
* 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
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-161-1/+1
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-151-2/+11
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-151-1/+1
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-142-30/+48
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-132-5/+4
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-062-5/+9
* 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
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-2524-45/+90
* Use On icon for pressed dock widget title buttons without frameVolker Hilsheimer2021-06-241-2/+4
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-181-2/+20
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-181-3/+3
* 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
* 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-121-0/+1
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* In headers with only the arrow styled, prevent overlapping with textVolker Hilsheimer2021-06-101-2/+19
* 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-091-4/+9
* QTabBar: don't let tab shine through (semi-transparent) scroll buttonsVolker Hilsheimer2021-06-091-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
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-0/+2
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-3/+10
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-071-0/+9
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-072-4/+2
* Clarify the QLineEdit document of editingFinished signalZhang Hao2021-06-071-1/+2
* QAbstractItemView: Don't change selection if editor ate release eventVolker Hilsheimer2021-06-071-1/+2
* Fix misplacement of placeholder text in QLineEdit with RTL contentFan RuiJie2021-06-042-3/+13
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-033-3/+7
* QDateTime{Parser,EditPrivate}: clean up initializationEdward Welbourne2021-06-032-19/+7
* Fix copy-and-paste bug in QDTEP::getMaximum()Edward Welbourne2021-06-031-2/+2
* QFileDialog::saveFileContent crashes on acceptDong Rui2021-06-031-2/+2
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* Make the code format more standardizedXiao YaoBing2021-05-311-1/+1
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-14/+39
* doc: Fix typo in setViewportMargins() docsWenTao Song2021-05-301-1/+1
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-312-9/+16