Commit Graph

309 Commits

Author SHA1 Message Date
Mitchell Livingston 688f06863e When loading from url, if set to download at the torrent location ask the user for a location instead 2006-11-14 05:27:43 +00:00
Mitchell Livingston c6f4df3195 quick fix for last commit 2006-11-13 17:32:49 +00:00
Mitchell Livingston 96006d2d18 Store location after it's set, incase the name isn't exactly what it was set to. 2006-11-13 14:45:28 +00:00
Mitchell Livingston c97aa2b55a No choice but to delete the torrent file when adding when adding with url. 2006-11-13 04:05:24 +00:00
Mitchell Livingston 6c09899704 improving to adding url's 2006-11-13 00:12:58 +00:00
Mitchell Livingston faa173ecd2 Only try to download torrent files that will end in .torrent (even if the url doesn't). 2006-11-12 21:51:48 +00:00
Mitchell Livingston ed82ce2223 Patch by Brian Webster to automatically download and open torrents by dragging url's onto the window/dock icon. 2006-11-12 20:42:22 +00:00
Mitchell Livingston 8ebdd6070a use bindings for speed limit 2006-11-11 21:03:50 +00:00
Mitchell Livingston 5f3434788a Peers progress bar in inspector window. Bar should be red when progress is < .33, yellow when < .66, and green when greater. 2006-11-10 04:55:52 +00:00
Mitchell Livingston e26dde8731 a little cleanup for the last commit 2006-11-09 06:10:07 +00:00
Mitchell Livingston ca5e8c26bc auto-import should work better with multiple torrents and always ask enabled 2006-11-09 05:54:12 +00:00
Mitchell Livingston 738149e629 don't autovalidate toolbar items that never change 2006-11-06 02:05:32 +00:00
Mitchell Livingston ed16a15356 update inspector when torrent location changes 2006-11-04 08:32:29 +00:00
Mitchell Livingston c111c4fb53 remove some 10.3 checks 2006-11-03 02:49:16 +00:00
Mitchell Livingston 2873ff5baf Use an NSDatePicker for the speed limit scheduler...this will require 10.4 for now. 2006-11-01 16:37:14 +00:00
Mitchell Livingston d5ca0624a4 only create temporary torrent if import failed 2006-10-31 21:21:47 +00:00
Mitchell Livingston cd0b6875da use full path for autoimport check 2006-10-31 21:01:12 +00:00
Mitchell Livingston 0f75cc7799 autoimport can now tell if not opening was a result of the torrent already existing or not being supported 2006-10-31 20:53:10 +00:00
Mitchell Livingston f165fb0404 better auto importing of incomplete files 2006-10-31 19:29:38 +00:00
Mitchell Livingston f955d93c22 bindings for minimal view and advanced bar 2006-10-31 19:16:15 +00:00
Mitchell Livingston e6e00af061 get rid of a variable 2006-10-30 23:54:14 +00:00
Mitchell Livingston 614b904d31 i should compile before committing 2006-10-30 23:38:57 +00:00
Mitchell Livingston 6e4df87e62 actually toggle speed limit 2006-10-30 23:38:25 +00:00
Mitchell Livingston 52841c94b9 bind sound popups and catch if auto speed limit times are the same 2006-10-29 17:05:27 +00:00
Mitchell Livingston 5d77966aa4 Use bindings to show text and icon of pulldown menu items. 2006-10-29 16:14:35 +00:00
Mitchell Livingston fb2d39c3d2 Re-enable ratio action menu items. 2006-10-28 15:44:19 +00:00
Mitchell Livingston 00fe6a984f Partial use of bindings in prefs/action menu. This is still experimental and evolving, with the most obvious problem that entering an invalid value causes an annoying error sheet to appear. 2006-10-27 19:14:04 +00:00
Mitchell Livingston 5a554cef95 load prefs when first used as opposed to at launch 2006-10-25 02:57:00 +00:00
Mitchell Livingston b95748b998 some cleanup from the previous commit 2006-10-24 20:51:47 +00:00
Mitchell Livingston 72d0964ffc Use localized strings where necessary. Also a fix for the port checker. Thanks to Cédric Luthi for these. 2006-10-24 20:34:13 +00:00
Mitchell Livingston baee0d4398 Some cleanup here and there. 2006-10-21 20:09:28 +00:00
Mitchell Livingston 7750ecfb51 remove redundant method call 2006-10-16 03:17:25 +00:00
Mitchell Livingston fcbd87177e small auto-import change 2006-10-16 02:47:10 +00:00
Mitchell Livingston 3bac536bc2 use a mutable array 2006-10-16 02:42:46 +00:00
Mitchell Livingston f09f6568b0 Don't auto-import torrents after they have been auto-imported. Useful for removing a transfer without it instantly being re-added. 2006-10-16 02:35:42 +00:00
Mitchell Livingston d397144b0f if there's not enough room to allow the window to expand to show the status/filter bars, first make the window smaller. 2006-10-15 19:24:08 +00:00
Mitchell Livingston d76e205e76 hide scrollers when autoresizing 2006-10-13 15:21:40 +00:00
Mitchell Livingston f0adeba042 draw images using composite to ensure actual width 2006-10-02 04:20:05 +00:00
Mitchell Livingston 7e85221109 start torrents by enumerating (trying to figure out a bug) 2006-10-01 16:34:02 +00:00
Mitchell Livingston ce013148b0 Torrents that have errors aren't counted in the queue, and when a torrent encounters an error the next torrent in the queue will start (even though that torrent might still be active). 2006-09-29 05:30:36 +00:00
Mitchell Livingston c7265daeeb waiting torrents won't go to the queue... 2006-09-26 03:27:41 +00:00
Mitchell Livingston a6a7be9daa Move the pieces viewer into the Activity pane of Inspector. 2006-09-25 20:53:10 +00:00
Josh Elsasser 0257761670 Merge nat-traversal branch to trunk. 2006-09-25 18:37:45 +00:00
Mitchell Livingston e4ca779e68 Use tableView:objectValueForTableColumn:row: instead of tableView:willDisplayCell:...
This required passing in a dictionary of values to display, but should make it 10.5 compatible and potentially a little more efficient. Those using Leopard please report any issues, because I don't have it to test.
2006-09-11 23:52:03 +00:00
Mitchell Livingston fee85a7cab enable new menu items more accurately 2006-09-08 01:17:26 +00:00
Mitchell Livingston ef389beaed Menu item to switch between filters.
Enable some menu items a little differently.
2006-09-08 01:14:31 +00:00
Mitchell Livingston ea7759913d Forgot a release. 2006-09-05 21:17:59 +00:00
Mitchell Livingston 56e8a2f72d check for files to auto import at launch 2006-09-05 04:37:07 +00:00
Mitchell Livingston 2a491b88ab Forgot the updated credits and to remove an unused constant 2006-09-05 04:30:17 +00:00
Mitchell Livingston bc14e9e56c Use UKKQueue for auto import which gets rid of polling and makes the process instantaneous. 2006-09-05 04:28:07 +00:00