]>
granicus.if.org Git - transmission/log
Mitchell Livingston [Sun, 18 Oct 2009 02:12:43 +0000 (02:12 +0000)]
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
Mitchell Livingston [Sun, 18 Oct 2009 01:54:13 +0000 (01:54 +0000)]
don't store a copy of the pieces view's background - regenerate it when needed instead
Mitchell Livingston [Sat, 17 Oct 2009 17:15:37 +0000 (17:15 +0000)]
only remove a torrent from the queue for a local error, not tracker error; miscellaneous trivial adjustments
Charles Kerr [Sat, 17 Oct 2009 07:01:56 +0000 (07:01 +0000)]
(trunk daemon) fix a few compiler warnings
Mitchell Livingston [Fri, 16 Oct 2009 23:07:59 +0000 (23:07 +0000)]
whoops again
Mitchell Livingston [Fri, 16 Oct 2009 23:05:29 +0000 (23:05 +0000)]
whoops
Mitchell Livingston [Fri, 16 Oct 2009 23:02:55 +0000 (23:02 +0000)]
small adjustments to the queue
Mitchell Livingston [Thu, 15 Oct 2009 23:41:28 +0000 (23:41 +0000)]
"Reveal the data file in Finder" -> "Show the data file in Finder"
Mitchell Livingston [Thu, 15 Oct 2009 23:21:48 +0000 (23:21 +0000)]
update localizable strings
Mitchell Livingston [Thu, 15 Oct 2009 23:18:39 +0000 (23:18 +0000)]
#2503 When sorting by state, separate queued transfers from paused transfers
Charles Kerr [Wed, 14 Oct 2009 18:29:57 +0000 (18:29 +0000)]
(trunk gtk) #2501: tray menu shows wrong status for 'main window' when started minimized
Charles Kerr [Wed, 14 Oct 2009 13:22:42 +0000 (13:22 +0000)]
(trunk libT) #2360: ratio-limit becomes a strange value on uClibc
Charles Kerr [Mon, 12 Oct 2009 23:16:51 +0000 (23:16 +0000)]
(trunk libT) #2498: DHT broken
Charles Kerr [Mon, 12 Oct 2009 06:08:28 +0000 (06:08 +0000)]
(trunk libT) #2494: Adding a tracker changes announce status from time to "queued."
Mitchell Livingston [Mon, 12 Oct 2009 03:15:37 +0000 (03:15 +0000)]
don't zoom in/out the QL window if the corresponding row isn't visible
Mitchell Livingston [Mon, 12 Oct 2009 01:59:52 +0000 (01:59 +0000)]
when Quick Look is visible, make the toolbar icon blue and append "Close" to the menu item
Mitchell Livingston [Mon, 12 Oct 2009 00:48:16 +0000 (00:48 +0000)]
fix a crash on quit with the QuickLook window open
Mitchell Livingston [Mon, 12 Oct 2009 00:19:04 +0000 (00:19 +0000)]
don't zoom the QL window if the main window's closed
Mitchell Livingston [Sun, 11 Oct 2009 23:50:13 +0000 (23:50 +0000)]
QuickLook main window even if it's closed, and update the QL window when opening/closing the inspector
Mitchell Livingston [Sun, 11 Oct 2009 23:27:53 +0000 (23:27 +0000)]
better consideration of which item to Quick Look based on which windows are open
Mitchell Livingston [Sun, 11 Oct 2009 23:16:46 +0000 (23:16 +0000)]
phase one of moving quicklook into the controller - it's not as pretty code-wise but the behavior is a lot more consistent
Mitchell Livingston [Sun, 11 Oct 2009 17:17:29 +0000 (17:17 +0000)]
add some more switch statement asserts
Mitchell Livingston [Sun, 11 Oct 2009 16:42:39 +0000 (16:42 +0000)]
make the message count a static variable
Mitchell Livingston [Sun, 11 Oct 2009 16:29:06 +0000 (16:29 +0000)]
double the amount of messages allowed in the message window - let's see what happens
Mitchell Livingston [Sun, 11 Oct 2009 16:25:07 +0000 (16:25 +0000)]
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
Mitchell Livingston [Sun, 11 Oct 2009 13:45:50 +0000 (13:45 +0000)]
update the tracker table right away when adding/removing trackers
Mitchell Livingston [Sun, 11 Oct 2009 13:42:10 +0000 (13:42 +0000)]
#2488 when sorting by tracker, first use the tracker that comes first alphabetically
Mitchell Livingston [Sun, 11 Oct 2009 13:11:52 +0000 (13:11 +0000)]
add a couple of asserts just for the hell of it
Charles Kerr [Sun, 11 Oct 2009 06:23:31 +0000 (06:23 +0000)]
(trunk gtk) #1978: Rescaning for new torrents at torrent creation time
Charles Kerr [Sun, 11 Oct 2009 04:39:24 +0000 (04:39 +0000)]
(trunk libT) fix scrape status string error reporte by bmw
Mitchell Livingston [Sun, 11 Oct 2009 03:36:50 +0000 (03:36 +0000)]
more #import cleanup
Charles Kerr [Sun, 11 Oct 2009 03:10:17 +0000 (03:10 +0000)]
(trunk, libT) #2425: New torrents are verified after pause.
Mitchell Livingston [Sun, 11 Oct 2009 03:06:59 +0000 (03:06 +0000)]
apparently applicationShouldHandleReopen:hasVisibleWindows:'s visibleWindows only counts the windows we care about already
Mitchell Livingston [Sun, 11 Oct 2009 02:50:13 +0000 (02:50 +0000)]
applicationShouldHandleReopen:hasVisibleWindows: hardcoded a check for the main window and prefs window; now check for a visible main window
Charles Kerr [Sun, 11 Oct 2009 02:36:39 +0000 (02:36 +0000)]
(trunk gtk) #2368: Change "system tray" to "notification area" in the gtk+ client.
Mitchell Livingston [Sun, 11 Oct 2009 02:22:38 +0000 (02:22 +0000)]
move some #imports out of header files
Mitchell Livingston [Sun, 11 Oct 2009 01:32:58 +0000 (01:32 +0000)]
update to miniupnpc-
20091010
Mitchell Livingston [Sat, 10 Oct 2009 20:46:24 +0000 (20:46 +0000)]
retain previous announce/scrape info when a tracker becomes a backup
Charles Kerr [Sat, 10 Oct 2009 20:42:23 +0000 (20:42 +0000)]
(trunk gtk,qt) #2490: gtk, qt clients' Details dialog doesn't show ETA anymore
Mitchell Livingston [Sat, 10 Oct 2009 20:25:05 +0000 (20:25 +0000)]
finish #2463
Charles Kerr [Sat, 10 Oct 2009 20:14:26 +0000 (20:14 +0000)]
(trunk libT) #2463 if at first you don't succeed...
Mitchell Livingston [Sat, 10 Oct 2009 19:55:47 +0000 (19:55 +0000)]
update for the new tracker verification changes, and use a set instead of an array for removing trackers
Charles Kerr [Sat, 10 Oct 2009 19:39:43 +0000 (19:39 +0000)]
(trunk libT) #2489: stricter checking of fringe cases in tr_torrentSetAnnounceList()
Charles Kerr [Sat, 10 Oct 2009 19:24:46 +0000 (19:24 +0000)]
(trunk gtk) #2489: tr_torrentSetAnnounceList() should check for invalid and duplicate announce URLs
Charles Kerr [Sat, 10 Oct 2009 19:16:21 +0000 (19:16 +0000)]
(trunk libT) #2489: tr_torrentSetAnnounceList() should check for invalid and duplicate announce URLs
Charles Kerr [Sat, 10 Oct 2009 17:37:34 +0000 (17:37 +0000)]
(trunk libT) more assertions to help find the cause of #2480
Mitchell Livingston [Sat, 10 Oct 2009 16:17:18 +0000 (16:17 +0000)]
use a real ellipsis in the creator window
Mitchell Livingston [Sat, 10 Oct 2009 15:58:27 +0000 (15:58 +0000)]
use a real ellipsis in the add window
Mitchell Livingston [Sat, 10 Oct 2009 14:58:34 +0000 (14:58 +0000)]
turn off nib/xib flattening/stripping for the debug configuration
Mitchell Livingston [Sat, 10 Oct 2009 14:30:54 +0000 (14:30 +0000)]
comment out another 10.6-only section
Mitchell Livingston [Sat, 10 Oct 2009 13:24:13 +0000 (13:24 +0000)]
re-add r9257 on 10.6
Mitchell Livingston [Sat, 10 Oct 2009 13:21:27 +0000 (13:21 +0000)]
attempt number one of fixing 10.5 support
Mitchell Livingston [Sat, 10 Oct 2009 12:58:40 +0000 (12:58 +0000)]
#2486 In the Mac's "create torrent" window, place each tracker into its own tier
Charles Kerr [Sat, 10 Oct 2009 07:29:13 +0000 (07:29 +0000)]
(trunk gtk) #2485: Crash in preferences dialog when testing the open port
Mitchell Livingston [Sat, 10 Oct 2009 02:42:22 +0000 (02:42 +0000)]
adjust help for new tracker behavior
Mitchell Livingston [Sat, 10 Oct 2009 01:19:51 +0000 (01:19 +0000)]
get the username using cocoa instead of carbon
Mitchell Livingston [Sat, 10 Oct 2009 01:06:06 +0000 (01:06 +0000)]
get rid of one 10.5 problem
Charles Kerr [Sat, 10 Oct 2009 00:39:38 +0000 (00:39 +0000)]
(trunk Qt) #2298: qtr client crashes when expired torrent is removed
Mitchell Livingston [Sat, 10 Oct 2009 00:30:04 +0000 (00:30 +0000)]
fix mac build again
Charles Kerr [Sat, 10 Oct 2009 00:17:00 +0000 (00:17 +0000)]
(trunk) replace tr_tracker_stat's "isActive" field with the more descriptive "isBackup"
Eric Petit [Sat, 10 Oct 2009 00:16:57 +0000 (00:16 +0000)]
Fixes Release build
Mitchell Livingston [Sat, 10 Oct 2009 00:00:46 +0000 (00:00 +0000)]
on 10.6 simplify the check for already-running Transmission instances
Mitchell Livingston [Fri, 9 Oct 2009 23:44:18 +0000 (23:44 +0000)]
whoops
Mitchell Livingston [Fri, 9 Oct 2009 23:02:10 +0000 (23:02 +0000)]
minimal efficiency change: when drawing on the torrent cell, don't copy the bound rect unnecessarily
Mitchell Livingston [Fri, 9 Oct 2009 22:29:34 +0000 (22:29 +0000)]
fix Mac build
Charles Kerr [Fri, 9 Oct 2009 21:30:34 +0000 (21:30 +0000)]
(trunk) #2463: 'Mac Client shows huge "next announce in" timer'
Charles Kerr [Fri, 9 Oct 2009 20:06:22 +0000 (20:06 +0000)]
(trunk libT) add a couple more debugging assertions into the nightlies to try & smoke out the handshake/peer-io crashes
Charles Kerr [Wed, 7 Oct 2009 03:49:55 +0000 (03:49 +0000)]
(trunk libT) #2393: Transmission deletes all files when moving to the same physical directory
Mitchell Livingston [Wed, 7 Oct 2009 00:44:06 +0000 (00:44 +0000)]
remove unused total seeders, leechers, and downloaded fields from the peer inspector tab
Mitchell Livingston [Wed, 7 Oct 2009 00:30:12 +0000 (00:30 +0000)]
remove appcast from makefile
Mitchell Livingston [Tue, 6 Oct 2009 23:32:11 +0000 (23:32 +0000)]
remove appcast from the repository, therefore avoiding a whole bunch of unnecessary commits each release
Charles Kerr [Tue, 6 Oct 2009 00:27:26 +0000 (00:27 +0000)]
(trunk qt) minor cleanup
Charles Kerr [Mon, 5 Oct 2009 21:48:50 +0000 (21:48 +0000)]
(trunk, gtk) remove an unwanted console debug message
Charles Kerr [Mon, 5 Oct 2009 21:33:39 +0000 (21:33 +0000)]
(trunk Qt) add command-line arguments for connecting to a remote session
Charles Kerr [Mon, 5 Oct 2009 19:55:05 +0000 (19:55 +0000)]
(trunk qt) oops, left a console message in r9243
Charles Kerr [Mon, 5 Oct 2009 19:53:38 +0000 (19:53 +0000)]
(trunk qt) sync the Qt client's "New Torrent" dialog with the GTK+ client's rewrite
Charles Kerr [Sun, 4 Oct 2009 02:32:38 +0000 (02:32 +0000)]
(trunk gtk) fix the editing of tracker URLs in the GTK+ client
Mitchell Livingston [Sat, 3 Oct 2009 14:10:52 +0000 (14:10 +0000)]
random trivial adjustments
Charles Kerr [Sat, 3 Oct 2009 14:08:05 +0000 (14:08 +0000)]
(trunk libT) remove randOffset from announcer; the new announce queue handles load balancing
Charles Kerr [Sat, 3 Oct 2009 13:17:18 +0000 (13:17 +0000)]
fix oops
Charles Kerr [Sat, 3 Oct 2009 13:15:32 +0000 (13:15 +0000)]
(trunk libT) fix a crash reported by John Clay and silence a gcc warning
Charles Kerr [Fri, 2 Oct 2009 22:53:19 +0000 (22:53 +0000)]
(trunk, gtk, qt) #2478: popup dialog for first-time users
Charles Kerr [Fri, 2 Oct 2009 22:10:55 +0000 (22:10 +0000)]
(trunk, gtk) #2478: revise the popup dialog text
Mitchell Livingston [Fri, 2 Oct 2009 22:07:00 +0000 (22:07 +0000)]
a little more cleanup
Mitchell Livingston [Fri, 2 Oct 2009 22:04:47 +0000 (22:04 +0000)]
refine the legal text
Mitchell Livingston [Fri, 2 Oct 2009 21:51:56 +0000 (21:51 +0000)]
show dialog on first launch only
Mitchell Livingston [Fri, 2 Oct 2009 21:51:09 +0000 (21:51 +0000)]
(mac) #2478: popup dialog for first-time users
Charles Kerr [Fri, 2 Oct 2009 21:03:55 +0000 (21:03 +0000)]
(trunk gtk) #2478: popup dialog for first-time users
Charles Kerr [Fri, 2 Oct 2009 04:54:02 +0000 (04:54 +0000)]
(trunk libT) #2471: added/removed trackers aren't applied until restart
Charles Kerr [Fri, 2 Oct 2009 02:03:30 +0000 (02:03 +0000)]
(trunk, libT) filter out unsupported announce addresses
Mitchell Livingston [Thu, 1 Oct 2009 02:24:58 +0000 (02:24 +0000)]
allowing pasting into the tracker table on 10.5
Mitchell Livingston [Thu, 1 Oct 2009 01:15:37 +0000 (01:15 +0000)]
#2470 Pasting an address (or list of addresses) into the tracker list should add those trackers
Charles Kerr [Wed, 30 Sep 2009 20:49:52 +0000 (20:49 +0000)]
(trunk, libT) #2464: Mac Client shows incorrect announce/scrape results for backup trackers
Mitchell Livingston [Wed, 30 Sep 2009 00:11:24 +0000 (00:11 +0000)]
fix a glitch with using the same address more than once in the tracker removal code
Mitchell Livingston [Tue, 29 Sep 2009 23:56:48 +0000 (23:56 +0000)]
on 10.6 continue updating the remaining displayed trackers when adding a new tracker
Mitchell Livingston [Tue, 29 Sep 2009 23:33:19 +0000 (23:33 +0000)]
add Growl 1.2 final
Mitchell Livingston [Tue, 29 Sep 2009 23:32:29 +0000 (23:32 +0000)]
remove beta Growl framework
Mitchell Livingston [Tue, 29 Sep 2009 03:53:57 +0000 (03:53 +0000)]
prepare for re-adding "remove tracker" functionality
Mitchell Livingston [Tue, 29 Sep 2009 03:02:44 +0000 (03:02 +0000)]
getting closer to re-adding "add tracker" functionality
Mitchell Livingston [Mon, 28 Sep 2009 23:18:26 +0000 (23:18 +0000)]
#2458 Tracker pane - copy addresses