summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* wasm: convert and propagate filetype accept listMorten Sørvig2022-10-281-7/+2
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-261-2/+0
* StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-4/+12
* QTreeView: fix drawing of background for alternate rowsVolker Hilsheimer2022-10-242-5/+17
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-2/+4
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-1/+1
* Fix QComboBox supressing a QDialogs default buttonRobert Griebl2022-10-171-0/+2
* Add missing repaintManager checkLaszlo Agocs2022-10-171-1/+1
* QComboBox: remove dead codeVolker Hilsheimer2022-10-111-20/+1
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-10-011-13/+16
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-291-1/+5
* Revert "Keep original text for text/plain mime data"Kai Koehne2022-09-281-1/+1
* Doc: Fix typo in QFileDialog documentationKai Köhne2022-09-281-1/+1
* 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-221-1/+3
* Make commit() call in QTouchEventWidgetSequence explicitAxel Spoerl2022-09-201-1/+1
* Clear WA_UnderMouse attribute when widget gets hiddenSanthosh Kumar2022-09-201-0/+9
* Refix QDockwidget drag out dockwidgetThorbjørn Lund Martsum2022-09-061-1/+1
* widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-09-011-1/+1
* Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-311-2/+2
* Fix dragging a docked QDockWidget [REG-fix]Thorbjørn Lund Martsum2022-08-311-1/+1
* Update the snippet for QFileDialog::saveFileContentMikolaj Boc2022-08-261-1/+3
* QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-262-1/+10
* Refactor QApplication::event from if/else to switch statementVolker Hilsheimer2022-08-261-8/+16
* QAbstractButton: do not steal wheel event when disabledTasuku Suzuki2022-08-261-3/+0
* QAbstractItemDelegate: tolerate that editor gets reparentedv6.4.0-beta4Volker Hilsheimer2022-08-251-2/+3
* Re-create TLW's window only when its surface type is really changedIlya Fedin2022-08-241-1/+1
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-14/+28
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-08-191-2/+2
* Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-08-161-1/+1
* Fix initialization of QDateEdit and QTimeEditEdward Welbourne2022-08-151-2/+2
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-151-2/+2
* Documentation: Fix "Using Model Indexes" in Model View Programming guide to workFriedemann Kleint2022-08-112-29/+40
* Doc: Remove repetition of word in textPaul Wicking2022-08-101-3/+3
* Doc: Drop parentheses around \since commandPaul Wicking2022-08-101-2/+2
* QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-08-091-3/+3
* Evaluate TranslucentBackground when (re)creating the windowLaszlo Agocs2022-08-031-0/+2
* Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-07-271-5/+8
* Sync and assert StandardPixmap enums in QPlatformTheme and QStyleAxel Spoerl2022-07-222-0/+5
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-221-1/+9
* QShortcut::parentWidget(): Add QT_DEPRECATED_VERSION_X_6_0Ivan Solovev2022-07-211-1/+1
* QCommandLinkButton: Let the style set the text colorsVolker Hilsheimer2022-07-191-3/+3
* Fusion: better support dark themes in the dialVolker Hilsheimer2022-07-171-2/+6
* QSystemTrayIcon: remove unused deprecated call to QAction::associatedWidgets()Ivan Solovev2022-07-131-1/+0
* Fix wrong debug output upon creation of floating dockwidget tabsAxel Spoerl2022-07-131-1/+1
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-131-5/+2
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-127-20/+25
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-085-10/+15
* QFontDialog: Check if native dialog is in use before usingTor Arne Vestbø2022-07-081-8/+16