Mitchell Livingston
|
3cb231283e
|
store the list of newly-adding transfers in a set rather than an array
|
2012-01-08 04:11:07 +00:00 |
Mitchell Livingston
|
21ba5ced8c
|
When adding torrents, slide them in from the left
|
2012-01-08 00:51:05 +00:00 |
Mitchell Livingston
|
db9606d67a
|
don't animate the main table on launch
|
2012-01-07 22:06:23 +00:00 |
Mitchell Livingston
|
b2f3bc7eaf
|
#4696 Step one of getting the main table to animate for everything besides the already-added sorting. This also contains improvements to the sorting code by sorting in-place.
|
2012-01-07 15:46:42 +00:00 |
Mitchell Livingston
|
62cef8ea98
|
speed up for #4696
|
2012-01-04 23:40:23 +00:00 |
Mitchell Livingston
|
9eab42d613
|
#4696 (Lion) animate sorting the main table
|
2012-01-04 05:16:07 +00:00 |
Mitchell Livingston
|
d024e6bf39
|
#4694 Don't call reloadData on the main table on each updateUI call (and each sort) if the order hasn't changed; instead call setNeedsDisplay:. Don't call reloadData when toggling the main window per-torrent status string
|
2012-01-03 01:53:53 +00:00 |
Mitchell Livingston
|
30f7fae5a5
|
eliminate all warnings by switching NSOpenPanel/NSSavePanels to use completion handler blocks
|
2011-12-11 22:31:01 +00:00 |
Mitchell Livingston
|
317c20622f
|
silence two warnings by declaring the NSURLDownloadDelegate protocol
|
2011-10-20 01:08:30 +00:00 |
Mitchell Livingston
|
0808bdd2fe
|
We now require Mac OS X 10.6 or later. Make that change and all the nice little adjustments that go with it.
|
2011-10-06 00:30:40 +00:00 |
Mitchell Livingston
|
516164e78e
|
add an RPC session callback for when queue order changes
|
2011-08-27 23:54:10 +00:00 |
Mitchell Livingston
|
7003a5544e
|
#4421 Fix warnings related to missing protocols definition
|
2011-08-15 00:30:29 +00:00 |
Mitchell Livingston
|
075454604b
|
generate the dock menu exclusively in code
|
2011-08-05 23:18:02 +00:00 |
Mitchell Livingston
|
4c5aef91a9
|
rename updateTorrentsInQueue to a more generic (and appropriate) name
|
2011-08-04 02:03:58 +00:00 |
Mitchell Livingston
|
cd5b9b16fd
|
first go at bringing the libT queue to the Mac client
|
2011-08-02 12:43:26 +00:00 |
Mitchell Livingston
|
2d5d902175
|
Only show a single popover when excessively clicking the global and per-transfer action buttons
|
2011-07-27 03:38:01 +00:00 |
Mitchell Livingston
|
4cdb84aa0d
|
#4379 Lion: Use popovers for global gear button
|
2011-07-23 15:54:02 +00:00 |
Mitchell Livingston
|
37f9835e7d
|
#4365 enforce window size for auto-resizing by setting min/max size
|
2011-07-18 00:48:00 +00:00 |
Mitchell Livingston
|
15394498b0
|
add a button to the bottom-left of the main window to clean up all completed transfers
|
2011-03-10 01:36:51 +00:00 |
Mitchell Livingston
|
6092362c1e
|
revert the last commit
|
2011-02-26 14:59:05 +00:00 |
Mitchell Livingston
|
39709abd6e
|
store secondsDownloading and secondsSeeding as ints instead of time_t
|
2011-02-26 14:56:58 +00:00 |
Mitchell Livingston
|
6d10cd2c9c
|
move the filter bar into its own xib
|
2011-02-20 03:58:50 +00:00 |
Mitchell Livingston
|
543063b4b8
|
move the status bar into its own xib file
|
2011-02-20 00:22:55 +00:00 |
Mitchell Livingston
|
9348605f03
|
Add option to remove completed transfers
|
2011-02-13 02:02:13 +00:00 |
Mitchell Livingston
|
9c1281c43c
|
move the "open torrent URL" sheet into its own xib file
|
2011-02-10 00:51:25 +00:00 |
Mitchell Livingston
|
c165ff1463
|
#3675 handle trashing data over RPD in the Mac client
|
2011-02-06 17:32:16 +00:00 |
Mitchell Livingston
|
792b5ad6f7
|
#3686 "add rpc command to cleanly shutdown daemon" - added for Mac client
|
2011-01-15 18:44:39 +00:00 |
Mitchell Livingston
|
0a57ced868
|
change the filter bar outlet to FilterBarView
|
2011-01-15 17:18:44 +00:00 |
Mitchell Livingston
|
25ee42d68d
|
update the copyright years in the Mac code to 2011
|
2011-01-01 20:42:14 +00:00 |
Mitchell Livingston
|
7e52a2e8bb
|
don't set an idle eta if the transfer is currently uploading
|
2010-08-14 19:44:43 +00:00 |
Mitchell Livingston
|
b3af34d53d
|
#2612 Display a neutered add window for magnet links
|
2010-04-12 00:55:31 +00:00 |
Mitchell Livingston
|
879d5555b2
|
#2720 When adding a duplicate magnet link, display an appropriate error message instead of a generic message
|
2010-02-02 01:47:22 +00:00 |
Mitchell Livingston
|
1fec2fb2d0
|
happy new year!
|
2010-01-01 21:12:04 +00:00 |
Mitchell Livingston
|
6ea8a3cddf
|
on open, make sure the filter bar's layout is correct
|
2009-12-13 21:42:45 +00:00 |
Mitchell Livingston
|
db4b1959aa
|
#2625 Add a menu item to copy a magnet link to the clipboard
|
2009-12-04 13:35:15 +00:00 |
Mitchell Livingston
|
25c8e4f0d0
|
cap the message log count in the Mac UI
|
2009-12-02 00:27:07 +00:00 |
Mitchell Livingston
|
f401399efd
|
register to automatically accept when a user clicks a magnet link
|
2009-11-26 16:38:21 +00:00 |
Mitchell Livingston
|
7b7dbf58cd
|
start laying a little magnet link groundwork, and remove redundant torrent parse when creating torrent objects
|
2009-11-25 04:11:52 +00:00 |
Mitchell Livingston
|
793524ac47
|
update the time machine exclude list when the file is moved through rpc
|
2009-10-21 22:20:43 +00:00 |
Mitchell Livingston
|
22354eb622
|
small adjustments to the queue
|
2009-10-16 23:02:55 +00:00 |
Mitchell Livingston
|
a01688aed6
|
fix a crash on quit with the QuickLook window open
|
2009-10-12 00:48:16 +00:00 |
Mitchell Livingston
|
1af529aa96
|
phase one of moving quicklook into the controller - it's not as pretty code-wise but the behavior is a lot more consistent
|
2009-10-11 23:16:46 +00:00 |
Mitchell Livingston
|
1642a05ebc
|
move some #imports out of header files
|
2009-10-11 02:22:38 +00:00 |
Mitchell Livingston
|
5e2ef3aa89
|
draft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10.5-support)
|
2009-09-04 04:10:46 +00:00 |
Mitchell Livingston
|
30502116f6
|
remove ability to remove .torrent files for the ui
|
2009-07-19 19:14:01 +00:00 |
Mitchell Livingston
|
deeeee3d05
|
#2045 hold down option key on launch to start with all torrents paused
|
2009-05-12 00:58:22 +00:00 |
Mitchell Livingston
|
aefd0f4df2
|
only show a Growl notification when the speed limit is auto-enable/disabled
|
2009-03-30 22:18:25 +00:00 |
Mitchell Livingston
|
453e4a3f72
|
the Mac build works with the new speed limit libT code - still a bit quirky
|
2009-03-28 17:18:43 +00:00 |
Mitchell Livingston
|
055afd2d4d
|
update the Mac code's copyright dates
|
2009-01-10 23:37:37 +00:00 |
Mitchell Livingston
|
0b4f9e8357
|
the speed limit turtle button uses a single turtle image (auto-generate blue image)
|
2009-01-02 03:57:28 +00:00 |
Mitchell Livingston
|
333e226a3c
|
so long Tiger support
|
2008-12-26 05:57:51 +00:00 |
Charles Kerr
|
55f263312f
|
(trunk) patch from wereHamster to finish off tr_handle
|
2008-12-22 19:14:43 +00:00 |
Mitchell Livingston
|
208680d415
|
#1536 Speed Limit Rollover information
|
2008-12-03 02:55:38 +00:00 |
Mitchell Livingston
|
d6fce3abcb
|
remove references and dead code to the group window being its own window; other rearrangements of code
|
2008-11-29 20:29:54 +00:00 |
Mitchell Livingston
|
9814920756
|
more type conversions
|
2008-11-02 13:52:45 +00:00 |
Mitchell Livingston
|
fd01b7395d
|
trivial changes
|
2008-11-01 22:08:02 +00:00 |
Mitchell Livingston
|
389439e552
|
add a link to trac to the Help menu
|
2008-09-07 14:51:50 +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
|
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
|
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
|
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
|
ec80337b9c
|
attempt to eliminate an unused view item
|
2008-06-03 20:47:33 +00:00 |
Mitchell Livingston
|
84601b3e09
|
implement most of the rpc preferences updating
|
2008-06-03 17:55:43 +00:00 |
Mitchell Livingston
|
63470e90cd
|
handle removing with rpc
|
2008-05-27 19:05:48 +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
|
3bac97b948
|
enable/disable the quicklook menu item/toolbar item
|
2008-05-21 18:59:18 +00:00 |
Mitchell Livingston
|
29ee9a2a6f
|
add quick look menu item
|
2008-05-21 16:28:21 +00:00 |
Mitchell Livingston
|
4b4347a675
|
add a QuickLook button to the toolbar
|
2008-05-21 16:02:38 +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
|
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
|
9aecf34ce7
|
update project for new rpc code (part 1)
|
2008-05-19 00:23:06 +00:00 |
Mitchell Livingston
|
a423636ed3
|
the "selected" status string and the minimal view's "remaining time" status string are now toggled from the main action menu instead of being clickable
|
2008-05-10 19:24:28 +00:00 |
Mitchell Livingston
|
0e96185a93
|
the torrent url sheet will now disable the open button when there is no text; cleanup to the sleep code
|
2008-04-25 22:23:31 +00:00 |
Mitchell Livingston
|
612e7221a9
|
when unchecking all files in the add dialog window, don't do finished events
|
2008-04-14 00:05:16 +00:00 |
Mitchell Livingston
|
afb5738b98
|
if a download finishes downloading and finishes seeding at the same time, do all the "finished download" activities (dock badging, growl notification, sound); if one sound is playing for finished downloading/seeding, don't play another one
|
2008-04-10 16:37:07 +00:00 |
Mitchell Livingston
|
6484f685b4
|
resize the status button if it is too large (typically this is for localizations)
|
2008-03-28 01:28:57 +00:00 |
Mitchell Livingston
|
24fedbe044
|
add "move data file" to torrent action menu
|
2008-03-22 17:05:48 +00:00 |
Mitchell Livingston
|
0a4e7bcfa3
|
fix filtering by tracker name
|
2008-03-21 20:28:04 +00:00 |
Mitchell Livingston
|
a149f8992b
|
#792 Allow Option-Command-F to focus the filter field in the main window
|
2008-03-16 14:24:27 +00:00 |
Mitchell Livingston
|
6cbec1912b
|
mac client will verify data with ipc
|
2008-02-27 19:04:38 +00:00 |
Mitchell Livingston
|
a0061f43fb
|
First commit of collapsable groups. A lot more needs to still be done.
|
2008-02-06 23:45:44 +00:00 |
Mitchell Livingston
|
d99e328bab
|
remove a warning
|
2008-01-30 21:55:39 +00:00 |
Mitchell Livingston
|
4f9dcb1444
|
sort instead of filtering when possible
|
2008-01-23 20:46:37 +00:00 |
Mitchell Livingston
|
30531d75c9
|
only store the group number for displaying groups in table -- count can be derived
|
2008-01-23 18:22:54 +00:00 |
Mitchell Livingston
|
2761220369
|
simplify the method for adding groups to the torrent array
|
2008-01-23 17:41:55 +00:00 |
Mitchell Livingston
|
67205c89c8
|
rename filter and sort methods, and eliminate some redundant calls
|
2008-01-23 17:22:41 +00:00 |
Mitchell Livingston
|
5852c78682
|
keep track of which rows are groups with a separate object
|
2008-01-23 17:03:42 +00:00 |
Mitchell Livingston
|
1fa3e0d869
|
first experimental commit: sorting by group will now add group dividers
|
2008-01-23 02:51:58 +00:00 |
Mitchell Livingston
|
5b54605822
|
eliminate some redundant open methods
|
2008-01-10 16:46:15 +00:00 |
Mitchell Livingston
|
80064189fa
|
generate action menu "quick" items in code, rather than tons of repeating menu items in the nib
|
2008-01-10 06:27:48 +00:00 |
Mitchell Livingston
|
57bc23edc5
|
get rid of a crash when canceling the open sheet
|
2008-01-05 21:31:05 +00:00 |
Mitchell Livingston
|
093b59f754
|
refactor some of the torrent opening code
|
2008-01-05 02:48:10 +00:00 |
Mitchell Livingston
|
ce18bc26ae
|
remove missing method definitions
|
2008-01-04 05:52:20 +00:00 |
Mitchell Livingston
|
e9e5638664
|
first commit of (unfinished) dialog when adding torrents
|
2008-01-04 04:45:31 +00:00 |