Commit Graph

80 Commits

Author SHA1 Message Date
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 e94e13d918 flash individual pieces red when they complete 2006-10-20 15:01:18 +00:00
Mitchell Livingston 85383a66e4 New toolbar icons from Van Hugo. 2006-10-16 00:31:13 +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 3f90ce42fb no need to include .h's when compiling 2006-10-13 13:58:00 +00:00
Mitchell Livingston c0351c64c8 Clicking on the pieces view will toggle between piece progress view and availability view (a tooltip clarifies which view is current). 2006-10-13 13:47:52 +00:00
Mitchell Livingston 794226d07d correct image file extension 2006-10-04 20:10:45 +00:00
Mitchell Livingston d0c1460c1b Make both status lines in the Network prefs match. 2006-10-04 01:46:20 +00:00
Mitchell Livingston e53830d875 changed around pieces view drawing code...still can't track down the bug of the view always first being black 2006-10-01 16:12:46 +00:00
Mitchell Livingston c8d7769436 Status on ports in prefs window. Thanks to cluthi on the forums for this. 2006-09-28 21:14:49 +00:00
Mitchell Livingston 19b89fa7ea Generate the pieces images in code rather than using files. 2006-09-27 20:34:17 +00:00
Mitchell Livingston f680407682 make autostart variable the same as in .6 2006-09-27 14:43:36 +00:00
Mitchell Livingston e95450ecb2 Move PiecesView.m/h to the macosx folder. 2006-09-26 01:52:16 +00:00
Mitchell Livingston a6a7be9daa Move the pieces viewer into the Activity pane of Inspector. 2006-09-25 20:53:10 +00:00
Mitchell Livingston cb90fd21b6 Better sizing of table in inspector, and slightly larger min width. 2006-09-25 20:21:19 +00:00
Mitchell Livingston ef7d99d3dc rearrange activity and peers tab in inspector 2006-09-25 20:00:45 +00:00
Josh Elsasser 0257761670 Merge nat-traversal branch to trunk. 2006-09-25 18:37:45 +00:00
Mitchell Livingston ea7759913d Forgot a release. 2006-09-05 21:17:59 +00:00
Mitchell Livingston bc14e9e56c Use UKKQueue for auto import which gets rid of polling and makes the process instantaneous. 2006-09-05 04:28:07 +00:00
Mitchell Livingston e94e0e72f4 Display an error image on the torrent icon when there is an error with the torrent. 2006-08-29 00:09:49 +00:00
Mitchell Livingston 68a9a6ba85 Option to save log. 2006-08-22 23:00:53 +00:00
Mitchell Livingston 32cdb550fb Re-add time to message log. 2006-08-22 02:56:09 +00:00
Mitchell Livingston 4ecb698720 MessageWindowController in its proper place 2006-08-21 22:23:09 +00:00
Mitchell Livingston 1b0811c812 Message Log window, accessible from the Transmission menu. 2006-08-21 22:07:08 +00:00
Mitchell Livingston b11f8ca295 Acquire lock before setting completed badge to help get rid of problem of the completed badge not clearing when the main window is given focus 2006-08-19 22:18:39 +00:00
Mitchell Livingston e907f7a370 Status in peers tab. 2006-08-15 02:28:38 +00:00
Mitchell Livingston 861d78841b Colored dots for connected/not connected 2006-08-15 01:51:45 +00:00
Mitchell Livingston 199bb19e14 Check for connected peers, as well as better peer table resizing behavior. 2006-08-15 00:59:44 +00:00
Mitchell Livingston 2eabbc90b5 No need to make peer table make the window key, which also eliminates the need for a subclass. 2006-08-14 03:13:34 +00:00
Mitchell Livingston 3b56abf6fa Add uTorrent to clients. 2006-08-13 21:38:19 +00:00
Mitchell Livingston f76f1c3091 Some changes to getting peers in libtransmission. Now it uses a separate structure for the GUI accessing peers. 2006-08-13 19:43:15 +00:00
Mitchell Livingston 98f63e9133 Basic peer info in info window...more to come. 2006-08-13 15:46:02 +00:00
Mitchell Livingston 2a36da8b60 Some new accessors for libtransmission...I don't see what harm these can do 2006-08-12 00:38:26 +00:00
Mitchell Livingston bb0af3e20d Prefs window is a window rather than a panel, with behavior more similar to Mail, Safari, etc. 2006-08-06 19:35:03 +00:00
Mitchell Livingston ca97d6968a Capitalization change. 2006-07-29 16:58:44 +00:00
Mitchell Livingston 00f96fe709 New awesome help by jah. 2006-07-23 14:22:01 +00:00
Mitchell Livingston 2f79532a81 Stop weird behavior and remove workaround code with the status bar background. 2006-07-22 18:47:21 +00:00
Mitchell Livingston c0004c7e96 New prefs setting to keep the window sized perfectly for the current number of transfers. 2006-07-22 16:38:05 +00:00
Mitchell Livingston 2c44a4ef0a no pressed in state for filter 2006-07-21 04:33:20 +00:00
Mitchell Livingston 9048f4683e Remove filter hide and show buttons from the bars and instead have a toolbar item for it.
Smoother Bandwidth prefs icon.
2006-07-20 21:58:25 +00:00
Mitchell Livingston e33b7f3bfa Much nicer pushed image for turtle button. 2006-07-19 02:50:07 +00:00
Mitchell Livingston 853554c9e5 Reveal Filter buttons from MrCrowbar. 2006-07-19 00:37:03 +00:00
Mitchell Livingston cd97152658 Dim filter buttons and "turtle" button when the window isn't key.
Larger status bar.
Toggle button for filter bar in status bar (image needed!).
Custom ordering only when filter disabled (even if filtering causes nothing to be hidden).
2006-07-19 00:06:32 +00:00
Mitchell Livingston a7fc1ffed8 New close filter buttons. 2006-07-17 02:49:32 +00:00
Mitchell Livingston 02b9a7957e Turn multiple classes into a generic class for image backgrounds. 2006-07-16 21:02:29 +00:00
Eric Petit 54e32f22a3 Moves OS X frameworks into macosx/ 2006-07-16 19:53:58 +00:00
Eric Petit f199e0a9d9 Revert [619] 2006-07-16 19:39:23 +00:00
Mitchell Livingston 5d36721a15 Remove old Sparkle... 2006-07-16 19:28:19 +00:00
Mitchell Livingston e91bf288c5 A close button for the filter....someone with image editing skills needs to put an 'x' in these pics. ;) 2006-07-16 15:52:51 +00:00
Mitchell Livingston 6165d969c3 Make filter command-f. 2006-07-16 15:20:27 +00:00