summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -no-feature-buttongroupTasuku Suzuki2023-01-171-1/+1
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+2
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-142-18/+6
* QWidgetTextControl: deal with empty formats list properlyTimur Pocheptsov2023-01-131-1/+2
* QCalendarWidget: Add reset functions for minimum/maximumDateVolker Hilsheimer2023-01-132-2/+14
* QKeySequenceEdit: fix typo in parameter nameVolker Hilsheimer2023-01-091-1/+1
* Fix improper ELF versions of certain symbolsThiago Macieira2022-12-291-2/+2
* Fix size calculation of unplugged dock widgetsAxel Spoerl2022-12-291-4/+19
* QWidgetLineControl: Add missing emit keywordsLu YaNing2022-12-281-2/+2
* Android: Set EnterKeyNext as default type for QLineEditBartlomiej Moskal2022-12-211-0/+16
* Map toolbar drag delta from native pixelsAxel Spoerl2022-12-191-1/+7
* Don't hide object replacement char except in rich textEskil Abrahamsen Blomfeldt2022-12-141-2/+1
* QStackedWidget: remove unused memberDavid Faure2022-12-131-1/+0
* Add static_cast for QKeyEventLu YaNing2022-12-134-6/+6
* Clean up dead codeLu YaNing2022-12-101-14/+10
* Port QDateTimeEdit internals to QTimeZoneEdward Welbourne2022-12-092-105/+109
* QComboBox: Don't dereference potential nullptr, simplifyVolker Hilsheimer2022-12-082-6/+2
* QComboBox: hide the popup on keypress rather than ShortcutOverrideVolker Hilsheimer2022-12-052-1/+10
* Replace warning with debug message in dockwidget high DPI mappingAxel Spoerl2022-11-171-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-3/+3
* QComboBox: remove dead keyboard-navigation codeVolker Hilsheimer2022-10-311-32/+1
* QComboBox: refactor item flashing code in hidePopupVolker Hilsheimer2022-10-292-24/+38
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-212-5/+5
* QDateTimeEdit: check setDigit()'s return valueEdward Welbourne2022-10-181-4/+4
* Fix QComboBox supressing a QDialogs default buttonRobert Griebl2022-10-171-0/+2
* 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-117-17/+17
* Port from container.count()/length() to size()Marc Mutz2022-10-0429-307/+307
* Add QStyleHints::keyboardAutoRepeatRateF()Tor Arne Vestbø2022-09-292-2/+2
* Revert "Keep original text for text/plain mime data"Kai Koehne2022-09-281-1/+1
* Fix native titlebar offset and resizing upon unplugging dock widgetsAxel Spoerl2022-09-242-3/+22
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-1/+3
* Refix QDockwidget drag out dockwidgetThorbjørn Lund Martsum2022-09-061-1/+1
* 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
* QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-272-1/+10
* QAbstractButton: do not steal wheel event when disabledTasuku Suzuki2022-08-261-3/+0
* Revert Q_DECLARE_EXPORTED_LOGGING_CATEGORY in tst_qdockwidgetAxel Spoerl2022-08-231-1/+1
* Doc: Remove repetition of word in textPaul Wicking2022-08-101-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
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-271-2/+2
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-211-1/+9
* QCommandLinkButton: Let the style set the text colorsVolker Hilsheimer2022-07-191-3/+3
* Fix wrong debug output upon creation of floating dockwidget tabsAxel Spoerl2022-07-131-1/+1
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-123-12/+14
* QKeySequenceEdit: Add a finishing key combinations propertyLaszlo Papp2022-07-093-1/+47