summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-125-11/+40
|\
| * 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
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-1619-52/+86
|\|
| * 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
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-1612-40/+113
|\|
| * 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
| * Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-05-311-11/+7
| * Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-261-0/+5
| * QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-261-2/+5
| * QDockWidget, macOS: don't drag on native widgetsRichard Moe Gustavsen2021-05-241-4/+18
| * Add note about the risk of setting min-width/height in a style sheetVolker Hilsheimer2021-05-241-2/+8
| * QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-132-4/+28
| * Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-121-0/+9
| * Add null pointer checkVolker Hilsheimer2021-04-191-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-077-22/+48
|\|
| * Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-04-101-3/+3
| * Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-04-091-1/+7
| * fix windows build when both whatsthis and tooltip are disabledNick Shaforostov2021-04-071-1/+5
| * Fix incorrectly-drawn menu indicator for QPushButton on macOSDoris Verria2021-04-061-1/+2
| * Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-061-0/+7
| * Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-04-061-0/+8
| * Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-251-8/+10
| * Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-121-4/+2
| * QStylesheetStyle: fix push button label alignmentChristian Ehrlicher2021-03-111-1/+1
| * QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-221-1/+1