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 |