Git commit a1ec4749ef47f553a2cd780c10d9a7383ae9c2bf by Josef Weidendorfer. Committed on 15/06/2015 at 21:00. Pushed by weidendo into branch 'frameworks'.
Moved KCG homepage to github.io M +2 -2 converters/README M +2 -2 doc/index.docbook M +1 -1 kcachegrind.lsm.cmake M +1 -1 kcachegrind.spec.cmake M +1 -1 kcachegrind/kcachegrind.desktop M +2 -2 kcachegrind/main.cpp M +1 -1 qcachegrind/qcgmain.cpp M +2 -2 qcachegrind/qcgtoplevel.cpp M +1 -1 qcachegrind/qcgtoplevel.h http://commits.kde.org/kcachegrind/a1ec4749ef47f553a2cd780c10d9a7383ae9c2bf diff --git a/converters/README b/converters/README index 281ff00..b70b553 100644 --- a/converters/README +++ b/converters/README @@ -17,8 +17,8 @@ Thanks go to * Jörg Beyer <job at webde-ag.de> for hotshot2calltree -If you want to write a converter, have a look at the calltree format -description on the web site (kcachegrind.sf.net). +If you want to write a converter, have a look at the callgrind format +description on the web site (kcachegrind.github.io). Josef diff --git a/doc/index.docbook b/doc/index.docbook index 60ef874..bd74a29 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -406,7 +406,7 @@ functions around the selected one. <para> To explore the &GUI; further, in addition to this manual, also have a look at -the documentation section <ulink url="http://kcachegrind.sf.net">on the Web +the documentation section <ulink url="https://kcachegrind.github.io">on the Web site</ulink>. Also, every widget in &kcachegrind; has <quote>What's this</quote> help. </para> @@ -1157,7 +1157,7 @@ Thanks for all the bug reports and suggestions from different users. <para> &kcachegrind; is part of the &package; package of &kde;. For less supported interim releases, &callgrind; and further documentation, see -<ulink url="http://kcachegrind.sf.net">the Web page</ulink>. Look there for +<ulink url="https://kcachegrind.github.io">the Web page</ulink>. Look there for further installation and compile instructions. </para> </sect1> diff --git a/kcachegrind.lsm.cmake b/kcachegrind.lsm.cmake index ab1d072..ac8aafa 100644 --- a/kcachegrind.lsm.cmake +++ b/kcachegrind.lsm.cmake @@ -5,7 +5,7 @@ Description: KDE Profiling Visualisation Tool Keywords: Profiling, Performance Analysis, Visualisation, Development Author: Josef Weidendorfer <Josef.Weidendorfer at gmx.de> Maintained-by: Josef Weidendorfer <Josef.Weidendorfer at gmx.de> -Home-page: http://kcachegrind.sourceforge.net +Home-page: https://kcachegrind.github.io Platforms: Linux and other Unices Copying-policy: GNU Public License End diff --git a/kcachegrind.spec.cmake b/kcachegrind.spec.cmake index 5f06983..df3b6a8 100644 --- a/kcachegrind.spec.cmake +++ b/kcachegrind.spec.cmake @@ -5,7 +5,7 @@ Release: 1 Copyright: GPL Group: Development/Tools Vendor: (none) -URL: http://kcachegrind.sourceforge.net +URL: https://kcachegrind.github.io Packager: Josef Weidendorfer <Josef.Weidendorfer at gmx.de> Source: kcachegrind-${KCACHEGRIND_VERSION}.tar.gz BuildRoot: /var/tmp/build diff --git a/kcachegrind/kcachegrind.desktop b/kcachegrind/kcachegrind.desktop index 5d79958..7eaa319 100755 --- a/kcachegrind/kcachegrind.desktop +++ b/kcachegrind/kcachegrind.desktop @@ -174,5 +174,5 @@ Comment[x-test]=xxVisualization of Performance Profiling Dataxx Comment[zh_CN]=æ§è½æµè¯æ°æ®çå¯è§åè¡¨ç° Comment[zh_TW]=æè½åæè³æè¦è¦ºå X-DBUS-StartupType=Multi -X-DBUS-ServiceName=net.sf.kcachegrind +X-DBUS-ServiceName=io.github.kcachegrind Categories=Qt;KDE;Development; diff --git a/kcachegrind/main.cpp b/kcachegrind/main.cpp index e7eafe5..583d1dc 100644 --- a/kcachegrind/main.cpp +++ b/kcachegrind/main.cpp @@ -41,8 +41,8 @@ int main( int argc, char ** argv ) KCACHEGRIND_VERSION, ki18n("KDE Frontend for Callgrind/Cachegrind"), KAboutData::License_GPL, - ki18n("(C) 2002 - 2011"), KLocalizedString(), - "http://kcachegrind.sf.net"); + ki18n("(C) 2002 - 2015"), KLocalizedString(), + "https://kcachegrind.github.io"); aboutData.addAuthor(ki18n("Josef Weidendorfer"), ki18n("Author/Maintainer"), "Josef.Weidendorfer at gmx.de"); diff --git a/qcachegrind/qcgmain.cpp b/qcachegrind/qcgmain.cpp index b627281..f5fde2e 100644 --- a/qcachegrind/qcgmain.cpp +++ b/qcachegrind/qcgmain.cpp @@ -35,7 +35,7 @@ int main( int argc, char ** argv ) QApplication app(argc, argv); Loader::initLoaders(); - QCoreApplication::setOrganizationName("kcachegrind.sf.net"); + QCoreApplication::setOrganizationName("kcachegrind.github.io"); QCoreApplication::setApplicationName("QCachegrind"); ConfigStorage::setStorage(new QCGConfigStorage); // creates global config object of type GlobalGUIConfig diff --git a/qcachegrind/qcgtoplevel.cpp b/qcachegrind/qcgtoplevel.cpp index a4e0b97..a99cad4 100644 --- a/qcachegrind/qcgtoplevel.cpp +++ b/qcachegrind/qcgtoplevel.cpp @@ -618,12 +618,12 @@ void QCGTopLevel::about() "phase of developing a computer program. " "QCachegrind is open-source, and it is distributed under the " "terms of the GPL v2. For details and source code, see the " - "<a href=\"http://kcachegrind.sf.net\">homepage</a> of the " + "<a href=\"https://kcachegrind.github.io\">homepage</a> of the " "KCachegrind project.</p>" "Main author and maintainer: " "<a href=\"mailto:Josef.Weidendorfer at gmx.de\">" "Josef Weidendorfer</a><br>" - "(with lots of bug fixes and porting to Qt4 by the KDE team)"); + "(with lots of bug fixes/porting help by the KDE community)"); QMessageBox::about(this, tr("About QCachegrind"), text); } diff --git a/qcachegrind/qcgtoplevel.h b/qcachegrind/qcgtoplevel.h index 0aa6475..fde574c 100644 --- a/qcachegrind/qcgtoplevel.h +++ b/qcachegrind/qcgtoplevel.h @@ -51,7 +51,7 @@ class TraceFunction; class QCGTopLevel : public QMainWindow, public Logger, public TopLevelBase { Q_OBJECT - Q_CLASSINFO("D-Bus Interface", "net.sf.qcachegrind") + Q_CLASSINFO("D-Bus Interface", "io.github.qcachegrind") public: QCGTopLevel();
