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

7691 commits

Author SHA1 Message Date
Charles Kerr
6656c6d71e (trunk libT) #2420 - Transmission should follow PEX conventions 2009-09-17 19:05:18 +00:00
Mitchell Livingston
650c91e9f8 #2421 Build fails on Mac OS X if special characters are in project path 2009-09-17 13:23:52 +00:00
Mitchell Livingston
b3a05faeb9 fix some flickering with the table row color drawing 2009-09-17 11:53:56 +00:00
Mitchell Livingston
9c886b5d3e remove unnecessary alloca 2009-09-17 04:52:17 +00:00
Mitchell Livingston
d72a583163 same for torrent table, and fix a code placement issue 2009-09-17 04:36:09 +00:00
Mitchell Livingston
feb714f655 use NSRectFillList() to fill the tracker table's alternating row 2009-09-17 04:29:07 +00:00
Charles Kerr
034d14639a (trunk libT) use tr_torrentName() instead of tor->info.name 2009-09-17 03:24:35 +00:00
Charles Kerr
3ca7f7f63c (trunk gtk) rewrite the 'create torrent' dialog 2009-09-17 01:28:45 +00:00
Charles Kerr
4e85d983da add a way to tell the hig workarea which widget(s) to stretch vertically when the workarea is resized by the user 2009-09-17 01:21:49 +00:00
Charles Kerr
9b9c910d67 when creating a new torrent and a tracker announce URL can't be parsed, set a variable so that the client can learn which announce URL was the bad one 2009-09-17 01:18:59 +00:00
Mitchell Livingston
fd934eeaff remove a warning 2009-09-17 01:15:00 +00:00
Mitchell Livingston
692d35c018 show a warning whenever removing any tracker, regardless of if it's built-in 2009-09-17 01:10:18 +00:00
Mitchell Livingston
8b4ec4b7b7 remove distinction between built-in trackers and custom-added trackers; add trackers to the end of the list instead of the beginning 2009-09-17 00:33:39 +00:00
Mitchell Livingston
90b83c3224 use 10.6's localizedStandardCompare: when sorting by name 2009-09-16 02:18:23 +00:00
Mitchell Livingston
e882a71ddf #2414 Upside-down dock icons in Inspector under Leopard 2009-09-16 01:16:12 +00:00
Charles Kerr
b9517b9826 (trunk) silence manpage warnings reported by lintian and recorded at http://lintian.debian.org/full/costela@debian.org.html#transmission 2009-09-15 14:11:46 +00:00
Mitchell Livingston
81e75fe160 on 10.6 avoid some wizardry to work around a 10.5 bug when switching a table's image's template setting 2009-09-15 04:56:48 +00:00
Mitchell Livingston
7429e60a74 replace a deprecated method 2009-09-15 04:20:41 +00:00
Charles Kerr
542b60b92e (trunk web) #2411: double-clicking torrent should open/close inspector 2009-09-14 22:33:17 +00:00
Charles Kerr
900c6d6717 (trunk qt) fix DHT build issue reported and patched by DimStar 2009-09-14 18:36:33 +00:00
Mitchell Livingston
8baad7096d (trunk) update to 1.75; transfer NEWS and appcast from 1.7x branch 2009-09-14 03:49:24 +00:00
Charles Kerr
c7741230af (trunk gtk) increase the temporary buffer size to avoid string truncations 2009-09-12 07:26:13 +00:00
Mitchell Livingston
e7a5aafb27 another warning gone 2009-09-12 02:48:57 +00:00
Mitchell Livingston
2147b90172 one less warning 2009-09-12 02:39:45 +00:00
Mitchell Livingston
7d0a458f63 remove comment 2009-09-12 01:07:21 +00:00
Mitchell Livingston
980b09522c (trunk) make sure the creator window size/placement is saved correctly 2009-09-12 01:00:54 +00:00
Mitchell Livingston
34afe5f0d0 (trunk) hopefull fix #2354 - end editing of the tracker table before attempting torrent creation 2009-09-12 00:23:13 +00:00
Charles Kerr
7800e163f1 (trunk T) possible fix for gtk crash reported by Michael Stoykov 2009-09-11 23:43:42 +00:00
Charles Kerr
10638fb14a (trunk gtk) fix clang build issue reported by Tronic 2009-09-11 14:34:36 +00:00
Mitchell Livingston
a129483b13 last commit would break 10.5-compatibility if it weren't already broken 2009-09-11 03:16:33 +00:00
Mitchell Livingston
6faa821dac the quick look window shouldn't zoom onto a missing window when quitting 2009-09-11 03:15:04 +00:00
Charles Kerr
149f8c90d8 (trunk gtk) add a Donate item to the Help menu 2009-09-10 17:39:44 +00:00
Mitchell Livingston
5282a62733 #2396 move donation menu item to the main Transmission menu; remove some redundant "Transmission _______" from the Help menu items 2009-09-10 04:19:35 +00:00
Charles Kerr
ff260ee2fb (trunk libT) fix a couple of compiler warnings from the last commit. 2009-09-10 03:28:55 +00:00
Charles Kerr
19b3a84133 (trunk libT) fix oops 2009-09-10 03:07:54 +00:00
Charles Kerr
fb83a0464e (trunk libT) #2395: caching too many peers between sessions makes startup slow and uses too much memory (KyleK, stdisease, et al) 2009-09-10 02:20:35 +00:00
Mitchell Livingston
2a69dab92f add missing #include 2009-09-10 00:15:35 +00:00
Mitchell Livingston
9bb93bd92c another 10.6 check 2009-09-10 00:14:22 +00:00
Charles Kerr
fa1fa11fdb (trunk, libT) #2390: when you add a new torrent while one is verifying local data, the new torrent will be added on wait list, rather than download automatically. (Reported by Adys in irc) 2009-09-09 12:44:11 +00:00
Charles Kerr
9af75365d2 (trunk libT) a test commit -- possible fseek fix for Rabbitbunny 2009-09-09 03:23:50 +00:00
Charles Kerr
9a02f9e48e fix r9073 oops; I committed a few debugging changes by accident too 2009-09-08 20:02:51 +00:00
Charles Kerr
b7821bfb16 delete the obsolete zsh bindings 2009-09-08 20:01:12 +00:00
Charles Kerr
b7b6580ebc (trunk gtk) #2389: Sort by Time Left broken in the GTK client 2009-09-08 18:59:49 +00:00
Charles Kerr
3524ae637e (trunk libT) sync the announce/scrape timeout intervals in trunk with those in 1.7x 2009-09-08 18:39:20 +00:00
Charles Kerr
5ab720d87b (trunk gtk) #2387: transmission doesn't start; gives message 'err: Did not receive a reply' 2009-09-08 14:58:27 +00:00
Charles Kerr
c7e2a29f57 add better logging to track down tr_ioRead() error messages reported by Rabbitbunny 2009-09-08 06:25:40 +00:00
Charles Kerr
bd41421591 decide at runtime, rather than compile time, whether to use curl_multi_action 2009-09-08 05:18:46 +00:00
Charles Kerr
600e2d26ec (trunk libT) make tr_ptrArrayErase() private 2009-09-07 21:57:15 +00:00
Mitchell Livingston
9be4a3979b make sure the "move data" context option actually works 2009-09-07 21:37:58 +00:00
Mitchell Livingston
28f3d66a52 #2371 move "Move Data File To..." to the contextual menu, and add "Save Torrent File As..." 2009-09-07 15:21:26 +00:00