Mitchell Livingston
1155c20553
Faster scrolling at the cost of a bit less detailed advanced bar (if you want more details, use the info window ;))
2006-10-04 20:07:36 +00:00
Mitchell Livingston
f1fa4616a4
Added option in warning window to begin download even if not enough disk space. Also new badge for completed.
2006-09-29 14:46:06 +00:00
Mitchell Livingston
ce013148b0
Torrents that have errors aren't counted in the queue, and when a torrent encounters an error the next torrent in the queue will start (even though that torrent might still be active).
2006-09-29 05:30:36 +00:00
Mitchell Livingston
c9819b2694
Determine stats before originally starting torrent from history.
2006-09-28 23:32:59 +00:00
Mitchell Livingston
1e5558796b
an extra log for extra debugging
2006-09-28 18:07:27 +00:00
Mitchell Livingston
f6b456b7c3
hopefully a bit better...now just figure out a way to get the progress before starting a torrent
2006-09-28 17:38:10 +00:00
Mitchell Livingston
ae064b1ba7
more logging and an extra check
2006-09-28 17:17:07 +00:00
Mitchell Livingston
1fabd22ddb
Log the volume name to help in debugging.
2006-09-28 17:02:41 +00:00
Mitchell Livingston
78d83b063d
a little more detailed log to save time converting bytes
2006-09-28 16:54:44 +00:00
Mitchell Livingston
de66540961
don't subtract unsigned numbers
2006-09-28 16:50:26 +00:00
Mitchell Livingston
8079b10845
Re-add logs and try using different conversion.
2006-09-28 04:06:38 +00:00
Mitchell Livingston
13b3da143e
Remove some logging and add the volume name to space warning.
2006-09-28 00:48:07 +00:00
Mitchell Livingston
9881f7b6ef
First attempts at warning about not enough disk space (and stopping the offending torrents). Right now this occurs when the torrent is started.
2006-09-28 00:32:26 +00:00
Mitchell Livingston
f680407682
make autostart variable the same as in .6
2006-09-27 14:43:36 +00:00
Mitchell Livingston
d3b8ae67bc
The advance bar should have the same default number of pieces as the pieces view.
2006-09-25 21:24:25 +00:00
Josh Elsasser
0257761670
Merge nat-traversal branch to trunk.
2006-09-25 18:37:45 +00:00
Mitchell Livingston
0c11cb4319
Add Opera to the clients list.
2006-09-12 01:38:57 +00:00
Mitchell Livingston
4d5300394a
small cleanup in advanced bar code
2006-09-12 00:59:25 +00:00
Mitchell Livingston
9e6e31cad1
white instead of "back" color
2006-09-12 00:56:37 +00:00
Mitchell Livingston
fae2f2bd2b
advanced bar doesn't need to generate it's own border
2006-09-12 00:51:11 +00:00
Mitchell Livingston
4f99187f8c
Change the advanced bar width a bit.
2006-09-12 00:26:23 +00:00
Mitchell Livingston
25dddde5b7
Advanced bar should work again.
2006-09-12 00:08:30 +00:00
Mitchell Livingston
e4ca779e68
Use tableView:objectValueForTableColumn:row: instead of tableView:willDisplayCell:...
...
This required passing in a dictionary of values to display, but should make it 10.5 compatible and potentially a little more efficient. Those using Leopard please report any issues, because I don't have it to test.
2006-09-11 23:52:03 +00:00
Mitchell Livingston
7297f8232c
Display a warning when in debug mode.
2006-09-03 17:06:43 +00:00
Mitchell Livingston
e94e0e72f4
Display an error image on the torrent icon when there is an error with the torrent.
2006-08-29 00:09:49 +00:00
Mitchell Livingston
78ffb705da
unsigned long long for file size
2006-08-21 16:17:36 +00:00
Mitchell Livingston
a99e6ab33a
Add individual file sizes to info's file table.
2006-08-20 18:32:55 +00:00
Mitchell Livingston
da555b7c6f
Show swarm speed in inspector.
2006-08-17 03:12:40 +00:00
Mitchell Livingston
199bb19e14
Check for connected peers, as well as better peer table resizing behavior.
2006-08-15 00:59:44 +00:00
Mitchell Livingston
d232d371b5
IP address in peer table
2006-08-14 22:59:30 +00:00
Mitchell Livingston
ebf7b6eac1
Lock and unlock while accessing peers in libtransmission.
...
Handle lack of client id in clients.h rather than the gui.
2006-08-14 22:27:34 +00:00
Mitchell Livingston
2eabbc90b5
No need to make peer table make the window key, which also eliminates the need for a subclass.
2006-08-14 03:13:34 +00:00
Mitchell Livingston
402e827a87
Fix for when the returned client string is "unknown client ("
2006-08-13 21:56:20 +00:00
Mitchell Livingston
f6eea9e591
Free even more memory.
2006-08-13 21:24:23 +00:00
Mitchell Livingston
62d9f1ebb1
Get peers separately from the rest of the stats. This should also get rid of a memory leak.
2006-08-13 21:16:18 +00:00
Mitchell Livingston
e392a84e36
Fix a memory leak.
2006-08-13 19:55:59 +00:00
Mitchell Livingston
f76f1c3091
Some changes to getting peers in libtransmission. Now it uses a separate structure for the GUI accessing peers.
2006-08-13 19:43:15 +00:00
Mitchell Livingston
98f63e9133
Basic peer info in info window...more to come.
2006-08-13 15:46:02 +00:00
Mitchell Livingston
1b5751b7dd
Only show ratio, not upload speed, when seeding in minimal mode and set to display alternate status string.
2006-08-06 20:40:12 +00:00
Mitchell Livingston
c251a5c5df
Check for completed download in Torrent class.
2006-07-30 18:37:29 +00:00
Mitchell Livingston
ca97d6968a
Capitalization change.
2006-07-29 16:58:44 +00:00
Mitchell Livingston
c60fd34b30
Capitalization fix.
2006-07-25 01:30:56 +00:00
Mitchell Livingston
2d66761e19
Clicking in general area of status string in minimal view will toggle between speeds and remaining time for downloading transfers.
2006-07-25 00:59:14 +00:00
Mitchell Livingston
202c8743df
Sort by Progress (and therefore State) will now sort completed torrents by ratio.
...
Added license info to ImageBackgroundView.
Use system control text color for main font color rather than black.
2006-07-18 23:40:37 +00:00
Eric Petit
f199e0a9d9
Revert [619]
2006-07-16 19:39:23 +00:00
Mitchell Livingston
5d36721a15
Remove old Sparkle...
2006-07-16 19:28:19 +00:00
Mitchell Livingston
9abcf3aac0
Make growl notifications a little more verbose.
2006-07-08 14:35:03 +00:00
Mitchell Livingston
6bcb612a95
Post Growl notification when seeding complete.
...
New name for notification for torrent auto added.
2006-07-08 13:32:36 +00:00
Mitchell Livingston
0dd866888f
In minimal view show ratio when seeding.
2006-07-06 00:19:38 +00:00
Mitchell Livingston
a5b27acf58
Re-added state to inspector because state isn't visible from minimal view and state can still differ from what's displayed (for example, it might display "waiting to start" when status is "paused").
2006-07-06 00:03:27 +00:00