1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 01:57:52 +00:00
Commit graph

4245 commits

Author SHA1 Message Date
Mitchell Livingston
8e1c3ff365 fix typos in last commit 2008-02-19 16:57:54 +00:00
Mitchell Livingston
2206c22eee add Amazon S3 to clients list 2008-02-19 16:55:13 +00:00
Mitchell Livingston
ccb601787e update strings file 2008-02-19 16:20:38 +00:00
Mitchell Livingston
e6211d427e ensure the right table columns are removed on Tiger 2008-02-19 15:57:27 +00:00
Mitchell Livingston
806fd71d52 get rid of an unnecessary method 2008-02-19 15:21:19 +00:00
Mitchell Livingston
8896efb400 ensure correct object value is given to the table on Tiger 2008-02-19 11:36:25 +00:00
Charles Kerr
a676675468 (gtk) #712: regression in Details (Peers) dialog in svn version 2008-02-19 06:05:55 +00:00
Charles Kerr
bcecbbba99 (gtk) #312: Attention notification when using "Open with" 2008-02-19 05:52:37 +00:00
Mitchell Livingston
3aae015468 small height adjustment 2008-02-19 05:49:41 +00:00
Mitchell Livingston
4d4b4c1c36 show "X" image for "no group" row 2008-02-19 05:39:56 +00:00
Mitchell Livingston
d9f8018c49 fix type-select with groups 2008-02-19 05:27:15 +00:00
Mitchell Livingston
a28583b50b first go at getting the app to work nicely with Tiger again 2008-02-19 05:14:22 +00:00
Charles Kerr
ac8e76a70f (gtk) use tr_torrentDelete() when user hits `cancel' in the "open torrent" dialog 2008-02-19 05:10:58 +00:00
Mitchell Livingston
d4eb3c018e remove cache file when removing a transfer 2008-02-19 05:09:52 +00:00
Charles Kerr
4456c2dd90 (gtk) #544: remove fast-resume cache when appropriate 2008-02-19 05:03:56 +00:00
Charles Kerr
deaeb24cb5 cleanup #includes for errno & strerror 2008-02-19 04:16:04 +00:00
Charles Kerr
c421bc0266 (gtk) add ability to delete downloaded files when deleting a torrent 2008-02-19 03:57:03 +00:00
Mitchell Livingston
6fcf4a8013 ensure up and down group arrows are colored correctly 2008-02-19 02:59:01 +00:00
Mitchell Livingston
ac300eab89 line up group row speeds with status bar speeds 2008-02-19 02:24:26 +00:00
Mitchell Livingston
9426e0bf1e more group row adjustments 2008-02-19 02:10:20 +00:00
Mitchell Livingston
bb8782db3a remove testing code 2008-02-19 02:00:06 +00:00
Mitchell Livingston
d17cb50d25 add color and adjust size of group row 2008-02-19 01:58:36 +00:00
Mitchell Livingston
03f986dffe better group arrow images 2008-02-18 20:53:10 +00:00
Mitchell Livingston
f43f30b7ac size adjustment of group speeds 2008-02-18 19:54:22 +00:00
Mitchell Livingston
a261460bdd speeds in group rows - Tiger support is currently broken 2008-02-18 19:42:46 +00:00
Mitchell Livingston
f5d33a3da1 update libevent mac headers for strtoll() 2008-02-18 15:30:36 +00:00
Charles Kerr
a2744be2d6 (gtk) fix double-free under certain circumstances in the new 'open' dialog 2008-02-18 05:26:02 +00:00
Charles Kerr
3b97af8766 #713: handle leading spaces in the announce url more gracefully 2008-02-18 05:06:52 +00:00
Charles Kerr
f55c6ab714 fix some minor broken autoconf defines 2008-02-17 01:23:58 +00:00
Charles Kerr
c3e87bc4ea (gtk) #703: fix right-to-left locale issues in the details dialog 2008-02-16 19:36:07 +00:00
Mitchell Livingston
7ab59f951f in minimal mode, show eta for seeding 2008-02-16 19:32:22 +00:00
Charles Kerr
93b8b40e92 (gtk) #703: better handling of rtl locales 2008-02-16 19:14:25 +00:00
Charles Kerr
f8786b6df0 fix bug that could cause some pieces to be unnecessarily rechecked the second time they were loaded. 2008-02-16 05:13:56 +00:00
Charles Kerr
c144470c70 make the code a little easier to read. make tr_ioFileTest()'s return value consistent with other inout funcs. 2008-02-15 18:25:42 +00:00
Charles Kerr
e52c1d9727 fix TrTorrent reference count error 2008-02-15 18:20:56 +00:00
Mitchell Livingston
6a5789b410 update project file for last commit 2008-02-15 16:02:08 +00:00
Charles Kerr
6fb57dcd59 modify "verify local data" to not lose the blocks in incomplete pieces 2008-02-15 16:00:46 +00:00
Charles Kerr
e2277c97e6 ensure tr_info.creator and tr_info.comment are initialized, even if it's only to an empty string 2008-02-15 14:56:11 +00:00
Mitchell Livingston
5ce3a259f0 fix binding on "seeding complete" sound button 2008-02-15 00:29:42 +00:00
Mitchell Livingston
f0a645ac75 update clients list 2008-02-15 00:23:09 +00:00
Charles Kerr
4f4f451c17 possible fix for http://forum.transmissionbt.com/viewtopic.php?t=3946 2008-02-14 21:48:49 +00:00
Charles Kerr
b7c4f59565 code cleanup 2008-02-14 17:18:00 +00:00
Mitchell Livingston
215c31f55c fix inspector display error caused by the last commit allowing null field values 2008-02-14 04:38:33 +00:00
Charles Kerr
33f77798d3 #706: save a little more memory by doing the same for tr_info.comment and tr_info.creator 2008-02-14 01:12:00 +00:00
Charles Kerr
83a72d9d64 (gtk) fix main window formatting error for torrents whose local data's being verified 2008-02-14 00:59:32 +00:00
Charles Kerr
f8b0763c30 #706: reduce memory by 25% by cutting tr_file struct 2008-02-14 00:52:58 +00:00
Mitchell Livingston
c9e3322034 hopefully fix a crash with the open window 2008-02-13 19:33:04 +00:00
Charles Kerr
9d436d6767 #690: get multitracker torrents working with the evhttp code 2008-02-13 17:15:58 +00:00
Charles Kerr
f00959fd88 (gtk) fix minor memory leak reported by valgrind 2008-02-13 16:30:59 +00:00
Charles Kerr
b7815edc49 (gtk) have "active" filter key off of (tr_stat.peersSendingToUs + tr_stat.peersGettingFromUs) rather than (rateUpload + rateDownload) so that a peer temporarily dropping to zero KiB/s won't drop it off the active filter. 2008-02-13 16:16:50 +00:00