1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

2607 commits

Author SHA1 Message Date
Mitchell Livingston
c180a6fdf8 fix bug where inspector would reset when changing transfer state (at the cost of the inspector not updating when a group is selected and a its content changes) 2008-07-01 15:11:58 +00:00
Mitchell Livingston
212ea5e119 groups are now stored as objects instead of dictionaries 2008-07-01 01:28:19 +00:00
Mitchell Livingston
d4345a40b8 fix 2 invalid return types; don't show notices when compiling the xib's 2008-06-30 23:28:17 +00:00
Mitchell Livingston
f3f1526ab0 a little simplification of the last commit 2008-06-30 19:56:29 +00:00
Mitchell Livingston
658741d6bb #1065 QL Zooming in the inspector wasn't zooming to the icon 2008-06-30 19:52:18 +00:00
Mitchell Livingston
4b111eadce change "English" to "en" 2008-06-30 18:17:40 +00:00
Mitchell Livingston
e7fd11864e trivial changes to sorting by state and other miscellaneous changes 2008-06-30 02:22:29 +00:00
Mitchell Livingston
a80b9c52eb adjust the progress colors corresponding to #1061 2008-06-30 01:56:17 +00:00
Mitchell Livingston
83daf61009 cleanup for the removal of the ip sort function 2008-06-27 06:08:12 +00:00
Mitchell Livingston
f051a2a789 comparing with the numeric option works for sorting IP address properly, so let it do the heavy lifting for us 2008-06-27 05:40:22 +00:00
Mitchell Livingston
313885df00 add a comparison method for the transfer names to sort the exact same way the Finder does 2008-06-27 05:15:50 +00:00
Mitchell Livingston
ed295c2b5d missed one 2008-06-27 01:45:10 +00:00
Mitchell Livingston
804f3bd174 use localizedCaseInsensitiveCompare instead of caseInsensitiveCompare 2008-06-27 01:34:49 +00:00
Mitchell Livingston
c52e7846e4 when stopping all downloads (of torrent files) on quit, get an enumerator straight from the dictionary instead of first generating an array 2008-06-26 03:53:42 +00:00
Mitchell Livingston
cce2138a9c delete the torrent file right after it finishes downloading and is opened (when opening the torrent through a url) 2008-06-26 03:50:21 +00:00
Mitchell Livingston
5288fceaf1 if a group row is selected and the content changes, refresh the inspector 2008-06-26 03:35:20 +00:00
Mitchell Livingston
88e907383f store progress gradients in the gradient class; miscellaneous cleanup 2008-06-25 05:01:04 +00:00
Mitchell Livingston
4a24269a82 some more adjustments to the progress bar gradient 2008-06-24 19:36:25 +00:00
Mitchell Livingston
6450f36349 avoid some unnecessary calculations when drawing the progress bar gradients by flipping it 2008-06-24 04:16:46 +00:00
Mitchell Livingston
ecab0ddc15 whoops 2008-06-24 04:00:39 +00:00
Mitchell Livingston
94f08e3074 the progress bar color gradients are now all generated by a single color fed into a method to generate the gradient (more consistent gradient between colors and easier to adjust the gradient look in the future) 2008-06-24 03:59:34 +00:00
Mitchell Livingston
8a0b2ed988 don't allow quick look of folders that don't exist 2008-06-22 01:31:50 +00:00
Mitchell Livingston
75ba83b830 assume that fTorrents is always sorted by queue order, and as a result eliminate some unneeded code 2008-06-21 19:01:46 +00:00
Mitchell Livingston
e1ca9ac445 attempt to fix #1048 2008-06-21 17:44:01 +00:00
Mitchell Livingston
d129975858 when setting up the speed limit timer, create the fire date using the user's default calendar 2008-06-19 20:53:08 +00:00
Mitchell Livingston
c6d0d4ced9 improve method for determining number of displayed transfers 2008-06-19 16:37:05 +00:00
Mitchell Livingston
8234314578 finish purse of NSCalendarDate 2008-06-19 15:54:59 +00:00
Mitchell Livingston
1c2b05f75f have the speed limit timer keep track of what the next state should be instead of determining it when the timer fires 2008-06-19 03:47:11 +00:00
Mitchell Livingston
f4fb4d7b27 start removal of NSCalendarDate, as recommended by Apple in the 10.5 docs 2008-06-19 03:23:50 +00:00
Mitchell Livingston
e16279d0f4 refactor some of the speed limit scheduling code, so that the timer goes off only when the speed has to change instead of every 5 seconds (so at most twice a day instead of 17280 times a day) 2008-06-19 02:53:45 +00:00
Mitchell Livingston
abf1349f91 #562 display an error message when opening broken torrent file 2008-06-18 16:25:30 +00:00
Mitchell Livingston
daa2c6fbd8 remove the reference to Clutch in the Remote prefs for now 2008-06-17 23:00:10 +00:00
Mitchell Livingston
e92df8e0bd dim the "peer" label in the the inspector options tab 2008-06-17 21:18:00 +00:00
Mitchell Livingston
e2f5596b0c dim text fields in the prefs window when they correspond to disabled fields 2008-06-17 21:09:06 +00:00
Mitchell Livingston
a6d1c8bc28 undo part of the last commit 2008-06-17 17:18:56 +00:00
Mitchell Livingston
9d5affb0b7 some cleaning 2008-06-17 17:17:15 +00:00
Mitchell Livingston
4ff5ea5e66 make sure the events for "finished downloading" occur if it finishes seeding (for ratio) at the same time 2008-06-16 23:27:38 +00:00
Mitchell Livingston
87f0b40589 typo caused only a single character of a password to be stored in the keychain 2008-06-16 23:13:56 +00:00
Mitchell Livingston
de6a87bfc9 left-allign the text in the inspector pull-down menus; update the Keychain method 2008-06-16 18:31:44 +00:00
Charles Kerr
6cce27bf54 (rpc) simplify the rpc accessors 2008-06-16 03:47:50 +00:00
Mitchell Livingston
1f361879bb missed an import statement 2008-06-15 20:48:54 +00:00
Mitchell Livingston
df22774126 drop EMKeychain and just do the Keychain manipulations ourselves 2008-06-15 20:47:24 +00:00
Mitchell Livingston
2bde997b18 update NEWS; small changes that happen to be on my local copy 2008-06-15 04:57:41 +00:00
Mitchell Livingston
55699c2347 plug a trivial memory leak 2008-06-15 04:56:57 +00:00
Mitchell Livingston
417cc8a93d (trunk) update appcast and version 2008-06-13 21:59:20 +00:00
Mitchell Livingston
02a39a0e1c make RPC password use the Keychain as well 2008-06-13 19:56:09 +00:00
Mitchell Livingston
df4e0bad12 put some of the keychain code into methods for future expandability 2008-06-13 18:47:38 +00:00
Mitchell Livingston
9a98f2deb8 update the prefs bandwidth image 2008-06-13 15:57:24 +00:00
Mitchell Livingston
06791d1558 updated "remote" prefs icon 2008-06-13 15:38:02 +00:00
Mitchell Livingston
4c987b7a27 if setting the proxy password to blank, delete it from the keychain 2008-06-13 04:52:46 +00:00