summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* Correctly support style sheet for toolbutton menus and arrowsVolker Hilsheimer2021-06-111-25/+96
* In headers with only the arrow styled, prevent overlapping with textVolker Hilsheimer2021-06-111-2/+19
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+1
* QTabBar: don't let tab shine through (semi-transparent) scroll buttonsVolker Hilsheimer2021-06-091-0/+14
* QAbstractItemView: block autoScroll from interfering with QScrollerVolker Hilsheimer2021-06-091-0/+4
* Fix scrolling of tab bar when the visible tab is wider than the visible spaceVolker Hilsheimer2021-06-091-4/+9
* QListView: add assert for static analyzerVolker Hilsheimer2021-06-081-0/+2
* Calculate space requirement of menu items based on widest elementsVolker Hilsheimer2021-06-081-4/+5
* Doc: Add a note about a limitation in QDockWidget on macOSAndy Shaw2021-06-081-0/+5
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-0/+2
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-3/+10
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-071-0/+9
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-072-4/+2
* Clarify the QLineEdit document of editingFinished signalZhang Hao2021-06-071-1/+2
* QAbstractItemView: Don't change selection if editor ate release eventVolker Hilsheimer2021-06-071-1/+2
* Fix misplacement of placeholder text in QLineEdit with RTL contentFan RuiJie2021-06-042-3/+13
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-033-3/+7
* 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
* QFileDialog::saveFileContent crashes on acceptDong Rui2021-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
* 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