summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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