1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-02 13:05:08 +00:00
Commit graph

2905 commits

Author SHA1 Message Date
Charles Kerr
bb84cb9f09 janitorial work for the freeze: (1) finish replacing "transmission-gtk" with "transmission". (2) add Charles to authors lists in man pages. (3) standardize the summary as "A fast and easy BitTorrent client" in the rpm spec, gtk about dialog, and man pages. (4) fold together similar translation strings in the gtk client. (5) use g_strerror instead of strerror in the gtk client. 2007-10-13 17:33:53 +00:00
Mitchell Livingston
cc2d8f3310 update localizable strings file 2007-10-13 16:40:44 +00:00
Mitchell Livingston
543b48e01c remove foreign languages until feature freeze 2007-10-13 15:58:32 +00:00
Charles Kerr
bd01906f0c more banging on the fastresume-destination-directory thing. this permuation makes the fastresume destination a fallback, to be used only if the client didn't pass in a directory to tr_torrentInit*() 2007-10-13 15:29:15 +00:00
Charles Kerr
4104efbfbf try to get more connected peers to agree to encrypted connections 2007-10-13 15:15:04 +00:00
Charles Kerr
004ade57f0 fix crash-on-adding-new-torrents introduced in r3387 2007-10-13 14:07:08 +00:00
Charles Kerr
3e878aeba9 tweak the debugging messages a bit. 2007-10-13 14:02:10 +00:00
Mitchell Livingston
c1cffff4a4 fix a redundant check...all this destination code probably needs cleaning up sooner or later 2007-10-13 13:54:19 +00:00
Charles Kerr
9211c57ad2 merge in the parts of peerutils' peer pruning code that still make sense 2007-10-13 13:54:05 +00:00
Charles Kerr
4b466a8d24 use the same lock icon that the mac client is using. 2007-10-13 13:51:38 +00:00
Mitchell Livingston
a57dd87d47 fix a small memory leak, and get rid of two #ifndef's... 2007-10-13 12:59:39 +00:00
Charles Kerr
89d511e9dd get fastresume working again (I think) 2007-10-13 04:19:38 +00:00
Charles Kerr
6179809146 break the build so svn users won't corrupt their fastresume files 2007-10-13 04:11:11 +00:00
Charles Kerr
0000a96f78 and, removing a couple of fprintfs 2007-10-13 04:00:50 +00:00
Charles Kerr
05bcd5e01c fix r3379 bug that forced us to recheck the torrents every startup 2007-10-13 03:58:54 +00:00
Mitchell Livingston
43f03e81ab various trivial changes to the badger code 2007-10-13 03:16:51 +00:00
Charles Kerr
39c8a02497 various gtk cleanups. 2007-10-13 03:15:02 +00:00
Mitchell Livingston
f5e5a5584b trivial code cleanup 2007-10-12 23:18:21 +00:00
Mitchell Livingston
045c31018b remove unused variables 2007-10-12 21:36:01 +00:00
Mitchell Livingston
2f17b922a9 allow speed limit to be automatically updated when modal panels are active, fixes #366 2007-10-12 20:51:27 +00:00
Charles Kerr
ddcd160449 config file and dead code cleanup. 2007-10-12 20:50:03 +00:00
Charles Kerr
2e6ebae16e code cleanup: let glib do more of the heavy lifting w.r.t. parsing command-line arguments, drag-and-drop strings 2007-10-12 19:53:30 +00:00
Charles Kerr
ff36475fad Add an option for saving a torrent's destination path in its file. This can be overridden by clients with the `destination' argument in tr_torrentInit*() 2007-10-12 19:45:51 +00:00
Mitchell Livingston
1e9cb5a21a random cleanup 2007-10-12 11:33:26 +00:00
Mitchell Livingston
64c5255c8e add Halite to clients 2007-10-12 11:17:38 +00:00
Mitchell Livingston
0365b84b6b updated options gear image 2007-10-12 02:59:34 +00:00
Charles Kerr
f371e9340f (1) fix Makefile breakage from my last commit. (2) follow Gnome HIG for what shortcut to use for 'close' 2007-10-11 20:55:14 +00:00
Mitchell Livingston
7ef75b47f6 the search filter will again allow filtering by name or tracker - thanks John_Clay 2007-10-11 20:33:42 +00:00
Charles Kerr
f995bdb85c experimentally try out the tango icon and see how it looks 2007-10-11 20:13:57 +00:00
Mitchell Livingston
c4e6607777 get rid of an alloc/release 2007-10-11 16:28:50 +00:00
Charles Kerr
aa758b4652 gtk hotkeys and typo fix 2007-10-11 15:25:54 +00:00
Charles Kerr
50d488ebe2 (1) don't build the wx client unless the user tells configure.sh to. (2) rank NEWS items by priority 2007-10-11 15:16:38 +00:00
Charles Kerr
00321c4eed Fix crash-on-exit reported by Gimp_ @ http://pastebin.ca/732759 2007-10-11 14:56:50 +00:00
Mitchell Livingston
7207e822fa general cleanup 2007-10-11 12:06:46 +00:00
Charles Kerr
89564dc3c2 fix the "swarm speed" bug reported by Gimp_ 2007-10-11 04:17:28 +00:00
Mitchell Livingston
7b2a707c8e remove now-unused variable for file outline view 2007-10-11 03:56:04 +00:00
Charles Kerr
3b2ef1054f 8 second timeout during handshake, 2.5 minute handshake afterwards 2007-10-11 03:54:33 +00:00
Mitchell Livingston
5df49d03c9 improve the drawing of the background color in file selection 2007-10-11 03:52:35 +00:00
Charles Kerr
e11999243e add more debugging messages to track down why we're disconnecting from some peers 2007-10-11 03:36:09 +00:00
Charles Kerr
7e0faec4db more debugging messages 2007-10-11 03:12:48 +00:00
Charles Kerr
ef4ec75532 Try out some of SoftwareElves' suggestions for faster startup connections 2007-10-11 02:50:05 +00:00
Charles Kerr
ead1ff5b72 encryption key creation is pretty expensive -- defer creating it until we're sure we actually need it for that peer. 2007-10-11 02:22:17 +00:00
Charles Kerr
23d2f77778 (1) maybe fix the "peer->msgs != NULL" bug reported by Dhruvk and John_Clay (2) remove dead code 2007-10-11 00:09:58 +00:00
Mitchell Livingston
66a7a1f220 display terabytes for file size when applicable 2007-10-10 23:17:44 +00:00
Mitchell Livingston
5b333ccc85 missed in last commit 2007-10-10 19:53:26 +00:00
Mitchell Livingston
7b0f6d490b make Credits match AUTHORS 2007-10-10 19:51:24 +00:00
Charles Kerr
0a4b3bd57b more piddly tweaks: more consistency between text in the buttons and tooltips 2007-10-10 19:47:55 +00:00
Charles Kerr
9cb4b68d1c experimental code to use tango color scheme in gtk+ torrent inspector 2007-10-10 19:41:48 +00:00
Charles Kerr
0daff33814 minor tweaks: (1) list None' instead of 0 b' for zero bytes, such as in UL speed or the "corrupted" field. (2) the properties icon is too horrible to keep -- use `torrent details' instead. (3) list active maintainers first in credits. (4) tweak the "about" dialog's client description a bit to better match the style of other gtk+ apps. 2007-10-10 18:52:08 +00:00
Charles Kerr
7280551e2f more HIG correctness 2007-10-10 18:20:52 +00:00