summaryrefslogtreecommitdiff
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* macOS: Detect menu bar roles for untranslated menu titles as wellTor Arne Vestbø2023-05-161-7/+9
* Remove the "classwizard" exampleVolker Hilsheimer2023-05-161-21/+13
* Convert "extension" dialog example into snippetsVolker Hilsheimer2023-05-163-6/+37
* Don't grab QWhatsThis background on WindowsOliver Wolff2023-05-161-17/+0
* Revamp the shapedclock exampleVolker Hilsheimer2023-05-161-4/+12
* Don't grab QWhatsThis background on non-Windows platformsTor Arne Vestbø2023-05-151-0/+9
* Move the addressbook tutorial into manual testsVolker Hilsheimer2023-05-1522-0/+0
* Doc: Replace mentions of deprecated macroTopi Reinio2023-05-151-2/+2
* Fix the QT_REQUIRE_VERSION macroYuhang Zhao2023-05-151-15/+23
* QStyleSheetStyle: avoid #define ceil()Marc Mutz2023-05-111-4/+1
* QStyleSheetStyle: fix unity-build with chunk-size 13Marc Mutz2023-05-101-0/+2
* a11y: Don't add scrollbar container as a11y child if scroll bar is re-parentedTor Arne Vestbø2023-05-101-2/+8
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* QWizard: Win: fix wrong frame size and title bar sizeYuhang Zhao2023-05-061-1/+1
* Use boolean to indicate QTableWidgetItem is header itemAntti Määttä2023-05-052-10/+7
* QTabBar: don't overshoot when scrolling rightVolker Hilsheimer2023-05-041-3/+3
* Fix hiding in QComboBox when there is no selectionVolker Hilsheimer2023-05-041-19/+18
* Allow disable native messagebox dialogThorbjørn Lund Martsum2023-05-022-2/+112
* Doc: Fix documentation warningsTopi Reinio2023-04-291-11/+1
* Don't set focus when moving the cursor with a touch padVolker Hilsheimer2023-04-281-1/+2
* Doc: Use qt_add_executable() not add_executable() in snippetsLeena Miettinen2023-04-261-1/+1
* QTabBar: don't scroll when laying out the tabsVolker Hilsheimer2023-04-261-4/+17
* Improve style drawing under DPR scaling furtherDavid Schulz2023-04-251-8/+8
* Add missing nullptr check in QWidget::setFocusProxyAxel Spoerl2023-04-251-1/+1
* Use QCss:: namespace when accessing Value on IntegrityAmir Masoud Abdol2023-04-232-31/+31
* Handle parent being a child's focus procy in QWidget::setFocusProxyAxel Spoerl2023-04-221-0/+24
* QTabBar: draw text within moving tabAxel Spoerl2023-04-204-11/+25
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+3
* QWidgetTextControl: ignore invalid input method eventLiang Qi2023-04-191-0/+5
* QComboBox: don't call index(-1, 0) on the underlying modelDavid Faure2023-04-191-1/+1
* QComboBox: don't call data(invalid index) on the underlying modelDavid Faure2023-04-181-0/+2
* Use QHighDpiScaling when determining scale factorMorten Sørvig2023-04-181-7/+4
* FileDialog: Use well-known DeleteOnClose instead of custom lambdaMikolaj Boc2023-04-181-12/+2
* QStyleSheet: rotate QSizeGrip image around centerVolker Hilsheimer2023-04-181-6/+5
* Remove unused documentation code snippetsFriedemann Kleint2023-04-178-247/+0
* CommonStyle/QSpinBox: fix rendering up/down symbols in high-dpi modeChristian Ehrlicher2023-04-151-16/+15
* Add [[maybe_unused]] attribute to an unused variableAmir Masoud Abdol2023-04-141-1/+4
* Use LANGUAGE OBJCXX rather than COMPILE_FLAGS "-x objective-c++"Tor Arne Vestbø2023-04-131-1/+1
* QAbstractButton::setChecked() - don't update accessibility if staleAxel Spoerl2023-04-131-5/+6
* QMainWindow: fix potential crash when restoring tab bar stateColin Snover2023-04-112-1/+5
* QMainWindow: fix potential assert when restoring dock widget stateColin Snover2023-04-111-2/+13
* QPushButton: use QMenu::popup instead of exec to show menuVolker Hilsheimer2023-04-111-7/+4
* QWidget: add overload to set tab order as a list of widgetsVolker Hilsheimer2023-04-113-0/+42
* Clear invalid QApplication styleOverrideKaj Grönholm2023-04-061-0/+2
* Fix some extra semicolon warningsJoni Poikelin2023-04-051-2/+4
* Widgets/Styles: pass correct style option struct to subelementsChristian Ehrlicher2023-04-043-2/+14
* Use Qt CMake APIs to exclude files from Unity BuildAmir Masoud Abdol2023-04-031-4/+4
* QComboBox: Disable items marked as disabled in native popupsSebastian Beckmann2023-03-311-0/+2
* CommonStyle/QSpinBox: fix rendering up/down symbols in high-dpi modeChristian Ehrlicher2023-03-311-9/+44
* QListView: No-op, when a list item is dropped directly behind itselfAxel Spoerl2023-03-311-1/+2