(trunk) update credits

This commit is contained in:
Jordan Lee
2011-01-03 05:58:58 +00:00
parent 0d776a929d
commit c7cc8301db
14 changed files with 15 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ The Transmission Project
http://www.transmissionbt.com/ http://www.transmissionbt.com/
Lead Developers <dev@transmissionbt.com> Lead Developers <dev@transmissionbt.com>
Charles Kerr <charles@transmissionbt.com> (Daemon, Backend, GTK+ client) Jordan Lee <jordan@transmissionbt.com> (Daemon, Backend, GTK+ client)
Mitchell Livingston, Digital Ignition LLC <livings124@transmissionbt.com> (Mac OS X client) Mitchell Livingston, Digital Ignition LLC <livings124@transmissionbt.com> (Mac OS X client)
Kevin Glowacz <kjg@transmissionbt.com> (Web client) Kevin Glowacz <kjg@transmissionbt.com> (Web client)

View File

@@ -112,7 +112,7 @@ program was written by
.An -nosplit .An -nosplit
.An Eric Petit , .An Eric Petit ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Charles Kerr , .An Jordan Lee ,
and and
.An Mitchell Livingston . .An Mitchell Livingston .
.Sh SEE ALSO .Sh SEE ALSO

View File

@@ -144,7 +144,7 @@ See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Charles Kerr , .An Jordan Lee ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
and and

View File

@@ -360,7 +360,7 @@ Sets the proxy to use for http tracker announces.
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Charles Kerr , .An Jordan Lee ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
and and

View File

@@ -1530,7 +1530,7 @@ about( GtkWindow * parent )
GtkWidget * d; GtkWidget * d;
const char * website_uri = "http://www.transmissionbt.com/"; const char * website_uri = "http://www.transmissionbt.com/";
const char * authors[] = { const char * authors[] = {
"Charles Kerr (Backend; GTK+)", "Jordan Lee (Backend; GTK+)",
"Mitchell Livingston (Backend; OS X)", "Mitchell Livingston (Backend; OS X)",
NULL NULL
}; };

View File

@@ -77,7 +77,7 @@ is specified.
.An -nosplit .An -nosplit
.Nm .Nm
was written by was written by
.An Charles Kerr , .An Jordan Lee ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
and and

View File

@@ -13,7 +13,7 @@
\cf0 \ \cf0 \
Lead Developers Lead Developers
\b0 <{\field{\*\fldinst{HYPERLINK "mailto:dev@transmissionbt.com"}}{\fldrslt dev@transmissionbt.com}}>\ \b0 <{\field{\*\fldinst{HYPERLINK "mailto:dev@transmissionbt.com"}}{\fldrslt dev@transmissionbt.com}}>\
Charles Kerr <{\field{\*\fldinst{HYPERLINK "mailto:charles@transmissionbt.com"}}{\fldrslt charles@transmissionbt.com}}> Jordan Lee <{\field{\*\fldinst{HYPERLINK "mailto:jordan@transmissionbt.com"}}{\fldrslt charles@transmissionbt.com}}>
\fs20 \cf2 (Daemon, Backend, GTK+ client) \fs20 \cf2 (Daemon, Backend, GTK+ client)
\fs24 \cf0 \ \fs24 \cf0 \
Mitchell Livingston, Digital Ignition LLC <{\field{\*\fldinst{HYPERLINK "mailto:livings124@transmissionbt.com"}}{\fldrslt livings124@transmissionbt.com}}> Mitchell Livingston, Digital Ignition LLC <{\field{\*\fldinst{HYPERLINK "mailto:livings124@transmissionbt.com"}}{\fldrslt livings124@transmissionbt.com}}>
@@ -133,4 +133,4 @@ Lead Developers
Thomas Bernard for use of MiniUPnP and libnatpmp. <{\field{\*\fldinst{HYPERLINK "http://miniupnp.tuxfamily.org/"}}{\fldrslt http://miniupnp.tuxfamily.org/}}>\ Thomas Bernard for use of MiniUPnP and libnatpmp. <{\field{\*\fldinst{HYPERLINK "http://miniupnp.tuxfamily.org/"}}{\fldrslt http://miniupnp.tuxfamily.org/}}>\
The Growl Development Team for use of Growl. <{\field{\*\fldinst{HYPERLINK "http://growl.info/"}}{\fldrslt http://growl.info/}}>\ The Growl Development Team for use of Growl. <{\field{\*\fldinst{HYPERLINK "http://growl.info/"}}{\fldrslt http://growl.info/}}>\
Andy Matuschak for use of Sparkle. <{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org/"}}{\fldrslt http://sparkle.andymatuschak.org/}}>\ Andy Matuschak for use of Sparkle. <{\field{\*\fldinst{HYPERLINK "http://sparkle.andymatuschak.org/"}}{\fldrslt http://sparkle.andymatuschak.org/}}>\
M. Uli Kusterer for use of UKKQueue.} M. Uli Kusterer for use of UKKQueue.}

View File

@@ -1,7 +1,3 @@
2008-05-08 Charles Kerr <charles@rebelbase.com>
* merge the Launchpad translations to prepare for 1.20
2008-04-19 Geir Hauge <geir.hauge@gmail.com> 2008-04-19 Geir Hauge <geir.hauge@gmail.com>
* nb.po: New Norwegian translation. * nb.po: New Norwegian translation.

View File

@@ -87,7 +87,7 @@ void
AboutDialog :: showCredits( ) AboutDialog :: showCredits( )
{ {
QMessageBox::about( this, tr( "Credits" ), QMessageBox::about( this, tr( "Credits" ),
"Charles Kerr (Backend; Daemon; GTK+; Qt)\n" "Jordan Lee (Backend; Daemon; GTK+; Qt)\n"
"Michell Livingston (Backend; OS X)\n" "Michell Livingston (Backend; OS X)\n"
"Kevin Glowacz (Web client)" ); "Kevin Glowacz (Web client)" );
} }

View File

@@ -60,7 +60,7 @@ is specified.
.An -nosplit .An -nosplit
.Nm .Nm
was written by was written by
.An Charles Kerr , .An Jordan Lee ,
.An Josh Elsasser , .An Josh Elsasser ,
.An Eric Petit , .An Eric Petit ,
and and

View File

@@ -66,11 +66,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jan 13 2010 Charles Kerr <charles@transmissionbt.com> * Wed Jan 13 2010 Jordan Lee <jordan@transmissionbt.com>
- made the GConf dependency explicit - made the GConf dependency explicit
- annotated the Depends section to show which libraries are optional - annotated the Depends section to show which libraries are optional
* Thu Mar 5 2009 Gijs <info@bsnw.nl> * Thu Mar 5 2009 Gijs <info@bsnw.nl>
- fixed %files section - fixed %files section
- added Source0 - added Source0
* Wed Jul 18 2006 Charles Kerr <charles@transmissionbt.com> * Wed Jul 18 2006 Jordan Lee <jordan@transmissionbt.com>
- first draft at a spec file, cribbed from Pan's spec file - first draft at a spec file, cribbed from Pan's spec file

View File

@@ -34,7 +34,7 @@ To add more than one, use this option multiple times.
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Charles Kerr .An Jordan Lee
.Sh SEE ALSO .Sh SEE ALSO
.Xr transmission-create 1 , .Xr transmission-create 1 ,
.Xr transmission-daemon 1 , .Xr transmission-daemon 1 ,

View File

@@ -34,7 +34,7 @@ $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents
.Ed .Ed
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Charles Kerr .An Jordan Lee
.Sh SEE ALSO .Sh SEE ALSO
.Xr transmission-create 1 , .Xr transmission-create 1 ,
.Xr transmission-daemon 1 , .Xr transmission-daemon 1 ,

View File

@@ -23,7 +23,7 @@ Ask the torrent's trackers how many peers are in the torrent's swarm
.El .El
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Charles Kerr .An Jordan Lee
.Sh SEE ALSO .Sh SEE ALSO
.Xr transmission-create 1 , .Xr transmission-create 1 ,
.Xr transmission-daemon 1 , .Xr transmission-daemon 1 ,