Git commit a02723da19ce1a164e0e81af4ad5e67f91eb5874 by Elvis Angelaccio. Committed on 25/11/2016 at 10:26. Pushed by elvisangelaccio into branch '2.1'.
Update email address M +1 -1 autotests/testlap.cpp M +1 -1 autotests/testlap.h M +1 -1 autotests/testsession.cpp M +1 -1 autotests/testsession.h M +1 -1 autotests/teststopwatch.cpp M +1 -1 autotests/teststopwatch.h M +1 -1 autotests/testtimedisplay.cpp M +1 -1 autotests/testtimedisplay.h M +1 -1 autotests/testtimeformat.cpp M +1 -1 autotests/testtimeformat.h M +2 -2 desktop/org.kde.kronometer.appdata.xml M +3 -3 doc/index.docbook M +1 -1 doc/man-kronometer.1.docbook M +1 -1 src/digitdisplay.cpp M +1 -1 src/digitdisplay.h M +1 -1 src/lap.cpp M +1 -1 src/lap.h M +1 -1 src/lapmodel.cpp M +1 -1 src/lapmodel.h M +2 -2 src/main.cpp M +1 -1 src/mainwindow.cpp M +1 -1 src/mainwindow.h M +1 -1 src/session.cpp M +1 -1 src/session.h M +1 -1 src/sessiondialog.cpp M +1 -1 src/sessiondialog.h M +1 -1 src/sessionmodel.cpp M +1 -1 src/sessionmodel.h M +1 -1 src/stopwatch.cpp M +1 -1 src/stopwatch.h M +1 -1 src/timedisplay.cpp M +1 -1 src/timedisplay.h M +1 -1 src/timeformat.cpp M +1 -1 src/timeformat.h M +1 -1 src/widgets/colorsettings.h M +1 -1 src/widgets/fontsettings.h M +1 -1 src/widgets/generalsettings.cpp M +1 -1 src/widgets/generalsettings.h https://commits.kde.org/kronometer/a02723da19ce1a164e0e81af4ad5e67f91eb5874 diff --git a/autotests/testlap.cpp b/autotests/testlap.cpp index c0393e0..b4e49d3 100644 --- a/autotests/testlap.cpp +++ b/autotests/testlap.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/testlap.h b/autotests/testlap.h index ef082ce..e15e127 100644 --- a/autotests/testlap.h +++ b/autotests/testlap.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/testsession.cpp b/autotests/testsession.cpp index ba716a4..5827166 100644 --- a/autotests/testsession.cpp +++ b/autotests/testsession.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/testsession.h b/autotests/testsession.h index bc4c134..bf6f5b5 100644 --- a/autotests/testsession.h +++ b/autotests/testsession.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/teststopwatch.cpp b/autotests/teststopwatch.cpp index c7019bf..0a9328e 100644 --- a/autotests/teststopwatch.cpp +++ b/autotests/teststopwatch.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/teststopwatch.h b/autotests/teststopwatch.h index cffc51c..0560a90 100644 --- a/autotests/teststopwatch.h +++ b/autotests/teststopwatch.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/testtimedisplay.cpp b/autotests/testtimedisplay.cpp index f0cf4ea..590b65d 100644 --- a/autotests/testtimedisplay.cpp +++ b/autotests/testtimedisplay.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 by Elvis Angelaccio <[email protected]> + Copyright (C) 2016 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/testtimedisplay.h b/autotests/testtimedisplay.h index 0c77e7c..9c207bb 100644 --- a/autotests/testtimedisplay.h +++ b/autotests/testtimedisplay.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 by Elvis Angelaccio <[email protected]> + Copyright (C) 2016 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/testtimeformat.cpp b/autotests/testtimeformat.cpp index 77e8f8f..a66863e 100644 --- a/autotests/testtimeformat.cpp +++ b/autotests/testtimeformat.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/autotests/testtimeformat.h b/autotests/testtimeformat.h index ecbd17e..5ba9ba2 100644 --- a/autotests/testtimeformat.h +++ b/autotests/testtimeformat.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/desktop/org.kde.kronometer.appdata.xml b/desktop/org.kde.kronometer.appdata.xml index 4170e80..3324c2d 100644 --- a/desktop/org.kde.kronometer.appdata.xml +++ b/desktop/org.kde.kronometer.appdata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 by Elvis Angelaccio <elvis.angelaccio_at_kdemail.net> --> +<!-- Copyright (C) 2014 by Elvis Angelaccio <elvis.angelaccio_at_kde.org> --> <component type="desktop"> <id>org.kde.kronometer.desktop</id> <metadata_license>CC0-1.0</metadata_license> @@ -330,7 +330,7 @@ <url type="homepage">http://aelog.org/kronometer/</url> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=kronometer</url> <url type="help">http://docs.kde.org/development/en/extragear-utils/kronometer/index.html</url> - <update_contact>elvis.angelaccio_at_kdemail.net</update_contact> + <update_contact>elvis.angelaccio_at_kde.org</update_contact> <project_group>KDE</project_group> <provides> <binary>kronometer</binary> diff --git a/doc/index.docbook b/doc/index.docbook index a814039..6f322d5 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -15,7 +15,7 @@ <author><firstname>Elvis</firstname><surname>Angelaccio</surname> <affiliation> <address> - <email>[email protected]</email> + <email>[email protected]</email> </address> </affiliation> </author> @@ -225,11 +225,11 @@ </para> <para> Program copyright © 2014-2016 Elvis Angelaccio - <email>[email protected]</email> + <email>[email protected]</email> </para> <para> Documentation copyright © 2014-2016 Elvis Angelaccio - <email>[email protected]</email> + <email>[email protected]</email> </para> <!-- TRANS:CREDIT_FOR_TRANSLATORS --> &underFDL; diff --git a/doc/man-kronometer.1.docbook b/doc/man-kronometer.1.docbook index 4729b3d..2ee55bd 100644 --- a/doc/man-kronometer.1.docbook +++ b/doc/man-kronometer.1.docbook @@ -69,7 +69,7 @@ or CSV format.</para> </refsect1> <refsect1 id='author'><title>AUTHOR</title> -<para>The KRONOMETER was written by Elvis Angelaccio <[email protected]>.</para> +<para>The KRONOMETER was written by Elvis Angelaccio <[email protected]>.</para> <para>This manual page was written by Joao Eriberto Mota Filho <[email protected]> for the Debian project (but may be used by others).</para> diff --git a/src/digitdisplay.cpp b/src/digitdisplay.cpp index b335aa3..b3a5736 100644 --- a/src/digitdisplay.cpp +++ b/src/digitdisplay.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/digitdisplay.h b/src/digitdisplay.h index 3dadcb1..e2bb94b 100644 --- a/src/digitdisplay.h +++ b/src/digitdisplay.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/lap.cpp b/src/lap.cpp index 6e56ed0..cff3df1 100644 --- a/src/lap.cpp +++ b/src/lap.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/lap.h b/src/lap.h index 859d44e..f71371c 100644 --- a/src/lap.h +++ b/src/lap.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/lapmodel.cpp b/src/lapmodel.cpp index 3121931..6aca517 100644 --- a/src/lapmodel.cpp +++ b/src/lapmodel.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/lapmodel.h b/src/lapmodel.h index d8dd064..4bcf210 100644 --- a/src/lapmodel.h +++ b/src/lapmodel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/main.cpp b/src/main.cpp index 132235d..c335fad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. @@ -50,7 +50,7 @@ int main (int argc, char **argv) aboutData.addAuthor( i18n("Elvis Angelaccio"), i18n("Maintainer"), - QStringLiteral("[email protected]"), + QStringLiteral("[email protected]"), QStringLiteral("http://aelog.org") ); diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9769316..231885b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/mainwindow.h b/src/mainwindow.h index bb20593..7d97e21 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/session.cpp b/src/session.cpp index a413cea..f372d20 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/session.h b/src/session.h index 357f45e..e81a655 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/sessiondialog.cpp b/src/sessiondialog.cpp index e36bd09..1f19f54 100644 --- a/src/sessiondialog.cpp +++ b/src/sessiondialog.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/sessiondialog.h b/src/sessiondialog.h index bb2fc97..193cd9a 100644 --- a/src/sessiondialog.h +++ b/src/sessiondialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/sessionmodel.cpp b/src/sessionmodel.cpp index 03b433e..97ea43d 100644 --- a/src/sessionmodel.cpp +++ b/src/sessionmodel.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/sessionmodel.h b/src/sessionmodel.h index 15e7800..4e7c1e6 100644 --- a/src/sessionmodel.h +++ b/src/sessionmodel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/stopwatch.cpp b/src/stopwatch.cpp index 6bfe4e4..0ed5174 100644 --- a/src/stopwatch.cpp +++ b/src/stopwatch.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/stopwatch.h b/src/stopwatch.h index 1fbb648..4644c78 100644 --- a/src/stopwatch.h +++ b/src/stopwatch.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/timedisplay.cpp b/src/timedisplay.cpp index 293e1f3..44696b9 100644 --- a/src/timedisplay.cpp +++ b/src/timedisplay.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/timedisplay.h b/src/timedisplay.h index 9061eee..c283962 100644 --- a/src/timedisplay.h +++ b/src/timedisplay.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/timeformat.cpp b/src/timeformat.cpp index c2b67e7..d3d881a 100644 --- a/src/timeformat.cpp +++ b/src/timeformat.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/timeformat.h b/src/timeformat.h index 35401c8..2da2931 100644 --- a/src/timeformat.h +++ b/src/timeformat.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/widgets/colorsettings.h b/src/widgets/colorsettings.h index 016e327..3aeba7b 100644 --- a/src/widgets/colorsettings.h +++ b/src/widgets/colorsettings.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/widgets/fontsettings.h b/src/widgets/fontsettings.h index 30b5e94..edb1841 100644 --- a/src/widgets/fontsettings.h +++ b/src/widgets/fontsettings.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/widgets/generalsettings.cpp b/src/widgets/generalsettings.cpp index d99174d..f55ed4d 100644 --- a/src/widgets/generalsettings.cpp +++ b/src/widgets/generalsettings.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 by Elvis Angelaccio <[email protected]> + Copyright (C) 2015 by Elvis Angelaccio <[email protected]> This file is part of Kronometer. diff --git a/src/widgets/generalsettings.h b/src/widgets/generalsettings.h index a25f548..83eb041 100644 --- a/src/widgets/generalsettings.h +++ b/src/widgets/generalsettings.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 by Elvis Angelaccio <[email protected]> + Copyright (C) 2014 by Elvis Angelaccio <[email protected]> This file is part of Kronometer.
