qt6-bb10/src/widgets/kernel
Richard Moe Gustavsen ed813c19fa macOS: rename 'macintosh' style to 'macos'
Change the name/key of the style to 'macos'. Besides the
name 'macintosh' being archaic, we also need this
change to avoid creating 'macintosh' style folders
in QtQuickControls, now that we plan to use QPlatformTheme
also there to resolve the style.

[ChangeLog][Widgets][QStyle] The 'macintosh' style
has been renamed to 'macos'.

Change-Id: I14b8a8b4dbd369e7a7d16b94e4ad27e501e7e8d0
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-08-26 16:37:43 +02:00
..
kernel.pri Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
mac.pri Remove unused *-mwerks scope 2019-04-04 08:01:29 +00:00
qaction_widgets.cpp Fix build without features.shortcut 2020-06-05 10:23:48 +09:00
qaction_widgets_p.h Fix build without features.menu 2020-06-04 01:52:21 +09:00
qapplication.cpp macOS: rename 'macintosh' style to 'macos' 2020-08-26 16:37:43 +02:00
qapplication.h Phase 2 of removing QDesktopWidget 2020-06-08 20:29:49 +02:00
qapplication_p.h Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
qboxlayout.cpp Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qboxlayout.h Make QLayout::spacing/setSpacing virtual, remove qobject_cast hack 2020-06-09 16:31:54 +02:00
qdesktopwidget.cpp Move QDesktopWidget API used by QApplication into QDesktopWidget 2020-08-17 15:08:39 +02:00
qdesktopwidget_p.h Move QDesktopWidget API used by QApplication into QDesktopWidget 2020-08-17 15:08:39 +02:00
qformlayout.cpp Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qformlayout.h Make QLayout::spacing/setSpacing virtual, remove qobject_cast hack 2020-06-09 16:31:54 +02:00
qgesture.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qgesture.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qgesture_p.h Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
qgesturemanager.cpp Long Live QMap as a refcounted std::map! 2020-08-06 19:15:39 +02:00
qgesturemanager_p.h Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem() 2018-10-03 09:13:56 +00:00
qgesturerecognizer.cpp Fix memory leak when unregistering a gesture recognizer 2019-03-19 10:41:26 +00:00
qgesturerecognizer.h
qgridlayout.cpp Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qgridlayout.h Make QLayout::spacing/setSpacing virtual, remove qobject_cast hack 2020-06-09 16:31:54 +02:00
qlayout.cpp QLayout: make its indexOf functions take pointer-to-const 2020-08-23 00:33:01 +02:00
qlayout.h QLayout: make its indexOf functions take pointer-to-const 2020-08-23 00:33:01 +02:00
qlayout_p.h Avoid use of Q_UNUSED by eliminating the parameter names 2020-07-03 21:10:09 +02:00
qlayoutengine.cpp Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qlayoutengine_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qlayoutitem.cpp Remove dead code from src/widgets 2020-05-11 11:05:15 +02:00
qlayoutitem.h Remove dead code from src/widgets 2020-05-11 11:05:15 +02:00
qmacgesturerecognizer.cpp Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
qmacgesturerecognizer_p.h Merge remote-tracking branch 'origin/5.11' into dev 2018-05-03 14:50:22 +02:00
qshortcut_widgets.cpp Merge QGuiShortcut and QShortcut again in QtGui 2020-03-29 19:31:14 +01:00
qsizepolicy.cpp Remove QVariant(int type, void *data, ...) constructor 2020-08-15 10:56:29 +02:00
qsizepolicy.h QSizePolicy: Fix warning about mixing different enums 2020-08-23 02:35:05 +02:00
qstackedlayout.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qstackedlayout.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qstandardgestures.cpp Refactor pointer event hierarchy 2020-07-10 14:32:56 +02:00
qstandardgestures_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qt_widgets_pch.h QAction: Properly port to the new configure system 2019-11-01 20:09:28 +01:00
qtestsupport_widgets.cpp Use [[nodiscard]] with clang in C++17 mode 2020-08-18 22:32:20 +02:00
qtestsupport_widgets.h Use [[nodiscard]] with clang in C++17 mode 2020-08-18 22:32:20 +02:00
qtooltip.cpp Remove usage of QDesktopWidget(Private) from most places in QtWidgets 2020-07-07 11:49:32 +02:00
qtooltip.h Merge QToolTip::showText overloads as per ### Qt 6 comments 2020-06-10 19:59:05 +02:00
qtwidgetsglobal.h Modularize configure.json/.pri 2016-09-15 08:23:53 +00:00
qtwidgetsglobal_p.h Modularize configure.json/.pri 2016-09-15 08:23:53 +00:00
qwhatsthis.cpp Remove usage of QDesktopWidget(Private) from most places in QtWidgets 2020-07-07 11:49:32 +02:00
qwhatsthis.h Remove handling of missing =delete and =default support 2019-05-02 11:14:29 +00:00
qwidget.cpp Rename confusingly named QFont/QPalette::resolve overloads 2020-08-25 17:59:10 +02:00
qwidget.h Introduce QWidget::setScreen 2020-08-17 15:08:39 +02:00
qwidget_p.h Rename confusingly named QFont/QPalette::resolve overloads 2020-08-25 17:59:10 +02:00
qwidgetaction.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
qwidgetaction.h Remove QGuiAction again and split QAction implementation up instead 2020-03-29 11:18:57 +01:00
qwidgetaction_p.h Remove QGuiAction again and split QAction implementation up instead 2020-03-29 11:18:57 +01:00
qwidgetrepaintmanager.cpp Rename local variables masking parameters 2020-07-10 02:37:11 +02:00
qwidgetrepaintmanager_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qwidgetstatemachine.cpp Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
qwidgetsvariant.cpp Add a metatype helper class for Qt Core 2020-08-24 00:17:19 +02:00
qwidgetwindow.cpp Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in float 2020-07-14 10:25:47 +02:00
qwidgetwindow_p.h Remove dead code from src/widgets 2020-05-11 11:05:15 +02:00
qwindowcontainer.cpp Tidy nullptr usage 2019-12-06 12:13:20 +01:00
qwindowcontainer_p.h Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
win.pri Remove winrt 2020-06-06 20:25:49 +02:00