summaryrefslogtreecommitdiff
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QCompleter: fix crash when setting the same model twiceDavid Faure2022-03-141-0/+2
* Fix QDockWidget's dock area permissions after hoveringAxel Spoerl2022-03-111-2/+12
* QAbstractItemView: do not access invalid model indices (3/N)Giuseppe D'Angelo2022-02-051-7/+41
* QAbstractItemView: do not access invalid model indices (2/N)Giuseppe D'Angelo2022-02-011-0/+2
* QAbstractItemView: do not access invalid model indices (1/N)Giuseppe D'Angelo2022-02-011-1/+2
* QAbstractItemView: code tidiesGiuseppe D'Angelo2022-02-011-4/+12
* QFusionStyle: don't draw an invalid outline for up/down buttonsTimur Pocheptsov2022-01-201-20/+24
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* Update copyright year to 2022Kai Köhne2022-01-061-1/+1
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-231-1/+2
* QTableWidget doc: remove wrong comment for itemExpanded()Christian Ehrlicher2021-12-081-3/+0
* Fix warnings due to enums in QSizePolicyFan RuiJie2021-11-291-2/+3
* QGraphicsItem: Update input context after InputMethod eventJarkko Koivikko2021-11-271-0/+1
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-1/+4
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-0/+4
* Avoid painting outside boundaries when printing QGraphicsProxyWidgetEirik Aavitsland2021-11-091-0/+4
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+1
* plaintextEdit draw text with clipRect should consider cusorWidthZhang Hao2021-11-051-1/+1
* Fix performance regression when avoiding scrollbar flippingVolker Hilsheimer2021-10-301-4/+7
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-281-4/+5
* Don't render widget to backing store if its parent has graphics effectAntti Määttä2021-10-211-1/+14
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-171-1/+3
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-10-121-1/+1
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-1/+14
* Doc: clarify case sensitivity in QCompleterMitch Curtis2021-10-081-6/+9
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-221-0/+2
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-041-3/+10
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-271-0/+4
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-131-6/+6
* Doc: Minor cleanup in QWidget docsPaul Wicking2021-08-041-2/+3
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-171-0/+2
* Update obsoleted functionality in preparation for Qt 6Tor Arne Vestbø2021-07-162-0/+2
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-141-2/+11
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-101-0/+3
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-082-5/+9
* Doc: Add a note about a limitation in QDockWidget on macOSAndy Shaw2021-07-051-0/+5
* Documentation: Remove section advertising AmazonFriedemann Kleint2021-06-301-13/+0
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-221-2/+2
* Fix misplacement of placeholder text in QLineEdit with RTL contentFan RuiJie2021-06-112-3/+13
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-06-101-1/+1
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-101-4/+9
* Fix copy-and-paste bug in QDTEP::getMaximum()Edward Welbourne2021-06-091-1/+1
* Calculate space requirement of menu items based on widest elementsVolker Hilsheimer2021-06-091-4/+5
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-083-8/+4
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-071-0/+2
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-043-3/+7
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-05-311-1/+3
* 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