Charles Kerr
82815a74d2
#1214 : add RPC support for per-peer status,ul,dl,address info
2008-08-22 17:59:31 +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
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
Mitchell Livingston
b5d8fd0eb8
when getting the list of all trackers, exclude tiers when necessary
2008-04-24 14:41:41 +00:00
Mitchell Livingston
9a23382cef
fix calculation of tier value
2008-04-24 06:42:45 +00:00
Mitchell Livingston
59552d05e2
get rid of duplicate address code, and display the tracker announce/scrape correctly
2008-04-24 06:35:21 +00:00
Mitchell Livingston
d13c063af3
mac changes for #377 , number one (it doesn't compile yet)
2008-04-24 01:55:33 +00:00
Mitchell Livingston
3a2e1f0c3b
clarify the remaining disk space alert's suppression button's text
2008-04-23 12:44:11 +00:00
Mitchell Livingston
33c9f92e99
remove an unnecessary class
2008-04-22 13:16:39 +00:00
Mitchell Livingston
3595f286c4
the last change to libT allows the use of the stat field's sizeWhenDone when displaying total size selected
2008-04-21 00:12:05 +00:00
Mitchell Livingston
d581251a18
the blocklist downloader should get the tr_handle from the prefs controller instead of needing it passed separately
2008-04-17 04:25:49 +00:00
Mitchell Livingston
5acb4297ae
experiment in improving calculation of the availability bar
2008-04-16 12:32:07 +00:00
Mitchell Livingston
b6fca67fb1
improved sort by date in the message log
2008-04-15 19:57:56 +00:00
Charles Kerr
93683854e4
unbreak the mac build
2008-04-14 15:32:50 +00:00
Charles Kerr
bc5838e75e
deliberately break the mac build for a couple of hours because the last svn comm
...
it probably isn't nightly-user-friendly
2008-04-14 11:55:08 +00:00
Mitchell Livingston
9fcf0c19f9
fix availability status bar
2008-04-12 17:40:11 +00:00
Charles Kerr
f12ac60d0a
update a couple of the tr_stat fields based on feedback from BMW
2008-04-11 23:05:14 +00:00
Mitchell Livingston
c6b097422f
remove test code
2008-04-10 19:53:27 +00:00
Mitchell Livingston
65b3856f61
for determining table text color when selected, remove the Leopard code since the Tiger code is accurate 100% of the time
2008-04-10 19:52:27 +00:00
Mitchell Livingston
54106f3ca0
ipc fix for last commit
2008-04-10 19:43:09 +00:00
Mitchell Livingston
e66074c1a6
(1.1x) a little extra safety when determining space needed to download
2008-04-09 18:40:22 +00:00
Mitchell Livingston
92f5bec9a4
animate the blocklist download bar when first shown; update strings file
2008-04-08 15:45:01 +00:00
Mitchell Livingston
f1d61349e4
when the progress string is showing info for selected, the percent value should be for the selected amount
2008-04-08 03:32:07 +00:00
Mitchell Livingston
7dd505c056
remove dead code
2008-04-07 14:09:28 +00:00
Mitchell Livingston
c0e2f95ffd
even more string folding!
2008-04-07 13:43:26 +00:00
Mitchell Livingston
dc27b3b7f2
pass the appropriate tr_torrent object in the ipc controller
2008-04-07 13:14:31 +00:00
Mitchell Livingston
adbee53efa
for now just show "remaining time unknown" for not available downloads
2008-04-07 04:05:57 +00:00
Mitchell Livingston
05ddd5f2ee
trivial cleanup
2008-04-07 03:54:23 +00:00
Mitchell Livingston
2a8b6f8b1f
fix marking the eta of torrents with peers as unavailable
2008-04-07 03:01:57 +00:00
Mitchell Livingston
317960dd90
eta string folding
2008-04-07 02:55:33 +00:00
Mitchell Livingston
ef4b7b8dc5
try to clarify the "not all available" message
2008-04-07 02:48:51 +00:00
Mitchell Livingston
3973647cff
update remaining time string to display "not all available"
2008-04-06 14:44:30 +00:00
Mitchell Livingston
8b627d3792
when downloading the blocklist, show amounts instead of percent
2008-04-06 03:35:18 +00:00
Mitchell Livingston
6057eb0ab6
replace Advanced preference tab with Peers and Network tabs
2008-04-06 03:06:26 +00:00
Mitchell Livingston
9dc92d4d3b
more string fiddling and minor badger changes
2008-04-01 15:24:35 +00:00
Mitchell Livingston
2399846dd8
(trunk) add Traditional Chinese Sparkle resources
2008-04-01 02:18:28 +00:00
Mitchell Livingston
b9d08e4ec6
more string improvements
2008-03-31 21:11:00 +00:00
Mitchell Livingston
730af68b25
some string folding
2008-03-31 19:36:11 +00:00
Mitchell Livingston
2d3ec18f08
only show "selected" in the progress bar (and allow toggling) for multifile torrents
2008-03-31 18:33:34 +00:00
Charles Kerr
51a82e70c1
remove `TR_STATUS_DONE' from libtransmission's public API. It's useful as an internal state but not for code calling libtransmission.
2008-03-31 17:59:16 +00:00
Mitchell Livingston
b773c9aeba
(trunk) Fix visual glitch with the tracker inspector tab when there is no scrape address
2008-03-30 04:41:55 +00:00
Mitchell Livingston
fab1ffb8a2
replace a loop with math
2008-03-27 03:32:40 +00:00
Mitchell Livingston
ced900ea12
#764 Use locale specific floats
2008-03-24 00:06:54 +00:00
Mitchell Livingston
9f21fdfac5
remove unused code, add a warning
2008-03-23 18:24:18 +00:00
Mitchell Livingston
5681c18c02
clean up the behavior with the group color picker
2008-03-23 04:36:30 +00:00
Mitchell Livingston
86a701be34
miscellaneous cleanup
2008-03-23 03:57:14 +00:00
Mitchell Livingston
c402442786
decouple the group controller with the group window, and as a result only have the groups window loaded when it's opened
2008-03-23 00:56:43 +00:00
Mitchell Livingston
bfac9268c4
truncate group names if they are too long to display
2008-03-22 20:50:41 +00:00
Mitchell Livingston
e3bd0f0ec7
use correct value in sizeof
2008-03-22 18:22:10 +00:00
Mitchell Livingston
c1f0bb6607
fix the warnings generated by the last commit
2008-03-22 18:18:39 +00:00
Mitchell Livingston
24fedbe044
add "move data file" to torrent action menu
2008-03-22 17:05:48 +00:00
Mitchell Livingston
ae2420422d
don't add tier separators when getting the tracker list when they aren't used
2008-03-21 21:07:31 +00:00
Mitchell Livingston
2f917c2ad8
#799 treat "waiting to check..." as paused
2008-03-19 18:03:02 +00:00
Mitchell Livingston
f741e74659
fold similar strings together for easier translation
2008-03-18 21:59:17 +00:00
Mitchell Livingston
4f7742d422
speed up check for enough remaining space by first determining if there is enough space to download what's needed ignoring preallocation
2008-03-18 03:20:27 +00:00
Mitchell Livingston
efc7c5f228
fix display issue on launch when group row is set to show ratio
2008-03-17 21:44:14 +00:00
Mitchell Livingston
f14ee4fd6b
simplify the remaining disk space checking code
2008-03-17 21:12:07 +00:00
Mitchell Livingston
8d5ce92d38
update NEWS; trivial changes
2008-03-17 20:18:23 +00:00
Mitchell Livingston
8e45cc27b2
#763 better determination of needed space
2008-03-17 19:59:26 +00:00
Mitchell Livingston
8db7a29ab2
it's faster to lazily generate the torrent action menu each time you need it
2008-03-11 03:37:09 +00:00
Mitchell Livingston
78b08324ea
show amount selected in open window
2008-02-27 19:34:55 +00:00
Charles Kerr
9ee96fd0dc
add `verify' command to ipc.
2008-02-27 17:38:39 +00:00
Mitchell Livingston
598cb4a0d5
small efficiency improvements when displaying the list of peers and list of trackers
2008-02-27 13:52:43 +00:00
Mitchell Livingston
7e929d9d70
add table of trackers to the tracker inspector tab
2008-02-26 22:56:27 +00:00
Mitchell Livingston
c8799f36f3
temp code for testing time output
2008-02-25 23:57:49 +00:00
Mitchell Livingston
27d5e73d7c
dead code removal
2008-02-24 15:16:13 +00:00
Mitchell Livingston
8850f7b070
update strings file
2008-02-22 15:39:20 +00:00
Mitchell Livingston
2a1b14d238
remove unused field from the tracker inspector tab; merge code for converting time into a string
2008-02-22 15:29:20 +00:00
Mitchell Livingston
68f5231b96
initial inclusion of the "tracker" tab
2008-02-22 01:36:30 +00:00
Mitchell Livingston
d4eb3c018e
remove cache file when removing a transfer
2008-02-19 05:09:52 +00:00
Mitchell Livingston
a261460bdd
speeds in group rows - Tiger support is currently broken
2008-02-18 19:42:46 +00:00
Mitchell Livingston
7ab59f951f
in minimal mode, show eta for seeding
2008-02-16 19:32:22 +00:00
Mitchell Livingston
215c31f55c
fix inspector display error caused by the last commit allowing null field values
2008-02-14 04:38:33 +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
0a2720339f
support adding torrent from data with ipc
2008-01-21 06:23:10 +00:00
Mitchell Livingston
14a327a47d
fix autoscrolling in message window when it's full; trivial changes to peer string encoding
2008-01-14 15:10:41 +00:00
Mitchell Livingston
ae5fdbb958
redo the peer tooltip status strings
2008-01-14 05:53:38 +00:00
Mitchell Livingston
1d2d4eefde
don't check torrent stat values on first cycle
2008-01-14 05:01:00 +00:00
Mitchell Livingston
0fc517bd75
get rid of 2 global variables
2008-01-14 04:50:19 +00:00
Mitchell Livingston
07e5c9e22a
update news and use a INT_MAX when determining order value to remove
2008-01-10 20:59:56 +00:00
Mitchell Livingston
bedfab2ccc
clarify peer upload and download
2008-01-10 00:52:02 +00:00
Mitchell Livingston
b4d3c64e8e
use the new status values in the inspector tooltips
2008-01-10 00:45:52 +00:00
Mitchell Livingston
34396e7820
add an option to "Validate existing data" to open window; get mac build compiling
2008-01-09 19:52:11 +00:00
Mitchell Livingston
c4cba5ad2a
move time machine code into its own function
2008-01-09 16:26:58 +00:00
Mitchell Livingston
d2ff4d99f3
update the active filer when a torrent changes from stalled to unstalled
2008-01-09 15:58:37 +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
fbc7d6b827
when removing a torrent, allow it to be backed up by time machine again
2008-01-05 18:30:52 +00:00
Mitchell Livingston
cf4566eccb
(hopefully) improve and streamline time machine code
2008-01-05 04:46:18 +00:00
Mitchell Livingston
87baf39a8e
when moving a file, have time machine still ignore it
2008-01-05 04:30:20 +00:00
Mitchell Livingston
f7372aa0d1
add an option in the open window to delete the torrent file
2008-01-04 18:10:37 +00:00
Mitchell Livingston
1647bd629a
when using the add dialog, delete the torrent file (if set in preferences)
2008-01-04 06:31:41 +00:00
Mitchell Livingston
ce18bc26ae
remove missing method definitions
2008-01-04 05:52:20 +00:00
Mitchell Livingston
d9151c70ee
when changing the download folder in the new add window, actually change it
2008-01-04 05:43:53 +00:00
Mitchell Livingston
b83cf33f28
acknowledge the start check
2008-01-04 04:54:26 +00:00
Mitchell Livingston
e9e5638664
first commit of (unfinished) dialog when adding torrents
2008-01-04 04:45:31 +00:00
Mitchell Livingston
f80bd47056
update copyright info for 2008
2008-01-02 16:55:05 +00:00
Mitchell Livingston
c179c881c0
another typo fix
2007-12-28 21:47:56 +00:00
Mitchell Livingston
d965c1af92
fix silly typo in last commit
2007-12-28 21:40:51 +00:00
Mitchell Livingston
3377bc4e02
flash orange in pieces in the advanced progress bar that just completed
2007-12-28 21:37:06 +00:00
Mitchell Livingston
75bae87b4b
nothing of significance
2007-12-27 22:26:23 +00:00
Mitchell Livingston
a1a7263099
Italian localization for 1.0
2007-12-26 20:18:29 +00:00
Mitchell Livingston
e9238b7860
clean up and remove a warning
2007-12-25 19:14:45 +00:00
Mitchell Livingston
2f44e0925d
put in a delay before checking port status
2007-12-25 19:08:06 +00:00
Mitchell Livingston
8c22757404
update mac gui to recognize global pex
2007-12-24 05:05:56 +00:00
Mitchell Livingston
a2ecc98986
show remaining time for seeding torrents set to global stop seeding setting (with that setting on) reported by m1b
2007-12-22 22:02:38 +00:00
Mitchell Livingston
ec00579ea7
remove ctor from torrent creation and parse functions
2007-12-22 18:43:40 +00:00
Mitchell Livingston
b39e5e3bfd
add the ability to set per-torrent number of connections to the inspector
2007-12-22 05:21:25 +00:00
Mitchell Livingston
4400406ba0
add functionality to set number of connected peers for new torrents
2007-12-22 04:15:35 +00:00
Mitchell Livingston
3449e2d15c
separate getting/setting # connections and # unchoked
2007-12-22 04:00:19 +00:00
Mitchell Livingston
0fba1e53ca
use the new ctor function in torrent creation
2007-12-22 03:13:54 +00:00
Mitchell Livingston
9fe3c396f9
hopefully stop an infinite loop when hitting the stop ratio
2007-12-19 22:34:59 +00:00
Mitchell Livingston
cc4eb2be94
update the group filter when groups are changed or removed
2007-12-19 21:11:49 +00:00
Mitchell Livingston
0fc13c3d6a
sort groups by their order in the table
2007-12-17 20:10:51 +00:00
Mitchell Livingston
d9246b1ad4
preliminary commit of group code
2007-12-17 16:06:20 +00:00
Mitchell Livingston
f35f65b1d4
miscellaneous adjustments
2007-12-08 18:51:02 +00:00
Mitchell Livingston
c381a9cf0f
patch from BiHi to always display the second value of remaining times with double digits; rephrase "Resume Selected Without Wait" to "Resume Selected Right Away"
2007-12-03 19:59:11 +00:00
Mitchell Livingston
c79f772acd
attempt to make per-torrent action menu a little faster
2007-11-26 17:33:31 +00:00
Mitchell Livingston
e49ca41f2c
display file count in inspector next to total size, instead of under the file table
2007-11-25 04:06:26 +00:00
Mitchell Livingston
8c3c5c5043
remove redundant code
2007-11-23 17:49:05 +00:00
Mitchell Livingston
c6117dbd3f
show remaining time for seeding torrents towards ratio
2007-11-23 17:42:49 +00:00
Mitchell Livingston
654af57b9c
sort by speed, then last activity
2007-11-23 16:03:49 +00:00
Mitchell Livingston
ddc97a921b
get rid of 2 more unnecessary sort methods
2007-11-23 15:48:26 +00:00
Mitchell Livingston
dc37d150e8
get rid of unneeded sort descriptors; hold queue order as an integer instead of an object
2007-11-23 15:45:58 +00:00
Mitchell Livingston
f657bd524b
when sorting by last activity, if there was no activity use date
2007-11-23 02:46:29 +00:00
Mitchell Livingston
60c39854f1
allow file location to be changed if it does not yet exist
2007-11-21 17:39:45 +00:00
Mitchell Livingston
c83f25fed5
have the info controller format the peer status string, for efficiency sakes
2007-11-18 00:28:37 +00:00
Mitchell Livingston
243d4cfcba
add status field to peers table
2007-11-18 00:09:37 +00:00
Mitchell Livingston
7f9e4d9efe
when dragging a file on the window, check if it has the .torrent extension; smaller changes
2007-11-13 00:56:58 +00:00
Mitchell Livingston
4854aac298
remove code to manually close torrents on quit
2007-11-11 03:15:49 +00:00
Mitchell Livingston
1f0b346295
if the download finishes/becomes unfinished, keep trying to reset the time machine setting, and other miscellaneous cleanup
2007-11-02 22:07:16 +00:00
Mitchell Livingston
3273b2cc22
don't check if backup status should be set if torrent is not active
2007-11-01 15:53:39 +00:00
Mitchell Livingston
b6fe3c2673
trunk: attempt to fix Time Machine setting
2007-11-01 14:04:50 +00:00
Mitchell Livingston
93caebd82f
trunk: Leopard: Time Machine will ignore incomplete files
2007-10-31 19:28:22 +00:00
Mitchell Livingston
2216967525
use built-in suppression checkbox in alerts under Leopard
2007-10-29 19:45:34 +00:00
Mitchell Livingston
d8e9c10a34
display all trackers in the announce list in the inspector's tooltip
2007-10-24 18:49:59 +00:00
Mitchell Livingston
4da483e113
add missing localized string
2007-10-24 13:10:59 +00:00
Mitchell Livingston
a76423ac1e
fix notification to update info
2007-10-23 11:41:03 +00:00
Mitchell Livingston
a90c4a4b09
eliminate the redundant isPaused, instead using !isActive
2007-10-20 21:27:46 +00:00
Mitchell Livingston
89cb2a53e9
remove "Stopping" status, and update all string files accordingly
2007-10-20 21:17:24 +00:00
Mitchell Livingston
095472b288
update documentation with new nightlies url
2007-10-20 00:43:39 +00:00
Mitchell Livingston
92bb5c33de
get mac build compiling again
2007-10-15 21:52:51 +00:00
Mitchell Livingston
248837e735
remove reliance on completion status
2007-10-15 18:44:39 +00:00
Mitchell Livingston
caee274e6e
eliminate dependancy on cpstatus
2007-10-15 18:20:39 +00:00
Mitchell Livingston
768a06aa60
let libtransmission worry about the pex flag
2007-10-15 16:35:41 +00:00
Mitchell Livingston
29bb0bb58a
store a torrent's queue order as an NSNumber instead of an int to avoid excessively recreating the object
2007-10-14 22:29:20 +00:00
Mitchell Livingston
cc2db392f5
make libtransmission's pex accessor public, and eliminate a redundant variable in Torrent.[mh]
2007-10-14 22:01:55 +00:00
Mitchell Livingston
543b48e01c
remove foreign languages until feature freeze
2007-10-13 15:58:32 +00:00
Mitchell Livingston
c1cffff4a4
fix a redundant check...all this destination code probably needs cleaning up sooner or later
2007-10-13 13:54:19 +00:00
Mitchell Livingston
045c31018b
remove unused variables
2007-10-12 21:36:01 +00:00
Mitchell Livingston
6a0980dd5a
remove unused object from files dict
2007-10-10 17:37:51 +00:00
Mitchell Livingston
c728e3cef4
better remaining space check
2007-10-07 03:30:29 +00:00
Mitchell Livingston
3a2df14d52
factor in only checked files when determining if there is enough remaining space
2007-10-07 03:28:06 +00:00
Mitchell Livingston
23c04dfe3f
rename en to English (other languages will be changed to i18n names by the next release, though)
2007-10-04 03:45:52 +00:00
Mitchell Livingston
1770fa78d6
"switch-ify" some code
2007-10-01 21:52:31 +00:00
Mitchell Livingston
83f4509a0c
add known peers field to the inspector
2007-10-01 16:23:00 +00:00
Mitchell Livingston
a388c58a05
remove "connected dot" from peer inspector, and append speed string properly to torrents with errors
2007-10-01 11:34:01 +00:00
Mitchell Livingston
66bf641f5d
streamline the minimal status string code a little
2007-09-30 13:41:26 +00:00
Mitchell Livingston
aaaa932625
rearrange some status string code
2007-09-30 13:33:50 +00:00
Mitchell Livingston
6c962e15b1
if there is an error still display per-torrent speeds in the main window
2007-09-30 13:22:15 +00:00
Mitchell Livingston
9f926a9ca7
make sure to update torrent status before applying completeness changes
2007-09-29 15:23:40 +00:00
Mitchell Livingston
1bdc481ee2
work with new callback for completeness change
2007-09-28 15:36:46 +00:00
Mitchell Livingston
788a925fb0
left this out of the last commit
2007-09-28 14:33:55 +00:00
Mitchell Livingston
c34d940361
remove an unused dictionary
2007-09-28 14:31:20 +00:00
Mitchell Livingston
2ac0980ea5
combine some progress string code and release an attributes dictionary when it's not needed
2007-09-28 13:42:28 +00:00
Mitchell Livingston
c5a6b6b111
use the system's default bold font for dock badging
2007-09-28 03:44:53 +00:00
Mitchell Livingston
4bf0ad193a
streamline display string code a little more
2007-09-28 02:58:25 +00:00
Mitchell Livingston
ee5bcca70b
get rid of a warning and add an item to news
2007-09-28 02:35:34 +00:00
Mitchell Livingston
df4c5cacee
clean progress string code a little more
2007-09-27 21:12:56 +00:00
Mitchell Livingston
22e66ab5d2
clean up some of the new display string code
2007-09-27 21:02:25 +00:00
Mitchell Livingston
c81961d908
instead of creating every string, including both minimal and regular together, for every torrent, generate the string when requested
2007-09-27 20:42:20 +00:00
Mitchell Livingston
04f6e208b9
patch from beelsebob to fix crash with connected peers with no client name
2007-09-27 12:44:25 +00:00
Mitchell Livingston
a222ba1774
fix progress bar inversion
2007-09-26 18:53:11 +00:00
Mitchell Livingston
b50f4189f9
add "failed hash" field to activity tab
2007-09-26 18:32:32 +00:00
Mitchell Livingston
5c5be42659
getting mac version working with the changes from [3178], and specify total have and verified have in inspector
2007-09-26 03:27:00 +00:00
Mitchell Livingston
4227d425f1
when the main window isn't the key window, make the status bar show the normal window background
2007-09-23 16:21:03 +00:00
Mitchell Livingston
cc09e542b0
clicking the progress line in the transfer window will toggle between stats for the whole torrent and for just the selected files
2007-09-23 05:39:41 +00:00
Mitchell Livingston
e34218bd45
get rid of another warning
2007-09-22 12:50:51 +00:00
Mitchell Livingston
e106876393
get rid of a warning
2007-09-22 04:45:15 +00:00
Mitchell Livingston
f0b968d7b7
get xcode project building again
2007-09-20 20:24:33 +00:00
Mitchell Livingston
3677ac13d0
remove comments/glue code that disabled encryption, although it still won't build in xcode
2007-09-20 19:30:29 +00:00
Mitchell Livingston
624d54d281
trivial Torrent code cleanup
2007-09-16 16:33:49 +00:00
Mitchell Livingston
baeca52eed
use "init" instead of "initWithString: @"""
2007-09-16 16:13:51 +00:00
Mitchell Livingston
a9d4c96cd4
stop the torrent update function from creating a mutable string to then place it in another mutable string
2007-09-16 15:51:25 +00:00
Mitchell Livingston
844341faef
this better work
2007-09-16 01:02:06 +00:00
Mitchell Livingston
1b11564e92
remove Growl 1.1...
2007-09-16 00:52:32 +00:00
Mitchell Livingston
e03c677828
fix small memory leak that has been around forever
2007-09-16 00:40:15 +00:00
Mitchell Livingston
4fb7db8348
get inspector ready for encryption
2007-09-14 13:49:37 +00:00
Mitchell Livingston
2c66af397e
Remove old Growl
2007-09-09 13:30:06 +00:00
Mitchell Livingston
c9366d7ebe
save resizable inspector tab size so that they can be restored when switched back
2007-08-21 04:15:22 +00:00
Mitchell Livingston
df1dce9b2a
if there is no error message but an error, simply state "Error", and small change with a mutable status string
2007-08-20 19:49:36 +00:00
Mitchell Livingston
8ae9d20712
rename the addition files
2007-08-20 16:34:21 +00:00
Mitchell Livingston
41d5f3c8f5
clean code up a little
2007-08-18 01:56:10 +00:00
Mitchell Livingston
5c2f4e5fd1
add ratio settings to the individual torrent menu
2007-08-18 00:53:28 +00:00
Mitchell Livingston
f0f61ddd2b
preliminary support for setting speed limits through the action menu
2007-08-17 23:58:21 +00:00
Mitchell Livingston
20f33e82e2
allow folders of files to be enabled/disabled from the action button
2007-08-16 23:05:59 +00:00
Mitchell Livingston
284f9830cc
store only a single icon in the Torrent class instead of 2
2007-08-16 04:12:43 +00:00
Mitchell Livingston
75ec8bac79
keep one image for the table view instead of one for regular and one for minimal
2007-08-16 03:58:50 +00:00
Mitchell Livingston
f407e44edc
rearrange some of the file viewer code
2007-08-14 22:55:06 +00:00
Mitchell Livingston
8ad6b7aa3b
(trunk) when automatically opening a newly created torrent file, don't trash it regardless of prefs setting
2007-08-14 21:26:12 +00:00
Mitchell Livingston
87147ad2be
get the minimal status to toggle based on the new cell method, and fix silly test code that made the error icon always show
2007-08-11 02:33:10 +00:00
Mitchell Livingston
9198b9d50d
complete structural reorganization of TorrentCell
2007-08-11 01:39:53 +00:00
Mitchell Livingston
943c6e90a4
move the advanced bar code into TorrentCell (finally)
2007-08-10 03:48:18 +00:00