From 28ce1992172a1d673775086a97b82a8e2ef65ae0 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Fri, 24 Jan 2020 18:06:05 +0100 Subject: [PATCH] Core: Let the clickable link in VersionDialog jump to git log ...instead to just one commit. Change-Id: I8bb53ba3e7f4fcfb2fb306afe2a06a2b63dc89d8 Reviewed-by: Cristian Adam --- cmake/QtCreatorIDEBranding.cmake | 2 +- src/app/app_version.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake index 40d0a198741..ba2c61c790f 100644 --- a/cmake/QtCreatorIDEBranding.cmake +++ b/cmake/QtCreatorIDEBranding.cmake @@ -13,5 +13,5 @@ set(IDE_ID "qtcreator") # The IDE id (no spaces, l set(IDE_CASED_ID "QtCreator") # The cased IDE id (no spaces!) set(IDE_BUNDLE_IDENTIFIER "org.qt-project.${IDE_ID}") # The macOS application bundle identifier. -set(IDE_REVISION_URL_STR "https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=%1") +set(IDE_REVISION_URL_STR "https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=%1") # The revision url in the version dialog diff --git a/src/app/app_version.h.in b/src/app/app_version.h.in index a3fc7f4b4ee..e7cf02cd038 100644 --- a/src/app/app_version.h.in +++ b/src/app/app_version.h.in @@ -57,7 +57,7 @@ const char IDE_REVISION_STR[] = \"\"; #ifdef IDE_REVISION_URL const char IDE_REVISION_URL_STR[] = STRINGIFY(IDE_REVISION_URL); #else -const char IDE_REVISION_URL_STR[] = \"\"; +const char IDE_REVISION_URL_STR[] = \"https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=%1\"; #endif // changes the path where the settings are saved to