Commit Graph

154 Commits

Author SHA1 Message Date
Mike Gelfand db3d40d0ed Switch to clang-format for code formatting, include Mac client 2021-08-16 00:38:29 +03:00
Dmitry Serov af3a4d4557
Modern Objective-C syntax (#509)
* Update enabled complier warnings

* Convert to Modern Objective-C syntax using Xcode's tool

* Convert to modern objc syntax manually, fix some PR issues

* Remove unnecessary parentheses

* Use property syntax for all custom properties

* Use property syntax for all system properties

* Fix erroneously autoreleased values

* Revert VDKQueue to old objc syntax

Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>
Co-authored-by: Mitch Livingston <livings124@mac.com>
2021-08-07 10:27:56 +03:00
fetzu 3c0cb395c5 Updated copyright strings to 2019
Updated Transmission Project copyright dates to 2005-2019 in headers and code.
2019-01-11 19:36:19 +01:00
Mike Gelfand 8863e88570 Fix build with Xcode 10
For some reason, Mac client is the only project that references
libtransmission files as if they were a part of its own project, and
inconsistently so. Make the include/import style uniform an in line with
other projects.

Adjust Mac client include directory settings a bit along the way.
2018-09-30 13:37:30 +03:00
Dmitry Serov 9632af7c25 Remove Growl support 2017-11-29 00:38:14 +03:00
Mike Gelfand 4160743738 Convert tabs to spaces, remove trailing whitespace (Mac client) 2017-01-24 20:53:16 +03:00
Mike Gelfand 2248d3670f Get rid of $Id$ SVN keywords in source files 2016-09-02 23:10:15 +03:00
Mitchell Livingston f450f27b26 #4712 Gray out the 'Display a window when adding a magnet link' option, whenever 'Same directory as torrent' is selected 2013-08-10 02:29:12 +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 bb395c1473 #4939 Access Growl from preferences (disabled until the 1.4 framework is released) 2012-06-10 01:44:03 +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 8ca8c76799 bump Mac copyright to 2012 2012-01-14 17:12:04 +00:00
Mitchell Livingston 7d14f9617b #4654 Make Mist notifications an optional setting configured through Preferences 2011-12-03 02:50:21 +00:00
Mitchell Livingston 7003a5544e #4421 Fix warnings related to missing protocols definition 2011-08-15 00:30:29 +00:00
Mitchell Livingston 4cdb84aa0d #4379 Lion: Use popovers for global gear button 2011-07-23 15:54:02 +00:00
Mitchell Livingston 224815b010 move µTP pref to the Network tab 2011-02-18 03:50:19 +00:00
Mitchell Livingston 23d175866c add µTP to the Prefs window 2011-02-18 03:26:54 +00:00
Mitchell Livingston 25ee42d68d update the copyright years in the Mac code to 2011 2011-01-01 20:42:14 +00:00
Mitchell Livingston 9fbcaebe6c add a button to the Prefs window for the script help 2010-12-09 19:50:16 +00:00
Mitchell Livingston 3700c97b21 #3613 run a script when download completes - patch by Alexander Courtis 2010-11-23 00:32:43 +00:00
Mitchell Livingston 925db2041b add extra IBOutlets to the preferences 2010-11-22 00:03:57 +00:00
Mitchell Livingston 35c45497f6 remove unused method declaration 2010-11-15 00:30:29 +00:00
Mitchell Livingston d89cd601d1 #3742 entering a blocklist URL should register while typing (and support undo) - boo for glue code replacing bindings! 2010-11-15 00:25:18 +00:00
Mitchell Livingston 317349c13c #3697 make blocklist URL configurable in the Mac UI 2010-10-31 19:05:46 +00:00
Mitchell Livingston 64f9c4f2e2 remove proxy support from the Mac client 2010-10-31 14:51:50 +00:00
Mitchell Livingston 8bee7fa23c update Mac build for the change from inactive to idle 2010-07-24 03:19:41 +00:00
Mitchell Livingston fd0dd10419 First go at #2560 "inactive seeding time limit". libtransmission and Mac support are currently implemented. 2010-07-16 03:12:57 +00:00
Mitchell Livingston 306cdead06 nothing exciting 2010-05-19 23:08:14 +00:00
Charles Kerr 627f458e6a Sync mac client with libtransmission's LDS->LDP changes, maybe 2010-05-08 08:48:28 +00:00
Mitchell Livingston c206ccfad0 add an option to peer prefs to toggle LDS 2010-05-01 16:31:44 +00:00
Mitchell Livingston 72a7337266 #1295 Sync "Start when added" with libtransmission 2010-03-26 02:28:41 +00:00
Mitchell Livingston 799e94aeb7 #2844 Add option to disable ".part" suffix for incomplete files (Mac) 2010-02-06 18:44:13 +00:00
Mitchell Livingston 1fec2fb2d0 happy new year! 2010-01-01 21:12:04 +00:00
Mitchell Livingston 3055720231 #2629 Add a button to make Transmission the default app for magnet links 2009-11-29 22:07:57 +00:00
Mitchell Livingston 581afef25a use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges) 2009-10-21 13:01:14 +00:00
Mitchell Livingston 448dcd9d59 add button for DHT in Mac prefs 2009-05-21 04:35:40 +00:00
Mitchell Livingston 293524e9ca save the value of the speed limit day without conversion 2009-04-05 20:13:16 +00:00
Mitchell Livingston 555617a93c a bit more Mac rpc work 2009-04-05 15:55:20 +00:00
Mitchell Livingston d841a1ba47 #1679 speed limit for specific day(s) only in Mac gui 2009-04-04 03:39:06 +00:00
Mitchell Livingston aab0c1b87c #1969 separate picking a random port from choosing a random port at startup 2009-04-03 04:29:27 +00:00
Mitchell Livingston 453e4a3f72 the Mac build works with the new speed limit libT code - still a bit quirky 2009-03-28 17:18:43 +00:00
Mitchell Livingston b16cd42420 get the rpc password without using tr_sessionGetRPCPassword, in preparation for #1276 2009-03-14 15:53:13 +00:00
Mitchell Livingston 4c6f21da1e make beta support use upcoming Sparkle "tag" functionality - beta autoupdate is disabled for now 2009-01-13 04:51:11 +00:00
Mitchell Livingston 554088d322 add support for auto-updating to beta releases 2009-01-11 16:58:14 +00:00
Mitchell Livingston 055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Charles Kerr 55f263312f (trunk) patch from wereHamster to finish off tr_handle 2008-12-22 19:14:43 +00:00
Mitchell Livingston 7b17087c70 #1157 ability to pick a random port in libtransmission; mac preference to pick a random port on launch and on button click 2008-12-11 04:41:23 +00:00
Mitchell Livingston 399485bf6c add an option to disable Bonjour broadcasting of the web ui link 2008-12-06 02:59:04 +00:00
Mitchell Livingston 16e6aadec3 #1529 patch from ciaran to move the groups window into the preferences window 2008-11-29 20:03:18 +00:00
Mitchell Livingston afb9d97f55 update NEWS; trivial changes 2008-11-01 15:22:32 +00:00