mirror of
https://github.com/transmission/transmission
synced 2024-12-21 23:32:35 +00:00
(trunk) update credits
This commit is contained in:
parent
0d776a929d
commit
c7cc8301db
14 changed files with 15 additions and 19 deletions
2
AUTHORS
2
AUTHORS
|
@ -2,7 +2,7 @@ The Transmission Project
|
|||
http://www.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)
|
||||
Kevin Glowacz <kjg@transmissionbt.com> (Web client)
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ program was written by
|
|||
.An -nosplit
|
||||
.An Eric Petit ,
|
||||
.An Josh Elsasser ,
|
||||
.An Charles Kerr ,
|
||||
.An Jordan Lee ,
|
||||
and
|
||||
.An Mitchell Livingston .
|
||||
.Sh SEE ALSO
|
||||
|
|
|
@ -144,7 +144,7 @@ See http://trac.transmissionbt.com/wiki/ConfigFiles for more information.
|
|||
.El
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
.An Charles Kerr ,
|
||||
.An Jordan Lee ,
|
||||
.An Josh Elsasser ,
|
||||
.An Eric Petit ,
|
||||
and
|
||||
|
|
|
@ -360,7 +360,7 @@ Sets the proxy to use for http tracker announces.
|
|||
.El
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
.An Charles Kerr ,
|
||||
.An Jordan Lee ,
|
||||
.An Josh Elsasser ,
|
||||
.An Eric Petit ,
|
||||
and
|
||||
|
|
|
@ -1530,7 +1530,7 @@ about( GtkWindow * parent )
|
|||
GtkWidget * d;
|
||||
const char * website_uri = "http://www.transmissionbt.com/";
|
||||
const char * authors[] = {
|
||||
"Charles Kerr (Backend; GTK+)",
|
||||
"Jordan Lee (Backend; GTK+)",
|
||||
"Mitchell Livingston (Backend; OS X)",
|
||||
NULL
|
||||
};
|
||||
|
|
|
@ -77,7 +77,7 @@ is specified.
|
|||
.An -nosplit
|
||||
.Nm
|
||||
was written by
|
||||
.An Charles Kerr ,
|
||||
.An Jordan Lee ,
|
||||
.An Josh Elsasser ,
|
||||
.An Eric Petit ,
|
||||
and
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
\cf0 \
|
||||
Lead Developers
|
||||
\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)
|
||||
\fs24 \cf0 \
|
||||
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/}}>\
|
||||
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/}}>\
|
||||
M. Uli Kusterer for use of UKKQueue.}
|
||||
M. Uli Kusterer for use of UKKQueue.}
|
||||
|
|
|
@ -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>
|
||||
|
||||
* nb.po: New Norwegian translation.
|
||||
|
|
|
@ -87,7 +87,7 @@ void
|
|||
AboutDialog :: showCredits( )
|
||||
{
|
||||
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"
|
||||
"Kevin Glowacz (Web client)" );
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ is specified.
|
|||
.An -nosplit
|
||||
.Nm
|
||||
was written by
|
||||
.An Charles Kerr ,
|
||||
.An Jordan Lee ,
|
||||
.An Josh Elsasser ,
|
||||
.An Eric Petit ,
|
||||
and
|
||||
|
|
|
@ -66,11 +66,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%changelog
|
||||
|
||||
* Wed Jan 13 2010 Charles Kerr <charles@transmissionbt.com>
|
||||
* Wed Jan 13 2010 Jordan Lee <jordan@transmissionbt.com>
|
||||
- made the GConf dependency explicit
|
||||
- annotated the Depends section to show which libraries are optional
|
||||
* Thu Mar 5 2009 Gijs <info@bsnw.nl>
|
||||
- fixed %files section
|
||||
- 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
|
||||
|
|
|
@ -34,7 +34,7 @@ To add more than one, use this option multiple times.
|
|||
.El
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
.An Charles Kerr
|
||||
.An Jordan Lee
|
||||
.Sh SEE ALSO
|
||||
.Xr transmission-create 1 ,
|
||||
.Xr transmission-daemon 1 ,
|
||||
|
|
|
@ -34,7 +34,7 @@ $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents
|
|||
.Ed
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
.An Charles Kerr
|
||||
.An Jordan Lee
|
||||
.Sh SEE ALSO
|
||||
.Xr transmission-create 1 ,
|
||||
.Xr transmission-daemon 1 ,
|
||||
|
|
|
@ -23,7 +23,7 @@ Ask the torrent's trackers how many peers are in the torrent's swarm
|
|||
.El
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
.An Charles Kerr
|
||||
.An Jordan Lee
|
||||
.Sh SEE ALSO
|
||||
.Xr transmission-create 1 ,
|
||||
.Xr transmission-daemon 1 ,
|
||||
|
|
Loading…
Reference in a new issue