summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-102-15/+15
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Fix broken link in QWidgetVolker Hilsheimer2020-11-091-1/+1
* Fix qstylesheetstyle clip border errorLu YaNing2020-11-081-2/+2
* Fix a few qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-042-5/+2
* Initial porting guide for QtGui and QtPrintSupportVolker Hilsheimer2020-11-041-13/+4
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-031-3/+3
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-033-17/+13
* QLayout: unify the constructorsGiuseppe D'Angelo2020-11-024-35/+12
* QCombobox: propagate the palette to the embedded line editWang Chuan2020-11-021-0/+1
* Remove usages of Q_FOREACHAllan Sandfeld Jensen2020-11-021-1/+1
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-302-8/+12
* Doc: Fix links to the CMake manualTopi Reinio2020-10-301-1/+1
* Organize QtOpenGLWidgets documentationVolker Hilsheimer2020-10-291-209/+0
* doc : remove redundant ')'Hiweed Mandriva2020-10-291-1/+1
* doc : fix typo 'consise' => 'conciseHiweed Mandriva2020-10-291-1/+1
* QPushButton: if mouse tracking is off, ignore state only updated when trackingVolker Hilsheimer2020-10-271-1/+1
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-274-23/+53
* Expunge WA_GroupLeaderShawn Rutledge2020-10-272-45/+6
* Show the year correctly after it has been editedAndy Shaw2020-10-261-1/+1
* Display tooltips on the correct screenMorten Johan Sørvig2020-10-231-1/+3
* QSplitter: Respect managed widget's growth/expand size policyAles Erjavec2020-10-231-5/+5
* Deprecate QVariant::TypeLars Knoll2020-10-233-4/+4
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-224-1/+27
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2020-10-211-3/+5
* Do not crash if QPA plugin does not support cursorsJan Arve Sæther2020-10-211-1/+4
* Add forwarding headers for classes moved from QtWidgets to QtGuiVolker Hilsheimer2020-10-2011-3/+312
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-1/+1
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-171-3/+3
* Document (some) Qt6 changes for QtWidgetsVolker Hilsheimer2020-10-161-0/+47
* 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
* Purge QDesktopWidgetVolker Hilsheimer2020-10-168-239/+22
* 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
* Mark QApplication::fontMetrics as obsoleteVolker Hilsheimer2020-10-142-0/+7
* Remove QApplication::desktopVolker Hilsheimer2020-10-143-6/+4
* Add \since 6.0 to new functionVolker Hilsheimer2020-10-141-6/+10
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-2/+1
* Document QApplication::desktop as obsoleteVolker Hilsheimer2020-10-141-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0722-42/+42
* QApplicationPrivate: iterate QPointingDevPrv::activePoints values onlyShawn Rutledge2020-10-071-4/+4
* Member initialization and default constructor for QProgressDialogPrivateChristian Heimlich2020-10-071-29/+15
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-075-5/+5
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1