1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00
Commit graph

11805 commits

Author SHA1 Message Date
Mitchell Livingston
79c7bab472 #5118 (web client) Tracker tier count should start at 1 2012-11-02 21:42:10 +00:00
Mitchell Livingston
6c8adbfc1d some cleanup to retains when removing torrents 2012-11-01 03:21:35 +00:00
Mitchell Livingston
4b5b4271eb revert r13603 2012-10-31 21:27:59 +00:00
Mitchell Livingston
8cb08e2766 fix typo in r13604 2012-10-31 21:27:07 +00:00
Mitchell Livingston
d73ca434c0 #5113 Add pbTorrent to client list 2012-10-31 21:25:23 +00:00
Mitchell Livingston
413f3dc532 #5111 Add Zona to client list 2012-10-31 21:22:23 +00:00
Mitchell Livingston
13d5c76437 experimental fix for #5106 2012-10-30 00:44:20 +00:00
Mitchell Livingston
1e0f36fda0 #2794 Don't apply auto-grouping until torrent is demagnetized 2012-10-30 00:22:10 +00:00
Mitchell Livingston
7e2f344ff6 re-add layout code commented out in r13583 2012-10-29 22:44:12 +00:00
Mitchell Livingston
a5971d289a #5109 Show expansion tooltip for abbreviated file names in the File table 2012-10-29 22:17:08 +00:00
Mitchell Livingston
8e0a157531 silence a deprecation warning 2012-10-29 22:16:42 +00:00
Mitchell Livingston
96e77053b4 #5108 Multi-file torrent selection bug 2012-10-29 22:14:46 +00:00
Mitchell Livingston
809bd8e788 no padding between the title/status strings in the file table and the priority column 2012-10-29 00:04:18 +00:00
Mitchell Livingston
7bcafd7149 #4373 In the file list, swap the priority switch and download check, so that the scrollbar doesn't appear above the high priority switch 2012-10-28 23:57:08 +00:00
Mitchell Livingston
b6159f5b63 bump version to 2.73+ 2012-10-28 23:54:28 +00:00
Mitchell Livingston
ede2511b03 #5103 Restore DL/UL Arrows and Rates While Downloading 2012-10-25 03:56:57 +00:00
Mitchell Livingston
ff83b4ee56 #5104 Unknown client -MG21r0- 2012-10-25 03:22:41 +00:00
Jordan Lee
a981f4b6a6 (trunk, libT) #5097 'Rare buffer overflow (piece index too big)' -- fixed. 2012-10-20 15:57:56 +00:00
Jordan Lee
fcf5690476 remove unused functions 2012-10-19 17:21:45 +00:00
Jordan Lee
d6635829d5 remove dead code Inspector.accumulateString 2012-10-19 15:31:42 +00:00
Mitchell Livingston
4428a8404c fix NEWS version number 2012-10-19 04:01:47 +00:00
Mitchell Livingston
b369201a49 update for 2.73 2012-10-19 03:58:11 +00:00
Mitchell Livingston
b2b1aeb282 don't do layout in code until localizations are updated in 2.8 2012-10-19 03:52:59 +00:00
Mitchell Livingston
02879f7d5a bump version to 2.72 2012-10-17 03:39:23 +00:00
Mitchell Livingston
cb77a991ff tweak NEWS 2012-10-17 03:38:48 +00:00
Jordan Lee
8586bd0745 first pass at 2.72 NEWS 2012-10-17 03:26:33 +00:00
Mitchell Livingston
79d0f5d792 don't update the badge count when a transfer finishes seeding and is removed at the same time. 2012-10-17 00:25:28 +00:00
Jordan Lee
e5304a8aaa make tr_mkdir() private. 2012-10-16 03:13:05 +00:00
Jordan Lee
bb49ab9a01 in torrent-magnet.c and utils.h, use tr_torrentName() instead of tor->info.name 2012-10-16 02:48:26 +00:00
Jordan Lee
2dedc1c4c6 (trunk, web) #5091 'Disable file selection for non-multi-file transfers' -- fixed. 2012-10-15 04:32:48 +00:00
Jordan Lee
25bee8d4a2 remove unneeded background-image rules for the inspector's file list's 'file wanted' checkbox; we use the browser's checkbox now 2012-10-15 04:20:55 +00:00
Jordan Lee
8fb80f5132 (trunk, libT) #4638 "Transmission sends an initial 'stopped' event when adding a torrent via RPC" -- fixed. 2012-10-15 03:11:16 +00:00
Mitchell Livingston
da2afd01ef update to the Dutch localization 2012-10-15 02:23:54 +00:00
Mitchell Livingston
493d2824b3 #5090 Include seeding-complete transfers in badged count on Dock icon 2012-10-15 02:12:44 +00:00
Jordan Lee
1dafe0beef more unit test cleanup 2012-10-14 23:38:52 +00:00
Jordan Lee
17beba3502 retrofit some of the tests to use the more expressive test API 2012-10-14 18:56:37 +00:00
Jordan Lee
031e313aa2 (trunk, libT) #5081 'Transmission discards webseed URLs that have trailing whitespace' -- fixed. Unit test passes and valgrind says 'All heap blocks were freed -- no leaks are possible' 2012-10-14 18:10:17 +00:00
Jordan Lee
0630583637 (trunk, libT) #5081 'Transmission discards webseed URLs that have trailing whitespace' -- add unit test (currently failing) for this bug. 2012-10-14 18:02:47 +00:00
Jordan Lee
e89fcc9bf6 previous commit uncovered an unused shadow variable in test-peer-id.c 2012-10-14 18:00:29 +00:00
Jordan Lee
a683ad49a8 steal some ideas about unit test error logging from Google Test 2012-10-14 17:59:24 +00:00
Mitchell Livingston
83d89cd33a Remove another debug logging message. 2012-10-14 17:46:42 +00:00
Mitchell Livingston
2430bb060d move a variable outside of a loop 2012-10-14 17:33:23 +00:00
Mitchell Livingston
3fbc1efd2b comment out a debug log statement 2012-10-14 17:32:38 +00:00
Jordan Lee
e1e254d8c2 fix NULL-pointer-dereference regression introduced in r13546 for #5069. 2012-10-13 17:32:23 +00:00
Jordan Lee
6755e4e24f (trunk, gtk) #5089 'Open-by-URL doesn't automatically paste URLs/magnet links from the clipboard if they contain leading whitespace' -- fixed. 2012-10-13 16:47:26 +00:00
Jordan Lee
b8ef3a9acd (trunk, gtk) #5088 'gtr_is_supported_url(), gtr_is_magnet_link() aren't NULL-safe' -- fixed. 2012-10-13 16:45:20 +00:00
Jordan Lee
718da0688f (trunk libT) fix webseed-in-magnet-link regression introduced in r13547 (2.71+). This issue was tracked down by by x190 in ticket #5081 2012-10-13 15:36:49 +00:00
Mitchell Livingston
b60375bc2e #5051 Mac client causes dual-GPU Macbook Pros to use the discrete GPU 2012-10-12 02:44:19 +00:00
Mitchell Livingston
40a7634c78 #5086 Fix web interface ngettext 2012-10-10 03:03:32 +00:00
Jordan Lee
792215c5e9 (trunk qt) #5059 'Memory leak in the TrMainWindow :: openTorrent' -- fixed. 2012-10-08 04:23:39 +00:00