summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Qt logoFriedemann Kleint2023-03-281-0/+0
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-2/+13
* Guard QTabBar against nested event processing during moving tabsTor Arne Vestbø2023-03-281-1/+2
* QFusionStyle: adjust painting of separator in QSpinBoxChristian Ehrlicher2023-03-281-2/+2
* Explicitly propagate screen to QComboBoxListView constructorAxel Spoerl2023-03-281-1/+5
* Doc/QButtonGroup: Do not mention deprecated/removed signalChristian Ehrlicher2023-03-221-2/+2
* Widgets/QCheckBox: change signature of stateChanged() for Qt7Christian Ehrlicher2023-03-212-3/+18
* Centralize copyright information for QtKai Köhne2023-03-201-1/+1
* Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-11/+22
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-172-0/+13
* Handle device loss for texture widgetsDavid Redondo2023-03-173-4/+9
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-151-12/+3
* QApplication: Fix DEPRECATED_VERSION for setActiveWindowNicolas Fella2023-03-151-2/+2
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-2/+2
* QPlainTextEdit code cleanupAxel Spoerl2023-03-151-53/+81
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-2/+9
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-141-20/+25
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-1/+1
* QMenuBar: Mark items as dirty when switching away from native menu barTor Arne Vestbø2023-03-131-0/+1
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-092-4/+15
* Handle tab order inceptionVolker Hilsheimer2023-03-091-21/+24
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-091-0/+1
* Fix build with -no-feature-animationTasuku Suzuki2023-03-041-1/+1