Commit Graph

118 Commits

Author SHA1 Message Date
Mitchell Livingston d97ac66e43 deselect files when changing selected torrent 2007-01-20 03:42:06 +00:00
Mitchell Livingston 1c39a8e290 don't allow selection/context menu for empty row when no torrent in selected 2007-01-20 03:32:35 +00:00
Mitchell Livingston 63913686d5 get around a bug in table views to keep consistent row colors by creating a blank row when no torrent is selected 2007-01-20 03:25:35 +00:00
Mitchell Livingston 2b7d630d54 swap the standard file table row height 2007-01-19 15:30:41 +00:00
Mitchell Livingston f55c1b05cd pass object instead of creating string 2007-01-18 22:53:27 +00:00
Mitchell Livingston 0a48921e19 small layout adjustment 2007-01-18 22:09:39 +00:00
Mitchell Livingston 271badba8b file table rows for files are now larger with the size displayed under it 2007-01-18 22:00:24 +00:00
Mitchell Livingston 4bffa20e5c undo commit of being unable to unselect all files, since it was way too expensive on torrents with many files and might actually be desirable in some situations 2007-01-18 06:27:34 +00:00
Mitchell Livingston 9d203de8ef don't allow deselection of a file if that will leave no files selected 2007-01-18 05:24:08 +00:00
Mitchell Livingston f18bd36d31 for file selection checks, only reload those that are affected by any change 2007-01-17 23:36:17 +00:00
Mitchell Livingston 1a8d2103f6 path tooltip only under the name column 2007-01-17 23:24:35 +00:00
Mitchell Livingston cf9ccc6c73 add checks to file table for file selection...disabled until they actually can be used 2007-01-17 23:19:53 +00:00
Mitchell Livingston 091e3c389f move functions used for setting the look of the file table into the file view's subclass 2007-01-17 17:49:22 +00:00
Mitchell Livingston c1dcc826fa file table tool tip now shows full file path 2007-01-17 17:34:27 +00:00
Mitchell Livingston 93c55ebc5c reveal files in files table works again 2007-01-17 17:29:42 +00:00
Mitchell Livingston 839a026fe7 re-add tooltips to file table 2007-01-17 07:46:17 +00:00
Mitchell Livingston 99c63daaea show file size in file table again 2007-01-17 07:26:33 +00:00
Mitchell Livingston 091aec4abe show accurate number of total files 2007-01-17 06:43:07 +00:00
Mitchell Livingston b7e3c9af5a first go at using an outline view for files....what a pain parsing the file names 2007-01-17 06:25:35 +00:00
Mitchell Livingston 348f35f505 retain/release arrays instead of using mutable arrays, and file table only shows files when a single torrent is selected 2007-01-17 02:43:07 +00:00
Mitchell Livingston 486e5789f6 Dim "kb/s" label in inspector when the corresponding text field is disabled 2007-01-12 17:02:33 +00:00
Mitchell Livingston d6104b6f71 move ratio from mac code to libT code 2006-12-30 19:24:09 +00:00
Mitchell Livingston bd608129d8 spacing changes 2006-12-28 01:07:47 +00:00
Mitchell Livingston d7f1933087 redone options tab of inspector...current settings for "stop at ratio" won't carry over 2006-12-28 00:29:05 +00:00
Mitchell Livingston b31ee4f03c individual download/upload speed caps accessible under options in the inspector 2006-12-27 02:57:55 +00:00
Mitchell Livingston 4471ce12c5 manual announce in mac gui...only useable once per minute for each torrent 2006-12-26 21:02:00 +00:00
Mitchell Livingston 7bba2d02a1 more realistic default capacity size 2006-12-24 16:35:36 +00:00
Mitchell Livingston d7c9da2c8f display actual upload/download rate in inspector for individual peers 2006-12-18 06:25:40 +00:00
Mitchell Livingston 8eb2ec59c2 expanded tooltips in peer inspector window 2006-12-18 04:12:01 +00:00
Mitchell Livingston 3374ce9a32 merge multitracker branch:
Adds announce list, support for code 301/302 redirect, improvements to mac inspector, better queueing with errors, random extra wait of up to a minute between announces, and other changes.
2006-12-17 16:36:27 +00:00
Josh Elsasser 44f8325312 Merge scrape branch:
Automatically scrape trackers as needed.
  If tracker supplies a trackerid then use it (untested).
  Use tracker's min interval, clamped to the same range as interval.
  Show total completed downloads in the MacOS X frontend.
2006-12-02 01:46:54 +00:00
Mitchell Livingston 6a154b794d an attempt to fix the background drawing bug 2006-11-23 15:44:44 +00:00
Mitchell Livingston d47fe45226 merge tracker address and announce address into one field in the inspector 2006-11-23 04:10:16 +00:00
Mitchell Livingston ab98c157c0 combine pieces and piece size in inspector 2006-11-23 03:23:41 +00:00
Mitchell Livingston 4c32f40f3b small adjustments to inspector and check for utf-8 strings 2006-11-23 02:53:47 +00:00
Mitchell Livingston 48b0d28e26 scroll box for torrent comment 2006-11-23 02:37:54 +00:00
Mitchell Livingston 4306c7cfa5 add support in libT and the mac interface for displaying comment, creator, and date created 2006-11-23 01:38:18 +00:00
Mitchell Livingston b076a34ab8 tooltip shows peer's percent when over progress bar 2006-11-10 05:04:44 +00:00
Mitchell Livingston 5f3434788a Peers progress bar in inspector window. Bar should be red when progress is < .33, yellow when < .66, and green when greater. 2006-11-10 04:55:52 +00:00
Mitchell Livingston b11b48e804 remove option to save a private torrent copy...just do it automatically 2006-11-05 19:08:38 +00:00
Mitchell Livingston ed16a15356 update inspector when torrent location changes 2006-11-04 08:32:29 +00:00
Mitchell Livingston 00fe6a984f Partial use of bindings in prefs/action menu. This is still experimental and evolving, with the most obvious problem that entering an invalid value causes an annoying error sheet to appear. 2006-10-27 19:14:04 +00:00
Mitchell Livingston 72d0964ffc Use localized strings where necessary. Also a fix for the port checker. Thanks to Cédric Luthi for these. 2006-10-24 20:34:13 +00:00
Mitchell Livingston 5b882ce015 More small changes, including to window placement. 2006-10-21 20:41:10 +00:00
Mitchell Livingston baee0d4398 Some cleanup here and there. 2006-10-21 20:09:28 +00:00
Mitchell Livingston f5a6f4309e Only update info when necessary 2006-10-21 15:36:20 +00:00
Mitchell Livingston 78ee2deab5 buttons in inspector to reveal data file and (public) torrent file 2006-10-15 19:57:40 +00:00
Mitchell Livingston fb1bec27fb rearrange and rename individual seeding settings 2006-10-15 19:08:05 +00:00
Mitchell Livingston c521f412ad in info show the number of incoming connections next to total connections 2006-10-13 18:58:12 +00:00
Mitchell Livingston 4ec8c19bbd In the pieces view, pieces will briefly turn red before becoming green. 2006-10-06 20:10:15 +00:00