Commit Graph

898 Commits

Author SHA1 Message Date
Mitchell Livingston c21833ab06 show individual file progress in inspector 2007-02-23 13:40:30 +00:00
Mitchell Livingston c7e9f024e0 add a 'New Folder' button to the select download folder dialogue 2007-02-19 13:40:55 +00:00
Mitchell Livingston fbfa8c1896 small help changes 2007-02-16 14:46:19 +00:00
Mitchell Livingston 2fcc2d76d6 this might've given the masses the wrong idea 2007-02-16 14:34:52 +00:00
Mitchell Livingston 761488a96a remove a period in help
a bit of a waste of commit 1500 8-)
2007-02-16 14:27:45 +00:00
Mitchell Livingston ae337ae844 small help fix 2007-02-16 14:19:54 +00:00
Mitchell Livingston 87994eb063 updated help from jah 2007-02-16 14:14:04 +00:00
Mitchell Livingston 0ee76befd9 remove unused custom subclass 2007-02-16 02:56:19 +00:00
Mitchell Livingston 841e7dbf64 simplify code a tiny bit more 2007-02-14 15:45:13 +00:00
Mitchell Livingston c08050a074 combined essentially the same code (an extra conversion and multiplication shouldn't hurt) 2007-02-14 15:41:01 +00:00
Mitchell Livingston 60d0c333ff avoid some calculations of piece availability if there are no peers 2007-02-14 02:05:46 +00:00
Mitchell Livingston 7d569e7981 piece availability should not be considered if no peers have it 2007-02-14 02:02:44 +00:00
Mitchell Livingston a9f981b095 updated Localizable.strings 2007-02-12 16:09:33 +00:00
Mitchell Livingston 595763c344 clicking on download/seeding complete growl notifications will reveal in finder 2007-02-11 23:38:36 +00:00
Mitchell Livingston c9d2f7005c Sounds pulldowns only get sounds from the built-in system sound folder. This should avoid an Apple error (and resulting crash) with some wav files on Intel macs. 2007-02-09 15:02:25 +00:00
Mitchell Livingston 131fa9011d efficiency is advanced bar drawing 2007-02-09 14:33:57 +00:00
Mitchell Livingston 727e167705 get rid of unnecessary comparison 2007-02-09 12:52:32 +00:00
Mitchell Livingston 3f57aea897 the advanced bar's "mini progress bar" should be more accurate 2007-02-09 05:19:08 +00:00
Mitchell Livingston 92ea12482d when ratio setting is global save it as such 2007-02-09 02:34:30 +00:00
Mitchell Livingston 6a9f6c3236 use actual port used when checking the status 2007-02-07 05:32:16 +00:00
Mitchell Livingston 6c85eee3f8 hopefully this makes the inspector less confusing once and for all....use popup buttons instead of checks 2007-02-07 05:01:07 +00:00
Mitchell Livingston 92fa92b8d4 update to 2007 2007-02-06 20:19:18 +00:00
Josh Elsasser f67ad8cf47 Add a new interface to make the public port available to the frontend. 2007-02-06 04:26:40 +00:00
Mitchell Livingston 339b2ae85a typo 2007-02-04 08:01:37 +00:00
Mitchell Livingston feb85e9781 fix column font size in inspector 2007-02-04 07:40:23 +00:00
Mitchell Livingston 05a5e16ff8 fix a stupid mistake 2007-02-02 18:11:37 +00:00
Mitchell Livingston c5badbf343 simplify getting string 2007-02-02 18:03:19 +00:00
Mitchell Livingston 3b7de9ceec same as last change for ratio option 2007-02-02 17:54:24 +00:00
Mitchell Livingston 5d2ae4eb61 simplify options for download limits in inspector with 3 check states: mixed for system defaults, checked for override with limit, and no check for no limit 2007-02-02 17:33:32 +00:00
Mitchell Livingston 50fbe60adb parentheses makes things better 2007-02-02 01:51:23 +00:00
Josh Elsasser 263bf6ff0c Check for private flag in main dict too. 2007-01-27 22:37:10 +00:00
Mitchell Livingston 8d89e4f148 unneeded change 2007-01-26 04:44:47 +00:00
Mitchell Livingston d6683cc350 fixed problem when opening multiple torrents at once when "always ask" was enabled
also, don't add files to the recently opened menu unless it actually is added
2007-01-26 04:31:32 +00:00
Eric Petit fd66278689 Default enables NAT traversal on OS X 2007-01-25 23:01:53 +00:00
Eric Petit 027a9f8cec A few fixes for resolution independence 2007-01-25 18:37:12 +00:00
Mitchell Livingston 7f531ab22c fix #194 2007-01-25 13:27:53 +00:00
Mitchell Livingston b4506653ec make newly finished download actually wait in queue 2007-01-24 03:15:27 +00:00
Mitchell Livingston 3ce2dcb052 update queue properly once a download finishes 2007-01-24 03:08:20 +00:00
Mitchell Livingston 0282ec5722 no reason to parse the number 2007-01-20 04:05:09 +00:00
Mitchell Livingston 8ee2e36f0a fix for when filtering and a transfer goes from checking (download) to seeding without refreshing the filter 2007-01-20 03:59:50 +00:00
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
Eric Petit 7a6401c7b4 Split transmission.c: everything related to the accept/upnp/choking
thread was moved to shared.c
2007-01-19 04:42:31 +00:00
Mitchell Livingston 2944a10d60 some changes to the way text is drawn to the table 2007-01-19 02:06:12 +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 263bf6934d get rid of unneeded code by instead using built-in function 2007-01-18 06:22:15 +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 04345733d9 at creation of file hierarchy determine the state of folders 2007-01-18 03:54:56 +00:00
Mitchell Livingston b8b1383ef5 some spacing changes in the file table 2007-01-18 01:19:14 +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 5f5206a1b1 don't recreate the file list each view 2007-01-17 20:50:42 +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 80698ed38d use proper subclass for file table and give accurate path for files 2007-01-17 17:44:03 +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 02274a0e60 if it is a multifile torrent don't show the base folder 2007-01-17 06:54:43 +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 20eebf6092 remove unneeded function/warning 2007-01-16 04:20:45 +00:00
Mitchell Livingston 212ec30187 one less initialization 2007-01-16 03:32:09 +00:00
Mitchell Livingston dc68861f60 one more localization 2007-01-15 18:53:35 +00:00
Mitchell Livingston f99964e0b1 another localization 2007-01-15 18:50:59 +00:00
Mitchell Livingston 2e6263efb5 more concise phrasing and localization 2007-01-15 18:48:44 +00:00
Mitchell Livingston fbeb566c2f when adding new files and the download/incomplete folder doesn't exist, give a sheet to choose new location/cancel 2007-01-15 18:36:08 +00:00
Mitchell Livingston 67580ce1fe very small simplification 2007-01-15 04:45:11 +00:00
Mitchell Livingston 29bf2677ec sort ratio separate from progress 2007-01-15 04:41:01 +00:00
Mitchell Livingston a7c4c4474b i should've compiled first 2007-01-15 04:10:34 +00:00
Mitchell Livingston 833494672f this will help later 2007-01-15 04:09:56 +00:00
Mitchell Livingston fe558f6dbd proper pluralization 2007-01-14 22:12:39 +00:00
Mitchell Livingston 84518d962d typo fix 2007-01-14 20:24:52 +00:00
Mitchell Livingston f21822df05 don't download if folder doesn't exist, instead of just the volume to make it more compatible with new io code 2007-01-14 20:22:51 +00:00
Eric Petit e5e6a8b5df Merge io branch into trunk 2007-01-14 12:00:21 +00:00
Mitchell Livingston 0d2ef564b6 fix visual glitch in prefs 2007-01-13 16:13:51 +00:00
Mitchell Livingston 4eeae413b8 dock menu will display number of seeding and downloading transfers 2007-01-12 19:36:52 +00:00
Mitchell Livingston 7abfceceac a little less redundant checking of global bandwidth, and added myself as working on back-end 2007-01-12 17:16:20 +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 e6701b077d flash orange instead of red when piece completes, since red is sometimes interpreted negatively 2007-01-11 21:19:31 +00:00
Mitchell Livingston b04fda9a14 delete unneeded function 2007-01-11 00:21:42 +00:00
Mitchell Livingston a80a8fc9be less reliance on title 2007-01-09 17:09:21 +00:00
Mitchell Livingston 5c4d35d0ac specify "download" instead of "start" 2007-01-09 15:31:14 +00:00
Mitchell Livingston b714a13056 typo 2007-01-09 15:25:07 +00:00
Mitchell Livingston 73565b2bc4 a little better menu item validation 2007-01-09 15:06:45 +00:00
Mitchell Livingston f23d2aa950 enable queue menu items for queued seeds 2007-01-09 14:58:05 +00:00
Mitchell Livingston c0174bd8d5 0 TransferS, 1 Transfer 2007-01-09 14:35:00 +00:00
Mitchell Livingston a7b2d268c0 removed redundant queueing code 2007-01-09 04:23:35 +00:00
Mitchell Livingston cae91090cc a little more queueing cleanup 2007-01-09 03:49:56 +00:00
Mitchell Livingston c5a1a89df0 when a download finishes, stop and make wait if the seeding queue is full 2007-01-09 03:46:21 +00:00
Mitchell Livingston 806693281f separate queue for seeding torrents 2007-01-09 03:25:13 +00:00
Mitchell Livingston cc7d0e3caf another queue adjustment 2007-01-09 02:48:25 +00:00
Mitchell Livingston 26c79a5d43 save some calls 2007-01-09 01:53:43 +00:00