Mitchell Livingston
9d3f8cb79a
Fix the Mac build. SVN doesn't work well with files containing @.
2012-06-10 02:48:11 +00:00
Mitchell Livingston
af6768d7ae
Properly capitalize ToolbarFilterTemplate@2x.png
2012-06-10 02:38:44 +00:00
Mitchell Livingston
b830e8cba2
#4749 When accessing images using imageNamed:, don't include the .png. This fixes the app not using the @2x images in HiDPI mode.
2012-06-10 02:35:58 +00:00
Mitchell Livingston
6b8f4738bf
Attempt to remove duplicate FavIcon.png
2012-06-10 02:15:00 +00:00
Mitchell Livingston
35104824e4
#4749 Add the Retina 2x images, and the updated 1x images, provided by Kibo.
2012-06-10 02:04:55 +00:00
Mitchell Livingston
bb395c1473
#4939 Access Growl from preferences (disabled until the 1.4 framework is released)
2012-06-10 01:44:03 +00:00
Mitchell Livingston
d6c1db86cd
#4833 regression: Select / Deselect transfers option missing
2012-06-04 00:28:15 +00:00
Mitchell Livingston
4462754c2a
whoops
2012-06-03 23:35:22 +00:00
Mitchell Livingston
d7db1a4c46
revert 13327 ( #4924 )
2012-06-03 23:29:39 +00:00
Mitchell Livingston
8b32be67f3
#4929 libminiupnp fails to compile on Mac OS
2012-06-01 01:46:08 +00:00
Jordan Lee
897dcf56cf
(trunk libT) sync our build diffs to upstream miniupnp's scripts.
...
These diffs are necessary because upstream's build scripts require srcdir == builddir
2012-05-30 18:56:30 +00:00
Jordan Lee
69edb1b0d1
(trunk) upgrade miniupnpc to version 1.7. Should fix bug #4891
2012-05-30 18:15:33 +00:00
Jordan Lee
6e6f20da91
(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
2012-05-30 17:59:52 +00:00
Jordan Lee
d717248e75
(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.
2012-05-30 17:47:29 +00:00
Jordan Lee
695c048268
point to 'transmission-remote --debug' as a reference for the RPC syntax of various requests
2012-05-30 16:21:43 +00:00
Mitchell Livingston
5c1feaf937
#4924 Use recycleURLs:completionHandler: to trash files
2012-05-29 01:53:36 +00:00
Mitchell Livingston
c1f2085715
session_handle does not need to be a global variable in the prefs controller
2012-05-29 01:03:21 +00:00
Mitchell Livingston
4ddc3582d0
silence 2 warnings
2012-05-29 00:53:44 +00:00
Mitchell Livingston
f4961e0632
hide the filter field and check/uncheck all buttons for single-file torrents
2012-05-28 20:16:43 +00:00
Mitchell Livingston
5bcc41da4e
#4923 "Open when created" might not be respected
2012-05-28 19:43:53 +00:00
Mitchell Livingston
ff6af7b86a
when migrating old blacklists, use URLs instead of string paths and don't hardcode the Application Support folder location
2012-05-28 17:43:51 +00:00
Mitchell Livingston
84a7f149a6
#4922 On Lion, use window restoration on the preferences window
2012-05-28 17:26:15 +00:00
Mitchell Livingston
8e4eea032b
fix compiling in 32-bit mode
2012-05-28 14:34:32 +00:00
Mitchell Livingston
7466139067
#4921 On Lion, use window restoration on the torrent creation window
2012-05-28 14:28:50 +00:00
Mitchell Livingston
bcde8ebef6
#4920 On Lion, use window restoration on the message log and stats window
2012-05-27 22:31:58 +00:00
Mitchell Livingston
ca7654d8cd
update libutp, fixing #4915
2012-05-27 15:27:59 +00:00
Mitchell Livingston
8ba32b11c0
spelling corrections for the Danish localization
2012-05-23 23:55:31 +00:00
Mitchell Livingston
429438d021
remove unused code
2012-05-23 00:54:58 +00:00
Mitchell Livingston
e1b84c659b
add a Danish localization of Sparkle by Daniel Østergaard Nielsen
2012-05-23 00:54:14 +00:00
Jordan Lee
f226d8a03f
(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.
2012-05-22 20:21:00 +00:00
Jordan Lee
32f846c1a6
(trunk libT) #4895 "SIGHUP race during session init" -- fixed with patch from gvdl
2012-05-21 02:07:46 +00:00
Jordan Lee
1e07439cd0
(trunk libT) #4908 "Handle UDP scrapes when they don't follow the /announce idiom" -- fixed.
2012-05-20 14:47:18 +00:00
Jordan Lee
e9e76fa970
(trunk libT) #4888 : when scraping magnet links, don't send a left=0 argument to the tracker.
2012-05-20 14:14:59 +00:00
Mitchell Livingston
9756b5dcf1
#4912 Filter and check all/uncheck all in Add Transfer window
2012-05-20 00:19:55 +00:00
Mitchell Livingston
a484f90975
#4739 Webkit notifications for downloading/seeding complete events
2012-05-19 21:37:29 +00:00
Mitchell Livingston
0c4bcc52ae
trivial NEWS tweak
2012-05-19 14:29:19 +00:00
Jordan Lee
c2f3da6007
bump to 2.52+
2012-05-19 14:02:25 +00:00
Mitchell Livingston
a37cb62d1c
update NEWS some more
2012-05-19 13:54:44 +00:00
Mitchell Livingston
6a901cb9fb
bump version to 2.52
2012-05-19 13:45:55 +00:00
Mitchell Livingston
a5be09687e
update NEWS for 2.52
2012-05-19 13:44:18 +00:00
Jordan Lee
512cc1af73
silence an unused-variable compiler warning introduced in the previous commit
2012-05-17 22:22:30 +00:00
Jordan Lee
6948852013
(trunk libT) #4894 -- don't use evbuffer_add_printf() and evbuffer_pullup() together.
2012-05-17 17:40:31 +00:00
Mitchell Livingston
a83630baf5
Add Danish localization
2012-05-14 11:34:00 +00:00
Mitchell Livingston
f6802d8552
on Mac, it's NSRect, not CGRect
2012-05-14 00:27:40 +00:00
Mitchell Livingston
cb1903aa1e
Make the "all" and "none" file check buttons localizable
2012-05-14 00:24:39 +00:00
Mitchell Livingston
375f701203
#4902 Check all/Uncheck all buttons in the inspector
2012-05-14 00:00:19 +00:00
Jordan Lee
7a478b1e0e
sync the Qt pref dialog's terminology with the Gtk+ and Web UI's -- 'alternative speed limits' was listed as 'temporary speed limits'
2012-05-09 17:37:14 +00:00
Eric Petit
7f4c8957bf
Add -D_GNU_SOURCE to miniupnp flags, fixing build at least on Ubuntu 11.04
2012-04-29 09:09:33 +00:00
Mitchell Livingston
491a98cf87
#4875 "Web Seeds" field should allow copying
2012-04-29 00:53:34 +00:00
Mitchell Livingston
4332e45f23
remove an NSLog used for debugging
2012-04-28 23:56:53 +00:00