summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-2/+4
* QToolButton: reimplement the fix for QTBUG-95255Giuseppe D'Angelo2021-08-272-7/+10
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-261-0/+4
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-263-12/+19
* QLineEdit: account for the placeholderText when computing lineRectZhang Hao2021-08-231-3/+10
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-1/+1
* QTabBar: don't overwrite data, fix refactoring error for vertical tabsVolker Hilsheimer2021-08-181-1/+1
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-172-4/+10
* Accept the QWheelEvent before each propagation stepVolker Hilsheimer2021-08-171-0/+3
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2021-08-101-0/+1
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-021-1/+1
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+6
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-192-5/+9
* Add high-resolution pixmaps for macOS dock widget title iconsVolker Hilsheimer2021-07-1922-8/+28
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-07-191-0/+2
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-171-0/+2
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-151-2/+11
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-142-5/+4
* Documentation: Remove section advertising AmazonFriedemann Kleint2021-06-281-13/+0
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-281-2/+20
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-181-3/+3
* 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