[Marble-commits] KDE/kdeedu/marble/src
Dennis Nienhüser
earthwings at gentoo.org
Tue Sep 28 23:34:14 CEST 2010
SVN commit 1180778 by nienhueser:
Include the gsoc 2010 students in the about dialogs, update my own description.
M +13 -1 kdemain.cpp
M +7 -0 lib/MarbleAboutDialog.cpp
--- trunk/KDE/kdeedu/marble/src/kdemain.cpp #1180777:1180778
@@ -93,7 +93,7 @@
ki18n( "Marble Python Bindings" ),
"simon at simonzone.com" );
aboutData.addAuthor( ki18n( "Dennis Nienhüser" ),
- ki18n( "Navigator Float Item" ),
+ ki18n( "Routing" ),
"earthwings at gentoo.org" );
aboutData.addAuthor( ki18n( "Magnus Valle" ),
ki18n( "Historical Maps" ),
@@ -109,6 +109,18 @@
"marble at hardakers.net" );
// Google Summer of Code
+ aboutData.addAuthor( ki18n( "Gaurav Gupta" ),
+ ki18n( "Google Summer of Code 2010 Project:"
+ " Bookmarks" ),
+ "1989.gaurav at gmail.com" );
+ aboutData.addAuthor( ki18n( "Harshit Jain " ),
+ ki18n( "Google Summer of Code 2010 Project:"
+ " Time Support" ),
+ "hjain.itbhu at gmail.com" );
+ aboutData.addAuthor( ki18n( "Siddharth Srivastava" ),
+ ki18n( "Google Summer of Code 2010 Project:"
+ " Turn-by-turn Navigation" ),
+ "akssps011 at gmail.com" );
aboutData.addAuthor( ki18n( "Andrew Manson" ),
ki18n( "Google Summer of Code 2009 Project:"
" OSM Annotation" ),
--- trunk/KDE/kdeedu/marble/src/lib/MarbleAboutDialog.cpp #1180777:1180778
@@ -124,6 +124,13 @@
tr("<b>Google Summer of Code</b>")+
tr("<p> The Marble Team would like to thank its members who participated "
"in the Google Summer of Code for their successful work on Marble:</p>")+
+ tr( "<p><b>2010</b></p>" ) +
+ tr( "<p>Gaurav Gupta <a href=\"mailto:1989.gaurav at gmail.com\">1989.gaurav at gmail.com</a><br />"
+ "<i>Project: Bookmarks</i></p>" ) +
+ tr( "<p>Harshit Jain <a href=\"mailto:hjain.itbhu at gmail.com\">hjain.itbhu at gmail.com</a><br />"
+ "<i>Project: Time Support</i></p>" ) +
+ tr( "<p>Siddharth Srivastava <a href=\"mailto:akssps011 at gmail.com\">akssps011 at gmail.com</a><br />"
+ "<i>Project: Turn-by-turn Navigation</i></p>" ) +
tr( "<p><b>2009</b></p>" ) +
tr( "<p>Andrew Manson <a href=\"mailto:g.real.ate at gmail.com\">g.real.ate at gmail.com</a><br />"
"<i>Project: OSM Annotation</i></p>" ) +
More information about the Marble-commits
mailing list