Charles Kerr
53d8574b11
* change tr_stat.activityDate's and tr_stat.startedDate's type to time_t, since that's how everyone uses them anyway
...
* add a little more documentation to tr_stat and tr_ctor in transmission.h
2008-05-23 20:04:41 +00:00
Mitchell Livingston
03292f0bd8
missed these files in the last commit
2008-05-23 19:32:35 +00:00
Mitchell Livingston
0558f0b05f
manually draw the alternating row colors in the tracker table as well
2008-05-23 19:31:57 +00:00
Mitchell Livingston
527450b285
use the clipRect as the visible rect
2008-05-23 19:17:01 +00:00
Mitchell Livingston
5cd3dd1db7
manually draw the alternating row colors - this allows the rows below each group row to start as white
2008-05-23 19:04:19 +00:00
Mitchell Livingston
6345b6ba11
keep strings consistent
2008-05-23 16:56:03 +00:00
Mitchell Livingston
ecb0dfc0f3
for users that have "times open" displayed as 0, display "n/a" instead
2008-05-23 16:54:01 +00:00
Charles Kerr
d18fb68fbc
sine we now have two public ports (peer and rpc), rename "publicPort" as "peerPort"
2008-05-23 16:18:58 +00:00
Charles Kerr
0621c67c41
more cleanup work:
...
(1) kill the pointless "tr_tracker_stat" struct.
(2) kill the unused "tr_torrentRemoveSaved()" function.
(3) kill the redundant "nextManualAnnounceTime" variable.
(4) make the TR_ERROR_IS_* macros private.
2008-05-22 23:11:21 +00:00
Mitchell Livingston
29729d35e7
streamline FileListNode.m, moving asserts to more appropriate locations
2008-05-22 21:06:56 +00:00
Charles Kerr
26b5a16630
(libt) more janitorial work on cleaning up tr_session*() and tr_torrent*() functions: session stats, torrent count, and manual update.
2008-05-22 20:44:41 +00:00
Mitchell Livingston
b59be62bb5
fix errors with the new file structure code when displaying per-torrent action menu
2008-05-22 20:00:22 +00:00
Charles Kerr
9fdb8afdf0
(rpc) remove TR_RPC_TORRENT_CLOSING. formalize "torrent-list"'s response in the rpc spec.
2008-05-22 19:24:11 +00:00
Mitchell Livingston
1279b6ffff
move new files into the macosx directory
2008-05-22 18:44:58 +00:00
Mitchell Livingston
b89071685f
use a custom class instead of a dictionary for holding a torrent's file structure
2008-05-22 18:39:49 +00:00
Charles Kerr
dceabc5661
make tr_stat identical in transmission.h and rpc-spec.txt.
2008-05-22 16:59:51 +00:00
Charles Kerr
7b209acc1b
more janitorial cleanup on the "tr_session*" namespace. Today's victim: tr_handle_status.
2008-05-22 12:31:47 +00:00
Mitchell Livingston
e6f66b1d07
quicklook window expands from the icon instead of the whole table row
2008-05-21 22:09:05 +00:00
Mitchell Livingston
0c94c7b623
(trunk) update to 1.21
2008-05-21 21:15:15 +00:00
Mitchell Livingston
8d3c742eb1
fix infinite loop when quicklooking a collapsed group
2008-05-21 19:27:22 +00:00
Mitchell Livingston
3bac97b948
enable/disable the quicklook menu item/toolbar item
2008-05-21 18:59:18 +00:00
Mitchell Livingston
f8d72c8708
when showing quicklook window, leave previous window as key
2008-05-21 18:47:48 +00:00
Mitchell Livingston
132a4b7243
only "suck" in and out when quicklook-ing when the window is visible
2008-05-21 16:32:26 +00:00
Mitchell Livingston
29ee9a2a6f
add quick look menu item
2008-05-21 16:28:21 +00:00
Mitchell Livingston
d154c2870d
warnings--
2008-05-21 16:14:44 +00:00
Mitchell Livingston
3c05479037
make the quicklook toolbar item off by default
2008-05-21 16:08:41 +00:00
Mitchell Livingston
4b4347a675
add a QuickLook button to the toolbar
2008-05-21 16:02:38 +00:00
Mitchell Livingston
958f2447da
only allow QuickLook of folders or finished downloads; update NEWS
2008-05-21 15:49:37 +00:00
Mitchell Livingston
64e328a741
add QuickLook to the main window (keeping it in the info window as well)
2008-05-21 15:45:27 +00:00
Mitchell Livingston
1f0c5b891c
move quick look into its own class, making it a singleton object to allow expanded functionality
2008-05-21 15:23:26 +00:00
Charles Kerr
c7b9c8c043
( #954 ) rpc: add "torrent-remove" method. rename tr_torrentDelete() as tr_torrentRemove() for consistency with various parts of the code.
2008-05-20 23:58:59 +00:00
Mitchell Livingston
c6229feac9
update quicklook when switch tabs to the file tab
2008-05-20 23:57:42 +00:00
Mitchell Livingston
de9d548cf3
only update quicklook window when changing transfer/file
2008-05-20 23:45:07 +00:00
Mitchell Livingston
aa0e8df705
update the quicklook window when the selected transfer changes
2008-05-20 23:13:52 +00:00
Mitchell Livingston
7983c5484a
allow quicklook of transfers through the inspector; add a quicklook button; move quicklook code from the file controller to the info controller
2008-05-20 23:04:23 +00:00
Mitchell Livingston
bb3f77d2cd
remove quicklook animation when the table disappears
2008-05-20 20:38:14 +00:00
Mitchell Livingston
1fb597f1ba
#958 QuickLook from within the Inspector - thanks Waldorf!
2008-05-20 19:34:33 +00:00
Mitchell Livingston
850807c626
a little progress on setting up the rpc callback (no new actual functionality yet)
2008-05-20 15:16:34 +00:00
Mitchell Livingston
d3d39fce19
more ipc code removal
2008-05-19 13:29:07 +00:00
Mitchell Livingston
7ac00f83c7
update project for new rpc code (part 2)
2008-05-19 01:05:14 +00:00
Mitchell Livingston
9aecf34ce7
update project for new rpc code (part 1)
2008-05-19 00:23:06 +00:00
Mitchell Livingston
788ccd60d3
#948 - when processing the blocklist, don't block the gui (Leopard-only)
2008-05-16 00:25:09 +00:00
Mitchell Livingston
c76838f7fe
clarify "remaining time unknown"
2008-05-14 23:13:30 +00:00
Mitchell Livingston
cc3f907115
minor adjustments/code cleanup of the new group drawing code
2008-05-14 22:57:46 +00:00
Mitchell Livingston
f59a61576c
adjust the look of the group colors
2008-05-14 21:35:37 +00:00
Mitchell Livingston
b75aa8df9f
dragging directly onto group row won't change queue order
2008-05-14 18:09:51 +00:00
Mitchell Livingston
35af79aa95
(trunk) re-add Italian localization
2008-05-14 03:24:25 +00:00
Mitchell Livingston
48874c0619
more adjustments to dragging with groups
2008-05-12 22:38:50 +00:00
Mitchell Livingston
add14825a7
when sorting by queue order, dragging on group header will place the torrent at the bottom
2008-05-12 22:08:06 +00:00
Mitchell Livingston
320f43211f
allow changing groups by dragging (regardless of sort)
2008-05-12 21:57:37 +00:00
Mitchell Livingston
b147256596
moving torrents between groups will change their groups - this took forever to get not to crash, so enjoy
2008-05-12 21:38:24 +00:00
Mitchell Livingston
7e36f684a9
mac build compiles
2008-05-12 16:39:32 +00:00
Mitchell Livingston
b237f6089a
a little redundant code removal
2008-05-12 01:49:48 +00:00
Mitchell Livingston
a1a3c43d19
remove useless "sorted" variables
2008-05-12 01:37:38 +00:00
Mitchell Livingston
f231e13d6c
fix ordering error
2008-05-12 01:32:33 +00:00
Mitchell Livingston
c48c9025c8
a little tidyup; update NEWS
2008-05-11 21:57:34 +00:00
Mitchell Livingston
cfb91f22e4
allow reordering while groups are shown (and sorting by queue)
2008-05-11 21:38:40 +00:00
Mitchell Livingston
9c8e002ec1
update NEWS, remove unused variable
2008-05-10 19:34:17 +00:00
Mitchell Livingston
a423636ed3
the "selected" status string and the minimal view's "remaining time" status string are now toggled from the main action menu instead of being clickable
2008-05-10 19:24:28 +00:00
Mitchell Livingston
cd9f885417
perhaps avoid a rare crash when removing transfers
2008-05-10 15:23:36 +00:00
Mitchell Livingston
80274c26aa
revert the upgrade of CTGradient
2008-05-10 14:02:19 +00:00
Mitchell Livingston
ef4f28f132
CTGradient : remove unused built-in gradients; eliminate some warnings that cropped up because addElement: became private
2008-05-09 21:12:53 +00:00
Mitchell Livingston
488e793794
update trunk to 1.20+
2008-05-09 19:03:41 +00:00
Mitchell Livingston
c8e8892fea
update version to 1.20
2008-05-09 18:49:37 +00:00
Charles Kerr
4ff817552d
mac: remove it.lproj from Makefile.am
2008-05-09 18:15:43 +00:00
Mitchell Livingston
0aac71182c
update Russian localization
2008-05-09 17:23:51 +00:00
Mitchell Livingston
8b8ab8d693
make the "group = none" image an empty box
2008-05-09 15:17:30 +00:00
Mitchell Livingston
53309cc96d
update CTGradient to 1.8
2008-05-09 13:50:15 +00:00
Mitchell Livingston
92fc96ade1
update Chinese localization
2008-05-09 12:00:10 +00:00
Mitchell Livingston
7122aca003
remove the italian localization for the upcoming release
2008-05-08 20:20:50 +00:00
Mitchell Livingston
8c453a613b
update Spanish localization
2008-05-08 13:44:11 +00:00
Mitchell Livingston
acb03e3598
add a new line at the bottom of the French strings
2008-05-07 18:51:44 +00:00
Mitchell Livingston
aed9f6261f
update French localization
2008-05-07 18:44:51 +00:00
Mitchell Livingston
a6974520bd
updated "remove" toolbar image
2008-05-06 16:26:45 +00:00
Mitchell Livingston
3e99ae9292
updated toolbar info image
2008-05-06 02:26:31 +00:00
Mitchell Livingston
31ddd11508
fix a crash when sorting by tracker order; update NEWS
2008-05-06 01:53:15 +00:00
Mitchell Livingston
6fca3a366f
update Dutch localization
2008-05-05 00:35:59 +00:00
Mitchell Livingston
4c7be1b020
update "i" general info image in the inspector; trivial code changes
2008-05-04 19:45:51 +00:00
Mitchell Livingston
f1064c4ae3
update Traditional Chinese localization
2008-05-04 15:10:15 +00:00
Mitchell Livingston
acdd97384e
generate the inspector tab button images dynamically when selected/deselected instead of storing them
2008-05-02 13:08:23 +00:00
Mitchell Livingston
bfa9efc9f3
#902 pasting a link into transmission will open the url
2008-05-01 02:20:53 +00:00
Mitchell Livingston
31f3c1f136
remove os check from plist...the check isn't very reliable
2008-05-01 02:19:59 +00:00
Mitchell Livingston
115d5a4311
10.4.11 is now required
2008-04-30 18:39:02 +00:00
Mitchell Livingston
54c345b2cb
remove the last script committed - Transmission now requires Mac OS X 10.4.11 with Security Update 2008-002 or 10.5 or higher
2008-04-30 18:35:07 +00:00
Mitchell Livingston
f56aae05df
update help documentation
2008-04-29 10:32:04 +00:00
Mitchell Livingston
ffd70de1b8
even more string cleanup
2008-04-28 18:51:38 +00:00
Mitchell Livingston
882abcb9bb
eliminate some more localized strings
2008-04-28 18:44:00 +00:00
Mitchell Livingston
308a522845
eliminate some localized strings
2008-04-28 18:43:48 +00:00
Charles Kerr
ed798be5ac
don't use strlcat.
2008-04-28 18:09:17 +00:00
Mitchell Livingston
81a326714f
disable the create button in the creator window when the tracker address is blank (ignoring anything before "://")
2008-04-27 14:31:49 +00:00
Mitchell Livingston
e99fbcbcbc
now that a blank url cannot be entered in the url sheet, no need to check that
2008-04-25 22:29:51 +00:00
Mitchell Livingston
0e96185a93
the torrent url sheet will now disable the open button when there is no text; cleanup to the sleep code
2008-04-25 22:23:31 +00:00
Mitchell Livingston
877c824ac2
don't check for speeds to badge that are disabled in prefs
2008-04-25 04:38:08 +00:00
Mitchell Livingston
5345d5fa12
warnings-- and a little tidying up
2008-04-24 21:37:46 +00:00
Mitchell Livingston
eaf4ecc37a
don't redraw the dock tile if there is no change
2008-04-24 21:24:42 +00:00
Mitchell Livingston
b5d8fd0eb8
when getting the list of all trackers, exclude tiers when necessary
2008-04-24 14:41:41 +00:00
Mitchell Livingston
9a23382cef
fix calculation of tier value
2008-04-24 06:42:45 +00:00
Mitchell Livingston
59552d05e2
get rid of duplicate address code, and display the tracker announce/scrape correctly
2008-04-24 06:35:21 +00:00
Mitchell Livingston
84515d4fb5
mac build compiles again - let's hope i did this right
2008-04-24 06:31:53 +00:00
Mitchell Livingston
d13c063af3
mac changes for #377 , number one (it doesn't compile yet)
2008-04-24 01:55:33 +00:00
Mitchell Livingston
3a2e1f0c3b
clarify the remaining disk space alert's suppression button's text
2008-04-23 12:44:11 +00:00
Mitchell Livingston
f88197f6a9
update NEWS and localizable strings
2008-04-23 03:33:45 +00:00
Mitchell Livingston
d6638dc9f3
clean up the quit/remove dialog text
2008-04-23 03:33:04 +00:00
Mitchell Livingston
468104028b
#893 add statistics "reset" button
2008-04-22 21:04:01 +00:00
Mitchell Livingston
e87906e5a6
revert the last commit
2008-04-22 13:25:53 +00:00
Mitchell Livingston
33c9f92e99
remove an unnecessary class
2008-04-22 13:16:39 +00:00
Mitchell Livingston
3f198f365d
update creator window error parsing to be a bit more expandable (in terms of checking for "http")
2008-04-22 04:00:17 +00:00
Mitchell Livingston
3595f286c4
the last change to libT allows the use of the stat field's sizeWhenDone when displaying total size selected
2008-04-21 00:12:05 +00:00
Mitchell Livingston
d581251a18
the blocklist downloader should get the tr_handle from the prefs controller instead of needing it passed separately
2008-04-17 04:25:49 +00:00
Mitchell Livingston
5acb4297ae
experiment in improving calculation of the availability bar
2008-04-16 12:32:07 +00:00
Mitchell Livingston
b6fca67fb1
improved sort by date in the message log
2008-04-15 19:57:56 +00:00
Charles Kerr
93683854e4
unbreak the mac build
2008-04-14 15:32:50 +00:00
Charles Kerr
bc5838e75e
deliberately break the mac build for a couple of hours because the last svn comm
...
it probably isn't nightly-user-friendly
2008-04-14 11:55:08 +00:00
Mitchell Livingston
612e7221a9
when unchecking all files in the add dialog window, don't do finished events
2008-04-14 00:05:16 +00:00
Mitchell Livingston
d15a768045
string folding ftw
2008-04-12 17:52:37 +00:00
Mitchell Livingston
9fcf0c19f9
fix availability status bar
2008-04-12 17:40:11 +00:00
Charles Kerr
57c7fcb507
#857 : DSCP support for Transmission
2008-04-12 00:29:49 +00:00
Charles Kerr
f12ac60d0a
update a couple of the tr_stat fields based on feedback from BMW
2008-04-11 23:05:14 +00:00
Mitchell Livingston
67ea41051f
mac build compiles again
2008-04-11 17:52:05 +00:00
Mitchell Livingston
c6b097422f
remove test code
2008-04-10 19:53:27 +00:00
Mitchell Livingston
65b3856f61
for determining table text color when selected, remove the Leopard code since the Tiger code is accurate 100% of the time
2008-04-10 19:52:27 +00:00
Mitchell Livingston
54106f3ca0
ipc fix for last commit
2008-04-10 19:43:09 +00:00
Mitchell Livingston
afb5738b98
if a download finishes downloading and finishes seeding at the same time, do all the "finished download" activities (dock badging, growl notification, sound); if one sound is playing for finished downloading/seeding, don't play another one
2008-04-10 16:37:07 +00:00
Mitchell Livingston
6ca3f6516b
experiment with supporting custom user sounds on Leopard
2008-04-10 16:03:12 +00:00
Mitchell Livingston
e66074c1a6
(1.1x) a little extra safety when determining space needed to download
2008-04-09 18:40:22 +00:00
Mitchell Livingston
92f5bec9a4
animate the blocklist download bar when first shown; update strings file
2008-04-08 15:45:01 +00:00
Mitchell Livingston
8b06357aab
(trunk), double clicking a blank part of the table will toggle the inspector; update NEWS
2008-04-08 03:36:01 +00:00
Mitchell Livingston
f1d61349e4
when the progress string is showing info for selected, the percent value should be for the selected amount
2008-04-08 03:32:07 +00:00
Mitchell Livingston
4a146b75c1
#851 extra adjustment of text placement when quitting
2008-04-07 21:25:31 +00:00
Mitchell Livingston
dd1a319d2d
on Tiger, show an appropriate image for the Peers pref tab
2008-04-07 21:13:10 +00:00
Mitchell Livingston
dd92abf7aa
new badge images
2008-04-07 19:21:03 +00:00
Mitchell Livingston
7dd505c056
remove dead code
2008-04-07 14:09:28 +00:00
Mitchell Livingston
c0e2f95ffd
even more string folding!
2008-04-07 13:43:26 +00:00
Mitchell Livingston
ab2d8a4507
Capitalization Changes 2
2008-04-07 13:29:46 +00:00
Mitchell Livingston
9ccad6ce62
capitalization changes
2008-04-07 13:25:55 +00:00
Mitchell Livingston
dc27b3b7f2
pass the appropriate tr_torrent object in the ipc controller
2008-04-07 13:14:31 +00:00
Mitchell Livingston
f34cd7299f
fix incorrect eta value
2008-04-07 05:00:07 +00:00
Mitchell Livingston
adbee53efa
for now just show "remaining time unknown" for not available downloads
2008-04-07 04:05:57 +00:00
Mitchell Livingston
05ddd5f2ee
trivial cleanup
2008-04-07 03:54:23 +00:00
Mitchell Livingston
d40eaf6d97
fix ratio display error reported by pea_
2008-04-07 03:43:20 +00:00
Mitchell Livingston
2a8b6f8b1f
fix marking the eta of torrents with peers as unavailable
2008-04-07 03:01:57 +00:00
Mitchell Livingston
317960dd90
eta string folding
2008-04-07 02:55:33 +00:00
Mitchell Livingston
ef4b7b8dc5
try to clarify the "not all available" message
2008-04-07 02:48:51 +00:00
Mitchell Livingston
b57d6932f0
cleaner code for rounding file size, speed, and ratio
2008-04-07 02:17:45 +00:00
Mitchell Livingston
d9ff2d6105
fix ratio showing as -0.01
2008-04-06 14:59:37 +00:00
Mitchell Livingston
b6048d3220
fix speeds of -0.01
2008-04-06 14:47:26 +00:00
Mitchell Livingston
3973647cff
update remaining time string to display "not all available"
2008-04-06 14:44:30 +00:00
Mitchell Livingston
aca7155f19
adjustments to rounding when displaying speeds and file size
2008-04-06 14:02:08 +00:00
Mitchell Livingston
0663eb4dd4
trivial changes
2008-04-06 13:10:19 +00:00
Mitchell Livingston
69ad7e3a83
update help to no longer reference the Advanced preferences
2008-04-06 13:08:00 +00:00
Mitchell Livingston
8ea39faca6
(trunk) alignment fix to Russian add window
2008-04-06 13:02:20 +00:00
Mitchell Livingston
d6d430f1b0
disable the cancel button when the blocklist is being processed
2008-04-06 05:20:50 +00:00
Mitchell Livingston
11d64631d9
add a button to the peers prefs window for help documentation; divide the help documentation between peers and network
2008-04-06 05:07:28 +00:00
Mitchell Livingston
f63bebdc09
remove redundant release statements
2008-04-06 04:55:20 +00:00
Mitchell Livingston
12969e060d
adjustments to the blocklist download window, including showing that the downloaded file is being processed
2008-04-06 04:49:39 +00:00
Mitchell Livingston
1d40202bfc
string folding and dead code removal
2008-04-06 04:16:05 +00:00
Mitchell Livingston
b4c5e1450e
actually cancel the blocklist download when hitting the cancel button - should fix a crasher
2008-04-06 03:47:03 +00:00
Mitchell Livingston
8b627d3792
when downloading the blocklist, show amounts instead of percent
2008-04-06 03:35:18 +00:00
Mitchell Livingston
ea14cc231e
on Tiger show a Network icon in prefs
2008-04-06 03:10:35 +00:00
Mitchell Livingston
6057eb0ab6
replace Advanced preference tab with Peers and Network tabs
2008-04-06 03:06:26 +00:00
Mitchell Livingston
a3bb61d13b
mac build compiles again
2008-04-05 20:18:47 +00:00
Mitchell Livingston
413f69bcaf
(trunk) hopefully fix Italian
2008-04-05 16:03:11 +00:00
Mitchell Livingston
131d9c4c2f
update trunk to 1.11+
2008-04-04 19:01:31 +00:00
Charles Kerr
0080f1abe8
ipc/daemon cleanup
2008-04-04 17:19:44 +00:00
Mitchell Livingston
0957501e9e
(trunk) update Russian localization; merge NEWS
2008-04-04 01:33:50 +00:00
Charles Kerr
2ccbef0d70
hudson took me too seriously
2008-04-03 21:41:37 +00:00
Mitchell Livingston
f73bf96299
attempt to fix dock badging
2008-04-02 12:29:23 +00:00
Mitchell Livingston
b0e8590da1
(trunk) add tracker-tab help documentation
2008-04-02 00:09:41 +00:00
Mitchell Livingston
91c7f0ae45
fix overlapping dock badging
2008-04-01 22:29:50 +00:00
Mitchell Livingston
9dc92d4d3b
more string fiddling and minor badger changes
2008-04-01 15:24:35 +00:00
Mitchell Livingston
2399846dd8
(trunk) add Traditional Chinese Sparkle resources
2008-04-01 02:18:28 +00:00
Mitchell Livingston
b789237c19
(trunk) Traditional Chinese localization
2008-04-01 01:33:39 +00:00
Mitchell Livingston
f2d511cb23
(trunk) update Russian localizable strings
2008-04-01 01:01:25 +00:00
Mitchell Livingston
de8d1b79c7
update the strings file
2008-03-31 21:17:21 +00:00
Mitchell Livingston
b9d08e4ec6
more string improvements
2008-03-31 21:11:00 +00:00
Mitchell Livingston
66b5271479
in the inspector, don't show the percent complete for selected when it's not multi-file
2008-03-31 20:58:33 +00:00
Mitchell Livingston
730af68b25
some string folding
2008-03-31 19:36:11 +00:00
Mitchell Livingston
cd953b9606
update news and eliminate a warning
2008-03-31 18:44:51 +00:00
Mitchell Livingston
2d3ec18f08
only show "selected" in the progress bar (and allow toggling) for multifile torrents
2008-03-31 18:33:34 +00:00
Charles Kerr
51a82e70c1
remove `TR_STATUS_DONE' from libtransmission's public API. It's useful as an internal state but not for code calling libtransmission.
2008-03-31 17:59:16 +00:00
Mitchell Livingston
b773c9aeba
(trunk) Fix visual glitch with the tracker inspector tab when there is no scrape address
2008-03-30 04:41:55 +00:00
Mitchell Livingston
fb437cb20a
update the strings file; adjust the blocklist text
2008-03-30 03:40:13 +00:00
Mitchell Livingston
06832b7647
make the blocklist compatible with tiger
2008-03-30 02:00:05 +00:00
Mitchell Livingston
66e9879e23
merge the code to set the blocklist download progress into a single method
2008-03-30 01:51:48 +00:00
Mitchell Livingston
e0af0fd5c6
some rephrasing for the blocklist prefs window
2008-03-30 01:18:23 +00:00
Mitchell Livingston
5596981934
show the number of blocked ip addresses in the preferences window
2008-03-30 01:10:18 +00:00
Mitchell Livingston
c8241d597e
update function name
2008-03-30 00:00:46 +00:00
Mitchell Livingston
eb431b6d9a
show progress while downloading the blocklist
2008-03-29 23:55:10 +00:00
Mitchell Livingston
7fdb2f6f40
first implementation of the blocklist
2008-03-29 23:38:38 +00:00
Mitchell Livingston
faf5af0959
update missed copyright date
2008-03-28 21:33:07 +00:00
Mitchell Livingston
73f92cc836
trivial changes: dead code removal, remove a warning, and re-add a comment
2008-03-28 19:42:35 +00:00
Mitchell Livingston
5b5890c8dc
remove "Tiger conditionals" from the status bar
2008-03-28 18:47:43 +00:00
Mitchell Livingston
1d7d7eef18
update trunk version to 1.10+
2008-03-28 18:01:57 +00:00
Mitchell Livingston
473b8095d5
in the creator window, give a string of what the error is, instead of the error number
2008-03-28 15:30:26 +00:00
Mitchell Livingston
70845fe104
fix crash when torrent creation fails because an integer was being treated as a string
2008-03-28 15:19:07 +00:00
Mitchell Livingston
dbcbd99bf0
slightly more efficient drawing in the status bar (avoids filling in the whole bar and then drawing lines on top of it)
2008-03-28 13:32:44 +00:00
Mitchell Livingston
79931a5b6a
dead code removal for the status bar
2008-03-28 13:26:02 +00:00
Mitchell Livingston
9392d9701d
Spanish string fixes
2008-03-28 13:25:04 +00:00
Mitchell Livingston
5daf7d4938
minor adjustments to the status bar
2008-03-28 03:57:18 +00:00
Mitchell Livingston
51b0bf38cb
a first-shot at making the status and filter bars match those in Finder (and other "scope" bars)
2008-03-28 03:47:08 +00:00
Mitchell Livingston
b99e29c518
Spanish localization
2008-03-28 01:29:24 +00:00
Mitchell Livingston
6484f685b4
resize the status button if it is too large (typically this is for localizations)
2008-03-28 01:28:57 +00:00
Mitchell Livingston
183b77ab27
slight math adjustment
2008-03-27 03:43:44 +00:00
Mitchell Livingston
fab1ffb8a2
replace a loop with math
2008-03-27 03:32:40 +00:00
Mitchell Livingston
ac0cd085ca
remove unused parameters from a method
2008-03-26 19:51:58 +00:00
Mitchell Livingston
5e04a1d6b4
update strings file
2008-03-26 19:06:42 +00:00
Mitchell Livingston
110affd81a
update Russian localization
2008-03-26 18:45:35 +00:00
Mitchell Livingston
c6456aead9
add missing title localizations
2008-03-26 18:40:41 +00:00
Mitchell Livingston
35063d2482
simplify stats window resizing code
2008-03-25 23:10:49 +00:00
Mitchell Livingston
499d4d5c14
update French localization
2008-03-25 14:10:05 +00:00
Mitchell Livingston
a0221c0818
simplify the priority selector mouse-over code
2008-03-25 03:17:35 +00:00
Mitchell Livingston
f637a15802
improve stats strings for future localizations
2008-03-25 01:01:28 +00:00
Mitchell Livingston
3b7c9a0464
fix typos in Dutch localization
2008-03-25 00:43:19 +00:00
Mitchell Livingston
51cebfd6d4
update Dutch localization
2008-03-25 00:36:23 +00:00
Mitchell Livingston
dfb508d83b
eliminate some redundant methods in the group controller
2008-03-24 23:06:04 +00:00
Mitchell Livingston
558e612853
give the message window a "brushed" look
2008-03-24 22:42:30 +00:00
Mitchell Livingston
00f18a0c89
support newly added errors in the torrent creator window
2008-03-24 19:38:29 +00:00
Mitchell Livingston
363a583391
update Italian localization
2008-03-24 15:22:06 +00:00
Mitchell Livingston
da52925b20
fix bug where dragging on and then off a torrent file that has already been added would cause the overlay to instantly appear and fade out
2008-03-24 02:57:59 +00:00
Mitchell Livingston
c67b781fcb
more unused code removal, update NEWS
2008-03-24 02:38:00 +00:00
Mitchell Livingston
ced900ea12
#764 Use locale specific floats
2008-03-24 00:06:54 +00:00
Mitchell Livingston
36d8b00e94
adjust alignment of fields in Creator window
2008-03-23 21:49:30 +00:00
Mitchell Livingston
d31f17865a
trunk: add missing ":" to "Automatic" in transfer prefs
2008-03-23 21:09:22 +00:00
Mitchell Livingston
bc188e86f0
eliminate some Leopard checks
2008-03-23 18:47:35 +00:00
Mitchell Livingston
9f21fdfac5
remove unused code, add a warning
2008-03-23 18:24:18 +00:00
Mitchell Livingston
5681c18c02
clean up the behavior with the group color picker
2008-03-23 04:36:30 +00:00
Mitchell Livingston
86a701be34
miscellaneous cleanup
2008-03-23 03:57:14 +00:00
Mitchell Livingston
c402442786
decouple the group controller with the group window, and as a result only have the groups window loaded when it's opened
2008-03-23 00:56:43 +00:00
Mitchell Livingston
bfac9268c4
truncate group names if they are too long to display
2008-03-22 20:50:41 +00:00
Mitchell Livingston
e3bd0f0ec7
use correct value in sizeof
2008-03-22 18:22:10 +00:00
Mitchell Livingston
c1f0bb6607
fix the warnings generated by the last commit
2008-03-22 18:18:39 +00:00
Mitchell Livingston
24fedbe044
add "move data file" to torrent action menu
2008-03-22 17:05:48 +00:00
Mitchell Livingston
ae2420422d
don't add tier separators when getting the tracker list when they aren't used
2008-03-21 21:07:31 +00:00
Mitchell Livingston
0a4e7bcfa3
fix filtering by tracker name
2008-03-21 20:28:04 +00:00
Mitchell Livingston
78e8cae3d1
update credits; trivial code changes
2008-03-21 18:23:40 +00:00
Mitchell Livingston
2f917c2ad8
#799 treat "waiting to check..." as paused
2008-03-19 18:03:02 +00:00
Mitchell Livingston
32b41bb72e
more string folding
2008-03-18 22:11:43 +00:00
Mitchell Livingston
f741e74659
fold similar strings together for easier translation
2008-03-18 21:59:17 +00:00
Mitchell Livingston
4f7742d422
speed up check for enough remaining space by first determining if there is enough space to download what's needed ignoring preallocation
2008-03-18 03:20:27 +00:00
Mitchell Livingston
efc7c5f228
fix display issue on launch when group row is set to show ratio
2008-03-17 21:44:14 +00:00
Mitchell Livingston
f14ee4fd6b
simplify the remaining disk space checking code
2008-03-17 21:12:07 +00:00
Mitchell Livingston
8d5ce92d38
update NEWS; trivial changes
2008-03-17 20:18:23 +00:00
Mitchell Livingston
8e45cc27b2
#763 better determination of needed space
2008-03-17 19:59:26 +00:00
Mitchell Livingston
e59104e36a
clean up a little more of the message log code
2008-03-16 15:44:10 +00:00
Mitchell Livingston
0692e0bb25
cleanup of the message window code
2008-03-16 15:26:53 +00:00
Mitchell Livingston
36c9ab960c
update strings file
2008-03-16 15:03:30 +00:00
Mitchell Livingston
a149f8992b
#792 Allow Option-Command-F to focus the filter field in the main window
2008-03-16 14:24:27 +00:00
Mitchell Livingston
c4646711a1
move some of the repetitive code into a method
2008-03-16 06:31:37 +00:00
Mitchell Livingston
3c0e3b8978
use a single xib file for all Stats window localizations
2008-03-16 06:20:35 +00:00
Mitchell Livingston
9829264413
localize "level" string in message window; update strings file
2008-03-15 20:23:44 +00:00