summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemView: do not request illegal model indexesGiuseppe D'Angelo2020-02-141-9/+0
* QComboBox: send font change event to popup menu when font changedWang Chuan2020-02-071-1/+3
* QPushButton: fix text truncating when icon+text+menu is drawnChristian Ehrlicher2020-02-061-1/+2
* widgets: Don't create winId when the widget is being destroyedVaL Doroshchuk2020-02-051-1/+3
* Fix 'the the' typo in commentsLinus Jahn2020-02-023-3/+3
* Windows style: Fix wrong color of non-editable combo boxFriedemann Kleint2020-01-301-1/+1
* Convert two QDateTime::toString() usages to QLocale::toString()Edward Welbourne2020-01-302-2/+2
* Add missing \since for QTextEdit::markdownFriedemann Kleint2020-01-301-0/+1
* QGraphicsProxyWidget: fix handling of proxy focusGiuseppe D'Angelo2020-01-291-1/+1
* Doc: Update the stylesheet reference for widgets and richtextVenugopal Shivashankar2020-01-271-0/+12
* QScrollArea: fix off-by-one error in ensureWidgetVisibleIndiana Kernick2020-01-251-2/+2
* Make sure the focus is passed on correctly when back-tabbingAndy Shaw2020-01-251-1/+2
* Prepare callers for QChar-to-QString change in some QLocale returnsEdward Welbourne2020-01-231-19/+29
* Remove unused parameters from default-synthesized membersVolker Hilsheimer2020-01-171-2/+2
* Doc: Fix ButtonRole enum docs for QMessageBox and QDialogButtonBoxTopi Reinio2020-01-172-1/+8
* Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-143-3/+5
* Doc: Add note about mac-specific behavior for setWindowIconPaul Wicking2020-01-141-1/+5
* QScrollBar: allow scrolling any scrollbar with any mouse wheelChristian Ehrlicher2020-01-131-2/+8
* Bump copyright yearJani Heikkinen2020-01-091-2/+2
* Remove clearWidgetPaletteHash argument from setPalette_helperTor Arne Vestbø2020-01-092-6/+5
* Move tracking of widget specific app palettes to QApplicationPrivateTor Arne Vestbø2020-01-092-25/+23
* Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-091-5/+1
* Doc: Correct qdoc compilation errors qtbaseNico Vertriest2020-01-092-17/+18
* Skip WA_DontShowOnScreen widgets when checking whether application can quitTor Arne Vestbø2020-01-071-1/+1
* QSystemTrayIcon: Fix geometry() to work with scaling enabledFriedemann Kleint2020-01-071-3/+8
* Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-0/+4
* QSS/QComboBox: set correct palette when drawing SC_ComboBoxArrowChristian Ehrlicher2020-01-051-0/+1
* QPlainTextEdit: make sure firstVisibleBlock() is validChristian Ehrlicher2020-01-051-1/+2
* Fix syncqt warning in qtestsupport_widgets.hTor Arne Vestbø2020-01-021-1/+1
* Fix some qdoc warningsFriedemann Kleint2020-01-023-7/+7
* Check platformNativeInterface pointer before dereferencingShawn Rutledge2019-12-312-0/+4
* QCommonStyle: make sure to pass the widget to pixelMetric()Christian Ehrlicher2019-12-281-6/+6
* QFileInfoGatherer: don't pass empty list to QFileSystemWatcherChristian Ehrlicher2019-12-231-1/+1
* Contain Qt::AA_SetPalette logic in QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-12-211-3/+4
* Simplify QApplication::paletteTor Arne Vestbø2019-12-211-3/+2
* Fix QAccessibleWidget::focusChild() to return focused descendantPeter Varga2019-12-193-5/+23
* Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-171-6/+3
* Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-171-3/+5
* Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-132-13/+6
* Explicitly polish palette instead of relying on QApplication::setPaletteTor Arne Vestbø2019-12-121-4/+4
* Clean up QApplication::style default style constructionTor Arne Vestbø2019-12-121-25/+24
* Ensure override style properly clears out previous style if setTor Arne Vestbø2019-12-121-18/+14
* Update system palette on application init if neededTor Arne Vestbø2019-12-121-0/+6
* Unify system palette initialization during style changeTor Arne Vestbø2019-12-121-15/+16
* Clarify call to initializeWidgetFontHash in QApplication::setStyleTor Arne Vestbø2019-12-121-1/+7
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
* wasm: fix getOpenFileContent docLorn Potter2019-12-111-2/+2
* Add "checkable" state to accessible menu itemAndre de la Rocha2019-12-101-0/+2
* Fix QPushButton style sheet style for overlay (content) imageEirik Aavitsland2019-12-101-0/+1
* QAbstractItemView: add a note about ToolTipRole in dataChanged()Christian Ehrlicher2019-12-091-0/+2