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
|
2c0223b691
|
#2514 update to dht-0.10
|
2009-10-19 01:21:33 +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 |
Charles Kerr
|
45839606db
|
(trunk daemon) fix a few compiler warnings
|
2009-10-17 07:01:56 +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 |
Charles Kerr
|
bfc2e22834
|
(trunk gtk) #2501: tray menu shows wrong status for 'main window' when started minimized
|
2009-10-14 18:29:57 +00:00 |
Charles Kerr
|
d6acde35d3
|
(trunk libT) #2360: ratio-limit becomes a strange value on uClibc
|
2009-10-14 13:22:42 +00:00 |
Charles Kerr
|
2e3a3e60aa
|
(trunk libT) #2498: DHT broken
|
2009-10-12 23:16:51 +00:00 |
Charles Kerr
|
3da08652ba
|
(trunk libT) #2494: Adding a tracker changes announce status from time to "queued."
|
2009-10-12 06:08:28 +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 |
Mitchell Livingston
|
a01688aed6
|
fix a crash on quit with the QuickLook window open
|
2009-10-12 00:48:16 +00:00 |
Mitchell Livingston
|
99c4d8cc09
|
don't zoom the QL window if the main window's closed
|
2009-10-12 00:19:04 +00:00 |
Mitchell Livingston
|
f9012885c3
|
QuickLook main window even if it's closed, and update the QL window when opening/closing the inspector
|
2009-10-11 23:50:13 +00:00 |
Mitchell Livingston
|
80e3ed302f
|
better consideration of which item to Quick Look based on which windows are open
|
2009-10-11 23:27:53 +00:00 |
Mitchell Livingston
|
1af529aa96
|
phase one of moving quicklook into the controller - it's not as pretty code-wise but the behavior is a lot more consistent
|
2009-10-11 23:16:46 +00:00 |
Mitchell Livingston
|
53273caef2
|
add some more switch statement asserts
|
2009-10-11 17:17:29 +00:00 |
Mitchell Livingston
|
e4e0400f31
|
make the message count a static variable
|
2009-10-11 16:42:39 +00:00 |
Mitchell Livingston
|
5feb9100df
|
double the amount of messages allowed in the message window - let's see what happens
|
2009-10-11 16:29:06 +00:00 |
Mitchell Livingston
|
1172f62803
|
trivial cleanup to the message window: set the pulldown's images in the xib, use NSInteger instead of int (same for unsigned), and don't bother storing the dot images as instance variables
|
2009-10-11 16:25:07 +00:00 |
Mitchell Livingston
|
264774859f
|
update the tracker table right away when adding/removing trackers
|
2009-10-11 13:45:50 +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
|
0fd678acd0
|
add a couple of asserts just for the hell of it
|
2009-10-11 13:11:52 +00:00 |
Charles Kerr
|
c14b44d10a
|
(trunk gtk) #1978: Rescaning for new torrents at torrent creation time
|
2009-10-11 06:23:31 +00:00 |
Charles Kerr
|
fde3abaa1e
|
(trunk libT) fix scrape status string error reporte by bmw
|
2009-10-11 04:39:24 +00:00 |
Mitchell Livingston
|
3545d22d19
|
more #import cleanup
|
2009-10-11 03:36:50 +00:00 |
Charles Kerr
|
504eaa6410
|
(trunk, libT) #2425: New torrents are verified after pause.
|
2009-10-11 03:10:17 +00:00 |
Mitchell Livingston
|
c46a597742
|
apparently applicationShouldHandleReopen:hasVisibleWindows:'s visibleWindows only counts the windows we care about already
|
2009-10-11 03:06:59 +00:00 |
Mitchell Livingston
|
6ae79cdb91
|
applicationShouldHandleReopen:hasVisibleWindows: hardcoded a check for the main window and prefs window; now check for a visible main window
|
2009-10-11 02:50:13 +00:00 |
Charles Kerr
|
c204c68994
|
(trunk gtk) #2368: Change "system tray" to "notification area" in the gtk+ client.
|
2009-10-11 02:36:39 +00:00 |
Mitchell Livingston
|
1642a05ebc
|
move some #imports out of header files
|
2009-10-11 02:22:38 +00:00 |
Mitchell Livingston
|
6f33403a0c
|
update to miniupnpc-20091010
|
2009-10-11 01:32:58 +00:00 |
Mitchell Livingston
|
4290927563
|
retain previous announce/scrape info when a tracker becomes a backup
|
2009-10-10 20:46:24 +00:00 |
Charles Kerr
|
f58994b7bf
|
(trunk gtk,qt) #2490: gtk, qt clients' Details dialog doesn't show ETA anymore
|
2009-10-10 20:42:23 +00:00 |
Mitchell Livingston
|
2730f9ac9c
|
finish #2463
|
2009-10-10 20:25:05 +00:00 |
Charles Kerr
|
b7677f7059
|
(trunk libT) #2463 if at first you don't succeed...
|
2009-10-10 20:14:26 +00:00 |