Commit Graph

3151 Commits

Author SHA1 Message Date
Mitchell Livingston c8abe4e28b in the off chance this ocurs, "1 byte" instead of "1 bytes" 2009-09-18 03:49:55 +00:00
Mitchell Livingston 55b098b6d9 remove unneeded group column resize code 2009-09-18 02:18:22 +00:00
Mitchell Livingston 110bc7d50b use NSRectFillListWithColors on the pieces grid 2009-09-17 23:33:50 +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 feb714f655 use NSRectFillList() to fill the tracker table's alternating row 2009-09-17 04:29:07 +00:00
Mitchell Livingston fd934eeaff remove a warning 2009-09-17 01:15:00 +00:00
Mitchell Livingston 692d35c018 show a warning whenever removing any tracker, regardless of if it's built-in 2009-09-17 01:10:18 +00:00
Mitchell Livingston 8b4ec4b7b7 remove distinction between built-in trackers and custom-added trackers; add trackers to the end of the list instead of the beginning 2009-09-17 00:33:39 +00:00
Mitchell Livingston 90b83c3224 use 10.6's localizedStandardCompare: when sorting by name 2009-09-16 02:18:23 +00:00
Mitchell Livingston e882a71ddf #2414 Upside-down dock icons in Inspector under Leopard 2009-09-16 01:16:12 +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 7429e60a74 replace a deprecated method 2009-09-15 04:20:41 +00:00
Mitchell Livingston 8baad7096d (trunk) update to 1.75; transfer NEWS and appcast from 1.7x branch 2009-09-14 03:49:24 +00:00
Mitchell Livingston e7a5aafb27 another warning gone 2009-09-12 02:48:57 +00:00
Mitchell Livingston 2147b90172 one less warning 2009-09-12 02:39:45 +00:00
Mitchell Livingston 7d0a458f63 remove comment 2009-09-12 01:07:21 +00:00
Mitchell Livingston 980b09522c (trunk) make sure the creator window size/placement is saved correctly 2009-09-12 01:00:54 +00:00
Mitchell Livingston 34afe5f0d0 (trunk) hopefull fix #2354 - end editing of the tracker table before attempting torrent creation 2009-09-12 00:23:13 +00:00
Mitchell Livingston a129483b13 last commit would break 10.5-compatibility if it weren't already broken 2009-09-11 03:16:33 +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 5282a62733 #2396 move donation menu item to the main Transmission menu; remove some redundant "Transmission _______" from the Help menu items 2009-09-10 04:19:35 +00:00
Mitchell Livingston 2a69dab92f add missing #include 2009-09-10 00:15:35 +00:00
Mitchell Livingston 9bb93bd92c another 10.6 check 2009-09-10 00:14:22 +00:00
Mitchell Livingston 9be4a3979b make sure the "move data" context option actually works 2009-09-07 21:37:58 +00:00
Mitchell Livingston 28f3d66a52 #2371 move "Move Data File To..." to the contextual menu, and add "Save Torrent File As..." 2009-09-07 15:21:26 +00:00
Mitchell Livingston ebb40e2ab2 disable QuickLook button/menu item on 10.6 2009-09-07 15:07:00 +00:00
Mitchell Livingston 61caf165ab add some 10.6 checks for quick look 2009-09-07 14:54:22 +00:00
Mitchell Livingston 88d6b568a4 only use integral numbers for the height of the pieces bar 2009-09-07 06:05:48 +00:00
Mitchell Livingston ef5f2cb469 seems that drawing non-integer bound rects isn't kosher after all 2009-09-07 05:40:09 +00:00
Mitchell Livingston 3f00feef10 whoops 2009-09-06 21:19:19 +00:00
Mitchell Livingston b41c9169e8 Simplify the progress bar drawing code using NSDivideRect(). This also allows the bars to have non-integer lengths 2009-09-06 21:09:33 +00:00
Charles Kerr ccd3999211 fix another 'make distcheck' error in the macox/ directory 2009-09-05 17:38:03 +00:00
Charles Kerr 45e5fc1fb1 fix autoconf 'make distcheck' error in macosx/ introduced in r9034 2009-09-05 17:00:50 +00:00
Mitchell Livingston 75584d81ac zoom from the inspectors file table when quick looking 2009-09-05 01:58:13 +00:00
Mitchell Livingston 020353a08c remove unneeded calls to sharedPreviewPanel 2009-09-04 23:58:27 +00:00
Mitchell Livingston 92d2b7cc3a kill some warnings 2009-09-04 22:59:24 +00:00
Mitchell Livingston 2b76183eed spacebar in the Inspector file table will toggle QuickLook 2009-09-04 22:42:03 +00:00
Mitchell Livingston 6b1b1b4833 some cleanup of inspector QuickLook 2009-09-04 22:21:47 +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 3e63c1ddb8 one less delegate compiler warning 2009-09-01 12:26:56 +00:00
Mitchell Livingston abe1206e6e on 10.6 use localizedStringFromDate:dateStyle:timeStyle: for formatting the blocklist update date 2009-08-30 19:23:20 +00:00
Mitchell Livingston 9206b7e107 don't use a custom date format in the inspector's "date created" field 2009-08-30 19:18:51 +00:00
Mitchell Livingston e09de29bc5 add a missing import statement 2009-08-30 18:38:56 +00:00
Mitchell Livingston b7570c4446 missed one in the last commit 2009-08-30 17:52:03 +00:00
Mitchell Livingston 912d76dee4 #2370 On 10.6, revaling files in Finder will select multiple files in the same directory 2009-08-30 17:50:05 +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 26d89427de call setFlipped: one less time on 10.6 2009-08-29 23:16:25 +00:00
Mitchell Livingston f4926170f1 remove redundant copy and a deprecated method 2009-08-29 23:13:04 +00:00