summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-112-0/+11
* Send accessible focus event after list view has focusFushan Wen2022-11-101-1/+1
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-041-2/+29
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-9/+5
* Make QDialog respect Qt::AA_DontUseNativeDialogsTor Arne Vestbø2022-11-031-0/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0322-79/+79
* Doc: Normalize page namesKai Köhne2022-11-021-1/+1
* QComboBox: remove dead keyboard-navigation codeVolker Hilsheimer2022-10-311-32/+1
* QComboBox: refactor item flashing code in hidePopupVolker Hilsheimer2022-10-292-24/+38
* QFileDialog: use QUrl::toString(QUrl::PreferLocalFile)Ahmad Samir2022-10-281-12/+5
* QFileDialog: split some code out of accept() to smaller functionsAhmad Samir2022-10-282-18/+33
* QFileDialog: use QString::remove() instead of mid()Ahmad Samir2022-10-281-3/+3
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-251-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
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-231-1/+4
* 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
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2110-14/+14
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-217-24/+26
* QDateTimeEdit: check setDigit()'s return valueEdward Welbourne2022-10-181-4/+4
* Fix QComboBox supressing a QDialogs default buttonRobert Griebl2022-10-171-0/+2
* Add missing repaintManager checkLaszlo Agocs2022-10-171-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-153-8/+4
* QTabBar: add note about hidding the close buttonAhmad Samir2022-10-141-2/+3
* QComboBox: remove dead codeVolker Hilsheimer2022-10-121-20/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1129-93/+93
* 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