summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-2221-179/+247
|\
| * Guard QTabBar against nested event processing during moving tabsTor Arne Vestbø2023-03-281-1/+2
| * Explicitly propagate screen to QComboBoxListView constructorAxel Spoerl2023-03-281-1/+5
| * Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
| * doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-172-0/+13
| * emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-2/+9
| * QMenuBar: Mark items as dirty when switching away from native menu barTor Arne Vestbø2023-03-131-0/+1
| * QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-1/+1
| * QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-283-16/+34
| * Doc: Fix typo in word mnemonicIvan Tkachenko2023-02-271-1/+1
| * macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-182-26/+31
| * QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-181-42/+3
| * QScroller: use categorized loggingVolker Hilsheimer2023-02-181-71/+96
| * QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+3
| * Doc: Fix member name in code snippetAndreas Eliasson2023-02-151-1/+1
| * QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6
| * QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-3/+13
| * QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-1/+5
| * QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2023-01-301-1/+2
| * Fix a warning about extra semicolon in qstylepainter.hJoni Poikelin2023-01-051-1/+1
| * Fix size calculation of unplugged dock widgetsAxel Spoerl2022-12-291-4/+19
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-0312-41/+144
|\|
| * doc: update the limitation of QSystemTrayIcon on X11Liang Qi2022-11-191-1/+3
| * Doc: Fix typo in QFileDialog documentationKai Köhne2022-11-181-1/+1
| * Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-112-0/+11
| * Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-051-2/+29
| * QTreeView: fix drawing of background for alternate rowsVolker Hilsheimer2022-10-252-5/+17
| * StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-4/+12
| * Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-10-011-13/+16
| * StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-1/+5
| * Make QHeaderView restore state from different stream versionsAxel Spoerl2022-09-261-13/+28
| * Fix native titlebar offset and resizing upon unplugging dock widgetsAxel Spoerl2022-09-242-3/+22
| * Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-0135-245/+548
|\|
| * Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-09-111-1/+1
| * QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-09-111-3/+3
| * Update the snippet for QFileDialog::saveFileContentMikolaj Boc2022-09-111-1/+3
| * QAbstractButton: do not steal wheel event when disabledTasuku Suzuki2022-09-111-3/+0
| * QListview: PageDown/Up infinite loopTang Haixiang2022-09-101-3/+9
| * Fix QDockWidget move between screens with different dprThorbjørn Lund Martsum2022-09-102-1/+30
| * QStyledItemDelegate: Fix the event filter docLaszlo Papp2022-09-091-2/+3
| * widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-09-041-1/+1
| * Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
| * Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-08-312-0/+12
| * Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-08-301-5/+8
| * QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-302-1/+10
| * QAbstractItemDelegate: tolerate that editor gets reparentedVolker Hilsheimer2022-08-251-2/+3
| * Doc: Remove repetition of word in textPaul Wicking2022-08-101-3/+3
| * Doc: Drop parentheses around \since commandPaul Wicking2022-08-101-2/+2
| * Documentation: Fix "Using Model Indexes" in Model View Programming guide to workFriedemann Kleint2022-08-092-29/+40