Commit Graph

274 Commits

Author SHA1 Message Date
Mitchell Livingston 2f94ecf170 the new way of determining the unwanted width of the progress bar wasn't cutting it, so use the old way 2009-11-07 02:22:57 +00:00
Mitchell Livingston 4f1fd62cbf use a 10.6-method for displaying the per-torrent action menu 2009-11-04 03:00:49 +00:00
Mitchell Livingston 4df6e0e723 on non-folder torrents, the per-torrent action menu shouldn't show the file 2009-11-04 02:46:56 +00:00
Mitchell Livingston 3474b7c2d0 nothing of significance 2009-11-02 01:40:39 +00:00
Mitchell Livingston 045b7d92fb don't use setFlipped: on the file node's image on 10.6 2009-10-18 03:02:10 +00:00
Mitchell Livingston 94627c81f3 only remove a torrent from the queue for a local error, not tracker error; miscellaneous trivial adjustments 2009-10-17 17:15:37 +00:00
Mitchell Livingston 1af529aa96 phase one of moving quicklook into the controller - it's not as pretty code-wise but the behavior is a lot more consistent 2009-10-11 23:16:46 +00:00
Mitchell Livingston 1642a05ebc move some #imports out of header files 2009-10-11 02:22:38 +00:00
Mitchell Livingston a292153b26 attempt number one of fixing 10.5 support 2009-10-10 13:21:27 +00:00
Mitchell Livingston d6ad9238be random trivial adjustments 2009-10-03 14:10:52 +00:00
Mitchell Livingston c7c102e39f #2428 fix a crash in TorrentTableView when drawing alternative rows 2009-09-19 23:44:57 +00:00
Mitchell Livingston 55b098b6d9 remove unneeded group column resize code 2009-09-18 02:18:22 +00:00
Mitchell Livingston b3a05faeb9 fix some flickering with the table row color drawing 2009-09-17 11:53:56 +00:00
Mitchell Livingston 9c886b5d3e remove unnecessary alloca 2009-09-17 04:52:17 +00:00
Mitchell Livingston d72a583163 same for torrent table, and fix a code placement issue 2009-09-17 04:36:09 +00:00
Mitchell Livingston 81e75fe160 on 10.6 avoid some wizardry to work around a 10.5 bug when switching a table's image's template setting 2009-09-15 04:56:48 +00:00
Mitchell Livingston 6faa821dac the quick look window shouldn't zoom onto a missing window when quitting 2009-09-11 03:15:04 +00:00
Mitchell Livingston 9be4a3979b make sure the "move data" context option actually works 2009-09-07 21:37:58 +00:00
Mitchell Livingston 92d2b7cc3a kill some warnings 2009-09-04 22:59:24 +00:00
Mitchell Livingston 5e2ef3aa89 draft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10.5-support) 2009-09-04 04:10:46 +00:00
Mitchell Livingston e09de29bc5 add a missing import statement 2009-08-30 18:38:56 +00:00
Mitchell Livingston a32cdcc255 on 10.6 get the modifier keys from NSEvent's class method 2009-08-30 16:22:51 +00:00
Mitchell Livingston bafff356a6 yet another depracated method reaped 2009-08-29 15:57:19 +00:00
Mitchell Livingston def0b31330 add a couple of speed limit presets 2009-08-07 23:34:48 +00:00
Mitchell Livingston 1181e4e8f1 add ability to set transfer priority in the Mac ui 2009-04-20 03:36:35 +00:00
Mitchell Livingston 1eb8292844 fix #1921 Selected collapsed groups do not pause/resume together 2009-03-14 17:10:05 +00:00
Mitchell Livingston 80eca9666d add an option in the per-torrent action menu to follow the global bandwidth limit 2009-03-05 22:48:01 +00:00
Mitchell Livingston d4b7ec04b8 #1881: Displayed ratio should be truncated, not rounded (Mac) 2009-03-05 04:59:24 +00:00
Mitchell Livingston 86a98db220 fix per-torrent action menu's limit submenus 2009-03-05 01:33:51 +00:00
Mitchell Livingston 852bbbe508 #8021 per-torrent vs. global speed limit confusion for mac ui 2009-03-05 01:10:09 +00:00
Mitchell Livingston 9cc421d6a2 #1859 fix per-torrent action menu's ratio settings 2009-02-24 00:34:46 +00:00
Mitchell Livingston 3d1cf6ba0d assorted trivial cleanup 2009-02-17 04:00:53 +00:00
Mitchell Livingston 055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Mitchell Livingston c89caf9cb4 finish fast enumeration conversion 2008-12-26 15:11:37 +00:00
Mitchell Livingston 333e226a3c so long Tiger support 2008-12-26 05:57:51 +00:00
Mitchell Livingston e581bc01f7 #1550 Not being able to deselect all transfers by clicking in the empty field 2008-12-03 00:29:45 +00:00
Mitchell Livingston dfd731c9a4 #1505 rearrange context menu's "Reveal Data File In Finder" 2008-11-24 06:05:24 +00:00
Mitchell Livingston 9ee9a96b7d trivial torrent table change 2008-11-17 03:20:15 +00:00
Mitchell Livingston 00ab31b454 don't append "http" to addresses in the proxy address field 2008-11-09 12:12:29 +00:00
Mitchell Livingston 239fc6610b trivial changes to table grid color drawing and other areas 2008-11-08 22:13:00 +00:00
Mitchell Livingston 6d9089e514 add some missed type changes 2008-11-04 00:34:13 +00:00
Mitchell Livingston 819c1af60e hardcode the max group constant; trivial changes 2008-10-29 02:33:20 +00:00
Mitchell Livingston bb48869f3e update NEWS; trivial changes 2008-10-29 01:18:03 +00:00
Mitchell Livingston 2c0a39d7c6 more changes in counter scope 2008-10-12 22:17:27 +00:00
Mitchell Livingston f48d78bf6f fix recently introduced bug that caused resuming/pausing torrents through the menu item when groups are shown to deselect the row 2008-07-07 02:09:27 +00:00
Mitchell Livingston 212ea5e119 groups are now stored as objects instead of dictionaries 2008-07-01 01:28:19 +00:00
Mitchell Livingston e7fd11864e trivial changes to sorting by state and other miscellaneous changes 2008-06-30 02:22:29 +00:00
Mitchell Livingston abf1349f91 #562 display an error message when opening broken torrent file 2008-06-18 16:25:30 +00:00
Mitchell Livingston 9d5affb0b7 some cleaning 2008-06-17 17:17:15 +00:00
Mitchell Livingston 60b5c525cf updated help from jah 2008-06-11 03:28:14 +00:00