Mitchell Livingston
12a10f514f
always manually remove torrents from libT, even when removed through rpc
2008-08-14 02:18:14 +00:00
Mitchell Livingston
81d4e5887d
show "remaining time unknown" instead of "data not fully available" (sigh...)
2008-08-10 17:59:16 +00:00
Mitchell Livingston
4501b3d24d
warnings--
2008-08-09 20:20:21 +00:00
Mitchell Livingston
4855db0d6d
the web ui in 1.4 won't be beta
2008-08-09 13:51:59 +00:00
Mitchell Livingston
012f35bb96
#1042 : show "in progress" in the inspector when announcing/scraping
2008-07-11 21:48:43 +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
88e907383f
store progress gradients in the gradient class; miscellaneous cleanup
2008-06-25 05:01:04 +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
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
Charles Kerr
6cce27bf54
(rpc) simplify the rpc accessors
2008-06-16 03:47:50 +00:00
Mitchell Livingston
78fae4150c
on second though let's show "1 web seed" as "web seed" - that will be the most common situation
2008-06-11 19:16:47 +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
493d0fa474
the pieces bar and pieces view now show shades of blue/green based on progress/availability instead of preset "levels" of color - in other words, it mixes white with either blue or green where the amount of color is the exact percentage of the piece that has been downloaded
2008-06-10 19:56:53 +00:00
Mitchell Livingston
11572bcf97
display the number of webseeds that we're downloading from in the main window
2008-06-10 02:40:40 +00:00
Mitchell Livingston
aeb0a5704a
show the dl speed of webseeds in the webseed table
2008-06-10 01:49:09 +00:00
Mitchell Livingston
c60c6b0e10
"web seeds", not "web seeders"
2008-06-08 18:02:16 +00:00
Mitchell Livingston
31a467a790
make the web seed table a little more efficient
2008-06-08 16:38:15 +00:00
Mitchell Livingston
c83daab843
add a "DL" column to the web seed table (not yet functional)
2008-06-08 15:54:34 +00:00
Mitchell Livingston
0a9e5d6bad
first stab at animating the web seed table
2008-06-08 01:17:36 +00:00
Mitchell Livingston
651549d401
update the peer inspector tab to show web seeders
2008-06-07 23:38:05 +00:00
Mitchell Livingston
bd2ad5ca97
handle all settings changed by rpc (previously download location was missing)
2008-06-05 15:22:18 +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
1a234d951c
use date added, date completed, and date of last activity from libT, setting the old Mac values on first run
2008-06-03 19:47:07 +00:00
Mitchell Livingston
a4520742e5
for now don't allow modification of non-user added trackers
2008-06-02 19:42:14 +00:00
Mitchell Livingston
b884651ac3
add a warning when removing built-in trackers
2008-06-02 18:34:58 +00:00
Mitchell Livingston
88d357539e
(mac) initial support for adding and removing trackers
2008-06-02 17:26:02 +00:00
Mitchell Livingston
8a876d755a
"isFolder" is a better method name than "folder"
2008-05-29 22:16:03 +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
c939cc4b98
prepare Torrent.[mh] for rpc
2008-05-26 23:23:07 +00:00
Charles Kerr
53d8574b11
* change tr_stat.activityDate's and tr_stat.startedDate's type to time_t, since that's how everyone uses them anyway
...
* add a little more documentation to tr_stat and tr_ctor in transmission.h
2008-05-23 20:04:41 +00:00
Charles Kerr
0621c67c41
more cleanup work:
...
(1) kill the pointless "tr_tracker_stat" struct.
(2) kill the unused "tr_torrentRemoveSaved()" function.
(3) kill the redundant "nextManualAnnounceTime" variable.
(4) make the TR_ERROR_IS_* macros private.
2008-05-22 23:11:21 +00:00
Mitchell Livingston
29729d35e7
streamline FileListNode.m, moving asserts to more appropriate locations
2008-05-22 21:06:56 +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
Mitchell Livingston
b89071685f
use a custom class instead of a dictionary for holding a torrent's file structure
2008-05-22 18:39:49 +00:00
Charles Kerr
dceabc5661
make tr_stat identical in transmission.h and rpc-spec.txt.
2008-05-22 16:59:51 +00:00
Charles Kerr
c7b9c8c043
( #954 ) rpc: add "torrent-remove" method. rename tr_torrentDelete() as tr_torrentRemove() for consistency with various parts of the code.
2008-05-20 23:58:59 +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
7ac00f83c7
update project for new rpc code (part 2)
2008-05-19 01:05:14 +00:00
Mitchell Livingston
c76838f7fe
clarify "remaining time unknown"
2008-05-14 23:13:30 +00:00
Mitchell Livingston
7e36f684a9
mac build compiles
2008-05-12 16:39:32 +00:00
Mitchell Livingston
f231e13d6c
fix ordering error
2008-05-12 01:32:33 +00:00
Mitchell Livingston
cd9f885417
perhaps avoid a rare crash when removing transfers
2008-05-10 15:23:36 +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
eaf4ecc37a
don't redraw the dock tile if there is no change
2008-04-24 21:24:42 +00:00