Commit Graph

4132 Commits

Author SHA1 Message Date
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 3d866c03e6 Call release, not dealloc on the Info View Controllers 2012-03-13 02:55:15 +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 21075ebd5d replace a method with GCD calls 2012-03-10 13:59:44 +00:00
Mitchell Livingston aabd4c9397 less crashing with ARC 2012-03-10 13:36:26 +00:00
Mitchell Livingston 11f57ccb18 #4822 Enable Automatic Reference Counting 2012-03-10 03:38:58 +00:00
Mitchell Livingston d1f837e709 show dates in the inspector as relative (today/yesterday instead of a date), and don't show the day of the week 2012-03-05 02:11:33 +00:00
Mitchell Livingston bc6d6fb54b #4788 "export TRANSMISSION_HOME=" broken in Mac client 2012-02-29 02:45:42 +00:00
Mitchell Livingston 6ac2b87fd9 #4790 Increase most number formatter limits from 10000 to 99999 (9999 for peers per-torrent) 2012-02-27 04:30:20 +00:00
Mitchell Livingston 41cf79099f update Dutch localization for 2.5 2012-02-19 23:48:37 +00:00
Mitchell Livingston 54bad257aa update European Portuguese localization for 2.5 2012-02-15 23:47:15 +00:00
Mitchell Livingston 5a4171e21c update Simplified Chinese localization for 2.5 2012-02-15 23:44:21 +00:00
Mitchell Livingston bfaba32d79 #4769 "Display notifications" not staying checked 2012-02-14 03:37:39 +00:00
Mitchell Livingston a47618773a update Brazilian Portuguese localization for 2.5 2012-02-12 21:02:02 +00:00
Mitchell Livingston 34d9663139 replace NSAutoreleasePool objects with @autoreleasepool blocks 2012-02-11 05:13:46 +00:00
Mitchell Livingston bf076cc096 update French localization for 2.5 2012-02-09 13:48:36 +00:00
Mitchell Livingston bd5289b750 update Russian localization for 2.5 2012-02-08 12:13:13 +00:00
Mitchell Livingston 8a0119d467 update Spanish localization for 2.5 2012-02-07 22:51:33 +00:00
Mitchell Livingston 27b341134a update Italian localization for 2.5 2012-02-07 03:41:48 +00:00
Mitchell Livingston 480700e835 remove redundant code in Torrent's canChangeDownloadCheckForFile:, and enumerate of the files in canChangeDownloadCheckForFiles: concurrently. 2012-01-31 04:22:51 +00:00
Mitchell Livingston d7842c0925 update German localization for 2.5 2012-01-30 23:47:09 +00:00
Mitchell Livingston 335fd11d76 part 2 of r13184 2012-01-30 00:16:57 +00:00
Mitchell Livingston f7cab515f4 Sort the Sort menu items on launch, since the main menu is now localized through a strings file. 2012-01-30 00:14:43 +00:00
Mitchell Livingston 021a5740e2 update Localizable.strings 2012-01-28 17:28:54 +00:00
Mitchell Livingston d37b29264d use NSSearchPathForDirectoriesInDomains to retrieve the Application Support directory for config files, instead of libtransmission's hardcoded path 2012-01-22 17:57:55 +00:00
Mitchell Livingston 4a64ae9fa2 use NSFileManager to read/write the torrent history in the Application Support directory, instead of a hard-coded path 2012-01-21 23:28:34 +00:00
Mitchell Livingston fa439f6ad7 fix the mac build when compiling in 32-bit mode, which doesn't support the "modern runtime" for creating ivars 2012-01-21 14:58:39 +00:00
Mitchell Livingston 63b5979594 for the fun of it, replace some variables with @property in the file and tracker nodes 2012-01-20 02:41:49 +00:00
Mitchell Livingston 12dc463e61 revert accidental removal in r13172 2012-01-19 00:27:11 +00:00
Mitchell Livingston 52e447603d Make sure groups are expanded/collapsed correctly when filtering on 10.6 2012-01-19 00:25:08 +00:00
Mitchell Livingston 3262566ab4 progress marks are floats, not doubles 2012-01-18 04:09:39 +00:00
Mitchell Livingston c157c820bc replace two unnecessary instances of reloadData with setNeedsDisplay: 2012-01-18 04:03:12 +00:00
Mitchell Livingston e1510639c7 miscellaneous fiddling 2012-01-18 01:40:34 +00:00
Mitchell Livingston 3c485a4845 bump the year displayed within the app to 2012 2012-01-16 02:17:15 +00:00
Mitchell Livingston bdd9a157e7 remove an extraneous endUpdates call 2012-01-15 07:47:31 +00:00
Mitchell Livingston 7228dddbc2 Reselect proper rows after removing transfers on Snow Leopard 2012-01-15 07:39:24 +00:00
Mitchell Livingston 56a0a90b1e improve on r13164 2012-01-14 20:11:51 +00:00
Mitchell Livingston 66a268bb7f unconditionally expand all groups when toggling group rows 2012-01-14 20:07:26 +00:00
Mitchell Livingston 6777c6f0f6 On Lion with group rows shown, when moving torrents to a group row that did not previously exist, do sliding instead of fading and keep selected torrents selected. 2012-01-14 19:53:08 +00:00
Mitchell Livingston 8ca8c76799 bump Mac copyright to 2012 2012-01-14 17:12:04 +00:00
Mitchell Livingston 0adcc8c6f4 use GCD instead of a variable to not animate the main table at launch 2012-01-14 16:08:45 +00:00
Mitchell Livingston 1b4ec4dc4d search for folder nodes concurrently when generating a torrent's file list 2012-01-14 16:07:58 +00:00
Mitchell Livingston bfc288a309 consider the corresponding torrent when comparing tracker nodes 2012-01-14 16:06:39 +00:00
Mitchell Livingston 6a6887242f #4713 (Lion) animate removing rows from the tracker table 2012-01-14 02:28:54 +00:00
Mitchell Livingston 3de5847158 #4705 Removing a group in prefs doesn't remove the group row in the main window 2012-01-12 00:12:17 +00:00
Mitchell Livingston 5b653e17d4 merge the code to update the table when toggling the group rows 2012-01-09 23:59:57 +00:00
Mitchell Livingston 8419853c76 better enumeration when generating a torrent's file list 2012-01-09 04:27:09 +00:00