summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-0472-702/+702
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-09-301-13/+16
* Add QStyleHints::keyboardAutoRepeatRateF()Tor Arne Vestbø2022-09-292-2/+2
* Fix build with disabled accessibilityAlexey Edelev2022-09-291-1/+1
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-293-6/+36
* Revert "Keep original text for text/plain mime data"Kai Koehne2022-09-281-1/+1
* QtWidgets: Use the default constructor of QString and appendMate Barany2022-09-271-1/+3
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-1/+5
* QtWidgets: Use remove instead of replaceMate Barany2022-09-271-1/+1
* QtWidgets: Use C string literals as keysMate Barany2022-09-261-21/+21
* QtWidgets: Use strcmp instead of equality operatorMate Barany2022-09-263-9/+3
* Doc: Fix typo in QFileDialog documentationKai Köhne2022-09-261-1/+1
* Fix native titlebar offset and resizing upon unplugging dock widgetsAxel Spoerl2022-09-242-3/+22
* QtWidgets: Fix mismatches between string types and literalsMate Barany2022-09-233-6/+6
* Move docs for QT_REQUIRE_VERSION to qmessagebox.cppSona Kurazyan2022-09-221-0/+19
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-1/+3
* Make commit() call in QTouchEventWidgetSequence explicitAxel Spoerl2022-09-201-1/+1
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-202-65/+8
* Clear WA_UnderMouse attribute when widget gets hiddenSanthosh Kumar2022-09-201-0/+9
* Add all known StyleHint values to QCommonStyle::styleHint's switchMikolaj Boc2022-09-141-2/+42
* Simplify obtaining of parent in isWindowBlockedMikolaj Boc2022-09-121-8/+2
* Propagate the event acceptance correctly with context menu on RMBMikolaj Boc2022-09-071-0/+2
* Refix QDockwidget drag out dockwidgetThorbjørn Lund Martsum2022-09-061-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+4
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-311-2/+2
* Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
* Fix dragging a docked QDockWidget [REG-fix]Thorbjørn Lund Martsum2022-08-311-1/+1
* widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-08-301-1/+1
* 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