1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00
Commit graph

7754 commits

Author SHA1 Message Date
Mitchell Livingston
fbecc713a6 fix favicons 2009-09-28 03:42:35 +00:00
Mitchell Livingston
e85b92b305 distinguish trackers meant as backups 2009-09-28 03:19:11 +00:00
Mitchell Livingston
30aadad200 remove unneeded localizedStringWithFormat: 2009-09-28 03:12:58 +00:00
Mitchell Livingston
df7ae11485 show the full tracker address in a tooltip 2009-09-28 02:55:16 +00:00
Mitchell Livingston
298af84273 make dates in the tracker tab relative (say Today instead of September 27, 2009 for example) 2009-09-28 02:36:16 +00:00
Mitchell Livingston
87a48834cb add lastAnnouncePeerCount to tracker info tab 2009-09-28 02:27:38 +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
Charles Kerr
8bfdf85ac3 (trunk gtk) #2454: gtk client handles SIGINT (ctrl-c) oddly 2009-09-27 20:32:32 +00:00
Charles Kerr
b32e5cc25d (trunk libT) #2450: --find should not delete original 2009-09-27 18:48:00 +00:00
Charles Kerr
b63a9fb17c (trunk gtk) #2453: Transmission since version 1.61 need GTK+ 2.12 or an upper version. 2009-09-27 17:47:45 +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
4284d1fa23 actually return the array of flat trackers from the corresponding method 2009-09-27 15:49:33 +00:00
Charles Kerr
a2b8588206 (trunk libT) possibly fix a crash-on-shutdown reported by John_ 2009-09-27 00:27:51 +00:00
Charles Kerr
79035d3b83 (trunk libT) possibly fix a crash-on-shutdown reported by John_ 2009-09-26 23:54:30 +00:00
Charles Kerr
9bf4c599b8 (trunk libT,gtk) plug a couple of minor leaks reported by valgrind 2009-09-26 23:46:30 +00:00
Mitchell Livingston
d35d9d9d2a #2398 Check if save path exists before generating torrent file 2009-09-26 20:13:15 +00:00
Mitchell Livingston
773cc64d7a show tracker icons on 10.5 2009-09-26 17:04:27 +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
2d073d9139 always get favicons from http:// 2009-09-26 16:31:00 +00:00
Mitchell Livingston
dcc1f53714 remove "tracker address" from the inspector; reorganize the info tab a little bit 2009-09-26 14:21:35 +00:00
Mitchell Livingston
5b7547a0e1 mac build compiles once again 2009-09-26 13:58:40 +00:00
Charles Kerr
459bea37f9 (trunk libT) remove a couple more debugging printf() calls 2009-09-26 13:21:46 +00:00
Charles Kerr
681584e58e (trunk libT) possibly fix a crash reported by stdisease 2009-09-26 06:43:44 +00:00
Charles Kerr
4a09a1de13 (trunk) remove tr_stats fields: downloaders, leechers, seeders, timesCompleted as per discussion with livings 2009-09-26 06:20:33 +00:00
Charles Kerr
34bfc1424c (trunk qt) #2417: Qt client closes when clicking X rather than close to tray 2009-09-26 04:39:58 +00:00
Charles Kerr
d7c4537f2a (trunk, libT) #2379: infinite ratio shows as nan, invalid json 2009-09-26 04:24:45 +00:00
Charles Kerr
52f212fc9a (trunk libT) remove some debug printfs 2009-09-26 04:13:09 +00:00
Charles Kerr
6fc0d9cdc7 (trunk qt) #2418: Cannot open a torrent in kde4 with right clicking 2009-09-26 04:11:00 +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
Charles Kerr
28e119c1bb (trunk) copy-by-value changes to tr_tracker_stat 2009-09-26 03:36:58 +00:00
Charles Kerr
5b46b63b23 (trunk gtk) implement 'edit trackers' window in gtk client 2009-09-26 00:48:07 +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
Charles Kerr
86ada18266 (trunk)
#1699: Announce to multiple trackers at once
#2424: Tracker address is not listed in GTK client.
2009-09-25 21:05:59 +00:00
Charles Kerr
629e404b0c (trunk) #2445: Use automake's "quieter builds" rule when available 2009-09-25 14:25:52 +00:00
Mitchell Livingston
5024da259d set the favicon timeout to 30 seconds from 10 seconds 2009-09-25 01:34:10 +00:00
Charles Kerr
44d7373b60 (trunk third-party) get miniupnpc building again. the breakage has been reported upstream @ http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=1452#1452 2009-09-24 14:39:28 +00:00
Mitchell Livingston
ad019c6009 update miniupnp to 20090921 2009-09-24 12:17:28 +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
b9c694501f update libevent config files 2009-09-24 01:50:42 +00:00
Mitchell Livingston
2433525e32 add a 10-second timeout to the favicon request 2009-09-23 21:45:51 +00:00
Mitchell Livingston
e09b70afbb update NEWS 2009-09-23 21:45:31 +00:00
Charles Kerr
172d64c32c (trunk libT) #2416: possible fix for 'crash in event_queue_insert' on Snow Leopard 2009-09-23 15:28:11 +00:00
Mitchell Livingston
0df3a4e849 ...and actually add that image 2009-09-21 22:45:39 +00:00
Mitchell Livingston
cda725f49a add a placeholder favicon for trackers 2009-09-21 22:45:19 +00:00
Mitchell Livingston
8fd3fd8c2a better use of the cache object for tracker favicons, so if an icon is removed from the cache, it will be fetched again the next time it's needed 2009-09-21 12:55:04 +00:00
Mitchell Livingston
0b39cd5f29 allow multiple selection in the tracker table again 2009-09-21 04:03:41 +00:00
Mitchell Livingston
b80a6765e2 fix manually adding trackers 2009-09-21 03:56:57 +00:00
Mitchell Livingston
3bcb8929bd #2436 on 10.6 let's try showing favicons in the info panel's tracker table 2009-09-21 03:44:24 +00:00
Mitchell Livingston
071cc02fae remove unneeded check for user-added tier 2009-09-21 01:13:39 +00:00