1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 18:18:10 +00:00
Commit graph

3237 commits

Author SHA1 Message Date
Mitchell Livingston
264774859f update the tracker table right away when adding/removing trackers 2009-10-11 13:45:50 +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
3545d22d19 more #import cleanup 2009-10-11 03:36:50 +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
6b452c1d07 update for the new tracker verification changes, and use a set instead of an array for removing trackers 2009-10-10 19:55:47 +00:00
Mitchell Livingston
9d84a36df3 use a real ellipsis in the creator window 2009-10-10 16:17:18 +00:00
Mitchell Livingston
8c561a87c9 use a real ellipsis in the add window 2009-10-10 15:58:27 +00:00
Mitchell Livingston
d7fe7692e7 comment out another 10.6-only section 2009-10-10 14:30:54 +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
7aa6a2b20a #2486 In the Mac's "create torrent" window, place each tracker into its own tier 2009-10-10 12:58:40 +00:00
Mitchell Livingston
7e1d3b0507 adjust help for new tracker behavior 2009-10-10 02:42:22 +00:00
Mitchell Livingston
8a5814aa66 get the username using cocoa instead of carbon 2009-10-10 01:19:51 +00:00
Mitchell Livingston
4e16e80ad6 get rid of one 10.5 problem 2009-10-10 01:06:06 +00:00
Mitchell Livingston
11befebac5 fix mac build again 2009-10-10 00:30:04 +00:00
Eric Petit
37b57a1284 Fixes Release build 2009-10-10 00:16:57 +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
92d4f435b4 whoops 2009-10-09 23:44:18 +00:00
Mitchell Livingston
3f7ef917b8 minimal efficiency change: when drawing on the torrent cell, don't copy the bound rect unnecessarily 2009-10-09 23:02:10 +00:00
Mitchell Livingston
391b009c58 fix Mac build 2009-10-09 22:29:34 +00:00
Mitchell Livingston
ab7b6aa376 remove unused total seeders, leechers, and downloaded fields from the peer inspector tab 2009-10-07 00:44:06 +00:00
Mitchell Livingston
c6ab47a84b remove appcast from makefile 2009-10-07 00:30:12 +00:00
Mitchell Livingston
5252e65398 remove appcast from the repository, therefore avoiding a whole bunch of unnecessary commits each release 2009-10-06 23:32:11 +00:00
Mitchell Livingston
d6ad9238be random trivial adjustments 2009-10-03 14:10:52 +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
0796b7d977 allowing pasting into the tracker table on 10.5 2009-10-01 02:24:58 +00:00
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
bb4e35bd1e fix a glitch with using the same address more than once in the tracker removal code 2009-09-30 00:11:24 +00:00
Mitchell Livingston
d53f271f73 on 10.6 continue updating the remaining displayed trackers when adding a new tracker 2009-09-29 23:56:48 +00:00
Mitchell Livingston
e0a6e6ae44 add Growl 1.2 final 2009-09-29 23:33:19 +00:00
Mitchell Livingston
496892501f remove beta Growl framework 2009-09-29 23:32:29 +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
8296112fae #2458 Tracker pane - copy addresses 2009-09-28 23:18:26 +00:00
Mitchell Livingston
a88683d650 set the color for table cells only when actually drawing (and only once each time the draw method is alled) 2009-09-28 17:42:24 +00:00
Mitchell Livingston
9f04b0846e a little cleanup to the peer count code 2009-09-28 15:59:17 +00:00
Mitchell Livingston
bc0411ca50 right-align the peer counts in the tracker cells 2009-09-28 15:49:02 +00:00
Mitchell Livingston
79b5c3e596 show N/A for peer counts when there hasn't been a scrape/announce yet 2009-09-28 15:16:23 +00:00
Mitchell Livingston
32c197a985 a little string cleanup 2009-09-28 14:51:13 +00:00
Mitchell Livingston
8748e891c2 update localizable strings 2009-09-28 14:45:47 +00:00
Mitchell Livingston
d7c6e9c7a1 add tracker stats to the tracker cell 2009-09-28 14:42:00 +00:00
Mitchell Livingston
efe4c51873 don't use a NSCache until we go 10.6-only 2009-09-28 14:13:20 +00:00
Mitchell Livingston
6f8400b3b2 whoops 2009-09-28 13:53:59 +00:00
Mitchell Livingston
e62028bcb4 on 10.5 don't even acknowledge the NSCache object 2009-09-28 13:53:17 +00:00