]> granicus.if.org Git - transmission/log
transmission
12 years ago#4833 regression: Select / Deselect transfers option missing
Mitchell Livingston [Mon, 4 Jun 2012 00:28:15 +0000 (00:28 +0000)]
#4833 regression: Select / Deselect transfers option missing

12 years agowhoops
Mitchell Livingston [Sun, 3 Jun 2012 23:35:22 +0000 (23:35 +0000)]
whoops

12 years agorevert 13327 (#4924)
Mitchell Livingston [Sun, 3 Jun 2012 23:29:39 +0000 (23:29 +0000)]
revert 13327 (#4924)

12 years ago#4929 libminiupnp fails to compile on Mac OS
Mitchell Livingston [Fri, 1 Jun 2012 01:46:08 +0000 (01:46 +0000)]
#4929 libminiupnp fails to compile on Mac OS

12 years ago(trunk libT) sync our build diffs to upstream miniupnp's scripts.
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

12 years ago(trunk) upgrade miniupnpc to version 1.7. Should fix bug #4891
Jordan Lee [Wed, 30 May 2012 18:15:33 +0000 (18:15 +0000)]
(trunk) upgrade miniupnpc to version 1.7. Should fix bug #4891

12 years ago(trunmk libT) #4162 "daemon should reopen logfile on SIGHUP" -- patch from gvdl to...
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

12 years ago(trunk libT) fix the Linux build wrt compiling with the new snapshot of libutp checke...
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.

12 years agopoint to 'transmission-remote --debug' as a reference for the RPC syntax of various...
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

12 years ago#4924 Use recycleURLs:completionHandler: to trash files
Mitchell Livingston [Tue, 29 May 2012 01:53:36 +0000 (01:53 +0000)]
#4924 Use recycleURLs:completionHandler: to trash files

12 years agosession_handle does not need to be a global variable in the prefs controller
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

12 years agosilence 2 warnings
Mitchell Livingston [Tue, 29 May 2012 00:53:44 +0000 (00:53 +0000)]
silence 2 warnings

12 years agohide the filter field and check/uncheck all buttons for single-file torrents
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

12 years ago#4923 "Open when created" might not be respected
Mitchell Livingston [Mon, 28 May 2012 19:43:53 +0000 (19:43 +0000)]
#4923 "Open when created" might not be respected

12 years agowhen migrating old blacklists, use URLs instead of string paths and don't hardcode...
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

12 years ago#4922 On Lion, use window restoration on the preferences window
Mitchell Livingston [Mon, 28 May 2012 17:26:15 +0000 (17:26 +0000)]
#4922 On Lion, use window restoration on the preferences window

12 years agofix compiling in 32-bit mode
Mitchell Livingston [Mon, 28 May 2012 14:34:32 +0000 (14:34 +0000)]
fix compiling in 32-bit mode

12 years ago#4921 On Lion, use window restoration on the torrent creation window
Mitchell Livingston [Mon, 28 May 2012 14:28:50 +0000 (14:28 +0000)]
#4921 On Lion, use window restoration on the torrent creation window

12 years ago#4920 On Lion, use window restoration on the message log and stats 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

12 years agoupdate libutp, fixing #4915
Mitchell Livingston [Sun, 27 May 2012 15:27:59 +0000 (15:27 +0000)]
update libutp, fixing #4915

12 years agospelling corrections for the Danish localization
Mitchell Livingston [Wed, 23 May 2012 23:55:31 +0000 (23:55 +0000)]
spelling corrections for the Danish localization

12 years agoremove unused code
Mitchell Livingston [Wed, 23 May 2012 00:54:58 +0000 (00:54 +0000)]
remove unused code

12 years agoadd a Danish localization of Sparkle by Daniel Østergaard Nielsen
Mitchell Livingston [Wed, 23 May 2012 00:54:14 +0000 (00:54 +0000)]
add a Danish localization of Sparkle by Daniel Ã˜stergaard Nielsen

12 years ago(trunk libT) #4914 if a tracker has no scrape URL but the announce response contains...
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.

12 years ago(trunk libT) #4895 "SIGHUP race during session init" -- fixed with patch from gvdl
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

12 years ago(trunk libT) #4908 "Handle UDP scrapes when they don't follow the /announce idiom...
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.

12 years ago(trunk libT) #4888: when scraping magnet links, don't send a left=0 argument to the...
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.

12 years ago#4912 Filter and check all/uncheck all in Add Transfer window
Mitchell Livingston [Sun, 20 May 2012 00:19:55 +0000 (00:19 +0000)]
#4912 Filter and check all/uncheck all in Add Transfer window

12 years ago#4739 Webkit notifications for downloading/seeding complete events
Mitchell Livingston [Sat, 19 May 2012 21:37:29 +0000 (21:37 +0000)]
#4739 Webkit notifications for downloading/seeding complete events

12 years agotrivial NEWS tweak
Mitchell Livingston [Sat, 19 May 2012 14:29:19 +0000 (14:29 +0000)]
trivial NEWS tweak

12 years agobump to 2.52+
Jordan Lee [Sat, 19 May 2012 14:02:25 +0000 (14:02 +0000)]
bump to 2.52+

12 years agoupdate NEWS some more
Mitchell Livingston [Sat, 19 May 2012 13:54:44 +0000 (13:54 +0000)]
update NEWS some more

12 years agobump version to 2.52 2.52
Mitchell Livingston [Sat, 19 May 2012 13:45:55 +0000 (13:45 +0000)]
bump version to 2.52

12 years agoupdate NEWS for 2.52
Mitchell Livingston [Sat, 19 May 2012 13:44:18 +0000 (13:44 +0000)]
update NEWS for 2.52

12 years agosilence an unused-variable compiler warning introduced in the previous commit
Jordan Lee [Thu, 17 May 2012 22:22:30 +0000 (22:22 +0000)]
silence an unused-variable compiler warning introduced in the previous commit

12 years ago(trunk libT) #4894 -- don't use evbuffer_add_printf() and evbuffer_pullup() together.
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.

12 years agoAdd Danish localization
Mitchell Livingston [Mon, 14 May 2012 11:34:00 +0000 (11:34 +0000)]
Add Danish localization

12 years agoon Mac, it's NSRect, not CGRect
Mitchell Livingston [Mon, 14 May 2012 00:27:40 +0000 (00:27 +0000)]
on Mac, it's NSRect, not CGRect

12 years agoMake the "all" and "none" file check buttons localizable
Mitchell Livingston [Mon, 14 May 2012 00:24:39 +0000 (00:24 +0000)]
Make the "all" and "none" file check buttons localizable

12 years ago#4902 Check all/Uncheck all buttons in the inspector
Mitchell Livingston [Mon, 14 May 2012 00:00:19 +0000 (00:00 +0000)]
#4902 Check all/Uncheck all buttons in the inspector

12 years agosync the Qt pref dialog's terminology with the Gtk+ and Web UI's -- 'alternative...
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'

12 years agoAdd -D_GNU_SOURCE to miniupnp flags, fixing build at least on Ubuntu 11.04
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

12 years ago#4875 "Web Seeds" field should allow copying
Mitchell Livingston [Sun, 29 Apr 2012 00:53:34 +0000 (00:53 +0000)]
#4875 "Web Seeds" field should allow copying

12 years agoremove an NSLog used for debugging
Mitchell Livingston [Sat, 28 Apr 2012 23:56:53 +0000 (23:56 +0000)]
remove an NSLog used for debugging

12 years agoDon't use the screen size when there is no screen.
Mitchell Livingston [Sat, 28 Apr 2012 23:44:38 +0000 (23:44 +0000)]
Don't use the screen size when there is no screen.

12 years agoapp_indicator_set_title requires appindicator >= 0.4.90
Eric Petit [Sat, 28 Apr 2012 22:56:33 +0000 (22:56 +0000)]
app_indicator_set_title requires appindicator >= 0.4.90

12 years ago#4878 update miniupnpc to 1.6.20120410
Mitchell Livingston [Thu, 19 Apr 2012 01:08:23 +0000 (01:08 +0000)]
#4878 update miniupnpc to 1.6.20120410

12 years agosince it uses a relative date, set the date added value on each pulse
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

12 years ago#4872 "December 31, 1969 7:00 PM" is displayed in the inspector instead of "N/A"
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"

12 years ago(trunk, gtk) fix #4871 'appindicator does not set its title' w/patch from seb128
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

12 years ago#4868 Extended tooltip text could be white instead of black
Mitchell Livingston [Sat, 14 Apr 2012 03:07:06 +0000 (03:07 +0000)]
#4868 Extended tooltip text could be white instead of black

12 years ago(trunk, gtk) fix #4867 'Some strings are not translated in Transmission in Ubuntu...
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'

12 years agobetter fix for #4826 because r13268 introduced a regression with not finding relative...
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

12 years ago2.51+
Mitchell Livingston [Mon, 9 Apr 2012 02:11:41 +0000 (02:11 +0000)]
2.51+

12 years agoeven more NEWS tweaks
Mitchell Livingston [Mon, 9 Apr 2012 02:04:39 +0000 (02:04 +0000)]
even more NEWS tweaks

12 years ago(trunk gtk) sync transmission-gtk translations from Rosetta. Also, two new translatio... 2.51
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 :)

12 years agobump version to 2.51
Mitchell Livingston [Mon, 9 Apr 2012 01:43:50 +0000 (01:43 +0000)]
bump version to 2.51

12 years agotweak NEWS some more
Mitchell Livingston [Mon, 9 Apr 2012 01:38:32 +0000 (01:38 +0000)]
tweak NEWS some more

12 years ago(trunk, web) fix bug #4642 'Turtle mode no longer visually apparent when selected...
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'

12 years ago(trunk, web) fix ticket #4640 'Gear button's menu is displayed as pushed in when...
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'

12 years agoupdate NEWS
Mitchell Livingston [Sun, 8 Apr 2012 16:05:40 +0000 (16:05 +0000)]
update NEWS

12 years ago(trunk, gtk) #4573 'fix crash when opening a torrent file on systems that don't defin...
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.

12 years agobump for #4621
Jordan Lee [Sun, 8 Apr 2012 15:03:53 +0000 (15:03 +0000)]
bump for #4621

12 years ago(trunk, web) fix bug #4621 'seeding progressbars don't show in web ui'
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'

12 years agobump NEWS for 2.51
Jordan Lee [Sat, 7 Apr 2012 16:04:10 +0000 (16:04 +0000)]
bump NEWS for 2.51

12 years ago(trunk) improved & translatable .desktop files patch from jbicha for ticket #4804
Jordan Lee [Sat, 7 Apr 2012 15:45:12 +0000 (15:45 +0000)]
(trunk) improved & translatable .desktop files patch from jbicha for ticket #4804

12 years ago(trunk) fix bug #4826 where overriding the C++ compliler via the CXX environment...
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

12 years ago(trunk gtk) fix ticket #4827 'clicking cancel in Open URL dialog does nothing'
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'

12 years agoadd #4846 'Show magnet links in torrent info in transmission-remote -i' from a patch...
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

12 years ago(trunk gtk) fix #4849 'Transmission-gtk Ignores Notification Sound Setting' with...
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

12 years ago(trunk, qt) fix #4824 'Open Folder bug' with a patch from rb07
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

12 years agosilence a compiler warning of implicitly casting the 3rd arg of initnatpmp() from...
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

12 years agoget miniupnpc building on non-BSD systems
Jordan Lee [Sat, 7 Apr 2012 00:00:23 +0000 (00:00 +0000)]
get miniupnpc building on non-BSD systems

12 years agojQuery Form Plugin to v1.3.2
Mitchell Livingston [Thu, 22 Mar 2012 22:36:32 +0000 (22:36 +0000)]
jQuery Form Plugin to v1.3.2

12 years ago#4848 Upgrade to jQuery 1.7.2
Mitchell Livingston [Thu, 22 Mar 2012 22:33:50 +0000 (22:33 +0000)]
#4848 Upgrade to jQuery 1.7.2

12 years ago#4825 update libnatpmp to libnatpmp-20110808
Mitchell Livingston [Wed, 21 Mar 2012 02:51:26 +0000 (02:51 +0000)]
#4825 update libnatpmp to libnatpmp-20110808

12 years ago#4825 update miniupnp to miniupnpc-1.6.20120320
Mitchell Livingston [Wed, 21 Mar 2012 02:25:11 +0000 (02:25 +0000)]
#4825 update miniupnp to miniupnpc-1.6.20120320

12 years ago(web) #4841 & #4842 Fix inspector statistics when multiple torrents are selected...
Mitchell Livingston [Tue, 20 Mar 2012 00:41:57 +0000 (00:41 +0000)]
(web) #4841 & #4842 Fix inspector statistics when multiple torrents are selected. Fix the ratio displayed when the download count for a single transfer is 0 but there is data on disk.

12 years ago#4839 Use configuration directory retrieved from libtransmission
Mitchell Livingston [Sun, 18 Mar 2012 14:33:50 +0000 (14:33 +0000)]
#4839 Use configuration directory retrieved from libtransmission

12 years agomore cleanup
Mitchell Livingston [Tue, 13 Mar 2012 03:49:30 +0000 (03:49 +0000)]
more cleanup

12 years agomore changes to make future porting to ARC easier
Mitchell Livingston [Tue, 13 Mar 2012 03:39:56 +0000 (03:39 +0000)]
more changes to make future porting to ARC easier

12 years agore-add non-ARC-specific changes from r13248-50, mainly to make re-adding ARC support...
Mitchell Livingston [Tue, 13 Mar 2012 03:20:09 +0000 (03:20 +0000)]
re-add non-ARC-specific changes from r13248-50, mainly to make re-adding ARC support easier in the future

12 years agoCall release, not dealloc on the Info View Controllers
Mitchell Livingston [Tue, 13 Mar 2012 02:55:15 +0000 (02:55 +0000)]
Call release, not dealloc on the Info View Controllers

12 years agoreverse r13248-r13250, since ARC doesn't support 32-bit.
Mitchell Livingston [Tue, 13 Mar 2012 02:52:11 +0000 (02:52 +0000)]
reverse r13248-r13250, since ARC doesn't support 32-bit.

12 years agoreplace a method with GCD calls
Mitchell Livingston [Sat, 10 Mar 2012 13:59:44 +0000 (13:59 +0000)]
replace a method with GCD calls

12 years agoless crashing with ARC
Mitchell Livingston [Sat, 10 Mar 2012 13:36:26 +0000 (13:36 +0000)]
less crashing with ARC

12 years ago#4822 Enable Automatic Reference Counting
Mitchell Livingston [Sat, 10 Mar 2012 03:38:58 +0000 (03:38 +0000)]
#4822 Enable Automatic Reference Counting

12 years agoadd x-scheme-handler/magnet to transmission-qt's .desktop file
Jordan Lee [Thu, 8 Mar 2012 21:37:31 +0000 (21:37 +0000)]
add x-scheme-handler/magnet to transmission-qt's .desktop file

12 years agoshow dates in the inspector as relative (today/yesterday instead of a date), and...
Mitchell Livingston [Mon, 5 Mar 2012 02:11:33 +0000 (02:11 +0000)]
show dates in the inspector as relative (today/yesterday instead of a date), and don't show the day of the week

12 years ago(trunk libT) #4810 "add environment variable option to have libcurl verify SSL certs...
Jordan Lee [Sun, 4 Mar 2012 13:21:42 +0000 (13:21 +0000)]
(trunk libT) #4810 "add environment variable option to have libcurl verify SSL certs" -- patch by infinity0

12 years ago(trunk qt) #4389 "share ratio progressbar indication counter-intuitive" -- apply...
Jordan Lee [Sun, 4 Mar 2012 13:15:43 +0000 (13:15 +0000)]
(trunk qt) #4389 "share ratio progressbar indication counter-intuitive" -- apply rb07's 'color-progress-bar.patch' to to add color to the progress bar, similar to the Mac and Web client. It also restores seed bar to normal filling, not reverse or emptying.

12 years ago(trunk gtk) #4764 "filenames should have a tooltip" -- fixed with patch from gulyan
Jordan Lee [Sun, 4 Mar 2012 13:12:42 +0000 (13:12 +0000)]
(trunk gtk) #4764 "filenames should have a tooltip" -- fixed with patch from gulyan

12 years ago#4804 "Add quicklist to gnome-shell and unity" -- patch applied.
Jordan Lee [Sun, 4 Mar 2012 12:58:46 +0000 (12:58 +0000)]
#4804 "Add quicklist to gnome-shell and unity" -- patch applied.

12 years ago(trunk qt) remove unused code
Jordan Lee [Wed, 29 Feb 2012 02:47:11 +0000 (02:47 +0000)]
(trunk qt) remove unused code

12 years ago#4788 "export TRANSMISSION_HOME=" broken in Mac client
Mitchell Livingston [Wed, 29 Feb 2012 02:45:42 +0000 (02:45 +0000)]
#4788 "export TRANSMISSION_HOME=" broken in Mac client

12 years ago#4790 Increase most number formatter limits from 10000 to 99999 (9999 for peers per...
Mitchell Livingston [Mon, 27 Feb 2012 04:30:20 +0000 (04:30 +0000)]
#4790 Increase most number formatter limits from 10000 to 99999 (9999 for peers per-torrent)

12 years agobump version to 2.50+
Mitchell Livingston [Mon, 27 Feb 2012 04:29:11 +0000 (04:29 +0000)]
bump version to 2.50+

12 years ago(trunk gtk) #4791 "Should catch SIGTERM instead of SIGKILL" -- fixed with patch by...
Jordan Lee [Fri, 24 Feb 2012 19:52:50 +0000 (19:52 +0000)]
(trunk gtk) #4791 "Should catch SIGTERM instead of SIGKILL" -- fixed with patch by Matt Krai

12 years agoversion number back to 2.50 for re-re-re-tagging 2.50
Mitchell Livingston [Sun, 19 Feb 2012 23:58:04 +0000 (23:58 +0000)]
version number back to 2.50 for re-re-re-tagging

12 years agoupdate Dutch localization for 2.5
Mitchell Livingston [Sun, 19 Feb 2012 23:48:37 +0000 (23:48 +0000)]
update Dutch localization for 2.5