Mitchell Livingston
|
632ccf066a
|
trivial cleanup and update strings file
|
2009-10-29 02:45:58 +00:00 |
Mitchell Livingston
|
c4c2d918ec
|
whoops
|
2009-10-29 01:47:01 +00:00 |
Mitchell Livingston
|
d5cd854bcb
|
remove the mac's redundant location check when adding a transfer
|
2009-10-29 01:44:54 +00:00 |
Mitchell Livingston
|
f254b9eb54
|
change the text at the bottom of the peer info tab from 3 columns to a single line
|
2009-10-28 21:05:50 +00:00 |
Mitchell Livingston
|
05fa587eb3
|
whoops leak
|
2009-10-27 23:23:57 +00:00 |
Mitchell Livingston
|
7220f6fe83
|
per-torrent action menu's priority images might have been flipped on 10.6
|
2009-10-27 23:23:02 +00:00 |
Mitchell Livingston
|
ae5c51060c
|
bump the ratio buffer size to 12, to be on the safe side
|
2009-10-27 04:35:34 +00:00 |
Mitchell Livingston
|
0ce3e4ac41
|
allocate much less memory for the ratio text
|
2009-10-26 23:57:09 +00:00 |
Mitchell Livingston
|
e38c3c8165
|
potential fix to #2519
|
2009-10-26 23:43:15 +00:00 |
Mitchell Livingston
|
be61ded9de
|
fix a crash when trying to delete data that doesn't exist
|
2009-10-26 02:33:23 +00:00 |
Mitchell Livingston
|
397cad4c04
|
only set the inspector reveal button image on 10.5
|
2009-10-26 02:02:25 +00:00 |
Mitchell Livingston
|
db80a915aa
|
we should use the size of the array that we're actually using
|
2009-10-25 21:31:01 +00:00 |
Mitchell Livingston
|
7eed54904a
|
delay part of generating the message log text until after choosing a location
|
2009-10-25 21:30:19 +00:00 |
Mitchell Livingston
|
2296384fc1
|
get rid of 2 more warnings
|
2009-10-25 19:29:30 +00:00 |
Mitchell Livingston
|
c9ac03cdad
|
update strings file
|
2009-10-25 19:00:09 +00:00 |
Mitchell Livingston
|
130c9af1d1
|
on second thought, the other UI's might want this value sooner or later, and it's cheaper to calculate it in the stat function
|
2009-10-25 18:49:20 +00:00 |
Mitchell Livingston
|
a5e0b6e5b2
|
since the Mac UI is the only one to use it, move percentRatio calculation into the Mac code
|
2009-10-25 18:45:35 +00:00 |
Mitchell Livingston
|
cfbcdd8832
|
one less warning
|
2009-10-25 16:31:28 +00:00 |
Mitchell Livingston
|
a84da10766
|
restore the check for remaining disk space
|
2009-10-25 13:42:22 +00:00 |
Mitchell Livingston
|
dc068e920f
|
since Transmission will now create missing directories, don't have the check/pop-up for missing location when starting
|
2009-10-25 13:20:52 +00:00 |
Mitchell Livingston
|
50e140d240
|
display an error when moving data fails
|
2009-10-25 03:08:13 +00:00 |
Mitchell Livingston
|
960b303046
|
restore the check of moving a folder into itself
|
2009-10-25 03:05:25 +00:00 |
Mitchell Livingston
|
ffe75b3506
|
store the donate ask date right away, instead of after the user clicks yes/no
|
2009-10-24 20:44:48 +00:00 |
Mitchell Livingston
|
9c21268250
|
fix Quick Look from the file inspector
|
2009-10-22 00:10:41 +00:00 |
Mitchell Livingston
|
b19c79cff8
|
more efficient time machine location check
|
2009-10-21 23:13:02 +00:00 |
Mitchell Livingston
|
43639d35f3
|
block while moving a file (for now)
|
2009-10-21 22:23:08 +00:00 |
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
|
7f5cfbec77
|
don't try to reveal files that don't exist
|
2009-10-21 22:15:36 +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 |
Charles Kerr
|
05c77cc975
|
(trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files
|
2009-10-19 05:05:00 +00:00 |
Mitchell Livingston
|
3ae277af17
|
on 10.6, use the new copying methods in the message window
|
2009-10-19 03:14:49 +00:00 |
Mitchell Livingston
|
c2f8e82c3d
|
when pruning message log messages, sort them in reverse chronological before trimming and use removeObjectsAtIndexes: for assumedly more efficient removal
|
2009-10-19 03:10:29 +00:00 |
Mitchell Livingston
|
3e26db6ed0
|
add an extra check when determining if the message window should be scrolled to the bottom
|
2009-10-19 02:44:04 +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
|
f3c7dde651
|
get rid of copying the priority images and elliminate another setFlipped: on 10.6
|
2009-10-18 14:02:22 +00:00 |
Mitchell Livingston
|
045b7d92fb
|
don't use setFlipped: on the file node's image on 10.6
|
2009-10-18 03:02:10 +00:00 |
Mitchell Livingston
|
23230f519e
|
make the nested for-loop in PiecesView into a single for-loop
|
2009-10-18 02:23:10 +00:00 |
Mitchell Livingston
|
a193ba134c
|
trivial adjustments to pieceview: use an enum instead of #defines; calculate the current piece index being drawn within each pass of the loop instead of incrementing
|
2009-10-18 02:12:43 +00:00 |
Mitchell Livingston
|
c0c6a4f6b7
|
don't store a copy of the pieces view's background - regenerate it when needed instead
|
2009-10-18 01:54:13 +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
|
9cb0726102
|
whoops again
|
2009-10-16 23:07:59 +00:00 |
Mitchell Livingston
|
8eb56a89d6
|
whoops
|
2009-10-16 23:05:29 +00:00 |
Mitchell Livingston
|
22354eb622
|
small adjustments to the queue
|
2009-10-16 23:02:55 +00:00 |
Mitchell Livingston
|
8d62b38891
|
"Reveal the data file in Finder" -> "Show the data file in Finder"
|
2009-10-15 23:41:28 +00:00 |
Mitchell Livingston
|
7b0ed3f4ec
|
update localizable strings
|
2009-10-15 23:21:48 +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
|
3bb47b4630
|
don't zoom in/out the QL window if the corresponding row isn't visible
|
2009-10-12 03:15:37 +00:00 |
Mitchell Livingston
|
fc7d82518d
|
when Quick Look is visible, make the toolbar icon blue and append "Close" to the menu item
|
2009-10-12 01:59:52 +00:00 |