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
0281256288
lets not leak a string
2009-10-21 13:03:37 +00:00
Mitchell Livingston
581afef25a
use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges)
2009-10-21 13:01:14 +00:00
Mitchell Livingston
1fec35c944
remove the header from the file table
2009-10-19 01:38:13 +00:00
Mitchell Livingston
0a21057526
avoid an unnecessary copy when generating a single-file torrent's file list
2009-10-18 15:54:18 +00:00
Mitchell Livingston
94627c81f3
only remove a torrent from the queue for a local error, not tracker error; miscellaneous trivial adjustments
2009-10-17 17:15:37 +00:00
Mitchell Livingston
3877b7c1d3
#2503 When sorting by state, separate queued transfers from paused transfers
2009-10-15 23:18:39 +00:00
Mitchell Livingston
53273caef2
add some more switch statement asserts
2009-10-11 17:17:29 +00:00
Mitchell Livingston
2af26e1d7c
#2488 when sorting by tracker, first use the tracker that comes first alphabetically
2009-10-11 13:42:10 +00:00
Mitchell Livingston
6b452c1d07
update for the new tracker verification changes, and use a set instead of an array for removing trackers
2009-10-10 19:55:47 +00:00
Mitchell Livingston
ecea999554
#2470 Pasting an address (or list of addresses) into the tracker list should add those trackers
2009-10-01 01:15:37 +00:00
Mitchell Livingston
15f1f18e56
prepare for re-adding "remove tracker" functionality
2009-09-29 03:53:57 +00:00
Mitchell Livingston
edefc9a10a
getting closer to re-adding "add tracker" functionality
2009-09-29 03:02:44 +00:00
Mitchell Livingston
5ea8b6a77a
dead code removal
2009-09-28 04:29:38 +00:00
Mitchell Livingston
4284d1fa23
actually return the array of flat trackers from the corresponding method
2009-09-27 15:49:33 +00:00
Mitchell Livingston
c3b81a378c
let's copy the tracker stat object only once instead of twice on each pulse
2009-09-26 16:46:14 +00:00
Mitchell Livingston
5b7547a0e1
mac build compiles once again
2009-09-26 13:58:40 +00:00
Mitchell Livingston
06df79d02f
begin the reorganization of the inspector tracker tab - a lot still left to do
2009-09-26 04:02:39 +00:00
Mitchell Livingston
174a097ebd
fix mac build - tracker info tab info is not fully available for now
2009-09-25 22:18:54 +00:00
Mitchell Livingston
fd934eeaff
remove a warning
2009-09-17 01:15:00 +00:00
Mitchell Livingston
8b4ec4b7b7
remove distinction between built-in trackers and custom-added trackers; add trackers to the end of the list instead of the beginning
2009-09-17 00:33:39 +00:00
Mitchell Livingston
3f00feef10
whoops
2009-09-06 21:19:19 +00:00
Mitchell Livingston
b41c9169e8
Simplify the progress bar drawing code using NSDivideRect(). This also allows the bars to have non-integer lengths
2009-09-06 21:09:33 +00:00
Mitchell Livingston
75584d81ac
zoom from the inspectors file table when quick looking
2009-09-05 01:58:13 +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
912d76dee4
#2370 On 10.6, revaling files in Finder will select multiple files in the same directory
2009-08-30 17:50:05 +00:00
Mitchell Livingston
74bcaba766
require 10.6 (and Xcode 3.2) for development, and kill some more deprecated methods too
2009-08-29 20:28:52 +00:00
Mitchell Livingston
ace6821574
remove a couple of 10.6 deprecated methods
2009-08-28 23:40:11 +00:00
Mitchell Livingston
851595b11c
get the mac build to compile again
2009-08-05 02:13:45 +00:00
Mitchell Livingston
360f5c49ae
recognize tracker errors and warnings
2009-08-05 01:55:37 +00:00
Mitchell Livingston
28419f169f
whoops - delete the torrent file if it is NOT the internal torrent file
2009-07-22 14:10:07 +00:00
Mitchell Livingston
91bb087731
#2287 Remove options to delete torrent file when removing, and remove internal storing of torrent file location
2009-07-20 00:40:01 +00:00
Mitchell Livingston
1170ac2c73
count, not size
2009-07-14 00:11:50 +00:00
Mitchell Livingston
810e2f6727
a little safety for when trackerless torrent support is added
2009-07-12 03:28:03 +00:00
Mitchell Livingston
6fd6b4b5b0
potentially (hopefully) fix bug where some users couldn't add torrents
2009-06-10 22:56:24 +00:00
Mitchell Livingston
46df14ffd6
#2123 Remember the manually-added torrent location between launches
2009-05-28 01:08:44 +00:00
Mitchell Livingston
bb259225aa
safety check for when displaying trackers in the inspector
2009-05-24 14:37:12 +00:00
Mitchell Livingston
1b56f29efb
fix r8473 whoops
2009-05-22 12:11:45 +00:00
Mitchell Livingston
0b7007088b
cleanup last commit(s)
2009-05-22 02:52:28 +00:00
Mitchell Livingston
c36a007cd4
remove a little redundant code from the last commit
2009-05-22 02:26:02 +00:00
Mitchell Livingston
d3370ef29e
save internal torrent path to history, and prefer that over the hash when loading on startup
2009-05-22 02:08:51 +00:00
Mitchell Livingston
a94a34e347
update Mac code for DHT (still doesn't compile)
2009-05-19 22:51:37 +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
bada82a96c
skeleton for priorities in the Mac UI - still lacks ability to actually change the priority
2009-04-20 02:45:27 +00:00
Charles Kerr
c3b24bc471
(trunk) modify tr_torrentParse() and tr_torrentNew() arguments s.t. they use the ctor's session instead of passing it in again. Allow a NULL session pointer for some cases of tr_torrentParse().
2009-04-02 17:30:29 +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
e81e717e5e
r8061 whoops
2009-03-15 20:33:42 +00:00
Mitchell Livingston
f8b1326101
allDownloaded should look at leftUntilDone, not percentDone
2009-03-14 20:11:17 +00:00
Mitchell Livingston
b16cd42420
get the rpc password without using tr_sessionGetRPCPassword, in preparation for #1276
2009-03-14 15:53:13 +00:00
Mitchell Livingston
852bbbe508
#8021 per-torrent vs. global speed limit confusion for mac ui
2009-03-05 01:10:09 +00:00
Mitchell Livingston
2dabe5ce34
move the percent to the stop ratio into libtransmission
2009-03-01 23:48:04 +00:00
Mitchell Livingston
3d1cf6ba0d
assorted trivial cleanup
2009-02-17 04:00:53 +00:00
Mitchell Livingston
39b0108366
have the mac ui use libT's ratio settings (attempt 1); when seed ratio is reached in libT, set the seed ratio setting to "seed forever"
2009-02-14 21:15:57 +00:00
Mitchell Livingston
945978ee41
determine queue order solely on order in the fTorrent array - this gets around potential problems when relaunching with less torrents
2009-01-24 19:07:25 +00:00
Mitchell Livingston
055afd2d4d
update the Mac code's copyright dates
2009-01-10 23:37:37 +00:00
Mitchell Livingston
fd7fa49fc3
#1668 Groups: filter torrents by evalutating a multivalue property (any tracker and any file)
2009-01-08 02:37:18 +00:00
Mitchell Livingston
cd7b38e007
warnings--; miscellaneous other cleanup
2009-01-06 02:07:55 +00:00
Mitchell Livingston
bf1a2c1811
shoo log
2009-01-03 21:29:00 +00:00
Mitchell Livingston
cc8e16ed20
only increment the tier count for valid tiers
2009-01-03 21:27:48 +00:00
Mitchell Livingston
062c252bec
update localizable strings and other trivial changes
2008-12-26 21:31:00 +00:00
Mitchell Livingston
c89caf9cb4
finish fast enumeration conversion
2008-12-26 15:11:37 +00:00
Mitchell Livingston
f3add380e5
eliminate some more enumerator objects
2008-12-26 07:25:17 +00:00
Mitchell Livingston
333e226a3c
so long Tiger support
2008-12-26 05:57:51 +00:00
Mitchell Livingston
111ce452d7
set missing properties
2008-12-24 17:41:45 +00:00
Mitchell Livingston
4df8705d82
(Mac client) #1029 : When removing local data only remove data from the torrent
2008-12-24 01:55:33 +00:00
Mitchell Livingston
2d6b6e6306
remove Mac's custom code to show a warning when a folder contains extra data when deleting (in preparation of implementing [7473])
2008-12-24 01:42:10 +00:00
Charles Kerr
55f263312f
(trunk) patch from wereHamster to finish off tr_handle
2008-12-22 19:14:43 +00:00
Mitchell Livingston
efa404ff25
more thorough check of files in a folder when attempting to trash it
2008-12-20 19:12:09 +00:00
Mitchell Livingston
678a3f7c3e
#1575 Auto-select a group for new torrents according to criteria for each group
2008-12-08 03:26:28 +00:00
Mitchell Livingston
7265b4f98d
add support to filter file list (not yet implemented in the interface)
2008-12-07 18:20:14 +00:00
Mitchell Livingston
bdbe24b6e3
store a flat (non-nested) list of files for each transfer
2008-12-07 02:36:26 +00:00
Mitchell Livingston
932815e400
show a checkmark in the peer inspector for partial seeds and reflect that status in the tooltip
2008-12-03 00:18:18 +00:00
Charles Kerr
c910993b68
#1379 lay some very early groundwork for "partial seeds" -- change tr_completion's enum to use the partial seed terminology
2008-11-30 01:52:45 +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
a70c922ab8
mac builds again
2008-11-25 22:21:14 +00:00
Mitchell Livingston
a12715fc9a
#1029 show a warning dialog when removing a transfer's data if its directory contains extra files
2008-11-25 03:04:17 +00:00
Charles Kerr
a1cd6d85dc
(libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers.
2008-11-24 20:17:36 +00:00
Charles Kerr
42fe27c067
more fucking around with the speed measurements.
2008-11-08 02:49:04 +00:00
Mitchell Livingston
bd3f3568e2
update release notes; trivial changes
2008-11-06 03:45:56 +00:00
Mitchell Livingston
bc3159f4ac
lazily call tr_torrentGetBytesLeftToAllocate()
2008-11-05 13:09:39 +00:00
Mitchell Livingston
db2ca16cf4
streamline the check for enough remaining space
2008-11-05 12:42:03 +00:00
Mitchell Livingston
96f30a802d
fix a small occasional memory leak reported by m1b & clang
2008-11-05 02:34:44 +00:00
Mitchell Livingston
4ec4c07929
seeding eta better matches libT's calculation
2008-11-04 13:18:05 +00:00
Mitchell Livingston
c9e5427ed6
now that the types have been converted, revert some that shouldn't have been
2008-11-02 14:04:57 +00:00
Mitchell Livingston
43fce70e43
more type changes
2008-11-02 01:07:01 +00:00
Mitchell Livingston
bb48869f3e
update NEWS; trivial changes
2008-10-29 01:18:03 +00:00
Mitchell Livingston
46f80eb754
eliminate all "warning: implicit declaration of function..." messages when compiling
2008-10-25 20:54:09 +00:00
Charles Kerr
0c4f300f1b
#1369 : clarify the different torrent status & callbacks' APIs and typenames
2008-10-20 17:54:56 +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
87bbe46af5
In the file inspector tab, show progress and size for folders
2008-10-12 13:22:13 +00:00
Mitchell Livingston
9a4b37b15c
#1294 Don't auto-delete torrents when adding from Transmissions application support folder with the torrent name the same as the internal torrent name
2008-10-08 02:57:39 +00:00
Mitchell Livingston
b121a59172
redo [6731] using the built-in stringByTrimmingCharactersInSet:
2008-09-06 13:49:20 +00:00
Mitchell Livingston
fbea64b8ae
[1235] allow the adding of trackers with leading and trailing whitespace
2008-09-06 13:37:33 +00:00
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