Josh Elsasser
0257761670
Merge nat-traversal branch to trunk.
2006-09-25 18:37:45 +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
e6a7986231
Small efficiency change.
2006-07-26 02:54:36 +00:00
Mitchell Livingston
d5943321f4
Minimal view status toggle now works only when on actual status text, and even if the row isn't already selected.
2006-07-26 02:42:07 +00:00
Mitchell Livingston
d4f3ac6ae2
Only toggle status if that row is highlighted.
2006-07-25 01:07:34 +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
f2ffb6698b
Remove a log.
2006-07-23 21:30:52 +00:00
Mitchell Livingston
e5fc3b555e
Ignore case when sorting.
2006-07-23 21:29:24 +00:00
Mitchell Livingston
ba3b7ea279
Type-ahead in the table view. Works similar to the way typing in the finder works.
2006-07-23 20:53:31 +00:00
Mitchell Livingston
30ef4b0a52
simplify rect width and height measurements
2006-07-23 19:22:24 +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
fedca946d8
More straightforward array creation.
2006-07-09 15:22:20 +00:00
Mitchell Livingston
f5f4e91170
Have start and stop use actual torrents instead of indexes...this could be useful later.
2006-07-08 20:49:54 +00:00
Mitchell Livingston
de20500392
tweak Minimal spacing a bit
2006-07-06 00:33:24 +00:00
Mitchell Livingston
b96b40602a
double clicking the icon will now work properly in small view
2006-07-05 22:53:37 +00:00
Mitchell Livingston
ba78ad49aa
Start of Small Table View (accessible from View menu).
2006-07-05 22:36:27 +00:00
Mitchell Livingston
1ccebca98a
Dock menu item for Speed Limit, among smaller changed.
2006-07-01 18:02:36 +00:00
Mitchell Livingston
5ab5baa008
Make method names less generic to avoid conflicts.
...
Use methods in the Torrent class whenever possible.
2006-06-21 23:46:41 +00:00
Mitchell Livingston
a50ac18cbd
A lot of cleanup; remove cantfindaname once and for all.
2006-06-21 14:07:56 +00:00
Mitchell Livingston
c5955ed7ef
Now that sorting by stat sorts by progress, it should be resorted more often.
2006-06-20 19:20:36 +00:00
Mitchell Livingston
e5aab6902a
I changed my mind about the images being static.
2006-06-16 03:13:58 +00:00
Mitchell Livingston
6b4e664c0f
This will never happen, but if it would: Don't load image more than once.
2006-06-16 03:06:24 +00:00
Mitchell Livingston
1e3848f355
Let's get the images stored before showing the table
2006-06-16 03:03:28 +00:00
Mitchell Livingston
338b2a6a19
Make more images static.
2006-06-16 01:50:10 +00:00
Mitchell Livingston
efb73e8b5b
Add context menu to file table
2006-06-16 00:04:29 +00:00
Mitchell Livingston
5f5d433b8e
Newer icon for Transfers.
2006-06-15 00:11:05 +00:00
Mitchell Livingston
94768da2ae
Don't check for icons for empty rows.
2006-06-14 20:35:28 +00:00
Mitchell Livingston
19dce501cf
Missed one...
2006-06-14 20:16:27 +00:00
Mitchell Livingston
f4562e3bbd
Double-clicking the icon in the table view will reveal the download.
2006-06-12 15:26:24 +00:00
Mitchell Livingston
218ddd0cb9
Make private methods actually private.
2006-06-12 04:56:07 +00:00
Mitchell Livingston
9dacd02f92
Declare private methods.
2006-06-12 04:25:43 +00:00
Mitchell Livingston
ed904d154d
Make context menu items enabled even if the window isn't active.
...
Also fixed a little spacing with the buttons.
2006-06-10 03:21:36 +00:00
Mitchell Livingston
b6a144da86
Double-clicking rows will toggle the inspector. Also, cleaned up Transfers icon from Neowave.
2006-06-07 15:26:15 +00:00
Mitchell Livingston
41ce603b10
First commit on my own 8-)
...
Sorting by progress, sorting no longer causes crashes.
New look for the table.
Info is now inspector: can set individual and multiple ratio limits, shows listing of files, more info in general, resizes when changing tabs, can change tabs with cmd-left and cmd-right.
Menu items moved to "Transfers" menu.
Sliding status bar in its own view.
Prefs moved into their own nib.
Toolbar items for pause and resume selected (many wanted this, but it needs better icons)
New icons for Transfers and General.
A lot of tweaking of main window to fix alignment etc.
Sparkle used for updated (still needs to be added to website to work).
And a lot more tweaking and changes that I'm too lazy to list.
...now let's hope I commit this right
2006-06-06 18:05:57 +00:00
Eric Petit
f98fe6a1b0
Added $Id$ keywords and updated a few headers
2006-05-29 21:21:23 +00:00
Eric Petit
7e244c6792
Merged Mitchell's changes, this includes:
...
Adds stop at ratio,
Adds sorting by name, date or state,
Seperates Info window into its own nib,
Adds option to enable or disabled autostarting downloads,
Seperates Network / Transfers in the Preferences
2006-05-25 12:22:19 +00:00
Eric Petit
796e2b868e
Adds Action button that allows quick setting of upload and download limits,
...
Makes the bottom bar look like Mail's,
Moves stats to a top, hideable bar.
2006-05-01 00:15:18 +00:00
Eric Petit
55295baf13
Multiple selection
2006-04-07 13:09:19 +00:00
Eric Petit
235255b8f0
Merge compat-10.2 branch. This adds Jaguar compatibility on OS X, and
...
completes the Jam -> Make/XCode switch. Hope it doesn't break too much.
2006-04-03 19:29:09 +00:00
Eric Petit
10ce5c72c6
Set click point before displaying so that mouse up on a button instantly
...
deselects it.
Store application icon when first loaded so it doesn't have badges on it.
Move a few things into the nib file
Put ellipis at end of name / tracker / announce if it doesn't fit
2006-03-28 11:17:42 +00:00
Eric Petit
a1830a25bf
Merge from branches/new_api:r161
2006-03-23 12:39:39 +00:00
Eric Petit
390b3e0466
Imports instead of include
...
Category for NSString instead of using Utils
Speed string in NSString additions
2006-01-20 01:13:21 +00:00
Eric Petit
f5deceaa64
Update 2005-12-21
2006-01-12 18:57:23 +00:00
Eric Petit
835c3284dd
Update 2005-11-24
2006-01-12 18:40:47 +00:00
Eric Petit
23ef3653e3
Update 2005-11-21
2006-01-12 18:33:20 +00:00
Eric Petit
d2cc6ce7c6
Update 2005-11-17
2006-01-12 18:29:20 +00:00