]>
granicus.if.org Git - transmission/log
Mitchell Livingston [Mon, 30 Aug 2010 01:05:47 +0000 (01:05 +0000)]
Change "Transfer is stalled when no activity for:" to "Transfer is stalled when inactive for:"
Charles Kerr [Sun, 22 Aug 2010 18:43:19 +0000 (18:43 +0000)]
(trunk) sync to libT changes: rename the 'inactive-seeding-limit' keys as 'idle-seeding-limit'
Charles Kerr [Sun, 22 Aug 2010 18:40:18 +0000 (18:40 +0000)]
(trunk libT) #3519 "webseeds don't work" -- patch from gostrc to add support for a single string in the url-list
Daniel Lee [Sun, 22 Aug 2010 16:45:29 +0000 (16:45 +0000)]
(qt) set an initial value for QDoubleSpinBox in the prefs dialog
Daniel Lee [Sun, 22 Aug 2010 09:49:10 +0000 (09:49 +0000)]
(libt) Fix tr_cacheFlushDone overrunning run_info
Charles Kerr [Sat, 21 Aug 2010 12:50:13 +0000 (12:50 +0000)]
(trunk libT) handle URLs, as well as filenames, via the rpc server's /transmission/upload mechanism
Charles Kerr [Sat, 21 Aug 2010 12:47:28 +0000 (12:47 +0000)]
(trunk libT) add a string length argument to tr_urlIsValid()
Mitchell Livingston [Thu, 19 Aug 2010 22:14:59 +0000 (22:14 +0000)]
#3517 Only apply the idle seed limit when the transfer is comple
Charles Kerr [Mon, 16 Aug 2010 02:11:10 +0000 (02:11 +0000)]
(trunk libT) peer-port-random-on-start was being returned as an int(0,1) instead of a bool(true,false)
Charles Kerr [Sun, 15 Aug 2010 23:45:58 +0000 (23:45 +0000)]
(trunk libT) if we compile with TR_EMBEDDED, use Z_DEFAULT_COMPRESSION. otherwise, use Z_BEST_COMPRESSION
Mitchell Livingston [Sat, 14 Aug 2010 19:44:43 +0000 (19:44 +0000)]
don't set an idle eta if the transfer is currently uploading
Mitchell Livingston [Sat, 14 Aug 2010 17:51:04 +0000 (17:51 +0000)]
simplify the code to check if an eta string should be displayed
Mitchell Livingston [Sat, 14 Aug 2010 17:41:12 +0000 (17:41 +0000)]
if there is both an idle limit and ratio limit set, display the ratio limit unless the idle limit is less than 2 minutes
Mitchell Livingston [Sat, 14 Aug 2010 17:32:52 +0000 (17:32 +0000)]
only show the eta string for idle seeding time remaining if the time is less than 2 minutes
Mitchell Livingston [Sat, 14 Aug 2010 15:30:43 +0000 (15:30 +0000)]
add a stat for the eta of the seeding idle limit, and use it in the Mac eta display
Mitchell Livingston [Thu, 12 Aug 2010 23:48:30 +0000 (23:48 +0000)]
in Prefs -> Transfers -> Management, properly gray-out the "minutes" field for the inactive seeding check
Charles Kerr [Tue, 10 Aug 2010 11:43:29 +0000 (11:43 +0000)]
(trunk libT) hm, this debugging line wasn't supposed to get checked in...
Daniel Lee [Tue, 10 Aug 2010 00:12:42 +0000 (00:12 +0000)]
(web) remove cruft
Daniel Lee [Tue, 10 Aug 2010 00:10:08 +0000 (00:10 +0000)]
(web) yet another test fix
Daniel Lee [Mon, 9 Aug 2010 23:13:46 +0000 (23:13 +0000)]
(web) yet another test fix
Daniel Lee [Mon, 9 Aug 2010 22:57:29 +0000 (22:57 +0000)]
(web) Another try at iphone fix
Daniel Lee [Mon, 9 Aug 2010 21:05:56 +0000 (21:05 +0000)]
(web) Left out some stuff from the last commit
Daniel Lee [Mon, 9 Aug 2010 01:01:48 +0000 (01:01 +0000)]
(trunk) Update 'TryExec' in transmission-gtk.destkop to the new binary name
Daniel Lee [Mon, 9 Aug 2010 00:40:46 +0000 (00:40 +0000)]
(trunk) #3483:Add 'finished' filter to webui
Charles Kerr [Mon, 9 Aug 2010 00:25:02 +0000 (00:25 +0000)]
(trunk web) #3485 "Add ratio to compact seeding display" -- fixed.
Charles Kerr [Mon, 9 Aug 2010 00:18:26 +0000 (00:18 +0000)]
(trunk) make --version/-V behave the same in the other apps too
Charles Kerr [Sun, 8 Aug 2010 23:25:34 +0000 (23:25 +0000)]
(trunk web) tweak the statistics dialog size a little
Charles Kerr [Sun, 8 Aug 2010 23:21:19 +0000 (23:21 +0000)]
(trunk qt) #3497 "Trackerlist not cleared/disabled when torrent selection cleared" -- fixed.
Charles Kerr [Sun, 8 Aug 2010 22:53:24 +0000 (22:53 +0000)]
(trunk utils) add support for --version/-V
Charles Kerr [Sun, 8 Aug 2010 21:11:20 +0000 (21:11 +0000)]
(trunk web) #3278 "add sorting by size support to web client" -- fixed.
Charles Kerr [Sun, 8 Aug 2010 20:58:58 +0000 (20:58 +0000)]
(trunk web) use the preference dialog's "compact" mode based on browser window size, rather than whether or not it's an iPhone -- that way it should work for other mobile devices too.
Charles Kerr [Sun, 8 Aug 2010 20:06:46 +0000 (20:06 +0000)]
(trunk web) rewrite the dialogs to use jQuery.UI instead of a homerolled dialog. This partially to use more standardized components, and partially to get rid of as many browser/platform-specific hardcodings as possible to make the code more flexible. I'm flying blind wrt iPhone support, so for a little while this may be a two-steps-forward-one-step-back process. Feedback from users runnin the web client on their phones is encouraged...
Charles Kerr [Sat, 7 Aug 2010 18:52:07 +0000 (18:52 +0000)]
(trunk) annotate the RPC spec to explain that the units for rateDownload and rateUpload changed in RPC version 10
Mitchell Livingston [Sat, 7 Aug 2010 16:44:31 +0000 (16:44 +0000)]
fix another warning regarding casting during logging
Mitchell Livingston [Sat, 7 Aug 2010 16:44:17 +0000 (16:44 +0000)]
fix warning regarding casting during logging
Mitchell Livingston [Sat, 7 Aug 2010 03:46:49 +0000 (03:46 +0000)]
(trunk) tweak NEWS
Charles Kerr [Sat, 7 Aug 2010 03:29:47 +0000 (03:29 +0000)]
(trunk libT) #3493 "transmission doesn't exit cleanly if LPD is disabled during the session" -- fixed.
Charles Kerr [Sat, 7 Aug 2010 02:17:29 +0000 (02:17 +0000)]
(trunk libT) when shutting down, use a shorter timeout interval for tracker announces
Charles Kerr [Sat, 7 Aug 2010 01:38:50 +0000 (01:38 +0000)]
(trunk qt) set the step values for the properties dialog's spinboxes
Charles Kerr [Fri, 6 Aug 2010 23:50:35 +0000 (23:50 +0000)]
(trunk gtk) fix label clipping issue in the statusbar
Charles Kerr [Fri, 6 Aug 2010 23:28:30 +0000 (23:28 +0000)]
(trunk libT) fix compiler warnings on non-glibc systems
Mitchell Livingston [Fri, 6 Aug 2010 23:15:29 +0000 (23:15 +0000)]
(trunk) update to 2.04+
Charles Kerr [Fri, 6 Aug 2010 20:27:52 +0000 (20:27 +0000)]
(trunk qt) annoy Lacrocivious by removing the unused dancing hula girls icon from the Qt client's resource file
Charles Kerr [Fri, 6 Aug 2010 20:23:32 +0000 (20:23 +0000)]
(trunk qt) bump Qt prerequisite from 4.4 to 4.6
Charles Kerr [Fri, 6 Aug 2010 20:21:35 +0000 (20:21 +0000)]
(trunk qt) now that 4.6 has a standard call QIcon::fromTheme(), we can drop the third-party qticonloader code
Charles Kerr [Fri, 6 Aug 2010 15:35:10 +0000 (15:35 +0000)]
(trunk gtk) remove dead code
Charles Kerr [Fri, 6 Aug 2010 15:17:27 +0000 (15:17 +0000)]
(trunk gtk) small renderer cleanup from the #3488 patch
Charles Kerr [Fri, 6 Aug 2010 15:03:25 +0000 (15:03 +0000)]
(trunk gtk) #3491 "Magnet links don't appear until download of metadata." -- fixed.
Charles Kerr [Fri, 6 Aug 2010 14:50:57 +0000 (14:50 +0000)]
(trunk qt) fix bug passing magnet links & urls via DBUS. reported by rb07 in the forums.
Charles Kerr [Fri, 6 Aug 2010 14:38:54 +0000 (14:38 +0000)]
(trunk gtk) portability: use g_dngettext() instead of ngettext()
Charles Kerr [Fri, 6 Aug 2010 07:51:24 +0000 (07:51 +0000)]
(trunk) run all our PNG files through pngout <http://advsys.net/ken/util/pngout.htm> to shrink 'em down
Charles Kerr [Fri, 6 Aug 2010 06:56:27 +0000 (06:56 +0000)]
(trunk gtk) oops, forgot to remote sexy-icon-entry.c from POTFILES.in. Sorry, hudson.
Charles Kerr [Fri, 6 Aug 2010 06:54:42 +0000 (06:54 +0000)]
(trunk gtk) experimentally remove sexy-icon-entry from the GTK+ client... GtkEntry can handle it now
Charles Kerr [Fri, 6 Aug 2010 06:22:05 +0000 (06:22 +0000)]
(trunk gtk) Remove the `PREF_KEY_MAIN_WINDOW_LAYOUT_ORDER' preferences key. This feature seemed like a good idea once upon a time, but I've never heard a report of anyone actually using it...
Charles Kerr [Fri, 6 Aug 2010 05:57:41 +0000 (05:57 +0000)]
(trunk qt) when the main window is resized to be narrow, use the layout space more wisely in the statusbar
Charles Kerr [Thu, 5 Aug 2010 19:54:44 +0000 (19:54 +0000)]
(trunk libT) #3490 "Ambiguous use of directory separators" -- fixed.
Charles Kerr [Thu, 5 Aug 2010 15:01:40 +0000 (15:01 +0000)]
(trunk qt) #3489 "Qt client should have up/down speeds in the tray icon's tooltip" -- fixed
Charles Kerr [Thu, 5 Aug 2010 13:24:46 +0000 (13:24 +0000)]
nice job.
Charles Kerr [Thu, 5 Aug 2010 13:06:20 +0000 (13:06 +0000)]
(trunk) ..and the manpages :)
Charles Kerr [Thu, 5 Aug 2010 13:03:00 +0000 (13:03 +0000)]
whoops
Charles Kerr [Thu, 5 Aug 2010 12:57:54 +0000 (12:57 +0000)]
(trunk) rename "transmission" as "transmission-gtk" and "transmissioncli" as "transmission-cli" for consistency with the other transmission apps
Charles Kerr [Wed, 4 Aug 2010 23:19:38 +0000 (23:19 +0000)]
(trunk libT) #3486 "Add gzip compression support to RPC server" -- minor tweaks to the compression settings.
Charles Kerr [Wed, 4 Aug 2010 23:18:39 +0000 (23:18 +0000)]
(trunk cli) #3487 "transmissioncli should warn about about unrecognized commands" -- fixed.
Charles Kerr [Wed, 4 Aug 2010 23:17:49 +0000 (23:17 +0000)]
(trunk) synchronize the "see also" sections of the manpages
Charles Kerr [Wed, 4 Aug 2010 20:57:08 +0000 (20:57 +0000)]
(trunk libT) #3486 "add gzip compression support to RPC server" -- fixed.
Daniel Lee [Wed, 4 Aug 2010 20:05:39 +0000 (20:05 +0000)]
(trunk) Remove duplicate entries from rpc-spec.txt
Daniel Lee [Wed, 4 Aug 2010 17:35:48 +0000 (17:35 +0000)]
(trunk) #3185: Number on drop-down menu "Activity" - "Active" seems does not follow a change in torrent status correctly
Charles Kerr [Wed, 4 Aug 2010 16:25:30 +0000 (16:25 +0000)]
(trunk qt) #3482 "Handle common user errors when adding an existing torrent" -- fixed
Charles Kerr [Wed, 4 Aug 2010 13:56:52 +0000 (13:56 +0000)]
(trunk qt) #3481 "crash when accessing a remote session that's password protected" -- fixed
Daniel Lee [Wed, 4 Aug 2010 05:25:43 +0000 (05:25 +0000)]
(trunk gtk) Clean up r11086
Mitchell Livingston [Tue, 3 Aug 2010 23:54:02 +0000 (23:54 +0000)]
#3840 LPD does not initiate on startup
Charles Kerr [Tue, 3 Aug 2010 03:16:21 +0000 (03:16 +0000)]
(trunk) #3478 "Display bug when magnet links without display names are added" -- fixed in trunk
Charles Kerr [Tue, 3 Aug 2010 02:01:10 +0000 (02:01 +0000)]
(trunk qt) in the "building transmission-qt" section, add links to the building-on-windows and building-on-os-x wiki pages
Charles Kerr [Tue, 3 Aug 2010 01:25:23 +0000 (01:25 +0000)]
(trunk libT) #3475 "'"stop seeding when inactive' doesn't appear to work" -- experimental fix
Charles Kerr [Mon, 2 Aug 2010 22:45:38 +0000 (22:45 +0000)]
(trunk gtk) more dead code removal
Charles Kerr [Mon, 2 Aug 2010 22:31:31 +0000 (22:31 +0000)]
(trunk gtk) rewrite the main window's drag-and-drop handler s.t. it's GTK+ 3 compliant
Charles Kerr [Mon, 2 Aug 2010 20:55:11 +0000 (20:55 +0000)]
(trunk) add drag-and-drop support to the "create new torrent" dialogs in the Qt and GTK+ clients
Charles Kerr [Mon, 2 Aug 2010 18:31:27 +0000 (18:31 +0000)]
(trunk qt) minor cleanup in the delegate code
Charles Kerr [Mon, 2 Aug 2010 16:30:24 +0000 (16:30 +0000)]
(trunk qt) #2050 "properties dialog changes seem to undo themselves" -- better fix
Charles Kerr [Mon, 2 Aug 2010 16:29:23 +0000 (16:29 +0000)]
(trunk) sync some more GTK+ and Qt strings
Charles Kerr [Mon, 2 Aug 2010 03:07:42 +0000 (03:07 +0000)]
(trunk) consistency tweaks between the GTK+ and Qt client:
1. synchronize some of the keyboard shortcuts
2. synchronize some text in the preferences dialog
3. add a "Desktop" tab in the Qt client's preferences dialog
4. add a "Donate" button to the Qt client's help menu
Charles Kerr [Mon, 2 Aug 2010 02:49:52 +0000 (02:49 +0000)]
(trunk) rename "doc" as "extras", and add transmission-1920.jpg there
Charles Kerr [Sun, 1 Aug 2010 20:36:13 +0000 (20:36 +0000)]
(trunk qt) synchronize the copyright notices
Charles Kerr [Sun, 1 Aug 2010 20:20:01 +0000 (20:20 +0000)]
(trunk libT) oops, two more files needing $Id$ properties
Charles Kerr [Sun, 1 Aug 2010 20:18:44 +0000 (20:18 +0000)]
(trunk) add $Id$ properties on source files that don't have it
Charles Kerr [Sun, 1 Aug 2010 19:56:42 +0000 (19:56 +0000)]
(trunk qt) #3470 "Add a bit of spacing to Qt Client's filterbar" -- experimental fix
Charles Kerr [Sun, 1 Aug 2010 19:13:34 +0000 (19:13 +0000)]
(trunk gtk) replace tr_strcmp() with gtr_strcmp0(), a porability wrapper around g_strcmp0()
Charles Kerr [Sun, 1 Aug 2010 18:55:04 +0000 (18:55 +0000)]
(trunk) #3450 "regression: Qt client dbus support broken" -- fixed
Daniel Lee [Sun, 1 Aug 2010 17:43:35 +0000 (17:43 +0000)]
(trunk) #3471:Add 'finished' to filterbar
Charles Kerr [Sun, 1 Aug 2010 15:47:42 +0000 (15:47 +0000)]
(trunk qt) #3469 "Qt client should have desktop notification for added torrents" -- done.
Charles Kerr [Sun, 1 Aug 2010 15:40:52 +0000 (15:40 +0000)]
(trunk qt) bugfix: Torrent.isMagnetTorrent wasn't initialized in Torrent's constructor
Charles Kerr [Sun, 1 Aug 2010 14:51:28 +0000 (14:51 +0000)]
(trunk) fix a documentation error in the RPC spec. lastAnnounceResult is a string, not an int
Charles Kerr [Sat, 31 Jul 2010 23:11:05 +0000 (23:11 +0000)]
(trunk qt) #3465 "add drag-and-drop support for adding torrents/magnets" -- added.
Daniel Lee [Sat, 31 Jul 2010 16:28:00 +0000 (16:28 +0000)]
(web) #3456:Improve web client torrent list display
Daniel Lee [Sat, 31 Jul 2010 16:25:59 +0000 (16:25 +0000)]
(qt) Fix filterbar trackerlist not updating when trackers change
Charles Kerr [Sat, 31 Jul 2010 14:45:07 +0000 (14:45 +0000)]
(trunk libT) #3462 "minor json formatting optimization: omit unnecessary floating-point precision" -- done.
Charles Kerr [Sat, 31 Jul 2010 06:55:26 +0000 (06:55 +0000)]
(trunk qt) fix icon spacing issue in Oxygen theme
Charles Kerr [Sat, 31 Jul 2010 06:37:04 +0000 (06:37 +0000)]
(trunk qt) use the system's ToolButtonStyle, and have the QActions' priorities match the GTK+ client's "is-imporant" GtkAction hints
Charles Kerr [Sat, 31 Jul 2010 06:20:17 +0000 (06:20 +0000)]
(trunk) set minimum widths for the upload/download labels in the statusbar
Charles Kerr [Sat, 31 Jul 2010 05:54:46 +0000 (05:54 +0000)]
(trunk qt) fix minor roundoff error in speed formatter