1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
Commit graph

4209 commits

Author SHA1 Message Date
Mitchell Livingston
f406f49647 remove unnecessary 10.8 checks 2012-08-19 19:08:18 +00:00
Mitchell Livingston
37009c2890 When running on 10.8 with Growl not running, show a button in Prefs to open System Preferences. 2012-08-19 19:06:52 +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
0f60662945 better spacing of the file/tracker/webseed list in Quick Look 2012-08-12 20:14:26 +00:00
Mitchell Livingston
3d4f9a140c modify the Quick Look plugin's main.c 2012-08-12 16:19:06 +00:00
Mitchell Livingston
97385bcdee don't use the convenient accessor functionality in file parsing 2012-08-12 14:10:18 +00:00
Mitchell Livingston
6fe0774147 don't use the convenient accessor functionality in the Quick Look plugin 2012-08-12 14:05:55 +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
093d968b95 #4998 Support Quick Look of .torrent files in the Finder 2012-08-12 12:11:33 +00:00
Mitchell Livingston
14d4387807 missed a line 2012-08-06 04:02:18 +00:00
Mitchell Livingston
6bb897d175 #4454 Patch by 0ptional: Time Machine exclusion for partial download does not work on Lion 2012-08-06 03:59:07 +00:00
Mitchell Livingston
48d14b9cdb Tweak how we first load in the torrent file list. This time submit the right file. 2012-08-06 03:49:59 +00:00
Mitchell Livingston
9412c55bb5 Tweak how we first load in the torrent file list. 2012-08-06 03:49:36 +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
d350225a1d #4964 Don't allow Mist notifications on >= 10.8 2012-07-25 12:48:50 +00:00
Mitchell Livingston
53576bfa85 More 10.8 better file size formatting. 2012-07-25 12:48:13 +00:00
Mitchell Livingston
4021d39a63 On 10.8, use NSByteCountFormatter to keep file sizes consistent with the operating system. Also, on 10.8 don't use a number formatter to localize unsigned integers. 2012-07-25 12:46:49 +00:00
Mitchell Livingston
2ab7d280bc re-add #2353 Automatically Remove on Completion 2012-07-24 02:30:24 +00:00
Mitchell Livingston
ecb482e1f3 update PrefsWindows.xib to fix #4953 2012-07-24 00:32:35 +00:00
Mitchell Livingston
c2c8186003 replace a string with the constant NSTableViewColumnDidResizeNotification 2012-07-24 00:20:04 +00:00
Mitchell Livingston
f119dfb89e temporarily revert gui changes for #2353 for 2.61, hiding the new functionality 2012-07-24 00:17:47 +00:00
Mitchell Livingston
e94cf23702 #4956 Crash when creating a torrent on 10.7 2012-07-23 11:31:48 +00:00
Mitchell Livingston
1d1017534b #4953 Launching/quitting Growl should update options in preferences 2012-07-07 17:58:52 +00:00
Mitchell Livingston
2586396a11 Explicitly create an ivar for Torrent's remove flag 2012-07-07 02:14:08 +00:00
Mitchell Livingston
379c9d4b19 #2353 Add a preference option for auto-remove 2012-07-07 02:08:05 +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
58de3d3f93 When displaying file sizes in TB, show at most 2 fraction digits. 2012-07-05 00:18:15 +00:00
Mitchell Livingston
8b7e2a4924 Update the European Portuguese localization 2012-07-02 02:45:17 +00:00
Mitchell Livingston
2f96f8c506 update Dutch localization 2012-06-29 05:05:26 +00:00
Mitchell Livingston
bc3026a13f only create the number formatter for formatting integers once 2012-06-28 12:29:01 +00:00
Mitchell Livingston
e5d37376ff update Simplified Chinese localization 2012-06-28 12:25:16 +00:00
Mitchell Livingston
a2540bc260 update French localization 2012-06-25 23:22:14 +00:00
Mitchell Livingston
d1a47ce520 explicit return type for a NSComparator 2012-06-22 11:42:50 +00:00
Mitchell Livingston
7b303a81b9 update Italian localization 2012-06-19 00:52:58 +00:00
Mitchell Livingston
739ae4a99a Don't call setRestorationClass: on 10.6. 2012-06-18 01:33:27 +00:00
Mitchell Livingston
f26cee5de6 update Brazilian Portuguese localization 2012-06-18 00:57:14 +00:00
Mitchell Livingston
581c5098a2 update Spanish localization 2012-06-16 13:24:34 +00:00
Mitchell Livingston
4a8ac0b73a update German localization 2012-06-16 02:02:33 +00:00
Mitchell Livingston
7be7e22d8a update Danish localization 2012-06-14 11:45:25 +00:00
Mitchell Livingston
d6e16312c1 update Russian localization 2012-06-12 10:29:29 +00:00
Mitchell Livingston
57863cbfc3 Update localizable.strings 2012-06-12 01:26:04 +00:00
Mitchell Livingston
d38f76ac74 specify the background style of the up and down arrows in the status bar 2012-06-10 13:47:32 +00:00
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