Commit Graph

3261 Commits

Author SHA1 Message Date
Mitchell Livingston 0a21057526 avoid an unnecessary copy when generating a single-file torrent's file list 2009-10-18 15:54:18 +00:00
Mitchell Livingston f3c7dde651 get rid of copying the priority images and elliminate another setFlipped: on 10.6 2009-10-18 14:02:22 +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 23230f519e make the nested for-loop in PiecesView into a single for-loop 2009-10-18 02:23:10 +00:00
Mitchell Livingston a193ba134c trivial adjustments to pieceview: use an enum instead of #defines; calculate the current piece index being drawn within each pass of the loop instead of incrementing 2009-10-18 02:12:43 +00:00
Mitchell Livingston c0c6a4f6b7 don't store a copy of the pieces view's background - regenerate it when needed instead 2009-10-18 01:54:13 +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 9cb0726102 whoops again 2009-10-16 23:07:59 +00:00
Mitchell Livingston 8eb56a89d6 whoops 2009-10-16 23:05:29 +00:00
Mitchell Livingston 22354eb622 small adjustments to the queue 2009-10-16 23:02:55 +00:00
Mitchell Livingston 8d62b38891 "Reveal the data file in Finder" -> "Show the data file in Finder" 2009-10-15 23:41:28 +00:00
Mitchell Livingston 7b0ed3f4ec update localizable strings 2009-10-15 23:21:48 +00:00
Mitchell Livingston 3877b7c1d3 #2503 When sorting by state, separate queued transfers from paused transfers 2009-10-15 23:18:39 +00:00
Mitchell Livingston 3bb47b4630 don't zoom in/out the QL window if the corresponding row isn't visible 2009-10-12 03:15:37 +00:00
Mitchell Livingston fc7d82518d when Quick Look is visible, make the toolbar icon blue and append "Close" to the menu item 2009-10-12 01:59:52 +00:00
Mitchell Livingston a01688aed6 fix a crash on quit with the QuickLook window open 2009-10-12 00:48:16 +00:00
Mitchell Livingston 99c4d8cc09 don't zoom the QL window if the main window's closed 2009-10-12 00:19:04 +00:00
Mitchell Livingston f9012885c3 QuickLook main window even if it's closed, and update the QL window when opening/closing the inspector 2009-10-11 23:50:13 +00:00
Mitchell Livingston 80e3ed302f better consideration of which item to Quick Look based on which windows are open 2009-10-11 23:27:53 +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 53273caef2 add some more switch statement asserts 2009-10-11 17:17:29 +00:00
Mitchell Livingston e4e0400f31 make the message count a static variable 2009-10-11 16:42:39 +00:00
Mitchell Livingston 5feb9100df double the amount of messages allowed in the message window - let's see what happens 2009-10-11 16:29:06 +00:00
Mitchell Livingston 1172f62803 trivial cleanup to the message window: set the pulldown's images in the xib, use NSInteger instead of int (same for unsigned), and don't bother storing the dot images as instance variables 2009-10-11 16:25:07 +00:00
Mitchell Livingston 264774859f update the tracker table right away when adding/removing trackers 2009-10-11 13:45:50 +00:00
Mitchell Livingston 2af26e1d7c #2488 when sorting by tracker, first use the tracker that comes first alphabetically 2009-10-11 13:42:10 +00:00
Mitchell Livingston 0fd678acd0 add a couple of asserts just for the hell of it 2009-10-11 13:11:52 +00:00
Mitchell Livingston 3545d22d19 more #import cleanup 2009-10-11 03:36:50 +00:00
Mitchell Livingston c46a597742 apparently applicationShouldHandleReopen:hasVisibleWindows:'s visibleWindows only counts the windows we care about already 2009-10-11 03:06:59 +00:00
Mitchell Livingston 6ae79cdb91 applicationShouldHandleReopen:hasVisibleWindows: hardcoded a check for the main window and prefs window; now check for a visible main window 2009-10-11 02:50:13 +00:00
Mitchell Livingston 1642a05ebc move some #imports out of header files 2009-10-11 02:22:38 +00:00
Mitchell Livingston 6b452c1d07 update for the new tracker verification changes, and use a set instead of an array for removing trackers 2009-10-10 19:55:47 +00:00
Mitchell Livingston 9d84a36df3 use a real ellipsis in the creator window 2009-10-10 16:17:18 +00:00
Mitchell Livingston 8c561a87c9 use a real ellipsis in the add window 2009-10-10 15:58:27 +00:00
Mitchell Livingston d7fe7692e7 comment out another 10.6-only section 2009-10-10 14:30:54 +00:00
Mitchell Livingston 70acab2791 re-add r9257 on 10.6 2009-10-10 13:24:13 +00:00
Mitchell Livingston a292153b26 attempt number one of fixing 10.5 support 2009-10-10 13:21:27 +00:00
Mitchell Livingston 7aa6a2b20a #2486 In the Mac's "create torrent" window, place each tracker into its own tier 2009-10-10 12:58:40 +00:00
Mitchell Livingston 7e1d3b0507 adjust help for new tracker behavior 2009-10-10 02:42:22 +00:00
Mitchell Livingston 8a5814aa66 get the username using cocoa instead of carbon 2009-10-10 01:19:51 +00:00
Mitchell Livingston 4e16e80ad6 get rid of one 10.5 problem 2009-10-10 01:06:06 +00:00
Mitchell Livingston 11befebac5 fix mac build again 2009-10-10 00:30:04 +00:00
Eric Petit 37b57a1284 Fixes Release build 2009-10-10 00:16:57 +00:00
Mitchell Livingston 444f8f553f on 10.6 simplify the check for already-running Transmission instances 2009-10-10 00:00:46 +00:00
Mitchell Livingston 92d4f435b4 whoops 2009-10-09 23:44:18 +00:00
Mitchell Livingston 3f7ef917b8 minimal efficiency change: when drawing on the torrent cell, don't copy the bound rect unnecessarily 2009-10-09 23:02:10 +00:00
Mitchell Livingston 391b009c58 fix Mac build 2009-10-09 22:29:34 +00:00
Mitchell Livingston ab7b6aa376 remove unused total seeders, leechers, and downloaded fields from the peer inspector tab 2009-10-07 00:44:06 +00:00
Mitchell Livingston c6ab47a84b remove appcast from makefile 2009-10-07 00:30:12 +00:00
Mitchell Livingston 5252e65398 remove appcast from the repository, therefore avoiding a whole bunch of unnecessary commits each release 2009-10-06 23:32:11 +00:00