summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* Make the code format more standardizedXiao YaoBing2021-05-311-1/+1
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-14/+39
* 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-274-4/+4
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-269-26/+26
* Doc: Add missing prepositionPaul Wicking2021-05-251-2/+2
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-2/+2
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-192/+174
* CMake: remove unnecessary add_dependencies()Li Xinwei2021-05-171-2/+0
* Rejig native interface plumbingTor Arne Vestbø2021-05-122-0/+8
* 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
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+5
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-1/+1
* Improve handling of minimumHeightForWidth()Jan Arve Sæther2021-05-105-1/+55
* Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-071-0/+9
* Fix compiler warning, explicitly use 64bit shiftVolker Hilsheimer2021-05-071-1/+1
* Add note about the risk of setting min-width/height in a style sheetVolker Hilsheimer2021-05-071-2/+8
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-3/+18
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-062-4/+28
* QWidgets: show SoftwareInputPanel for key releaseBartlomiej Moskal2021-05-054-3/+14
* Document that a toplevel window QSizeGrip doesn't get rendered on macOSVolker Hilsheimer2021-05-031-0/+4
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-013-12/+25
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* Fix typo in a comment, PE_PanelViewItemRow doesn't existSérgio Martins2021-04-271-1/+1
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Fix a build when QT_DISABLE_DEPRECATED_BEFORE is set to 6.1.0Jarek Kobus2021-04-231-0/+2
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-232-19/+52
* QLayout: mark unsetContentsMargins as the RESET functionGiuseppe D'Angelo2021-04-211-1/+1
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+2
* Merge integration refs/builds/qtci/dev/1618460978Qt CI Bot2021-04-151-3/+3
|\
| * Fix build without features.texteditTasuku Suzuki2021-04-151-3/+3
* | Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-152-1/+13
|/
* Merge integration refs/builds/qtci/dev/1618376490Qt CI Bot2021-04-141-4/+4
|\
| * Fix build without features.imTasuku Suzuki2021-04-141-4/+4
* | Cleanup leftover QWSTasuku Suzuki2021-04-144-22/+1
|/
* 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
* Document parameter correctly, fix qdoc warningVolker Hilsheimer2021-04-131-1/+1
* Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-04-091-1/+7
* Fusion style: don't use large icons in QLineEditVolker Hilsheimer2021-04-071-3/+0
* Fix incorrectly-drawn menu indicator for QPushButton on macOSDoris Verria2021-04-061-1/+2
* Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-061-0/+7
* Document change to QAbstractItemView::viewOptions in porting guideVolker Hilsheimer2021-04-041-0/+8
* QTable/ListView: mark functions as reimp instead internalChristian Ehrlicher2021-04-022-6/+6
* 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