Commit Graph

59 Commits

Author SHA1 Message Date
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
Dmitry Serov 845dfe6017 Transition to ARC 2017-07-29 23:14:22 +07:00
Dmitry Serov 80a2adc074 NSNumber literals 2017-07-07 17:34:27 +07:00
Mike Gelfand 4160743738 Convert tabs to spaces, remove trailing whitespace (Mac client) 2017-01-24 20:53:16 +03:00
Mike Gelfand ee0f7686b5 Fix some warnings revealed by CMake configuration compiler flags 2017-01-11 23:43:56 +03:00
Mike Gelfand 2248d3670f Get rid of $Id$ SVN keywords in source files 2016-09-02 23:10:15 +03: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 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 8ca8c76799 bump Mac copyright to 2012 2012-01-14 17:12:04 +00:00
Mitchell Livingston 9353eba3cd #4694 replace more reloadData table calls with setNeedsDisplay: 2012-01-04 00:36:21 +00:00
Mitchell Livingston b15cac8c43 #4356 Extend tooltip support to torrent names in the main window 2011-10-23 17:45:05 +00:00
Mitchell Livingston c264f9d366 experimented with updated priority images 2011-10-22 20:45:20 +00:00
Mitchell Livingston 0808bdd2fe We now require Mac OS X 10.6 or later. Make that change and all the nice little adjustments that go with it. 2011-10-06 00:30:40 +00:00
Mitchell Livingston 27fa4091dc have FileListNodes store their corresponding torrents, allowing the removal of this functionality from the file outline view 2011-05-31 22:26:04 +00:00
Mitchell Livingston 44a13d7803 instead of displaying a star for multiple priorities, display all relevant icons 2011-05-30 00:09:22 +00:00
Mitchell Livingston c97d1774e4 implement missing copyWithZone in FilePriorityCell 2011-05-19 22:04:46 +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 1fec2fb2d0 happy new year! 2010-01-01 21:12:04 +00:00
Mitchell Livingston 274f6b2707 random cleanup 2009-12-19 19:17:09 +00:00
Mitchell Livingston 05fa587eb3 whoops leak 2009-10-27 23:23:57 +00:00
Mitchell Livingston 7220f6fe83 per-torrent action menu's priority images might have been flipped on 10.6 2009-10-27 23:23:02 +00:00
Mitchell Livingston 7cda4c5b1c de-flip priority images in the inspector 2009-08-29 23:10:53 +00:00
Mitchell Livingston 51711d018f remove yet another 10.6 depracated function 2009-08-29 15:49:30 +00:00
Mitchell Livingston 055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Mitchell Livingston 062c252bec update localizable strings and other trivial changes 2008-12-26 21:31:00 +00:00
Mitchell Livingston afb9d97f55 update NEWS; trivial changes 2008-11-01 15:22:32 +00:00
Mitchell Livingston 9d5430a381 move a lot of loop counters into the loops' scopes; trivial changes 2008-10-12 21:38:13 +00:00
Mitchell Livingston b89071685f use a custom class instead of a dictionary for holding a torrent's file structure 2008-05-22 18:39:49 +00:00
Mitchell Livingston a0221c0818 simplify the priority selector mouse-over code 2008-03-25 03:17:35 +00:00
Mitchell Livingston c00c8fa52e update some of the table buttons 2008-01-16 05:50:24 +00:00
Mitchell Livingston 5a3b368920 update (and add) images for the priority control 2008-01-16 04:48:22 +00:00
Mitchell Livingston 0a7d8cd3a5 experiment with hilighting the buttons on rollover (10.5-only, and still incomplete) 2008-01-15 03:33:44 +00:00
Mitchell Livingston 0b3739dace tweaks to showing priority selector 2008-01-12 03:53:41 +00:00
Mitchell Livingston a0578f408b allow priority selector to show even when the inspector is not the main window (10.5-only) 2008-01-12 03:39:26 +00:00
Mitchell Livingston afcadd4c30 display arrows in priority segmented cell 2008-01-11 22:05:40 +00:00
Mitchell Livingston 4f9e28ca2c resize "Rank" column in File tables to properly show the priority segmented cell 2008-01-11 21:47:08 +00:00
Mitchell Livingston f80bd47056 update copyright info for 2008 2008-01-02 16:55:05 +00:00
Mitchell Livingston 963d736dce miscellaneous adjustments 2007-12-04 16:47:00 +00:00
Mitchell Livingston 197e94910f another switch 2007-10-20 19:38:10 +00:00
Mitchell Livingston b85c64d635 use given control view 2007-10-20 19:29:50 +00:00
Mitchell Livingston 039eefb06e another if-to-switch 2007-10-20 19:25:14 +00:00
Mitchell Livingston 3aa131a3e9 simplify how the file outline accesses the torrent 2007-10-20 19:13:52 +00:00
Mitchell Livingston 844341faef this better work 2007-09-16 01:02:06 +00:00
Mitchell Livingston 1b11564e92 remove Growl 1.1... 2007-09-16 00:52:32 +00:00
Mitchell Livingston dcf2ad1864 just a return 2007-08-18 17:20:53 +00:00
Mitchell Livingston e94b016e81 add missing license info 2007-08-18 17:05:11 +00:00
Mitchell Livingston d836254dc7 get file tab working again 2007-08-15 03:43:54 +00:00
Mitchell Livingston 7633470496 get mac version building again 2007-08-15 03:12:54 +00:00
Mitchell Livingston 53d15b5483 images for priorities, courtesy of BigBossman 2007-07-18 00:59:08 +00:00