Install and ship change logs

And add a menu entry Help > Change Log... (macOS: Qt Creator > Change
Log...) for looking at them.

Change-Id: If444b3ff2465290b9beb4ccbb8d0ddf32a636db4
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2022-06-21 10:59:40 +02:00
parent 7339049290
commit b364cfde23
103 changed files with 138 additions and 5 deletions

View File

@@ -136,6 +136,7 @@ const char GO_FORWARD[] = "QtCreator.GoForward";
const char GOTOLASTEDIT[] = "QtCreator.GotoLastEdit";
const char ABOUT_QTCREATOR[] = "QtCreator.AboutQtCreator";
const char ABOUT_PLUGINS[] = "QtCreator.AboutPlugins";
const char CHANGE_LOG[] = "QtCreator.ChangeLog";
const char S_RETURNTOEDITOR[] = "QtCreator.ReturnToEditor";
const char SHOWINGRAPHICALSHELL[] = "QtCreator.ShowInGraphicalShell";
const char SHOWINFILESYSTEMVIEW[] = "QtCreator.ShowInFileSystemView";