summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-274-11/+26
* QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-272-1/+10
* Update the snippet for QFileDialog::saveFileContentMikolaj Boc2022-08-261-1/+3
* Refactor QApplication::event from if/else to switch statementVolker Hilsheimer2022-08-261-8/+16
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-261-1/+18
* QAbstractButton: do not steal wheel event when disabledTasuku Suzuki2022-08-261-3/+0
* QAbstractItemDelegate: tolerate that editor gets reparentedVolker 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2312-12/+12
* Revert Q_DECLARE_EXPORTED_LOGGING_CATEGORY in tst_qdockwidgetAxel Spoerl2022-08-231-1/+1
* Doc: Format certain operators in textPaul Wicking2022-08-232-3/+3
* Use popup() instead of exec() for file dialog's context menuMikolaj Boc2022-08-191-7/+10
* Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-08-161-1/+1
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-121-8/+2
* Doc: Remove repetition of word in textPaul Wicking2022-08-101-3/+3
* Documentation: Fix "Using Model Indexes" in Model View Programming guide to workFriedemann Kleint2022-08-092-29/+40
* QCommonStyle: use logging categoriesTimur Pocheptsov2022-08-091-4/+8
* Doc: Drop parentheses around \since commandPaul Wicking2022-08-091-2/+2
* QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-08-081-3/+3
* Declare logging category exported in tst_QDockWidgetAxel Spoerl2022-08-051-1/+1
* Fix a date-time with invalid QTime to use a valid oneEdward Welbourne2022-08-041-1/+1
* Fix initialization of QDateEdit and QTimeEditEdward Welbourne2022-08-041-2/+2
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-041-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-0312-30/+35
* Evaluate TranslucentBackground when (re)creating the windowLaszlo Agocs2022-08-011-0/+2
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-07-271-5/+8
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-271-2/+2
* 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-211-1/+9
* QShortcut::parentWidget(): Add QT_DEPRECATED_VERSION_X_6_0Ivan Solovev2022-07-211-1/+1
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-3/+3
* 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
* Styles: fix typos in the docLaszlo Papp2022-07-151-4/+4
* CustomStyle doc: fix code indentationLaszlo Papp2022-07-141-1/+1
* 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
* QKeySequenceEdit: Add a finishing key combinations propertyLaszlo Papp2022-07-093-1/+47
* QFontDialog: Check if native dialog is in use before usingTor Arne Vestbø2022-07-081-8/+16
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-085-10/+15
* Make it possible to check the accepted state of touch events in testsShawn Rutledge2022-07-082-5/+7
* QListview: PageDown/Up infinite loopTang Haixiang2022-07-051-3/+9
* QDockWidget warning log for an unexpected situationThorbjørn Lund Martsum2022-07-051-1/+4
* qgraphicsitem_cast: replace 0 with nullptrMarc Mutz2022-07-021-2/+2
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-011-7/+12
* QLayout: add className() to a warning messageAhmad Samir2022-07-011-10/+11