Commit Graph

3357 Commits

Author SHA1 Message Date
Mitchell Livingston f1da30ceb3 update strings file 2009-12-03 01:28:19 +00:00
Mitchell Livingston e6a77b0306 significantly cleaner code (and more than likely just-as or more efficient) for the Mac message log cap - avoids sorting the whole thing, which is, I'm sure, more expensive than the search that it's being replaced with 2009-12-02 01:35:48 +00:00
Mitchell Livingston 25c8e4f0d0 cap the message log count in the Mac UI 2009-12-02 00:27:07 +00:00
Mitchell Livingston 3055720231 #2629 Add a button to make Transmission the default app for magnet links 2009-11-29 22:07:57 +00:00
Mitchell Livingston bb2a86300e add a bit more safety to the message log code 2009-11-29 02:17:11 +00:00
Mitchell Livingston ec73af134a (hopefully) fix a potential crash in the message log window 2009-11-28 22:10:30 +00:00
Mitchell Livingston f5655c8d8b Mac message log: 1. when changing logging level, scroll to bottom, 2. free the message list taken from the core outside the lock 2009-11-28 21:44:27 +00:00
Mitchell Livingston 94f110e314 add a lock to the message lock code 2009-11-28 21:01:27 +00:00
Mitchell Livingston b9ef88e898 #2624 Message Log's level filter should act as an actual filter, and all messages should be stored 2009-11-28 20:39:31 +00:00
Mitchell Livingston 787d9edbc4 display an error for invalid magnet links 2009-11-28 17:51:47 +00:00
Mitchell Livingston a424640ea6 apply auto-group custom locations for magnet links 2009-11-28 17:44:47 +00:00
Mitchell Livingston 9ceb3c805d #2621 Percentage of retrieved metadata was between 0 and 1, not 0 and 100 2009-11-28 17:04:03 +00:00
Mitchell Livingston aa4389082a update some fields in the inspector and main window for magnetized transfers 2009-11-27 20:47:03 +00:00
Mitchell Livingston ba9f83aede reload the inspector when the magnet link is retrieved 2009-11-27 16:55:36 +00:00
Mitchell Livingston 54741eb20a #2611 Transmission doesn't recognize magnet dragged onto application window 2009-11-27 16:31:05 +00:00
Mitchell Livingston 1936988cdc (mac) in the torrent info dialog, rename the "Tracker" tab to "Trackers". 2009-11-27 14:59:12 +00:00
Mitchell Livingston 174f9d12f9 fix a crash when attempting to add invalid magnet links 2009-11-27 04:28:06 +00:00
Mitchell Livingston 740e696f24 generate the file list when a magnetized transfer retrieves its metadata 2009-11-27 03:44:00 +00:00
Mitchell Livingston 95328f5535 display progress of retrieving metadata on a magnetized transfer 2009-11-27 03:20:19 +00:00
Mitchell Livingston 7d65242e71 magnetized transfers always get a red progress bar 2009-11-26 16:58:44 +00:00
Mitchell Livingston 178edb73eb update strings file 2009-11-26 16:41:58 +00:00
Mitchell Livingston f401399efd register to automatically accept when a user clicks a magnet link 2009-11-26 16:38:21 +00:00
Mitchell Livingston 400ed672fc instead of showing a bunch of zeros, the progress string should say it's a magnet torrent 2009-11-26 06:33:35 +00:00
Mitchell Livingston 40d5904b66 add LTEP to type of peers in the inspector 2009-11-26 06:15:29 +00:00
Charles Kerr be853dd07b (trunk mac) maybe fix the mac build 2009-11-26 05:40:27 +00:00
Mitchell Livingston 761db59640 fix a crash with magnet links and file list 2009-11-26 02:32:02 +00:00
Mitchell Livingston ab4ffba987 add a placeholder magnet link icon 2009-11-26 02:26:51 +00:00
Mitchell Livingston 565d87f8c4 some more tweaks for magnet links 2009-11-26 02:11:00 +00:00
Mitchell Livingston b891c8b0f6 missed one 2009-11-26 00:44:30 +00:00
Mitchell Livingston e743ffd43c update the text for when creating a trackerless torrent, add a separate "don't ask again" check for private trackerless torrent creation, and don't disable the "open when created" check when there are no trackers 2009-11-26 00:44:21 +00:00
Mitchell Livingston 52ef4a432e support torrents with no trackers in the Mac ui 2009-11-26 00:21:55 +00:00
Mitchell Livingston 34db0dbe0d catch a couple of new cases when dealing with magnet transfers 2009-11-25 05:04:19 +00:00
Mitchell Livingston 7b7dbf58cd start laying a little magnet link groundwork, and remove redundant torrent parse when creating torrent objects 2009-11-25 04:11:52 +00:00
Mitchell Livingston 8f13af5040 remove the cap on the number of messages in the message log - my tests had no problem with over 50,000 messages 2009-11-22 03:56:04 +00:00
Mitchell Livingston 00fc846037 in the message window code, create the processed file name/line number right away, to avoid having to store an extra number 2009-11-22 03:40:19 +00:00
Mitchell Livingston a8fc8b7707 missed one 2009-11-22 01:03:54 +00:00
Mitchell Livingston fbf0e3a99a #2592 remove swarm speed from the mac ui 2009-11-22 00:50:38 +00:00
Mitchell Livingston 9add3fe570 when displaying the tracker/scrape last announce, factor in an error with no message 2009-11-21 18:23:54 +00:00
Mitchell Livingston 7f16bbaa02 have the Mac UI build its own ratio string 2009-11-17 01:48:00 +00:00
Mitchell Livingston e4f1abfe5f on 10.6, only reload the progress row in the peer table when clicking it 2009-11-14 03:26:29 +00:00
Mitchell Livingston 6d49680077 have status bar drawing occur all at once 2009-11-14 03:17:07 +00:00
Mitchell Livingston cf6e618753 adjustment to the port checker, including getting rid of an unneeded instance variable of the port; a couple of implicit settings added to the project file 2009-11-08 06:01:29 +00:00
Mitchell Livingston e67b450aeb when determining progress bar with, round instead of flooring 2009-11-07 23:20:41 +00:00
Mitchell Livingston 1dfd126ae5 tiny changes I have sitting around 2009-11-07 22:58:14 +00:00
Mitchell Livingston 4fc5cff523 use pow() instead of powf() 2009-11-07 22:57:37 +00:00
Mitchell Livingston c824db3f85 small efficiency change for file inspector stats 2009-11-07 04:48:02 +00:00
Mitchell Livingston beaa865fb8 the red unavailable bar wasn't showing if none of the desired data was available 2009-11-07 04:08:42 +00:00
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