updated the credits
This commit is contained in:
parent
389227ab6f
commit
0fb1c29f2c
3 changed files with 27 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
||||||
Version 1.1.0
|
Version 1.1.0
|
||||||
-------------
|
-------------
|
||||||
Ferenc Gerlits (fgerlits@gmail.com)
|
Ferenc Gerlits (fgerlits@campware.org)
|
||||||
- Studio GUI, scheduler, installation, packaging
|
- Studio GUI, scheduler, packaging
|
||||||
Mark Kretschmann (markey@web.de)
|
Mark Kretschmann (markey@web.de)
|
||||||
- Audio Player
|
- Audio player
|
||||||
Paul Baranowski (paul@paulbaranowski.org)
|
Paul Baranowski (paul@paulbaranowski.org)
|
||||||
- Project manager, HTML UI, storage server, scheduler
|
- Project manager, HTML UI, storage server, scheduler
|
||||||
Douglas Arellanes (Douglas.Arellanes@mdlf.org)
|
Douglas Arellanes (Douglas.Arellanes@mdlf.org)
|
||||||
- Tester and user feedback
|
- Tester and user feedback
|
||||||
Tomáš Hlava (th@red2head.com)
|
Tomáš Hlava (th@red2head.com)
|
||||||
- Scheduler, storage server
|
- Storage server, network hub
|
||||||
János Csikós (retired)
|
János Csikós (retired)
|
||||||
- HTML UI
|
- HTML UI
|
||||||
Ákos Maróy (retired)
|
Ákos Maróy (retired)
|
||||||
- Audio player
|
- Architecture design, scheduler, audio player
|
||||||
|
|
||||||
Version 1.0
|
Version 1.0
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -806,15 +806,18 @@ Gtk::VBox*
|
||||||
OptionsWindow :: constructAboutSection(void) throw ()
|
OptionsWindow :: constructAboutSection(void) throw ()
|
||||||
{
|
{
|
||||||
Glib::ustring aboutLabelContents;
|
Glib::ustring aboutLabelContents;
|
||||||
//aboutLabelContents.append("\n");
|
|
||||||
aboutLabelContents.append(PACKAGE_NAME);
|
aboutLabelContents.append(PACKAGE_NAME);
|
||||||
aboutLabelContents.append(" ");
|
aboutLabelContents.append(" ");
|
||||||
aboutLabelContents.append(PACKAGE_VERSION);
|
aboutLabelContents.append(PACKAGE_VERSION);
|
||||||
aboutLabelContents.append(" (http://www.campware.org/en/camp/campcaster_news/)\n\n");
|
|
||||||
try {
|
try {
|
||||||
|
aboutLabelContents.append(" (");
|
||||||
|
aboutLabelContents.append(*getResourceUstring("webSiteUrlText"));
|
||||||
|
aboutLabelContents.append(")\n\n");
|
||||||
aboutLabelContents.append(*formatMessage("reportBugsToText",
|
aboutLabelContents.append(*formatMessage("reportBugsToText",
|
||||||
PACKAGE_BUGREPORT ));
|
PACKAGE_BUGREPORT ));
|
||||||
aboutLabelContents.append("\n\nCredits:\nFerenc Gerlits (fgerlits@gmail.com)\n - Studio GUI, scheduler, installation, packaging\nMark Kretschmann (markey@web.de)\n - Audio Player\nPaul Baranowski (paul@paulbaranowski.org)\n - Project manager, HTML UI, storage server, scheduler\nDouglas Arellanes (Douglas.Arellanes@mdlf.org)\n - Tester and user feedback\nTomáš Hlava (th@red2head.com)\n - Scheduler, storage server\nJános Csikós (retired)\n - HTML UI\nÁkos Maróy (retired)\n - Audio player\n");
|
aboutLabelContents.append("\n\n");
|
||||||
|
aboutLabelContents.append(*getResourceUstring("creditsText"));
|
||||||
|
|
||||||
} catch (std::invalid_argument &e) {
|
} catch (std::invalid_argument &e) {
|
||||||
// TODO: signal error
|
// TODO: signal error
|
||||||
|
|
|
@ -308,7 +308,23 @@ root:table
|
||||||
schedulerStartButtonLabel:string { "Start" }
|
schedulerStartButtonLabel:string { "Start" }
|
||||||
schedulerStopButtonLabel:string { "Stop" }
|
schedulerStopButtonLabel:string { "Stop" }
|
||||||
|
|
||||||
|
webSiteUrlText:string { "http://campcaster.campware.org" }
|
||||||
reportBugsToText:string { "Report bugs to: {0}" }
|
reportBugsToText:string { "Report bugs to: {0}" }
|
||||||
|
creditsText:string { "Credits:\n"
|
||||||
|
"Ferenc Gerlits (fgerlits@campware.org)\n"
|
||||||
|
" - Studio GUI, scheduler, packaging\n"
|
||||||
|
"Mark Kretschmann (markey@web.de)\n"
|
||||||
|
" - Audio player\n"
|
||||||
|
"Paul Baranowski (paul@paulbaranowski.org)\n"
|
||||||
|
" - Project manager, HTML UI, storage server, scheduler\n"
|
||||||
|
"Douglas Arellanes (Douglas.Arellanes@mdlf.org)\n"
|
||||||
|
" - Tester and user feedback\n"
|
||||||
|
"Tomáš Hlava (th@red2head.com)\n"
|
||||||
|
" - Scheduler, storage server\n"
|
||||||
|
"János Csikós (retired)\n"
|
||||||
|
" - HTML UI\n"
|
||||||
|
"Ákos Maróy (retired)\n"
|
||||||
|
" - Architecture design, scheduler, audio player" }
|
||||||
}
|
}
|
||||||
|
|
||||||
backupView:table
|
backupView:table
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue