Mitchell Livingston
|
ecea999554
|
#2470 Pasting an address (or list of addresses) into the tracker list should add those trackers
|
2009-10-01 01:15:37 +00:00 |
Mitchell Livingston
|
15f1f18e56
|
prepare for re-adding "remove tracker" functionality
|
2009-09-29 03:53:57 +00:00 |
Mitchell Livingston
|
edefc9a10a
|
getting closer to re-adding "add tracker" functionality
|
2009-09-29 03:02:44 +00:00 |
Mitchell Livingston
|
5ea8b6a77a
|
dead code removal
|
2009-09-28 04:29:38 +00:00 |
Mitchell Livingston
|
4284d1fa23
|
actually return the array of flat trackers from the corresponding method
|
2009-09-27 15:49:33 +00:00 |
Mitchell Livingston
|
c3b81a378c
|
let's copy the tracker stat object only once instead of twice on each pulse
|
2009-09-26 16:46:14 +00:00 |
Mitchell Livingston
|
5b7547a0e1
|
mac build compiles once again
|
2009-09-26 13:58:40 +00:00 |
Mitchell Livingston
|
06df79d02f
|
begin the reorganization of the inspector tracker tab - a lot still left to do
|
2009-09-26 04:02:39 +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
|
fd934eeaff
|
remove a warning
|
2009-09-17 01:15:00 +00:00 |
Mitchell Livingston
|
8b4ec4b7b7
|
remove distinction between built-in trackers and custom-added trackers; add trackers to the end of the list instead of the beginning
|
2009-09-17 00:33:39 +00:00 |
Mitchell Livingston
|
3f00feef10
|
whoops
|
2009-09-06 21:19:19 +00:00 |
Mitchell Livingston
|
b41c9169e8
|
Simplify the progress bar drawing code using NSDivideRect(). This also allows the bars to have non-integer lengths
|
2009-09-06 21:09:33 +00:00 |
Mitchell Livingston
|
75584d81ac
|
zoom from the inspectors file table when quick looking
|
2009-09-05 01:58:13 +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
|
74bcaba766
|
require 10.6 (and Xcode 3.2) for development, and kill some more deprecated methods too
|
2009-08-29 20:28:52 +00:00 |
Mitchell Livingston
|
ace6821574
|
remove a couple of 10.6 deprecated methods
|
2009-08-28 23:40:11 +00:00 |
Mitchell Livingston
|
851595b11c
|
get the mac build to compile again
|
2009-08-05 02:13:45 +00:00 |
Mitchell Livingston
|
360f5c49ae
|
recognize tracker errors and warnings
|
2009-08-05 01:55:37 +00:00 |
Mitchell Livingston
|
28419f169f
|
whoops - delete the torrent file if it is NOT the internal torrent file
|
2009-07-22 14:10:07 +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
|
1170ac2c73
|
count, not size
|
2009-07-14 00:11:50 +00:00 |
Mitchell Livingston
|
810e2f6727
|
a little safety for when trackerless torrent support is added
|
2009-07-12 03:28:03 +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
|
46df14ffd6
|
#2123 Remember the manually-added torrent location between launches
|
2009-05-28 01:08:44 +00:00 |
Mitchell Livingston
|
bb259225aa
|
safety check for when displaying trackers in the inspector
|
2009-05-24 14:37:12 +00:00 |
Mitchell Livingston
|
1b56f29efb
|
fix r8473 whoops
|
2009-05-22 12:11:45 +00:00 |
Mitchell Livingston
|
0b7007088b
|
cleanup last commit(s)
|
2009-05-22 02:52:28 +00:00 |
Mitchell Livingston
|
c36a007cd4
|
remove a little redundant code from the last commit
|
2009-05-22 02:26:02 +00:00 |
Mitchell Livingston
|
d3370ef29e
|
save internal torrent path to history, and prefer that over the hash when loading on startup
|
2009-05-22 02:08:51 +00:00 |
Mitchell Livingston
|
a94a34e347
|
update Mac code for DHT (still doesn't compile)
|
2009-05-19 22:51:37 +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
|
bada82a96c
|
skeleton for priorities in the Mac UI - still lacks ability to actually change the priority
|
2009-04-20 02:45: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
|
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
|
e81e717e5e
|
r8061 whoops
|
2009-03-15 20:33:42 +00:00 |
Mitchell Livingston
|
f8b1326101
|
allDownloaded should look at leftUntilDone, not percentDone
|
2009-03-14 20:11:17 +00:00 |
Mitchell Livingston
|
b16cd42420
|
get the rpc password without using tr_sessionGetRPCPassword, in preparation for #1276
|
2009-03-14 15:53:13 +00:00 |
Mitchell Livingston
|
852bbbe508
|
#8021 per-torrent vs. global speed limit confusion for mac ui
|
2009-03-05 01:10:09 +00:00 |
Mitchell Livingston
|
2dabe5ce34
|
move the percent to the stop ratio into libtransmission
|
2009-03-01 23:48:04 +00:00 |
Mitchell Livingston
|
3d1cf6ba0d
|
assorted trivial cleanup
|
2009-02-17 04:00:53 +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
|
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
|
055afd2d4d
|
update the Mac code's copyright dates
|
2009-01-10 23:37:37 +00:00 |
Mitchell Livingston
|
fd7fa49fc3
|
#1668 Groups: filter torrents by evalutating a multivalue property (any tracker and any file)
|
2009-01-08 02:37:18 +00:00 |
Mitchell Livingston
|
cd7b38e007
|
warnings--; miscellaneous other cleanup
|
2009-01-06 02:07:55 +00:00 |
Mitchell Livingston
|
bf1a2c1811
|
shoo log
|
2009-01-03 21:29:00 +00:00 |
Mitchell Livingston
|
cc8e16ed20
|
only increment the tier count for valid tiers
|
2009-01-03 21:27:48 +00:00 |
Mitchell Livingston
|
062c252bec
|
update localizable strings and other trivial changes
|
2008-12-26 21:31:00 +00:00 |