1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 10:07:40 +00:00
Commit graph

389 commits

Author SHA1 Message Date
Mitchell Livingston
7f9e4d9efe when dragging a file on the window, check if it has the .torrent extension; smaller changes 2007-11-13 00:56:58 +00:00
Mitchell Livingston
4854aac298 remove code to manually close torrents on quit 2007-11-11 03:15:49 +00:00
Mitchell Livingston
1f0b346295 if the download finishes/becomes unfinished, keep trying to reset the time machine setting, and other miscellaneous cleanup 2007-11-02 22:07:16 +00:00
Mitchell Livingston
3273b2cc22 don't check if backup status should be set if torrent is not active 2007-11-01 15:53:39 +00:00
Mitchell Livingston
b6fe3c2673 trunk: attempt to fix Time Machine setting 2007-11-01 14:04:50 +00:00
Mitchell Livingston
93caebd82f trunk: Leopard: Time Machine will ignore incomplete files 2007-10-31 19:28:22 +00:00
Mitchell Livingston
2216967525 use built-in suppression checkbox in alerts under Leopard 2007-10-29 19:45:34 +00:00
Mitchell Livingston
d8e9c10a34 display all trackers in the announce list in the inspector's tooltip 2007-10-24 18:49:59 +00:00
Mitchell Livingston
4da483e113 add missing localized string 2007-10-24 13:10:59 +00:00
Mitchell Livingston
a76423ac1e fix notification to update info 2007-10-23 11:41:03 +00:00
Mitchell Livingston
a90c4a4b09 eliminate the redundant isPaused, instead using !isActive 2007-10-20 21:27:46 +00:00
Mitchell Livingston
89cb2a53e9 remove "Stopping" status, and update all string files accordingly 2007-10-20 21:17:24 +00:00
Mitchell Livingston
095472b288 update documentation with new nightlies url 2007-10-20 00:43:39 +00:00
Mitchell Livingston
92bb5c33de get mac build compiling again 2007-10-15 21:52:51 +00:00
Mitchell Livingston
248837e735 remove reliance on completion status 2007-10-15 18:44:39 +00:00
Mitchell Livingston
caee274e6e eliminate dependancy on cpstatus 2007-10-15 18:20:39 +00:00
Mitchell Livingston
768a06aa60 let libtransmission worry about the pex flag 2007-10-15 16:35:41 +00:00
Mitchell Livingston
29bb0bb58a store a torrent's queue order as an NSNumber instead of an int to avoid excessively recreating the object 2007-10-14 22:29:20 +00:00
Mitchell Livingston
cc2db392f5 make libtransmission's pex accessor public, and eliminate a redundant variable in Torrent.[mh] 2007-10-14 22:01:55 +00:00
Mitchell Livingston
543b48e01c remove foreign languages until feature freeze 2007-10-13 15:58:32 +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
Mitchell Livingston
045c31018b remove unused variables 2007-10-12 21:36:01 +00:00
Mitchell Livingston
6a0980dd5a remove unused object from files dict 2007-10-10 17:37:51 +00:00
Mitchell Livingston
c728e3cef4 better remaining space check 2007-10-07 03:30:29 +00:00
Mitchell Livingston
3a2df14d52 factor in only checked files when determining if there is enough remaining space 2007-10-07 03:28:06 +00:00
Mitchell Livingston
23c04dfe3f rename en to English (other languages will be changed to i18n names by the next release, though) 2007-10-04 03:45:52 +00:00
Mitchell Livingston
1770fa78d6 "switch-ify" some code 2007-10-01 21:52:31 +00:00
Mitchell Livingston
83f4509a0c add known peers field to the inspector 2007-10-01 16:23:00 +00:00
Mitchell Livingston
a388c58a05 remove "connected dot" from peer inspector, and append speed string properly to torrents with errors 2007-10-01 11:34:01 +00:00
Mitchell Livingston
66bf641f5d streamline the minimal status string code a little 2007-09-30 13:41:26 +00:00
Mitchell Livingston
aaaa932625 rearrange some status string code 2007-09-30 13:33:50 +00:00
Mitchell Livingston
6c962e15b1 if there is an error still display per-torrent speeds in the main window 2007-09-30 13:22:15 +00:00
Mitchell Livingston
9f926a9ca7 make sure to update torrent status before applying completeness changes 2007-09-29 15:23:40 +00:00
Mitchell Livingston
1bdc481ee2 work with new callback for completeness change 2007-09-28 15:36:46 +00:00
Mitchell Livingston
788a925fb0 left this out of the last commit 2007-09-28 14:33:55 +00:00
Mitchell Livingston
c34d940361 remove an unused dictionary 2007-09-28 14:31:20 +00:00
Mitchell Livingston
2ac0980ea5 combine some progress string code and release an attributes dictionary when it's not needed 2007-09-28 13:42:28 +00:00
Mitchell Livingston
c5a6b6b111 use the system's default bold font for dock badging 2007-09-28 03:44:53 +00:00
Mitchell Livingston
4bf0ad193a streamline display string code a little more 2007-09-28 02:58:25 +00:00
Mitchell Livingston
ee5bcca70b get rid of a warning and add an item to news 2007-09-28 02:35:34 +00:00
Mitchell Livingston
df4c5cacee clean progress string code a little more 2007-09-27 21:12:56 +00:00
Mitchell Livingston
22e66ab5d2 clean up some of the new display string code 2007-09-27 21:02:25 +00:00
Mitchell Livingston
c81961d908 instead of creating every string, including both minimal and regular together, for every torrent, generate the string when requested 2007-09-27 20:42:20 +00:00
Mitchell Livingston
04f6e208b9 patch from beelsebob to fix crash with connected peers with no client name 2007-09-27 12:44:25 +00:00
Mitchell Livingston
a222ba1774 fix progress bar inversion 2007-09-26 18:53:11 +00:00
Mitchell Livingston
b50f4189f9 add "failed hash" field to activity tab 2007-09-26 18:32:32 +00:00
Mitchell Livingston
5c5be42659 getting mac version working with the changes from [3178], and specify total have and verified have in inspector 2007-09-26 03:27:00 +00:00
Mitchell Livingston
4227d425f1 when the main window isn't the key window, make the status bar show the normal window background 2007-09-23 16:21:03 +00:00
Mitchell Livingston
cc09e542b0 clicking the progress line in the transfer window will toggle between stats for the whole torrent and for just the selected files 2007-09-23 05:39:41 +00:00
Mitchell Livingston
e34218bd45 get rid of another warning 2007-09-22 12:50:51 +00:00