Update bug reports url to bugs.trinitydesktop.org

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 937421fdc5)
pull/9/head
Slávek Banko 6 years ago
parent af455b43ff
commit 0be443a323

@ -48,7 +48,7 @@ Have a look at the individual subdirectories, if you want to know, what
versions of apps are included. versions of apps are included.
Please direct any bug reports to our bug list by visiting Please direct any bug reports to our bug list by visiting
http://bugs.kde.org. http://bugs.trinitydesktop.org.
General KDE discussions should go to the KDE mailing list (kde@kde.org). General KDE discussions should go to the KDE mailing list (kde@kde.org).

@ -40,7 +40,7 @@ Dates
aKademy in Malaga, Spain. aKademy in Malaga, Spain.
+ Release criteria, prio 1: + Release criteria, prio 1:
- Fix all bugs on bugs.kde.org - Fix all bugs on bugs.trinitydesktop.org
- *must be* Update edu.kde.org/kalzium with screenshots - *must be* Update edu.kde.org/kalzium with screenshots
- *must be* increase the version number - *must be* increase the version number
+ Release criteria, prio 2: + Release criteria, prio 2:

@ -35,7 +35,7 @@ int main(int argc, char *argv[])
{ {
TDEAboutData aboutData( "keduca", I18N_NOOP("KEduca"), TDEAboutData aboutData( "keduca", I18N_NOOP("KEduca"),
version, description, TDEAboutData::License_GPL, version, description, TDEAboutData::License_GPL,
"(c) 2001, Javier Campos", 0, "http://keduca.sourceforge.net", "submit@bugs.kde.org"); "(c) 2001, Javier Campos", 0, "http://keduca.sourceforge.net", "submit@bugs.trinitydesktop.org");
aboutData.addAuthor("Javier Campos",I18N_NOOP( "Original Author" ), "javi@asyris.org"); aboutData.addAuthor("Javier Campos",I18N_NOOP( "Original Author" ), "javi@asyris.org");
aboutData.addAuthor("Klas Kalass",I18N_NOOP( "Maintainer 2002-2004" ), "klas@kde.org"); aboutData.addAuthor("Klas Kalass",I18N_NOOP( "Maintainer 2002-2004" ), "klas@kde.org");
aboutData.addAuthor("Henrique Pinto",I18N_NOOP( "Current Maintainer" ), "henrique.pinto@kdemail.net"); aboutData.addAuthor("Henrique Pinto",I18N_NOOP( "Current Maintainer" ), "henrique.pinto@kdemail.net");

@ -36,7 +36,7 @@ int main(int argc, char *argv[])
{ {
TDEAboutData aboutData( "keduca", I18N_NOOP("KEducaBuilder"), TDEAboutData aboutData( "keduca", I18N_NOOP("KEducaBuilder"),
version, description, TDEAboutData::License_GPL, version, description, TDEAboutData::License_GPL,
"(c) 2001, Javier Campos", 0, "http://keduca.sourceforge.net", "submit@bugs.kde.org"); "(c) 2001, Javier Campos", 0, "http://keduca.sourceforge.net", "submit@bugs.trinitydesktop.org");
aboutData.addAuthor("Javier Campos",I18N_NOOP("Original Author"), "javi@asyris.org"); aboutData.addAuthor("Javier Campos",I18N_NOOP("Original Author"), "javi@asyris.org");
aboutData.addAuthor("Klas Kalass",I18N_NOOP("Maintainer 2002-2004"), "klas@kde.org"); aboutData.addAuthor("Klas Kalass",I18N_NOOP("Maintainer 2002-2004"), "klas@kde.org");
aboutData.addAuthor("Anne-Marie Mahfouf",I18N_NOOP("Various fixes and cleanups"), "annma@kde.org"); aboutData.addAuthor("Anne-Marie Mahfouf",I18N_NOOP("Various fixes and cleanups"), "annma@kde.org");

@ -34,7 +34,7 @@ int main(int argc, char *argv[])
TDEAboutData aboutData( "klatin", I18N_NOOP("KLatin"), TDEAboutData aboutData( "klatin", I18N_NOOP("KLatin"),
"0.9", description, TDEAboutData::License_GPL, "0.9", description, TDEAboutData::License_GPL,
"(C) 2001-2004, George Wright", 0, "http://edu.kde.org/klatin", "submit@bugs.kde.org"); "(C) 2001-2004, George Wright", 0, "http://edu.kde.org/klatin", "submit@bugs.trinitydesktop.org");
aboutData.addAuthor("George Wright",I18N_NOOP("Author and Maintainer"), "gwright@kde.org"); aboutData.addAuthor("George Wright",I18N_NOOP("Author and Maintainer"), "gwright@kde.org");
aboutData.addCredit("Anne-Marie Mahfouf",I18N_NOOP("Bug fixes, documentation"), "annma@kde.org"); aboutData.addCredit("Anne-Marie Mahfouf",I18N_NOOP("Bug fixes, documentation"), "annma@kde.org");

@ -46,7 +46,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
TDEAboutData about("klettres", I18N_NOOP("KLettres"), KLETTRES_VERSION, description, TDEAboutData about("klettres", I18N_NOOP("KLettres"), KLETTRES_VERSION, description,
TDEAboutData::License_GPL, "(C) 2001-2006 Anne-Marie Mahfouf",0, "http://edu.kde.org/klettres", "submit@bugs.kde.org"); TDEAboutData::License_GPL, "(C) 2001-2006 Anne-Marie Mahfouf",0, "http://edu.kde.org/klettres", "submit@bugs.trinitydesktop.org");
about.addAuthor( "Anne-Marie Mahfouf", 0, "annma AT kde.org"); about.addAuthor( "Anne-Marie Mahfouf", 0, "annma AT kde.org");
about.addCredit("Ludovic Grossard", about.addCredit("Ludovic Grossard",
I18N_NOOP("French sounds"), "grossard AT kde.org"); I18N_NOOP("French sounds"), "grossard AT kde.org");

@ -43,7 +43,7 @@ int main( int argc, char *argv[] )
KPERCENTAGE_VERSION, description, TDEAboutData::License_GPL, KPERCENTAGE_VERSION, description, TDEAboutData::License_GPL,
"(c) 2001-2007, Matthias Messmer", "(c) 2001-2007, Matthias Messmer",
0, 0, 0, 0,
"submit@bugs.kde.org" "submit@bugs.trinitydesktop.org"
); );
aboutData.addAuthor( "Matthias Messmer", I18N_NOOP( "coding, coding and coding" ), "bmlmessmer@web.de" ); aboutData.addAuthor( "Matthias Messmer", I18N_NOOP( "coding, coding and coding" ), "bmlmessmer@web.de" );
aboutData.addAuthor( "Carsten Niehaus", I18N_NOOP( "CVS, coding and sed-script" ), "cniehaus@gmx.de" ); aboutData.addAuthor( "Carsten Niehaus", I18N_NOOP( "CVS, coding and sed-script" ), "cniehaus@gmx.de" );

@ -1,6 +1,6 @@
## KStars TODO list: updated August 2004 ## KStars TODO list: updated August 2004
## Announce interest in working on these on kstars-devel@kde.org ## Announce interest in working on these on kstars-devel@kde.org
## suggest new items on the same list or at http://bugs.kde.org ## suggest new items on the same list or at http://bugs.trinitydesktop.org
1. Bug reports to be resolved: 1. Bug reports to be resolved:

@ -36,7 +36,7 @@ int main(int argc, char **argv)
"Copyright (C) 2000-2006 by Håvard Frøiland and Andreas Nicolai", "Copyright (C) 2000-2006 by Håvard Frøiland and Andreas Nicolai",
0, 0,
"http://edu.kde.org/ktouch", "http://edu.kde.org/ktouch",
"submit@bugs.kde.org"); "submit@bugs.trinitydesktop.org");
about.addAuthor( "Andreas Nicolai", I18N_NOOP("Current maintainer and programmer"), "Andreas.Nicolai@gmx.net" ); about.addAuthor( "Andreas Nicolai", I18N_NOOP("Current maintainer and programmer"), "Andreas.Nicolai@gmx.net" );
about.addAuthor( "Håvard Frøiland", I18N_NOOP("Original author, project admin"), "haavard@users.sourceforge.net" ); about.addAuthor( "Håvard Frøiland", I18N_NOOP("Original author, project admin"), "haavard@users.sourceforge.net" );
about.addCredit( "David Vignoni", I18N_NOOP("Creator of the SVG icon"), "david80v@tin.it"); about.addCredit( "David Vignoni", I18N_NOOP("Creator of the SVG icon"), "david80v@tin.it");

@ -44,7 +44,7 @@ needed, namely: the sings in the code and the comments
- check if the fresh logo examples in your language run when KTurtle is set to your language (see the Settings) - check if the fresh logo examples in your language run when KTurtle is set to your language (see the Settings)
Please report BUGs when it doesnt work (bugs.kde.org)! Please report BUGs when it doesnt work (bugs.trinitydesktop.org)!
Thanks for the efford, we love you! Thanks for the efford, we love you!

@ -51,7 +51,7 @@ static const char version[] = KVOCTRAIN_VERSION_STRING;
"© 2007 \tFrederik Gladhorn\n"), "© 2007 \tFrederik Gladhorn\n"),
I18N_NOOP("Helps you train your vocabulary"), I18N_NOOP("Helps you train your vocabulary"),
"http://edu.kde.org/kvoctrain", "http://edu.kde.org/kvoctrain",
"submit@bugs.kde.org"); "submit@bugs.trinitydesktop.org");
aboutData.addAuthor("Frederik Gladhorn", aboutData.addAuthor("Frederik Gladhorn",
I18N_NOOP("Current Maintainer"), "frederik.gladhorn@kdemail.net"); I18N_NOOP("Current Maintainer"), "frederik.gladhorn@kdemail.net");

@ -43,7 +43,7 @@ int main(int argc, char *argv[])
"(c) 2003-2005, Peter Hedlund", "(c) 2003-2005, Peter Hedlund",
0, 0,
"http://edu.kde.org/kwordquiz", "http://edu.kde.org/kwordquiz",
"submit@bugs.kde.org"); "submit@bugs.trinitydesktop.org");
aboutData.addAuthor("Peter Hedlund", 0, "peter.hedlund@kdemail.net"); aboutData.addAuthor("Peter Hedlund", 0, "peter.hedlund@kdemail.net");
aboutData.addCredit("Anne-Marie Mahfouf", I18N_NOOP("KDE Edutainment Maintainer"), "annma@kde.org", 0); aboutData.addCredit("Anne-Marie Mahfouf", I18N_NOOP("KDE Edutainment Maintainer"), "annma@kde.org", 0);

Loading…
Cancel
Save