summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-083-0/+6
* QDockWidget warning log for an unexpected situationThorbjørn Lund Martsum2022-07-051-1/+4
* Fix QDockWidget move between screens with different dprThorbjørn Lund Martsum2022-06-292-1/+30
* QKeySequenceEdit: Finish editing when losing focusLaszlo Papp2022-06-282-0/+11
* QKeySequenceEdit: add a maximumSquenceLength propertyLaszlo Papp2022-06-273-8/+60
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-5/+18
* Replace a few more QString::fromLatin1() with _s literalsShawn Rutledge2022-06-221-2/+2
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-5/+4
* QMainWindow: fix restoreState() for toolbarsIvan Solovev2022-06-171-0/+4
* QComboBox: emit currentIndexChanged() and currentTextChanged() when the model...Ivan Solovev2022-06-161-1/+5
* Fix typos in docs and commentsKai Köhne2022-06-153-4/+4
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1525-66/+66
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-131-4/+3