]>
granicus.if.org Git - transmission/log
Jordan Lee [Sun, 1 Jul 2012 04:00:27 +0000 (04:00 +0000)]
(trunk libT) #4943 "tr_sessionClearStats() does not set the stats' dirty flag to true s.t. stats.json gets saved"
Jordan Lee [Sun, 1 Jul 2012 03:05:36 +0000 (03:05 +0000)]
(trunk libT) move torrent.c's private function fileExists() to the utility function tr_fileExists() so that it can also be used by stats.c
Jordan Lee [Sun, 1 Jul 2012 02:17:35 +0000 (02:17 +0000)]
(trunk libT) #4402 "Transmission Bandwidth allocation getting overflows" -- use gvdl's patch '4402-uint-bpsoverflow.patch'
Jordan Lee [Sun, 1 Jul 2012 02:00:02 +0000 (02:00 +0000)]
(trunk libT) #4931 "Wrong peer percentages for magnetized transfers" -- fixed.
tr_peerUpdateProgress() is guessing at the progress size, but when we don't have the data size yet that guess isn't very good. Add boundary
clamps on the peer.progress field.
Jordan Lee [Sun, 1 Jul 2012 01:42:58 +0000 (01:42 +0000)]
Fix the size for the peers and peersFrom dictionaries.
By setting the initial allocation size correctly, we can avoid unnecessary resizing when adding all the dictionary's fields.
Mitchell Livingston [Fri, 29 Jun 2012 05:05:26 +0000 (05:05 +0000)]
update Dutch localization
Mitchell Livingston [Thu, 28 Jun 2012 12:29:01 +0000 (12:29 +0000)]
only create the number formatter for formatting integers once
Mitchell Livingston [Thu, 28 Jun 2012 12:25:16 +0000 (12:25 +0000)]
update Simplified Chinese localization
Mitchell Livingston [Mon, 25 Jun 2012 23:22:14 +0000 (23:22 +0000)]
update French localization
Mitchell Livingston [Fri, 22 Jun 2012 11:42:50 +0000 (11:42 +0000)]
explicit return type for a NSComparator
Mitchell Livingston [Tue, 19 Jun 2012 00:52:58 +0000 (00:52 +0000)]
update Italian localization
Mitchell Livingston [Mon, 18 Jun 2012 01:33:27 +0000 (01:33 +0000)]
Don't call setRestorationClass: on 10.6.
Mitchell Livingston [Mon, 18 Jun 2012 00:57:14 +0000 (00:57 +0000)]
update Brazilian Portuguese localization
Mitchell Livingston [Sat, 16 Jun 2012 13:24:34 +0000 (13:24 +0000)]
update Spanish localization
Mitchell Livingston [Sat, 16 Jun 2012 02:02:33 +0000 (02:02 +0000)]
update German localization
Mitchell Livingston [Fri, 15 Jun 2012 23:23:31 +0000 (23:23 +0000)]
update makefile for notifications.js
Mitchell Livingston [Thu, 14 Jun 2012 11:45:25 +0000 (11:45 +0000)]
update Danish localization
Mitchell Livingston [Tue, 12 Jun 2012 10:29:29 +0000 (10:29 +0000)]
update Russian localization
Mitchell Livingston [Tue, 12 Jun 2012 01:26:04 +0000 (01:26 +0000)]
Update localizable.strings
Mitchell Livingston [Tue, 12 Jun 2012 01:05:19 +0000 (01:05 +0000)]
#4891 Solaris 11 compile errors on 2.51
Mitchell Livingston [Sun, 10 Jun 2012 13:47:32 +0000 (13:47 +0000)]
specify the background style of the up and down arrows in the status bar
Mitchell Livingston [Sun, 10 Jun 2012 02:48:11 +0000 (02:48 +0000)]
Fix the Mac build. SVN doesn't work well with files containing @.
Mitchell Livingston [Sun, 10 Jun 2012 02:38:44 +0000 (02:38 +0000)]
Properly capitalize ToolbarFilterTemplate@2x.png
Mitchell Livingston [Sun, 10 Jun 2012 02:35:58 +0000 (02:35 +0000)]
#4749 When accessing images using imageNamed:, don't include the .png. This fixes the app not using the @2x images in HiDPI mode.
Mitchell Livingston [Sun, 10 Jun 2012 02:15:00 +0000 (02:15 +0000)]
Attempt to remove duplicate FavIcon.png
Mitchell Livingston [Sun, 10 Jun 2012 02:04:55 +0000 (02:04 +0000)]
#4749 Add the Retina 2x images, and the updated 1x images, provided by Kibo.
Mitchell Livingston [Sun, 10 Jun 2012 01:44:03 +0000 (01:44 +0000)]
#4939 Access Growl from preferences (disabled until the 1.4 framework is released)
Mitchell Livingston [Mon, 4 Jun 2012 00:28:15 +0000 (00:28 +0000)]
#4833 regression: Select / Deselect transfers option missing
Mitchell Livingston [Sun, 3 Jun 2012 23:35:22 +0000 (23:35 +0000)]
whoops
Mitchell Livingston [Sun, 3 Jun 2012 23:29:39 +0000 (23:29 +0000)]
revert 13327 (#4924)
Mitchell Livingston [Fri, 1 Jun 2012 01:46:08 +0000 (01:46 +0000)]
#4929 libminiupnp fails to compile on Mac OS
Jordan Lee [Wed, 30 May 2012 18:56:30 +0000 (18:56 +0000)]
(trunk libT) sync our build diffs to upstream miniupnp's scripts.
These diffs are necessary because upstream's build scripts require srcdir == builddir
Jordan Lee [Wed, 30 May 2012 18:15:33 +0000 (18:15 +0000)]
(trunk) upgrade miniupnpc to version 1.7. Should fix bug #4891
Jordan Lee [Wed, 30 May 2012 17:59:52 +0000 (17:59 +0000)]
(trunmk libT) #4162 "daemon should reopen logfile on SIGHUP" -- patch from gvdl to reopen the logfile on SIGHUP s.t. log rotation can be used by outside tools
Jordan Lee [Wed, 30 May 2012 17:47:29 +0000 (17:47 +0000)]
(trunk libT) fix the Linux build wrt compiling with the new snapshot of libutp checked into r13317
Previously we made sure to include stdbool.h (via transmission.h) before utp.h, since the latter used 'bool' without defining it. The new snapshot defines it unconditionally in non-C++ code, so now we need to include it first.
Jordan Lee [Wed, 30 May 2012 16:21:43 +0000 (16:21 +0000)]
point to 'transmission-remote --debug' as a reference for the RPC syntax of various requests
Mitchell Livingston [Tue, 29 May 2012 01:53:36 +0000 (01:53 +0000)]
#4924 Use recycleURLs:completionHandler: to trash files
Mitchell Livingston [Tue, 29 May 2012 01:03:21 +0000 (01:03 +0000)]
session_handle does not need to be a global variable in the prefs controller
Mitchell Livingston [Tue, 29 May 2012 00:53:44 +0000 (00:53 +0000)]
silence 2 warnings
Mitchell Livingston [Mon, 28 May 2012 20:16:43 +0000 (20:16 +0000)]
hide the filter field and check/uncheck all buttons for single-file torrents
Mitchell Livingston [Mon, 28 May 2012 19:43:53 +0000 (19:43 +0000)]
#4923 "Open when created" might not be respected
Mitchell Livingston [Mon, 28 May 2012 17:43:51 +0000 (17:43 +0000)]
when migrating old blacklists, use URLs instead of string paths and don't hardcode the Application Support folder location
Mitchell Livingston [Mon, 28 May 2012 17:26:15 +0000 (17:26 +0000)]
#4922 On Lion, use window restoration on the preferences window
Mitchell Livingston [Mon, 28 May 2012 14:34:32 +0000 (14:34 +0000)]
fix compiling in 32-bit mode
Mitchell Livingston [Mon, 28 May 2012 14:28:50 +0000 (14:28 +0000)]
#4921 On Lion, use window restoration on the torrent creation window
Mitchell Livingston [Sun, 27 May 2012 22:31:58 +0000 (22:31 +0000)]
#4920 On Lion, use window restoration on the message log and stats window
Mitchell Livingston [Sun, 27 May 2012 15:27:59 +0000 (15:27 +0000)]
update libutp, fixing #4915
Mitchell Livingston [Wed, 23 May 2012 23:55:31 +0000 (23:55 +0000)]
spelling corrections for the Danish localization
Mitchell Livingston [Wed, 23 May 2012 00:54:58 +0000 (00:54 +0000)]
remove unused code
Mitchell Livingston [Wed, 23 May 2012 00:54:14 +0000 (00:54 +0000)]
add a Danish localization of Sparkle by Daniel Østergaard Nielsen
Jordan Lee [Tue, 22 May 2012 20:21:00 +0000 (20:21 +0000)]
(trunk libT) #4914 if a tracker has no scrape URL but the announce response contains any scrape fields, that's as close to a scrape as we're going to get, so use those fields.
Jordan Lee [Mon, 21 May 2012 02:07:46 +0000 (02:07 +0000)]
(trunk libT) #4895 "SIGHUP race during session init" -- fixed with patch from gvdl
Jordan Lee [Sun, 20 May 2012 14:47:18 +0000 (14:47 +0000)]
(trunk libT) #4908 "Handle UDP scrapes when they don't follow the /announce idiom" -- fixed.
Jordan Lee [Sun, 20 May 2012 14:14:59 +0000 (14:14 +0000)]
(trunk libT) #4888: when scraping magnet links, don't send a left=0 argument to the tracker.
Mitchell Livingston [Sun, 20 May 2012 00:19:55 +0000 (00:19 +0000)]
#4912 Filter and check all/uncheck all in Add Transfer window
Mitchell Livingston [Sat, 19 May 2012 21:37:29 +0000 (21:37 +0000)]
#4739 Webkit notifications for downloading/seeding complete events
Mitchell Livingston [Sat, 19 May 2012 14:29:19 +0000 (14:29 +0000)]
trivial NEWS tweak
Jordan Lee [Sat, 19 May 2012 14:02:25 +0000 (14:02 +0000)]
bump to 2.52+
Mitchell Livingston [Sat, 19 May 2012 13:54:44 +0000 (13:54 +0000)]
update NEWS some more
Mitchell Livingston [Sat, 19 May 2012 13:45:55 +0000 (13:45 +0000)]
bump version to 2.52
Mitchell Livingston [Sat, 19 May 2012 13:44:18 +0000 (13:44 +0000)]
update NEWS for 2.52
Jordan Lee [Thu, 17 May 2012 22:22:30 +0000 (22:22 +0000)]
silence an unused-variable compiler warning introduced in the previous commit
Jordan Lee [Thu, 17 May 2012 17:40:31 +0000 (17:40 +0000)]
(trunk libT) #4894 -- don't use evbuffer_add_printf() and evbuffer_pullup() together.
Mitchell Livingston [Mon, 14 May 2012 11:34:00 +0000 (11:34 +0000)]
Add Danish localization
Mitchell Livingston [Mon, 14 May 2012 00:27:40 +0000 (00:27 +0000)]
on Mac, it's NSRect, not CGRect
Mitchell Livingston [Mon, 14 May 2012 00:24:39 +0000 (00:24 +0000)]
Make the "all" and "none" file check buttons localizable
Mitchell Livingston [Mon, 14 May 2012 00:00:19 +0000 (00:00 +0000)]
#4902 Check all/Uncheck all buttons in the inspector
Jordan Lee [Wed, 9 May 2012 17:37:14 +0000 (17:37 +0000)]
sync the Qt pref dialog's terminology with the Gtk+ and Web UI's -- 'alternative speed limits' was listed as 'temporary speed limits'
Eric Petit [Sun, 29 Apr 2012 09:09:33 +0000 (09:09 +0000)]
Add -D_GNU_SOURCE to miniupnp flags, fixing build at least on Ubuntu 11.04
Mitchell Livingston [Sun, 29 Apr 2012 00:53:34 +0000 (00:53 +0000)]
#4875 "Web Seeds" field should allow copying
Mitchell Livingston [Sat, 28 Apr 2012 23:56:53 +0000 (23:56 +0000)]
remove an NSLog used for debugging
Mitchell Livingston [Sat, 28 Apr 2012 23:44:38 +0000 (23:44 +0000)]
Don't use the screen size when there is no screen.
Eric Petit [Sat, 28 Apr 2012 22:56:33 +0000 (22:56 +0000)]
app_indicator_set_title requires appindicator >= 0.4.90
Mitchell Livingston [Thu, 19 Apr 2012 01:08:23 +0000 (01:08 +0000)]
#4878 update miniupnpc to 1.6.
20120410
Mitchell Livingston [Tue, 17 Apr 2012 10:59:59 +0000 (10:59 +0000)]
since it uses a relative date, set the date added value on each pulse
Mitchell Livingston [Tue, 17 Apr 2012 03:11:34 +0000 (03:11 +0000)]
#4872 "December 31, 1969 7:00 PM" is displayed in the inspector instead of "N/A"
Jordan Lee [Mon, 16 Apr 2012 18:42:26 +0000 (18:42 +0000)]
(trunk, gtk) fix #4871 'appindicator does not set its title' w/patch from seb128
Mitchell Livingston [Sat, 14 Apr 2012 03:07:06 +0000 (03:07 +0000)]
#4868 Extended tooltip text could be white instead of black
Jordan Lee [Fri, 13 Apr 2012 14:49:34 +0000 (14:49 +0000)]
(trunk, gtk) fix #4867 'Some strings are not translated in Transmission in Ubuntu 12.04'
Jordan Lee [Mon, 9 Apr 2012 03:00:38 +0000 (03:00 +0000)]
better fix for #4826 because r13268 introduced a regression with not finding relative-path compilers. d'oh
Mitchell Livingston [Mon, 9 Apr 2012 02:11:41 +0000 (02:11 +0000)]
2.51+
Mitchell Livingston [Mon, 9 Apr 2012 02:04:39 +0000 (02:04 +0000)]
even more NEWS tweaks
Jordan Lee [Mon, 9 Apr 2012 01:50:33 +0000 (01:50 +0000)]
(trunk gtk) sync transmission-gtk translations from Rosetta. Also, two new translations: Low German and Sinhalese :)
Mitchell Livingston [Mon, 9 Apr 2012 01:43:50 +0000 (01:43 +0000)]
bump version to 2.51
Mitchell Livingston [Mon, 9 Apr 2012 01:38:32 +0000 (01:38 +0000)]
tweak NEWS some more
Jordan Lee [Sun, 8 Apr 2012 16:29:39 +0000 (16:29 +0000)]
(trunk, web) fix bug #4642 'Turtle mode no longer visually apparent when selected in WebUI'
Jordan Lee [Sun, 8 Apr 2012 16:17:00 +0000 (16:17 +0000)]
(trunk, web) fix ticket #4640 'Gear button's menu is displayed as pushed in when hovered over'
Mitchell Livingston [Sun, 8 Apr 2012 16:05:40 +0000 (16:05 +0000)]
update NEWS
Jordan Lee [Sun, 8 Apr 2012 16:02:48 +0000 (16:02 +0000)]
(trunk, gtk) #4573 'fix crash when opening a torrent file on systems that don't define G_USER_DIRECTORY_DOWNLOAD'. Thanks to Felipe Contreras for the initial patch.
Jordan Lee [Sun, 8 Apr 2012 15:03:53 +0000 (15:03 +0000)]
bump for #4621
Jordan Lee [Sun, 8 Apr 2012 14:48:57 +0000 (14:48 +0000)]
(trunk, web) fix bug #4621 'seeding progressbars don't show in web ui'
Jordan Lee [Sat, 7 Apr 2012 16:04:10 +0000 (16:04 +0000)]
bump NEWS for 2.51
Jordan Lee [Sat, 7 Apr 2012 15:45:12 +0000 (15:45 +0000)]
(trunk) improved & translatable .desktop files patch from jbicha for ticket #4804
Jordan Lee [Sat, 7 Apr 2012 14:02:13 +0000 (14:02 +0000)]
(trunk) fix bug #4826 where overriding the C++ compliler via the CXX environment variable didn't work
Jordan Lee [Sat, 7 Apr 2012 00:41:21 +0000 (00:41 +0000)]
(trunk gtk) fix ticket #4827 'clicking cancel in Open URL dialog does nothing'
Jordan Lee [Sat, 7 Apr 2012 00:33:05 +0000 (00:33 +0000)]
add #4846 'Show magnet links in torrent info in transmission-remote -i' from a patch by eSyr
Jordan Lee [Sat, 7 Apr 2012 00:30:37 +0000 (00:30 +0000)]
(trunk gtk) fix #4849 'Transmission-gtk Ignores Notification Sound Setting' with a patch from Jan Varho
Jordan Lee [Sat, 7 Apr 2012 00:16:14 +0000 (00:16 +0000)]
(trunk, qt) fix #4824 'Open Folder bug' with a patch from rb07
Jordan Lee [Sat, 7 Apr 2012 00:12:57 +0000 (00:12 +0000)]
silence a compiler warning of implicitly casting the 3rd arg of initnatpmp() from a void* to an int
Jordan Lee [Sat, 7 Apr 2012 00:00:23 +0000 (00:00 +0000)]
get miniupnpc building on non-BSD systems