1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-17 17:25:32 +00:00
Commit graph

7911 commits

Author SHA1 Message Date
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
Mitchell Livingston
38821fbee6 use NSSearchPathForDirectoriesInDomains() for searching for sounds 2009-09-20 20:58:13 +00:00
Mitchell Livingston
43e3ed2c1c #2433 In Group preferences, "...where all criteria are met", not "...where all criteria is met" 2009-09-20 20:34:02 +00:00
Charles Kerr
50cb3a97fd update to dht 0.9 2009-09-20 18:46:58 +00:00
Charles Kerr
f5fa70141c (trunk gtk) gah, I'm so stupid. I go to the trouble of writing a backwards-compatable wrapper for gdk_threads_add_timeout_seconds(), but then when rewriting the "create torrent" ui and I need to use a timer to update the progressbar, what do I use... my fingers have "g_timeout_add" programmed into them. 2009-09-20 14:13:02 +00:00
Mitchell Livingston
b7cba41691 rename SUPPORT_FOLDER to TRANSFER_PLIST 2009-09-20 02:41:28 +00:00
Mitchell Livingston
c7c102e39f #2428 fix a crash in TorrentTableView when drawing alternative rows 2009-09-19 23:44:57 +00:00
Charles Kerr
6805051b74 (trunk third-party) #2302: upgrade libdht to newer version 2009-09-19 18:09:57 +00:00
Charles Kerr
e4e263af98 (trunk gtk) #2427: crash on quit when the Preferences window is open 2009-09-19 11:35:27 +00:00
Kevin Glowacz
2fa63f79f8 (trunk) forgot to add this image to the makefile 2009-09-19 00:03:10 +00:00
Mitchell Livingston
0bc9135377 when creating a torrent with a single piece, remove "each" from "X size each" 2009-09-18 03:57:18 +00:00
Mitchell Livingston
c8abe4e28b in the off chance this ocurs, "1 byte" instead of "1 bytes" 2009-09-18 03:49:55 +00:00
Mitchell Livingston
55b098b6d9 remove unneeded group column resize code 2009-09-18 02:18:22 +00:00
Mitchell Livingston
110bc7d50b use NSRectFillListWithColors on the pieces grid 2009-09-17 23:33:50 +00:00
Charles Kerr
6656c6d71e (trunk libT) #2420 - Transmission should follow PEX conventions 2009-09-17 19:05:18 +00:00
Mitchell Livingston
650c91e9f8 #2421 Build fails on Mac OS X if special characters are in project path 2009-09-17 13:23:52 +00:00
Mitchell Livingston
b3a05faeb9 fix some flickering with the table row color drawing 2009-09-17 11:53:56 +00:00
Mitchell Livingston
9c886b5d3e remove unnecessary alloca 2009-09-17 04:52:17 +00:00
Mitchell Livingston
d72a583163 same for torrent table, and fix a code placement issue 2009-09-17 04:36:09 +00:00
Mitchell Livingston
feb714f655 use NSRectFillList() to fill the tracker table's alternating row 2009-09-17 04:29:07 +00:00
Charles Kerr
034d14639a (trunk libT) use tr_torrentName() instead of tor->info.name 2009-09-17 03:24:35 +00:00
Charles Kerr
3ca7f7f63c (trunk gtk) rewrite the 'create torrent' dialog 2009-09-17 01:28:45 +00:00
Charles Kerr
4e85d983da add a way to tell the hig workarea which widget(s) to stretch vertically when the workarea is resized by the user 2009-09-17 01:21:49 +00:00
Charles Kerr
9b9c910d67 when creating a new torrent and a tracker announce URL can't be parsed, set a variable so that the client can learn which announce URL was the bad one 2009-09-17 01:18:59 +00:00
Mitchell Livingston
fd934eeaff remove a warning 2009-09-17 01:15:00 +00:00
Mitchell Livingston
692d35c018 show a warning whenever removing any tracker, regardless of if it's built-in 2009-09-17 01:10:18 +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
90b83c3224 use 10.6's localizedStandardCompare: when sorting by name 2009-09-16 02:18:23 +00:00
Mitchell Livingston
e882a71ddf #2414 Upside-down dock icons in Inspector under Leopard 2009-09-16 01:16:12 +00:00
Charles Kerr
b9517b9826 (trunk) silence manpage warnings reported by lintian and recorded at http://lintian.debian.org/full/costela@debian.org.html#transmission 2009-09-15 14:11:46 +00:00
Mitchell Livingston
81e75fe160 on 10.6 avoid some wizardry to work around a 10.5 bug when switching a table's image's template setting 2009-09-15 04:56:48 +00:00
Mitchell Livingston
7429e60a74 replace a deprecated method 2009-09-15 04:20:41 +00:00
Charles Kerr
542b60b92e (trunk web) #2411: double-clicking torrent should open/close inspector 2009-09-14 22:33:17 +00:00
Charles Kerr
900c6d6717 (trunk qt) fix DHT build issue reported and patched by DimStar 2009-09-14 18:36:33 +00:00
Mitchell Livingston
8baad7096d (trunk) update to 1.75; transfer NEWS and appcast from 1.7x branch 2009-09-14 03:49:24 +00:00
Charles Kerr
c7741230af (trunk gtk) increase the temporary buffer size to avoid string truncations 2009-09-12 07:26:13 +00:00
Mitchell Livingston
e7a5aafb27 another warning gone 2009-09-12 02:48:57 +00:00
Mitchell Livingston
2147b90172 one less warning 2009-09-12 02:39:45 +00:00
Mitchell Livingston
7d0a458f63 remove comment 2009-09-12 01:07:21 +00:00
Mitchell Livingston
980b09522c (trunk) make sure the creator window size/placement is saved correctly 2009-09-12 01:00:54 +00:00
Mitchell Livingston
34afe5f0d0 (trunk) hopefull fix #2354 - end editing of the tracker table before attempting torrent creation 2009-09-12 00:23:13 +00:00
Charles Kerr
7800e163f1 (trunk T) possible fix for gtk crash reported by Michael Stoykov 2009-09-11 23:43:42 +00:00
Charles Kerr
10638fb14a (trunk gtk) fix clang build issue reported by Tronic 2009-09-11 14:34:36 +00:00
Mitchell Livingston
a129483b13 last commit would break 10.5-compatibility if it weren't already broken 2009-09-11 03:16:33 +00:00