summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-282-4/+1
* 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
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-051-2/+6
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* Fix QTabBar crash with offscreen platform pluginFilipe Azevedo2020-05-261-0/+2
* QApplication: don't let synthesized wheel events grab the mouseVolker Hilsheimer2020-05-261-12/+12
* QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-05-261-4/+4
* Enable warnings-are-errors also for snippetsKai Koehne2020-05-261-0/+1
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-211-7/+4
* QWidget: fix regression when changing focus proxy while it has focusVolker Hilsheimer2020-05-211-6/+5
* Clean up some more mixed enum/int mathGiuseppe D'Angelo2020-05-212-3/+3
* QFileDialog: fix enumeration mismatchGiuseppe D'Angelo2020-05-211-1/+1
* Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-05-201-3/+5
* Snippets: Fix dependency issuesKai Koehne2020-05-201-3/+0
* Fix build of the widgets doc snippetsFriedemann Kleint2020-05-201-1/+1
* Fix build of the widgets doc snippets on WindowsFriedemann Kleint2020-05-202-2/+2
* Fix Clang 10 warning about misleading indentationThiago Macieira2020-05-201-2/+2
* QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-201-0/+30
* Use correct order of arguments when calling QCalendar::daysInMonth()Andy Shaw2020-05-191-5/+5
* QStyleSheetStyle: fix some premature pessimizationsMarc Mutz2020-05-191-5/+6
* CMake: Document versionless commandsKai Koehne2020-05-193-9/+81
* QLabel: lay out text using a text control when label can get focusVolker Hilsheimer2020-05-191-1/+3
* Fix potential memory leak by adding a virtual destructor to AnchorVertexVolker Hilsheimer2020-05-191-17/+18
* QListWidget/View: Update the selection when moving items within the viewVolker Hilsheimer2020-05-192-42/+45
* QTreeView: Use devicePixelRatioF for cached animation pixmapKai Uwe Broulik2020-05-191-2/+2
* Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-182-2/+6
* QMainWindow: don't grow memory when modifying tabbed docks while hiddenVolker Hilsheimer2020-05-181-0/+9