Commit Graph

1376 Commits

Author SHA1 Message Date
Mitchell Livingston cc8f73b715 #4393 Remove "Open Recent" menu item and list of recent torrent files 2011-07-27 01:32:46 +00:00
Mitchell Livingston 4cdb84aa0d #4379 Lion: Use popovers for global gear button 2011-07-23 15:54:02 +00:00
Mitchell Livingston 37f9835e7d #4365 enforce window size for auto-resizing by setting min/max size 2011-07-18 00:48:00 +00:00
Mitchell Livingston 2dd5c5c611 #4346 items in the status bar aren't set at launch 2011-07-06 23:22:21 +00:00
Mitchell Livingston fa63ffbdc7 #4225 Sort torrents by size 2011-07-04 19:47:15 +00:00
Mitchell Livingston ace8a619a9 minor NEWS tweaks 2011-06-28 01:39:30 +00:00
Mitchell Livingston 4d5ab8a4c5 #4241 Update dock badge count after removing download through web interface 2011-06-19 03:52:54 +00:00
Mitchell Livingston 23ea776bd9 disabling alternating row colors in minimal view 2011-06-13 23:02:38 +00:00
Mitchell Livingston 83eefe11bd When hiding the filter bar, make the table view the first responder right away. 2011-06-07 23:40:10 +00:00
Mitchell Livingston d25735dd9f #4182 Remember filter search text between runs 2011-04-11 02:44:05 +00:00
Jordan Lee b4d36aeb54 (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
Jordan Lee bb6684cb1e tidy up 2011-03-21 16:30:58 +00:00
Jordan Lee 337bdc3253 maybe fix the mac build? 2011-03-21 16:28:44 +00:00
Mitchell Livingston 5d85125777 #4109 Recycle: Show a confirmation dialog 2011-03-17 01:06:31 +00:00
Mitchell Livingston ee00977e65 Rename "cleanup all completed" to "remove all completed from list". 2011-03-14 23:46:53 +00:00
Mitchell Livingston 15394498b0 add a button to the bottom-left of the main window to clean up all completed transfers 2011-03-10 01:36:51 +00:00
Mitchell Livingston 23d727d017 hard-code the status bar and filter bar height, so that the max window size factors in their height 2011-03-08 00:20:58 +00:00
Mitchell Livingston 6092362c1e revert the last commit 2011-02-26 14:59:05 +00:00
Mitchell Livingston 39709abd6e store secondsDownloading and secondsSeeding as ints instead of time_t 2011-02-26 14:56:58 +00:00
Mitchell Livingston 0cb651af29 change the default toolbar to separate the remove button and the pause/resume all button with a space instead of a separator 2011-02-24 23:40:36 +00:00
Mitchell Livingston 541effd743 slightly simplify filter code 2011-02-21 04:18:58 +00:00
Mitchell Livingston 9d805527e3 silence a warning 2011-02-20 15:05:01 +00:00
Mitchell Livingston c1ac1d629f restore cmd-option-f to select the search filter field when the torrent table view is selected 2011-02-20 04:34:46 +00:00
Mitchell Livingston 7ba8bcb2b6 make sure filter buttons' tooltips are updated when the bar is shown 2011-02-20 04:23:09 +00:00
Mitchell Livingston 6d10cd2c9c move the filter bar into its own xib 2011-02-20 03:58:50 +00:00
Mitchell Livingston a41e93c506 change the status bar's left menu to be within the button (in the xib) 2011-02-20 00:33:49 +00:00
Mitchell Livingston 5c419c6256 remove unused variables 2011-02-20 00:24:25 +00:00
Mitchell Livingston 543063b4b8 move the status bar into its own xib file 2011-02-20 00:22:55 +00:00
Mitchell Livingston 7cf8470ec7 when resizing the filter bar, use the filter bar width instead of the status bar width; silence a warning 2011-02-19 21:12:45 +00:00
Mitchell Livingston 23d175866c add µTP to the Prefs window 2011-02-18 03:26:54 +00:00
Mitchell Livingston 98a82de9ec remove selected transfers when removing completed transfers, removing through RPC, etc. (whenever removing transfers that aren't the selected transfers) 2011-02-13 02:14:21 +00:00
Mitchell Livingston 9348605f03 Add option to remove completed transfers 2011-02-13 02:02:13 +00:00
Mitchell Livingston e5b8461919 fix a crash with the URL window, and memory leak with the URL window, and update the "Open" button of the URL window when shown 2011-02-11 03:17:36 +00:00
Mitchell Livingston 7fabe85b96 remember the text in the URL sheet 2011-02-10 00:58:05 +00:00
Mitchell Livingston 9c1281c43c move the "open torrent URL" sheet into its own xib file 2011-02-10 00:51:25 +00:00
Mitchell Livingston beb2973b85 set the visibility priority for high and low priority menu items 2011-02-08 01:08:30 +00:00
Mitchell Livingston c165ff1463 #3675 handle trashing data over RPD in the Mac client 2011-02-06 17:32:16 +00:00
Mitchell Livingston a1eedd117d #3940 Global displayed speed does not include webseeds; remove a now-unused libT speed function 2011-01-23 18:23:52 +00:00
Mitchell Livingston 792b5ad6f7 #3686 "add rpc command to cleanly shutdown daemon" - added for Mac client 2011-01-15 18:44:39 +00:00
Mitchell Livingston 0a57ced868 change the filter bar outlet to FilterBarView 2011-01-15 17:18:44 +00:00
Mitchell Livingston b1bded8471 use a string instead of an int when setting peer-socket-tos 2011-01-15 17:16:12 +00:00
Mitchell Livingston 9e504a848d replace the "Reverse Sort Order" menu item with "Ascending" and "Descending" menu items 2011-01-06 04:09:04 +00:00
Mitchell Livingston 4b190aa0c2 separate the code for the filter and status bars 2011-01-02 17:11:41 +00:00
Mitchell Livingston 25ee42d68d update the copyright years in the Mac code to 2011 2011-01-01 20:42:14 +00:00
Mitchell Livingston 20cdf0162a #3851 use an autorelease pool when the completeness callback is called; revert the unnecessary r11607 2010-12-31 01:25:03 +00:00
Mitchell Livingston 1fb6eaa34e use autorelease pools when handling downloading/seeding state changes 2010-12-30 12:33:37 +00:00
Mitchell Livingston 69f1e8ba0e silence a warning 2010-12-20 14:25:20 +00:00
Mitchell Livingston 3f20d52371 #3675 "Not all .part files are removed" - Mac patch 2010-12-16 03:39:11 +00:00
Mitchell Livingston e634510ae1 remove some glue code 2010-12-09 23:34:44 +00:00
Mitchell Livingston 0371e8bc80 #3788 Adjust the status and filter bars' colors; make status bar draggable (again) 2010-12-09 23:30:35 +00:00
Mitchell Livingston 09cbb20c87 undo the status bar in #3788 for now 2010-12-05 19:20:07 +00:00
Mitchell Livingston 03632ac9d8 experiment for #3788 Adjust the status and filter bars' colors; make main window draggable 2010-12-04 03:55:36 +00:00
Mitchell Livingston 457f55e6c1 set the status bar's upload and download numbers to the raised style, like the rest of the items in the bar 2010-11-28 04:47:50 +00:00
Mitchell Livingston 3700c97b21 #3613 run a script when download completes - patch by Alexander Courtis 2010-11-23 00:32:43 +00:00
Mitchell Livingston 35f3596db4 #3743 properly set the blocklist URL on launch 2010-11-14 23:44:07 +00:00
Mitchell Livingston c8ada6126c add a string function to format an NSUInteger as a formatted string 2010-11-14 20:26:58 +00:00
Mitchell Livingston 69fcecce1a use number formatters when displaying the number of transfers 2010-11-14 18:33:57 +00:00
Mitchell Livingston 90a1f45f99 update the toolbar icons right away in a handful of potentially relevant events 2010-11-13 19:10:31 +00:00
Mitchell Livingston 57e918d196 didn't mean to do that 2010-11-13 16:11:22 +00:00
Mitchell Livingston 6ea9179ca4 disable the blocklist's update button if no URL is entered 2010-11-13 16:07:27 +00:00
Mitchell Livingston 317349c13c #3697 make blocklist URL configurable in the Mac UI 2010-10-31 19:05:46 +00:00
Mitchell Livingston 64f9c4f2e2 remove proxy support from the Mac client 2010-10-31 14:51:50 +00:00
Mitchell Livingston fac0ce51f4 push the bottom buttons left two pixels 2010-10-24 19:37:52 +00:00
Mitchell Livingston 05175c8100 #3669 Streamline the bottom-left buttons, removing the button borders and using an updated turtle image. There is glue-code for this to work on localizations until they update the xib files. 2010-10-24 19:19:21 +00:00
Mitchell Livingston 458f2d603f #3643 When saving a copy of the torrent file, don't allow the extension to be hidden 2010-10-19 00:01:31 +00:00
Mitchell Livingston 66f7c47f3e update strings file 2010-09-18 19:40:12 +00:00
Mitchell Livingston 0e2dd87c08 #3518 Snow Leopard systems should show file sizes and speeds in base 10 2010-09-12 22:20:19 +00:00
Mitchell Livingston 7e52a2e8bb don't set an idle eta if the transfer is currently uploading 2010-08-14 19:44:43 +00:00
Mitchell Livingston 20432d933e #3840 LPD does not initiate on startup 2010-08-03 23:54:02 +00:00
Mitchell Livingston 8bee7fa23c update Mac build for the change from inactive to idle 2010-07-24 03:19:41 +00:00
Mitchell Livingston fd0dd10419 First go at #2560 "inactive seeding time limit". libtransmission and Mac support are currently implemented. 2010-07-16 03:12:57 +00:00
Mitchell Livingston 78c1745c36 Change "Total {down/up}load rate:" to "Global {down/up}load limit:" 2010-07-10 13:33:08 +00:00
Mitchell Livingston 5c66ff7c9a when localizing units of speed, localize the full speed string; localize the speed & size strings passed to libtransmission 2010-07-10 02:31:05 +00:00
Charles Kerr 63f3ac9fca (trunk mac) possibly fix the won't-seed bug report by making sure the value of a bandwidth KB is defined before calling tr_sessionInit() 2010-07-08 20:26:24 +00:00
Charles Kerr 88c61f8cc2 (trunk) #3045 fix oops from last commit 2010-07-06 20:52:54 +00:00
Charles Kerr 610061f79a (trunk T) #3045 "units" -- modify the formatter functions based on feedback from BMW 2010-07-06 20:25:54 +00:00
Mitchell Livingston ed74e0009b Mac build compiles again 2010-07-06 03:31:17 +00:00
Mitchell Livingston 746f02fc02 #3320 When a download completes at the same time seeding completes, still show a Growl notification and play a sound 2010-06-25 22:19:28 +00:00
Mitchell Livingston ccb4a70200 adjust the opening dialog text 2010-05-01 02:29:01 +00:00
Mitchell Livingston 99084a1190 eliminate a warning 2010-04-24 16:50:18 +00:00
Charles Kerr 044823baf4 (trunk macosx) maybe fix the utils.h breakage? 2010-04-23 16:59:14 +00:00
Mitchell Livingston 717a1788c6 small rearrangement of help 2010-04-20 23:47:28 +00:00
Mitchell Livingston e648c6d64f #3157 add hidden plist options "bind-address-ipv4/6" 2010-04-20 21:59:19 +00:00
Charles Kerr 1a7bcbbea2 (trunk) #1869 "new status for torrents that reached the seed ratio" -- add temporary debug messages to help track down the issue leena's reporting in that ticket 2010-04-14 13:36:43 +00:00
Mitchell Livingston c0d907d6a3 add an option to the prefs to show the add window for magnet links 2010-04-12 01:34:11 +00:00
Mitchell Livingston b3af34d53d #2612 Display a neutered add window for magnet links 2010-04-12 00:55:31 +00:00
Mitchell Livingston d33374c3c1 #3114 remove preference, now resume all always excludes "seeding complete" transfers 2010-04-04 02:05:40 +00:00
Mitchell Livingston 037db7fead #3114 add option to transfers->management "Resume All includes seeding-complete transfers" 2010-04-04 01:35:51 +00:00
Mitchell Livingston 72a7337266 #1295 Sync "Start when added" with libtransmission 2010-03-26 02:28:41 +00:00
Mitchell Livingston 34bd2914db first attempt at a single-row, more compact Compact (Minimal) View 2010-03-20 03:27:17 +00:00
Mitchell Livingston 8973806d44 in the torrent removal dialog, magnet links, as well as torrent files, can be used to re-add transfers 2010-02-23 00:41:44 +00:00
Mitchell Livingston c4dbf9f8be dead code removal 2010-02-20 14:43:25 +00:00
Mitchell Livingston b65ead918f small tweaks 2010-02-16 03:29:31 +00:00
Mitchell Livingston 84f81d5d00 delay creation of the message log window until it is first opened 2010-02-09 13:15:52 +00:00
Mitchell Livingston 799e94aeb7 #2844 Add option to disable ".part" suffix for incomplete files (Mac) 2010-02-06 18:44:13 +00:00
Mitchell Livingston 879d5555b2 #2720 When adding a duplicate magnet link, display an appropriate error message instead of a generic message 2010-02-02 01:47:22 +00:00
Mitchell Livingston bf2a6d8f09 #2798 Disable "Verify Local Data" for magnetized transfers 2010-01-23 21:51:04 +00:00
Mitchell Livingston abe7ba3a94 fix magnet links when app is closed that I broke in r9996 2010-01-23 00:36:18 +00:00
Mitchell Livingston 312339d3c2 #2787 allow dragging of URLs onto the dock icon once again 2010-01-23 00:05:40 +00:00
Mitchell Livingston 590e4d0d9e don't save the torrent file for magnetized transfers 2010-01-17 17:57:54 +00:00
Mitchell Livingston 7cad213bbc send "close" to windows when quitting instead of "orderOut:" 2010-01-16 22:57:21 +00:00
Mitchell Livingston 1fec2fb2d0 happy new year! 2010-01-01 21:12:04 +00:00
Mitchell Livingston b32ff10cba assorted code cleanup 2009-12-26 00:02:20 +00:00
Mitchell Livingston 5812c61812 small code nudges here and there 2009-12-23 02:02:11 +00:00
Mitchell Livingston f7bc63e080 #2686 Do not cache torrents added by url 2009-12-19 19:14:29 +00:00
Mitchell Livingston 897f344b71 possible fix for #2586 2009-12-14 23:35:55 +00:00
Mitchell Livingston 6ea8a3cddf on open, make sure the filter bar's layout is correct 2009-12-13 21:42:45 +00:00
Mitchell Livingston b313255e58 better implementation of r9721 2009-12-12 02:39:31 +00:00
Mitchell Livingston 4b2f7cf4dd better handling of revealing the main window when the dock is clicked 2009-12-12 02:28:27 +00:00
Mitchell Livingston db4b1959aa #2625 Add a menu item to copy a magnet link to the clipboard 2009-12-04 13:35:15 +00:00
Mitchell Livingston 25c8e4f0d0 cap the message log count in the Mac UI 2009-12-02 00:27:07 +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 54741eb20a #2611 Transmission doesn't recognize magnet dragged onto application window 2009-11-27 16:31:05 +00:00
Mitchell Livingston 95328f5535 display progress of retrieving metadata on a magnetized transfer 2009-11-27 03:20:19 +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 565d87f8c4 some more tweaks for magnet links 2009-11-26 02:11:00 +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 5126de2802 left out a break 2009-10-30 22:53:23 +00:00
Mitchell Livingston 632ccf066a trivial cleanup and update strings file 2009-10-29 02:45:58 +00:00
Mitchell Livingston c4c2d918ec whoops 2009-10-29 01:47:01 +00:00
Mitchell Livingston d5cd854bcb remove the mac's redundant location check when adding a transfer 2009-10-29 01:44:54 +00:00
Mitchell Livingston 7220f6fe83 per-torrent action menu's priority images might have been flipped on 10.6 2009-10-27 23:23:02 +00:00
Mitchell Livingston 2296384fc1 get rid of 2 more warnings 2009-10-25 19:29:30 +00:00
Mitchell Livingston ffe75b3506 store the donate ask date right away, instead of after the user clicks yes/no 2009-10-24 20:44:48 +00:00
Mitchell Livingston 9c21268250 fix Quick Look from the file inspector 2009-10-22 00:10:41 +00:00
Mitchell Livingston 793524ac47 update the time machine exclude list when the file is moved through rpc 2009-10-21 22:20:43 +00:00
Mitchell Livingston 7f5cfbec77 don't try to reveal files that don't exist 2009-10-21 22:15:36 +00:00
Mitchell Livingston 581afef25a use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges) 2009-10-21 13:01:14 +00:00
Charles Kerr 05c77cc975 (trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files 2009-10-19 05:05:00 +00:00
Mitchell Livingston 94627c81f3 only remove a torrent from the queue for a local error, not tracker error; miscellaneous trivial adjustments 2009-10-17 17:15:37 +00:00
Mitchell Livingston 9cb0726102 whoops again 2009-10-16 23:07:59 +00:00
Mitchell Livingston 8eb56a89d6 whoops 2009-10-16 23:05:29 +00:00
Mitchell Livingston 22354eb622 small adjustments to the queue 2009-10-16 23:02:55 +00:00
Mitchell Livingston 3877b7c1d3 #2503 When sorting by state, separate queued transfers from paused transfers 2009-10-15 23:18:39 +00:00
Mitchell Livingston 3bb47b4630 don't zoom in/out the QL window if the corresponding row isn't visible 2009-10-12 03:15:37 +00:00
Mitchell Livingston fc7d82518d when Quick Look is visible, make the toolbar icon blue and append "Close" to the menu item 2009-10-12 01:59:52 +00:00
Mitchell Livingston a01688aed6 fix a crash on quit with the QuickLook window open 2009-10-12 00:48:16 +00:00
Mitchell Livingston 99c4d8cc09 don't zoom the QL window if the main window's closed 2009-10-12 00:19:04 +00:00
Mitchell Livingston f9012885c3 QuickLook main window even if it's closed, and update the QL window when opening/closing the inspector 2009-10-11 23:50:13 +00:00
Mitchell Livingston 80e3ed302f better consideration of which item to Quick Look based on which windows are open 2009-10-11 23:27:53 +00:00
Mitchell Livingston 1af529aa96 phase one of moving quicklook into the controller - it's not as pretty code-wise but the behavior is a lot more consistent 2009-10-11 23:16:46 +00:00
Mitchell Livingston 2af26e1d7c #2488 when sorting by tracker, first use the tracker that comes first alphabetically 2009-10-11 13:42:10 +00:00
Mitchell Livingston 0fd678acd0 add a couple of asserts just for the hell of it 2009-10-11 13:11:52 +00:00
Mitchell Livingston c46a597742 apparently applicationShouldHandleReopen:hasVisibleWindows:'s visibleWindows only counts the windows we care about already 2009-10-11 03:06:59 +00:00
Mitchell Livingston 6ae79cdb91 applicationShouldHandleReopen:hasVisibleWindows: hardcoded a check for the main window and prefs window; now check for a visible main window 2009-10-11 02:50:13 +00:00
Mitchell Livingston 1642a05ebc move some #imports out of header files 2009-10-11 02:22:38 +00:00
Mitchell Livingston 70acab2791 re-add r9257 on 10.6 2009-10-10 13:24:13 +00:00
Mitchell Livingston a292153b26 attempt number one of fixing 10.5 support 2009-10-10 13:21:27 +00:00
Mitchell Livingston 4e16e80ad6 get rid of one 10.5 problem 2009-10-10 01:06:06 +00:00
Mitchell Livingston 444f8f553f on 10.6 simplify the check for already-running Transmission instances 2009-10-10 00:00:46 +00:00
Mitchell Livingston 94dfde0d92 a little more cleanup 2009-10-02 22:07:00 +00:00
Mitchell Livingston e4418a32f3 refine the legal text 2009-10-02 22:04:47 +00:00
Mitchell Livingston f8b7ac4b55 show dialog on first launch only 2009-10-02 21:51:56 +00:00
Mitchell Livingston 53c81d46fd (mac) #2478: popup dialog for first-time users 2009-10-02 21:51:09 +00:00
Mitchell Livingston a9101bb1c2 first go at redoing the tracker inspector tab (some functionality is still missing) 2009-09-28 01:57:35 +00:00
Mitchell Livingston 129fa7b97b NSWidthInsensitiveSearch isn't needed for filtering text 2009-09-27 16:45:59 +00:00
Mitchell Livingston 3d831a859e fix using the filter bar to filter by tracker; add options to make the filter text searching less strict 2009-09-27 16:37:57 +00:00
Mitchell Livingston 174a097ebd fix mac build - tracker info tab info is not fully available for now 2009-09-25 22:18:54 +00:00
Mitchell Livingston 75a468a9e0 #2439 changing sort order to queue will automatically re-sort - and how long has this been broken?! 2009-09-24 02:27:18 +00:00
Mitchell Livingston b7cba41691 rename SUPPORT_FOLDER to TRANSFER_PLIST 2009-09-20 02:41:28 +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 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 020353a08c remove unneeded calls to sharedPreviewPanel 2009-09-04 23:58:27 +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 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 8f87d72461 a little cleanup 2009-08-19 00:38:53 +00:00
Mitchell Livingston 9e2cbbe0a0 For the first time shown, don't show the "never show again" on the donation dialog. The reasoning for this is that new users will get that dialog without a chance to thoroughly use the app, so they can have a week before having the option to hide forever. 2009-08-18 02:30:07 +00:00
Mitchell Livingston 5513efe047 if an unknown rpc command is received, display what command it is 2009-08-17 01:40:57 +00:00
Mitchell Livingston b534811092 whoops 2009-08-16 21:32:07 +00:00
Mitchell Livingston 1f0f6915bb add the donate warning to the reset warnings pref option 2009-08-14 23:44:25 +00:00
Mitchell Livingston 8a4e2d07bc show the donate dialog on second launch 2009-08-14 23:40:36 +00:00
Mitchell Livingston d125d9a967 bah, and of course, remove test code 2009-08-14 03:15:14 +00:00
Mitchell Livingston 8ec3d0f493 move the donation nag window to applicationDidFinishLaunching: 2009-08-14 03:14:37 +00:00
Mitchell Livingston 6c2f77a3ee fix whoops for testing r8924 2009-08-14 01:12:39 +00:00
Mitchell Livingston effdd10a30 Add a window to the Mac interface to ask for a donation.
A lot of discussion has gone into the merits of such a feature, and as a result it has been designed to be as unobtrusive as possible. It will appear on second launch, and once a week after that. If the "don't ask again" check is checked, then it will never appear again. No matter what option is chosen, there will be no impact on any functionality of the program.
2009-08-14 01:11:13 +00:00
Mitchell Livingston def0b31330 add a couple of speed limit presets 2009-08-07 23:34:48 +00:00
Mitchell Livingston 851595b11c get the mac build to compile again 2009-08-05 02:13:45 +00:00
Charles Kerr 1c3b53244d (trunk) clean up the return value of tr_torrentParse() 2009-08-05 01:59:16 +00:00
Mitchell Livingston 98a9a9edd9 flipping autorelease pools' release over to drain 2009-08-04 01:53:51 +00:00
Mitchell Livingston 91bb087731 #2287 Remove options to delete torrent file when removing, and remove internal storing of torrent file location 2009-07-20 00:40:01 +00:00
Mitchell Livingston 30502116f6 remove ability to remove .torrent files for the ui 2009-07-19 19:14:01 +00:00
Mitchell Livingston 89fa08deb5 fix whoops with auto-add for users that are having UTI problems 2009-06-11 23:43:13 +00:00
Mitchell Livingston 52454105b2 more love for users having problem with the torrent file UTI 2009-06-11 23:02:54 +00:00
Mitchell Livingston 6fd6b4b5b0 potentially (hopefully) fix bug where some users couldn't add torrents 2009-06-10 22:56:24 +00:00
Mitchell Livingston ff841806e0 simplify file dragging - don't consider torrent creation even if verifying a .torrent file fails 2009-05-25 21:07:12 +00:00
Mitchell Livingston 81a0584a6e a little simplification in the auto-import code 2009-05-23 19:01:57 +00:00
Mitchell Livingston bbb7ff0562 fix whoops 2009-05-23 18:55:08 +00:00
Mitchell Livingston 4fb2e39d59 replace some file extension checks with Uniform Type Identifier checks 2009-05-23 18:53:09 +00:00
Mitchell Livingston 448dcd9d59 add button for DHT in Mac prefs 2009-05-21 04:35:40 +00:00
Mitchell Livingston deeeee3d05 #2045 hold down option key on launch to start with all torrents paused 2009-05-12 00:58:22 +00:00
Mitchell Livingston a0e34bc270 #2041 bounce Downloads stack when downloads are complete 2009-05-09 17:11:21 +00:00
Mitchell Livingston f247cfecbe set torrents to sleep in the sleep-callback thread 2009-05-06 01:42:13 +00:00
Mitchell Livingston 293524e9ca save the value of the speed limit day without conversion 2009-04-05 20:13:16 +00:00
Mitchell Livingston bf3bdda68f warnings-- 2009-04-05 17:48:03 +00:00
Mitchell Livingston aab0c1b87c #1969 separate picking a random port from choosing a random port at startup 2009-04-03 04:29:27 +00:00
Charles Kerr c3b24bc471 (trunk) modify tr_torrentParse() and tr_torrentNew() arguments s.t. they use the ctor's session instead of passing it in again. Allow a NULL session pointer for some cases of tr_torrentParse(). 2009-04-02 17:30:29 +00:00
Mitchell Livingston aefd0f4df2 only show a Growl notification when the speed limit is auto-enable/disabled 2009-03-30 22:18:25 +00:00
Charles Kerr 2290c49898 (trunk) add a did-the-user-do-this flag to the "alt speed toggled" callback 2009-03-30 17:25:35 +00:00
Mitchell Livingston 482f7186b3 fix Mac build; use tr_bencDictAddBool() 2009-03-29 23:10:36 +00:00
Mitchell Livingston 453e4a3f72 the Mac build works with the new speed limit libT code - still a bit quirky 2009-03-28 17:18:43 +00:00
Mitchell Livingston 72230e8756 trivial changes 2009-03-01 17:02:58 +00:00
Mitchell Livingston 39b0108366 have the mac ui use libT's ratio settings (attempt 1); when seed ratio is reached in libT, set the seed ratio setting to "seed forever" 2009-02-14 21:15:57 +00:00
Mitchell Livingston 8ec25a2fdb random cleanup and update the strings file 2009-01-26 02:16:03 +00:00
Mitchell Livingston 73265333c8 always fallback with sorting by name 2009-01-24 19:26:16 +00:00
Mitchell Livingston 945978ee41 determine queue order solely on order in the fTorrent array - this gets around potential problems when relaunching with less torrents 2009-01-24 19:07:25 +00:00
Mitchell Livingston 8f5e8e1599 (trunk) last filter button resizing adjustment, I swear 2009-01-19 22:28:25 +00:00
Mitchell Livingston cdb0bbcb2a (trunk) streamline the filter button resize code a bit 2009-01-19 22:16:11 +00:00
Mitchell Livingston 1224d9f586 (trunk) filter button shrinking will now scale proportionally based on button size - a big improvement for localizations 2009-01-19 22:08:21 +00:00
Mitchell Livingston 9420a38912 clean up Info.plist 2009-01-12 00:24:48 +00:00
Mitchell Livingston 25790cc11e use the torrent file's UTI in open/save dialogs 2009-01-11 21:49:17 +00:00
Mitchell Livingston 554088d322 add support for auto-updating to beta releases 2009-01-11 16:58:14 +00:00
Mitchell Livingston 055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Mitchell Livingston cd7b38e007 warnings--; miscellaneous other cleanup 2009-01-06 02:07:55 +00:00
Mitchell Livingston 0b4f9e8357 the speed limit turtle button uses a single turtle image (auto-generate blue image) 2009-01-02 03:57:28 +00:00
Mitchell Livingston a5a04ebb2a make the toolbar images templates; auto-generate the blue highlight for selected toolbar buttons (thanks to Leopard) 2009-01-02 03:35:59 +00:00
Mitchell Livingston b647148cf7 small improvement to the group filtering code 2008-12-29 03:03:11 +00:00
Mitchell Livingston 269b7d650e small streamline of filter code 2008-12-29 02:39:41 +00:00
Mitchell Livingston 8710f27709 switch over Controller.m's enumerator's to Objective-C 2's fast enumeration 2008-12-26 07:06:02 +00:00
Mitchell Livingston 333e226a3c so long Tiger support 2008-12-26 05:57:51 +00:00
Mitchell Livingston 641e38b728 change the "Use Groups" shortcut to Cmd-G 2008-12-26 00:44:37 +00:00
Mitchell Livingston e3b2d77ebf reuse existing TorrentGroup object instead of recreating constantly (fixes #1415) 2008-12-26 00:16:19 +00:00
Charles Kerr 55f263312f (trunk) patch from wereHamster to finish off tr_handle 2008-12-22 19:14:43 +00:00
Mitchell Livingston 33633f5ce1 set message level appropriately on launch 2008-12-20 02:24:38 +00:00
Mitchell Livingston 0cb3a858c1 invert that last commit 2008-12-17 02:21:02 +00:00
Mitchell Livingston d3e8165c83 cleanup for the group menu filling adjustment 2008-12-17 02:19:14 +00:00
Mitchell Livingston 37c9e00aae get rid of an unnecessary class 2008-12-17 02:13:49 +00:00
Mitchell Livingston 2707962707 #1559 Simplify tr_sessionInitFull - Mac client 2008-12-14 00:31:33 +00:00
Mitchell Livingston 29863264e5 merge the group location selection code 2008-12-13 22:49:46 +00:00
Mitchell Livingston 359e462091 disable the group location matching when adding a just-created torrent 2008-12-13 22:10:11 +00:00
Mitchell Livingston 7b17087c70 #1157 ability to pick a random port in libtransmission; mac preference to pick a random port on launch and on button click 2008-12-11 04:41:23 +00:00
Mitchell Livingston 678a3f7c3e #1575 Auto-select a group for new torrents according to criteria for each group 2008-12-08 03:26:28 +00:00
Mitchell Livingston 399485bf6c add an option to disable Bonjour broadcasting of the web ui link 2008-12-06 02:59:04 +00:00
Mitchell Livingston 28414a9ed3 #1395 - patch from Waldorf: Bonjour support for Web Interface 2008-12-06 01:18:25 +00:00
Mitchell Livingston 208680d415 #1536 Speed Limit Rollover information 2008-12-03 02:55:38 +00:00
Mitchell Livingston 69877384f1 remove unused GroupsWindow.xib; don't allow group rows to be renamed from the group list 2008-11-29 21:03:47 +00:00
Mitchell Livingston c0034ecc6e remove an unused "Show Groups" menu item 2008-11-29 20:41:31 +00:00
Mitchell Livingston d6fce3abcb remove references and dead code to the group window being its own window; other rearrangements of code 2008-11-29 20:29:54 +00:00
Mitchell Livingston 16e6aadec3 #1529 patch from ciaran to move the groups window into the preferences window 2008-11-29 20:03:18 +00:00
Charles Kerr a1cd6d85dc (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
Mitchell Livingston 3548135711 trivial cleanups 2008-11-15 19:47:57 +00:00
Mitchell Livingston 97c85554de set a better, better default download location for the web ui 2008-11-09 14:25:52 +00:00
Mitchell Livingston c17d8bd156 set a better default download location for the web ui 2008-11-09 14:17:44 +00:00
Mitchell Livingston 6aad895ce4 fix a crasher by setting the default download directory 2008-11-09 14:14:33 +00:00
Mitchell Livingston 239fc6610b trivial changes to table grid color drawing and other areas 2008-11-08 22:13:00 +00:00
Mitchell Livingston c511fe2e07 formatting and release notes update 2008-11-08 04:33:14 +00:00
Charles Kerr 42fe27c067 more fucking around with the speed measurements. 2008-11-08 02:49:04 +00:00