summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Refactor QStatusBar to reduce memory allocationVolker Hilsheimer2021-09-071-80/+62
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-013-5/+5
* 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
* Remove unnecessary type conversionZhang Qipeng2021-08-201-1/+1
* 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
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-171-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
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-021-1/+1
* QMenuBar: remove addAction() functionsMarc Mutz2021-07-282-93/+3
* QtWidgets: clean up API removalsMarc Mutz2021-07-273-104/+2
* QMenu: actually deprecate all trailing-shortcut addAction() overloadsMarc Mutz2021-07-231-0/+4
* 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
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-135-332/+166
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-132-9/+9
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-062-5/+9
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-2412-17/+34
* Use On icon for pressed dock widget title buttons without frameVolker Hilsheimer2021-06-241-2/+4
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-232-7/+10
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-7/+38
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* QTabBar: don't let tab shine through (semi-transparent) scroll buttonsVolker Hilsheimer2021-06-091-0/+14
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-4/+9
* 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