summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Show the year correctly after it has been editedAndy Shaw2020-10-261-1/+1
* Do not crash if QPA plugin does not support cursorsJan Arve Sæther2020-10-211-1/+4
* Fix building of snippets on 5.15Edward Welbourne2020-10-203-3/+3
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Don't divide by zero when calculating number of itemsVolker Hilsheimer2020-10-161-1/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-165-15/+28
* Return false from canFetchMore for uninitialized QFileSystem modelsDoris Verria2020-10-151-0/+2
* Fix infinite loop triggered when displaying model with QTreeViewDoris Verria2020-10-141-1/+5
* Use QScroller in the Dir View exampleShawn Rutledge2020-10-141-2/+2
* Document QApplication::desktop as obsoleteVolker Hilsheimer2020-10-141-0/+2
* Fix a bug in the initialization (and debug-output) of BSP treesAndreas Klots2020-10-061-2/+2
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-061-10/+30
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-2/+10
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-021-0/+2
* Fusion: Don't add unnecessarily extra padding for a groupboxAndy Shaw2020-09-251-1/+6
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-3/+2
* Doc: Make widgets snippets a subdirs/lib projectPaul Wicking2020-09-2410-40/+65
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-221-1/+6
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+5
* QAbstractSpinBox: don't emit update signals twiceRichard Moe Gustavsen2020-09-121-1/+1
* Doc: Clean up widget snippets projectPaul Wicking2020-09-1014-27/+27
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-8/+8
* QAbstractItemView: make clipboard copy less constrainedSamuel Gaist2020-08-301-1/+1
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-282-4/+1
* Linux: Fix QLabel content truncated under high dpiChen Bin2020-08-281-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-226-8/+8
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-53/+1
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* macOS: Check if the base of the style as well if it is a QProxyStyleAndy Shaw2020-08-171-1/+4
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-172-0/+6
* Doc: Change QPixmap::grabWindow with QScreen::grabWindowAndy Shaw2020-08-141-1/+1
* Doc: Fix various documentation warningsTopi Reinio2020-08-131-1/+1
* QFileDialog: reduce number of times a file is stat'edVolker Hilsheimer2020-08-132-76/+65
* QFileDialog: fix warning message when navigating to "My Computer"Volker Hilsheimer2020-08-121-4/+5
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-311-5/+11
* QCompleter: fix an out of bounds access in a QMapGiuseppe D'Angelo2020-07-281-1/+2
* QLineEdit: Fix cursor drawing issuesLu YaNing2020-07-232-1/+3
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-17/+26
* Compare the showDecorationSelected variable when caching the optionAndy Shaw2020-07-151-1/+2
* Allow Windows accessibility backend to receive focus updatesAndre de la Rocha2020-07-151-5/+0
* QCalendarWidget: code tidies for the internal modelGiuseppe D'Angelo2020-07-081-31/+20
* Item widgets: fix crash in mimeTypes()Giuseppe D'Angelo2020-07-082-2/+7
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-2/+4
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-022-1/+8
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-301-4/+6
* Doc: Change docs from internal to reimpPaul Wicking2020-06-251-4/+4
* Always show a submenu on its parent menu's screenShawn Rutledge2020-06-171-1/+1
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+1
* Fix QToolButton menus showing on primary screens in multiscreen setupsFriedemann Kleint2020-06-101-1/+2