Mitchell Livingston
|
cb2eb173d1
|
Where's the Torrent? Transmission Support Folder
|
2006-06-19 23:51:04 +00:00 |
Eric Petit
|
b111bb7cd7
|
Removed some fields from the info window that are duplicate with the
main window
|
2006-06-19 23:16:07 +00:00 |
Mitchell Livingston
|
2c8b4c80ee
|
A little cleanup, a slightly more straight-forward way of checking the Growl path, and the method to register Growl won't be called through Interface Builder.
|
2006-06-19 23:07:28 +00:00 |
Mitchell Livingston
|
b91020b447
|
Selecting the current sort item will force a resort of the torrents.
|
2006-06-19 04:30:36 +00:00 |
Josh Elsasser
|
1f4856ed6a
|
Quickly work around a weird bug where the progress bar could blink in and out of
existence by forcing it to always be visible.
|
2006-06-19 04:19:13 +00:00 |
Mitchell Livingston
|
b97cde1390
|
Last time I'll change the Transfers icon
|
2006-06-18 18:46:09 +00:00 |
Josh Elsasser
|
82889c9cf7
|
Fix column and initial window sizing.
|
2006-06-18 07:41:36 +00:00 |
Mitchell Livingston
|
461e737afc
|
cleanup
|
2006-06-18 03:40:11 +00:00 |
Mitchell Livingston
|
d9542e96a7
|
Minor efficiency change in validate remove algorithm.
|
2006-06-17 23:29:27 +00:00 |
Mitchell Livingston
|
06a5457f2b
|
Minor efficiency improvements to action menu.
|
2006-06-17 23:00:12 +00:00 |
Mitchell Livingston
|
0a98289601
|
Alternating row colors in file table
|
2006-06-17 19:34:08 +00:00 |
Mitchell Livingston
|
e5e903a921
|
Added parentheses.
|
2006-06-16 17:33:16 +00:00 |
Mitchell Livingston
|
d203555d84
|
Validate using ident instead of function name...it's more future-proof.
Transfers, not Torrents.
|
2006-06-16 14:30:59 +00:00 |
Mitchell Livingston
|
ddba2e1856
|
Remove toolbar button works.
|
2006-06-16 14:19:04 +00:00 |
Mitchell Livingston
|
fa23d6d30c
|
Just update the value when there is a change....it's modified only when torrent counts change and just updates a string...nothing too strenuous
|
2006-06-16 03:45:12 +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
|
84ae6d401d
|
Might as well make size more precise.
|
2006-06-16 00:35:11 +00:00 |
Mitchell Livingston
|
efb73e8b5b
|
Add context menu to file table
|
2006-06-16 00:04:29 +00:00 |
Eric Petit
|
d7388093b6
|
Use the same font size for the file list as the rest of the inspector
|
2006-06-15 23:31:40 +00:00 |
Mitchell Livingston
|
bfb8a06a70
|
Don't round dock badging speeds.
|
2006-06-15 22:57:01 +00:00 |
Mitchell Livingston
|
ae2c0eee33
|
Apple says that it is preferable to specify the file extension for files
|
2006-06-15 22:42:22 +00:00 |
Eric Petit
|
9d49bdda41
|
Trying to spare some more space here and there
|
2006-06-15 22:28:34 +00:00 |
Mitchell Livingston
|
bc5e8c066b
|
Keyboard shortcut for Remove Downloaded
|
2006-06-15 22:20:06 +00:00 |
Mitchell Livingston
|
72998f58c9
|
a little safety
|
2006-06-15 22:07:05 +00:00 |
Mitchell Livingston
|
c1e764a03a
|
This might fix bar overlapping (but who really cares since it can't be seen on normal builds anyways)
|
2006-06-15 16:01:26 +00:00 |
Eric Petit
|
96d62e8ca9
|
Don't follow links when building the OS X package, so the Sparkle
framework isn't copied 3 times
|
2006-06-15 14:05:34 +00:00 |
Mitchell Livingston
|
24acb44310
|
Potentially get rid of (unnoticeable) overlap in simple progress bar.
|
2006-06-15 06:24:03 +00:00 |
Mitchell Livingston
|
f954b45699
|
Multiple selection.
|
2006-06-15 05:44:01 +00:00 |
Mitchell Livingston
|
78753134fa
|
Make sure nil is returned on failure.
|
2006-06-15 05:30:08 +00:00 |
Mitchell Livingston
|
fb875a5409
|
Simplify the code a bit.
|
2006-06-15 05:03:32 +00:00 |
Mitchell Livingston
|
23e6c4d5e3
|
stupid defaults!
|
2006-06-15 02:46:54 +00:00 |
Mitchell Livingston
|
c1c071da81
|
Should save between launches now, among other things.
|
2006-06-15 02:35:40 +00:00 |
Mitchell Livingston
|
cac18c2503
|
By popular demand: the return of "Remove Torrent File." It only applies to the files not moved to the private folder.
|
2006-06-15 02:07:50 +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
|
4eb8918f3a
|
Get rid of unnecessary class by merging ellipsis code into StringAdditions.
|
2006-06-14 20:08:51 +00:00 |
Mitchell Livingston
|
341b6ef526
|
simplify the icon resizing
|
2006-06-14 17:58:40 +00:00 |
Mitchell Livingston
|
e0bed11f56
|
Onced isn't a word...
|
2006-06-14 14:46:58 +00:00 |
Mitchell Livingston
|
69fee0da51
|
Differentiate between valid amount downloaded and total amount downloaded, showing the valid amount in the main window.
|
2006-06-14 03:00:27 +00:00 |
Mitchell Livingston
|
4c9421cfa4
|
Make the right end blue if the whole bar is blue.
|
2006-06-14 01:53:24 +00:00 |
Mitchell Livingston
|
a3e1af9717
|
Transfer, not Torrent
|
2006-06-14 01:28:23 +00:00 |
Mitchell Livingston
|
d77470bdf8
|
The statusbar image that should've been there this whole time.
|
2006-06-13 17:03:17 +00:00 |
Mitchell Livingston
|
1b548fae96
|
Touch up the project file.
|
2006-06-13 16:32:40 +00:00 |
Mitchell Livingston
|
7db94af961
|
Change "Remove Downloaded" back to "Remove Downloaded Files."
|
2006-06-13 02:28:49 +00:00 |
Mitchell Livingston
|
064b33066a
|
Setting the size for the images that will start large initially was redundant.
|
2006-06-13 01:10:48 +00:00 |
Eric Petit
|
047216976e
|
Adds appcast URL
|
2006-06-13 01:04:24 +00:00 |