summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Test result of qobject_cast before dereferencingLi Xi2021-11-161-6/+7
* QSlider: Always set the sunken state and the active controlVolker Hilsheimer2021-11-111-6/+7
* Fix performance regression when avoiding scrollbar flippingVolker Hilsheimer2021-10-291-4/+7
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-251-0/+7
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-171-2/+3
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-179-11/+11
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-141-1/+3
* widgets: Fix typos in documentationJonas Kvinge2021-10-1213-17/+17
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-1/+14
* Fix handling of grouping characters when validating doublesEdward Welbourne2021-10-081-12/+16
* QToolButton: reimplement the fix for QTBUG-95255Giuseppe D'Angelo2021-08-272-7/+10
* QLineEdit: account for the placeholderText when computing lineRectZhang Hao2021-08-231-3/+10
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-181-0/+1
* QTabBar: don't overwrite data, fix refactoring error for vertical tabsVolker Hilsheimer2021-08-181-1/+1
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-121-1/+1
* QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2021-08-101-0/+1
* Document that hiding/disabling a menu is best done via the menuActionVolker Hilsheimer2021-08-101-1/+3
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+6
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-062-5/+9
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-2512-17/+34
* Use On icon for pressed dock widget title buttons without frameVolker Hilsheimer2021-06-241-2/+4
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-4/+9
* QTabBar: don't let tab shine through (semi-transparent) scroll buttonsVolker Hilsheimer2021-06-091-0/+14
* Doc: Add a note about a limitation in QDockWidget on macOSAndy Shaw2021-06-081-0/+5
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-072-4/+2
* Clarify the QLineEdit document of editingFinished signalZhang Hao2021-06-071-1/+2
* Fix misplacement of placeholder text in QLineEdit with RTL contentFan RuiJie2021-06-042-3/+13
* QDateTime{Parser,EditPrivate}: clean up initializationEdward Welbourne2021-06-032-19/+7
* Fix copy-and-paste bug in QDTEP::getMaximum()Edward Welbourne2021-06-031-2/+2
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* Make the code format more standardizedXiao YaoBing2021-05-311-1/+1
* doc: Fix typo in setViewportMargins() docsWenTao Song2021-05-301-1/+1
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-312-9/+16
* QComboBox: add space for scrollbar if needed after showing popupVolker Hilsheimer2021-05-311-6/+13
* Partially modified to use C++11 standard nullptrXiao YaoBing2021-05-272-2/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* QDockWidget, macOS: don't drag on native widgetsRichard Moe Gustavsen2021-05-121-4/+18
* Respect Password and NoEcho mode while pre-editingVolker Hilsheimer2021-05-121-1/+15
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-062-4/+28
* QWidgets: show SoftwareInputPanel for key releaseBartlomiej Moskal2021-05-053-2/+7
* Document that a toplevel window QSizeGrip doesn't get rendered on macOSVolker Hilsheimer2021-05-031-0/+4
* Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-152-1/+13
* Only scroll QMenu when there is a valid active actionZhang Hao2021-04-141-1/+1
* Fix build without features.menuTasuku Suzuki2021-04-131-7/+7
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-308-5/+62
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-303-6/+6
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-293-6/+6