Mitchell Livingston
|
6b4170e970
|
update localizable strings, news; clarify a little logic for the filter
|
2008-10-25 00:34:09 +00:00 |
|
Charles Kerr
|
674307add7
|
Add a new token, TR_DEFAULT_ENCRYPTION, and use it as the default in the various clients.
Add a new #define, TR_EMBEDDED. When it's set, gettext is disabled and non-encrypted connections are the default.
|
2008-10-22 17:16:12 +00:00 |
|
Mitchell Livingston
|
9fab46e0e1
|
#449 The Scroll Bar is Hidden When Switching Filters
|
2008-10-22 02:21:26 +00:00 |
|
Mitchell Livingston
|
db9f3310d2
|
#1354 Torrent Inspector Activity: Group Ratio
|
2008-10-16 03:44:54 +00:00 |
|
Mitchell Livingston
|
9d5430a381
|
move a lot of loop counters into the loops' scopes; trivial changes
|
2008-10-12 21:38:13 +00:00 |
|
Mitchell Livingston
|
21288a4086
|
whoops
|
2008-10-11 21:46:40 +00:00 |
|
Mitchell Livingston
|
12b288f120
|
by default, show the Quick Look toolbar button on Leopard; update NEWS
|
2008-10-11 20:19:34 +00:00 |
|
Mitchell Livingston
|
1716f3c55d
|
when adding a torrent through rpc, respect the paused flag (although now a torrent cannot be added in the "queued" state)
|
2008-10-03 11:21:40 +00:00 |
|
Mitchell Livingston
|
79e7223421
|
add option to enable/disable rpc whitelist
|
2008-10-01 23:02:37 +00:00 |
|
Mitchell Livingston
|
830bb2f57b
|
remove a redundant framework reference and other trivial changes
|
2008-10-01 02:40:04 +00:00 |
|
Mitchell Livingston
|
89b6c61326
|
attempt to fix #1293
|
2008-09-26 21:58:00 +00:00 |
|
Mitchell Livingston
|
389439e552
|
add a link to trac to the Help menu
|
2008-09-07 14:51:50 +00:00 |
|
Mitchell Livingston
|
ddd89ba21f
|
missed on mainRunLoop
|
2008-09-01 23:41:46 +00:00 |
|
Mitchell Livingston
|
d623624ce2
|
runs on Tiger again, although blocklist auto-update won't be reliable on Tiger
|
2008-09-01 23:17:30 +00:00 |
|
Mitchell Livingston
|
14760b85f3
|
ability to auto-update the blocklist automatically weekly (mac)
|
2008-09-01 15:46:00 +00:00 |
|
Mitchell Livingston
|
25c30650d6
|
some more streamlining of the blocklist code
|
2008-08-31 20:48:10 +00:00 |
|
Mitchell Livingston
|
3c997c92a7
|
cancel blocklist download when quitting; cleanup
|
2008-08-31 20:26:41 +00:00 |
|
Mitchell Livingston
|
0401e5a83a
|
initial separation of blocklist downloader and the corresponding view
|
2008-08-31 19:47:11 +00:00 |
|
Charles Kerr
|
d06f101e57
|
#220: lazy bitfields
|
2008-08-16 21:06:57 +00:00 |
|
Mitchell Livingston
|
2bf3559d13
|
initial Sparkle 1.5 b5 commit
|
2008-08-15 01:44:46 +00:00 |
|
Mitchell Livingston
|
12a10f514f
|
always manually remove torrents from libT, even when removed through rpc
|
2008-08-14 02:18:14 +00:00 |
|
Mitchell Livingston
|
04981e32c4
|
add a port field to the proxy prefs
|
2008-07-15 01:25:21 +00:00 |
|
Mitchell Livingston
|
a396617f1a
|
add a warning; improve the manual reordering code
|
2008-07-07 02:35:20 +00:00 |
|
Mitchell Livingston
|
f48d78bf6f
|
fix recently introduced bug that caused resuming/pausing torrents through the menu item when groups are shown to deselect the row
|
2008-07-07 02:09:27 +00:00 |
|
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
|
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
|
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
|
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
|
df22774126
|
drop EMKeychain and just do the Keychain manipulations ourselves
|
2008-06-15 20:47:24 +00:00 |
|
Mitchell Livingston
|
02a39a0e1c
|
make RPC password use the Keychain as well
|
2008-06-13 19:56:09 +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 |
|
Mitchell Livingston
|
7c8a7c3936
|
eliminate an unnecessary variable and improve the behavior of the proxy keychain
|
2008-06-13 04:05:54 +00:00 |
|
Mitchell Livingston
|
e64c608f2d
|
remove reference to proxy password in prefs
|
2008-06-12 15:32:13 +00:00 |
|
Mitchell Livingston
|
0e266c35e5
|
let's store the proxy password in the keychain
|
2008-06-12 03:59:55 +00:00 |
|
Mitchell Livingston
|
f407b7ac88
|
get the new proxy options wired up in the mac build
|
2008-06-11 21:35:01 +00:00 |
|
Mitchell Livingston
|
3b923874a2
|
fix string typo; one less warning
|
2008-06-11 19:06:31 +00:00 |
|
Mitchell Livingston
|
ecc8214601
|
store the completed pieces of the pieces bar as an index set
|
2008-06-11 16:28:33 +00:00 |
|
Mitchell Livingston
|
44a675ab0f
|
another update to the help; remove a warning
|
2008-06-11 04:24:34 +00:00 |
|
Mitchell Livingston
|
96955aaf35
|
(mac) implement proxy support
|
2008-06-10 18:08:57 +00:00 |
|
Mitchell Livingston
|
09db9d7f0c
|
some maintenance on the pieces view
|
2008-06-09 21:20:01 +00:00 |
|
Mitchell Livingston
|
457585252a
|
#990 - add hidden pref for DSCP support
|
2008-06-08 22:59:27 +00:00 |
|
Mitchell Livingston
|
9bbd4bb5d4
|
put in placeholder (non-functional) proxy preferences
|
2008-06-08 04:16:06 +00:00 |
|
Mitchell Livingston
|
0d13894dff
|
add fields for rpc username and password
|
2008-06-05 16:50:39 +00:00 |
|
Mitchell Livingston
|
189cbfbf22
|
fix mac breakage
|
2008-06-05 16:32:44 +00:00 |
|
Mitchell Livingston
|
4951ba05d0
|
avoid unnecessary memory allocation when updating the rpc access list
|
2008-06-05 05:00:24 +00:00 |
|
Mitchell Livingston
|
6d04fb8832
|
some small simplifications to the group code
|
2008-06-05 02:46:39 +00:00 |
|
Mitchell Livingston
|
fa08470cfa
|
accurately test the rpc acl's ip address
|
2008-06-04 17:25:51 +00:00 |
|
Mitchell Livingston
|
cf28aa878a
|
on Tiger attempt to show the group filter image at the correct size
|
2008-06-04 17:15:24 +00:00 |
|
Mitchell Livingston
|
6243881480
|
sort ip addresses in the rpc access table; other cleanup with this table code
|
2008-06-04 06:40:50 +00:00 |
|
Mitchell Livingston
|
9aa4c2b4ae
|
add rpc access control table to prefs
|
2008-06-04 03:50:10 +00:00 |
|
Mitchell Livingston
|
ec80337b9c
|
attempt to eliminate an unused view item
|
2008-06-03 20:47:33 +00:00 |
|
Mitchell Livingston
|
8bd570d976
|
get rid of an unnecessary warning
|
2008-06-03 18:00:51 +00:00 |
|
Mitchell Livingston
|
84601b3e09
|
implement most of the rpc preferences updating
|
2008-06-03 17:55:43 +00:00 |
|
Mitchell Livingston
|
c42a623ada
|
only update the options window when the updated torrent is already selected
|
2008-06-03 16:28:09 +00:00 |
|
Mitchell Livingston
|
6e6e8680d1
|
swap rpc start/stop and remove
|
2008-06-03 16:22:31 +00:00 |
|
Mitchell Livingston
|
9eaef4723e
|
mac: implement rpc started, stopped, and updated
|
2008-06-03 16:20:21 +00:00 |
|
Mitchell Livingston
|
62f034cdbd
|
potential decrease in memory usage when showing the group dividers
|
2008-05-31 02:38:44 +00:00 |
|
Charles Kerr
|
468a883f23
|
API cleanup: s/tr_torrentRates/tr_sessionGetSpeed/
|
2008-05-30 15:19:07 +00:00 |
|
Mitchell Livingston
|
8a876d755a
|
"isFolder" is a better method name than "folder"
|
2008-05-29 22:16:03 +00:00 |
|
Mitchell Livingston
|
1828cca645
|
fix 2 typos
|
2008-05-29 00:56:58 +00:00 |
|
Mitchell Livingston
|
aed40c4318
|
allow creation of torrents with no announce address
|
2008-05-28 23:57:25 +00:00 |
|
Mitchell Livingston
|
63470e90cd
|
handle removing with rpc
|
2008-05-27 19:05:48 +00:00 |
|
Mitchell Livingston
|
3eb3d890ec
|
small potential speedup for the pieces bar
|
2008-05-27 04:20:25 +00:00 |
|
Mitchell Livingston
|
ff929b1f6a
|
support for adding a transfer through rpc
|
2008-05-27 00:52:18 +00:00 |
|
Mitchell Livingston
|
99c5ce5dce
|
Option to only show the add window when manually adding transfers
|
2008-05-26 21:39:30 +00:00 |
|
Mitchell Livingston
|
5f9ec561e6
|
a little work with rpc
|
2008-05-25 17:34:02 +00:00 |
|
Charles Kerr
|
26b5a16630
|
(libt) more janitorial work on cleaning up tr_session*() and tr_torrent*() functions: session stats, torrent count, and manual update.
|
2008-05-22 20:44:41 +00:00 |
|
Mitchell Livingston
|
b59be62bb5
|
fix errors with the new file structure code when displaying per-torrent action menu
|
2008-05-22 20:00:22 +00:00 |
|
Charles Kerr
|
9fdb8afdf0
|
(rpc) remove TR_RPC_TORRENT_CLOSING. formalize "torrent-list"'s response in the rpc spec.
|
2008-05-22 19:24:11 +00:00 |
|
Mitchell Livingston
|
e6f66b1d07
|
quicklook window expands from the icon instead of the whole table row
|
2008-05-21 22:09:05 +00:00 |
|
Mitchell Livingston
|
0c94c7b623
|
(trunk) update to 1.21
|
2008-05-21 21:15:15 +00:00 |
|
Mitchell Livingston
|
8d3c742eb1
|
fix infinite loop when quicklooking a collapsed group
|
2008-05-21 19:27:22 +00:00 |
|
Mitchell Livingston
|
3bac97b948
|
enable/disable the quicklook menu item/toolbar item
|
2008-05-21 18:59:18 +00:00 |
|
Mitchell Livingston
|
132a4b7243
|
only "suck" in and out when quicklook-ing when the window is visible
|
2008-05-21 16:32:26 +00:00 |
|
Mitchell Livingston
|
29ee9a2a6f
|
add quick look menu item
|
2008-05-21 16:28:21 +00:00 |
|
Mitchell Livingston
|
3c05479037
|
make the quicklook toolbar item off by default
|
2008-05-21 16:08:41 +00:00 |
|
Mitchell Livingston
|
4b4347a675
|
add a QuickLook button to the toolbar
|
2008-05-21 16:02:38 +00:00 |
|
Mitchell Livingston
|
958f2447da
|
only allow QuickLook of folders or finished downloads; update NEWS
|
2008-05-21 15:49:37 +00:00 |
|
Mitchell Livingston
|
64e328a741
|
add QuickLook to the main window (keeping it in the info window as well)
|
2008-05-21 15:45:27 +00:00 |
|
Mitchell Livingston
|
1f0c5b891c
|
move quick look into its own class, making it a singleton object to allow expanded functionality
|
2008-05-21 15:23:26 +00:00 |
|
Mitchell Livingston
|
850807c626
|
a little progress on setting up the rpc callback (no new actual functionality yet)
|
2008-05-20 15:16:34 +00:00 |
|
Mitchell Livingston
|
d3d39fce19
|
more ipc code removal
|
2008-05-19 13:29:07 +00:00 |
|
Mitchell Livingston
|
7ac00f83c7
|
update project for new rpc code (part 2)
|
2008-05-19 01:05:14 +00:00 |
|
Mitchell Livingston
|
9aecf34ce7
|
update project for new rpc code (part 1)
|
2008-05-19 00:23:06 +00:00 |
|
Mitchell Livingston
|
b75aa8df9f
|
dragging directly onto group row won't change queue order
|
2008-05-14 18:09:51 +00:00 |
|
Mitchell Livingston
|
48874c0619
|
more adjustments to dragging with groups
|
2008-05-12 22:38:50 +00:00 |
|
Mitchell Livingston
|
add14825a7
|
when sorting by queue order, dragging on group header will place the torrent at the bottom
|
2008-05-12 22:08:06 +00:00 |
|