Commit Graph

1295 Commits

Author SHA1 Message Date
Mitchell Livingston 68d68d9420 add new quark files to the project file, and update the libtransmission initialization constants 2012-12-23 03:17:18 +00:00
Mitchell Livingston 1dc8c47059 mac build compiles with r13667 2012-12-14 23:28:49 +00:00
Jordan Lee e96ed247fe refactor libtransmission's tr_benc class as tr_variant. 2012-12-14 04:34:42 +00:00
Mitchell Livingston 06fb61cbda #5106 Work around for crash when seeding completes and the transfer is auto-removed. 2012-11-24 03:34:45 +00:00
Mitchell Livingston 16c3540792 remove invalid break in r13611 2012-11-04 19:29:53 +00:00
Mitchell Livingston 1e34d5a78b #5121 Stopped torrents resume after sleep automatically. 2012-11-04 19:28:51 +00:00
Mitchell Livingston 6c8adbfc1d some cleanup to retains when removing torrents 2012-11-01 03:21:35 +00:00
Mitchell Livingston 4b5b4271eb revert r13603 2012-10-31 21:27:59 +00:00
Mitchell Livingston 13d5c76437 experimental fix for #5106 2012-10-30 00:44:20 +00:00
Mitchell Livingston 1e0f36fda0 #2794 Don't apply auto-grouping until torrent is demagnetized 2012-10-30 00:22:10 +00:00
Mitchell Livingston 79d0f5d792 don't update the badge count when a transfer finishes seeding and is removed at the same time. 2012-10-17 00:25:28 +00:00
Mitchell Livingston 493d2824b3 #5090 Include seeding-complete transfers in badged count on Dock icon 2012-10-15 02:12:44 +00:00
Mitchell Livingston 83d89cd33a Remove another debug logging message. 2012-10-14 17:46:42 +00:00
Mitchell Livingston 3fbc1efd2b comment out a debug log statement 2012-10-14 17:32:38 +00:00
Mitchell Livingston 4cce91e006 Refine the logic for determining the "partial/full file size" string. It's better, but not perfect, depending on how languages are localized for special cases. A partial size of zero will now always hide the unit. 2012-09-11 00:46:32 +00:00
Mitchell Livingston d04bd9b8be when generating the size units for libtransmission, use an arbitrary size instead of 0 to avoid potential pluralization special cases in some localizations 2012-09-10 03:21:07 +00:00
Mitchell Livingston 76bc93b6a6 On Mountain Lion, pull the file/memory size units for libtransmission from the operating system using a byte count formatter, rather than using a localized string. 2012-09-10 03:09:56 +00:00
Mitchell Livingston 7dd5b57851 properly retain/release nstimers like any other objective-c object 2012-09-10 02:37:29 +00:00
Mitchell Livingston 4382b7c93a avoid creating the Bonjour Controller singleton unnecessarily 2012-09-10 02:01:07 +00:00
Mitchell Livingston 1f58ca17e5 re-commit change from r13488 2012-09-09 13:01:53 +00:00
Mitchell Livingston e016d25414 revert the last commit because of styling changes snuck in from copy/paste 2012-09-09 12:58:53 +00:00
Mitchell Livingston 9699c550f8 #4874 Deleting multiple torrents from the WebUI fails 2012-09-09 12:42:10 +00:00
Mitchell Livingston bb9c73bda4 Take an int instead of an NSInteger for the Bonjour port 2012-09-09 12:26:18 +00:00
Mitchell Livingston 3b066d3c97 use "Show" instead of "Reveal" in the "seeding complete" notification button 2012-08-30 00:18:18 +00:00
Mitchell Livingston 06d250a7a2 silence warnings about string literals 2012-08-13 00:56:52 +00:00
Mitchell Livingston 9c8395d109 silence several warnings related to printing ints in strings 2012-08-13 00:52:04 +00:00
Mitchell Livingston c8ce481f38 add creation date and client information to the quick look preview 2012-08-12 13:55:06 +00:00
Mitchell Livingston d4c38b79fa #5005 Torrent file deleted twice when added via url 2012-08-05 03:48:13 +00:00
Mitchell Livingston 678a65d9e3 Set each notification's subtitle as the informative text instead of the subtitle, so that it wraps to a second line. 2012-08-05 03:10:56 +00:00
Mitchell Livingston 3479946084 #4963 Support Notification Center on 10.8 2012-07-25 12:49:11 +00:00
Mitchell Livingston 8a647287ae #2353 Add an option to the inspector to remove transfers from the list when seeding completes 2012-07-07 01:47:12 +00:00
Mitchell Livingston d1a47ce520 explicit return type for a NSComparator 2012-06-22 11:42:50 +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 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 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 429438d021 remove unused code 2012-05-23 00:54:58 +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 4332e45f23 remove an NSLog used for debugging 2012-04-28 23:56:53 +00:00
Mitchell Livingston fb4f10cf38 Don't use the screen size when there is no screen. 2012-04-28 23:44:38 +00:00
Mitchell Livingston 496290d263 #4839 Use configuration directory retrieved from libtransmission 2012-03-18 14:33:50 +00:00
Mitchell Livingston 87b6288c73 more cleanup 2012-03-13 03:49:30 +00:00
Mitchell Livingston b6c2134338 more changes to make future porting to ARC easier 2012-03-13 03:39:56 +00:00
Mitchell Livingston 4252d0ca02 re-add non-ARC-specific changes from r13248-50, mainly to make re-adding ARC support easier in the future 2012-03-13 03:20:09 +00:00
Mitchell Livingston 2406572104 reverse r13248-r13250, since ARC doesn't support 32-bit. 2012-03-13 02:52:11 +00:00
Mitchell Livingston 11f57ccb18 #4822 Enable Automatic Reference Counting 2012-03-10 03:38:58 +00:00
Mitchell Livingston bc6d6fb54b #4788 "export TRANSMISSION_HOME=" broken in Mac client 2012-02-29 02:45:42 +00:00
Mitchell Livingston 34d9663139 replace NSAutoreleasePool objects with @autoreleasepool blocks 2012-02-11 05:13:46 +00:00