]> granicus.if.org Git - transmission/log
transmission
15 years ago(trunk libT) #2429: add some more assertions to help smoke out this bug
Charles Kerr [Mon, 28 Sep 2009 18:22:57 +0000 (18:22 +0000)]
(trunk libT) #2429: add some more assertions to help smoke out this bug

15 years agoset the color for table cells only when actually drawing (and only once each time...
Mitchell Livingston [Mon, 28 Sep 2009 17:42:24 +0000 (17:42 +0000)]
set the color for table cells only when actually drawing (and only once each time the draw method is alled)

15 years ago(trunk web) #2456: web client transfer_arrows alignment
Charles Kerr [Mon, 28 Sep 2009 17:35:09 +0000 (17:35 +0000)]
(trunk web) #2456: web client transfer_arrows alignment

15 years agoa little cleanup to the peer count code
Mitchell Livingston [Mon, 28 Sep 2009 15:59:17 +0000 (15:59 +0000)]
a little cleanup to the peer count code

15 years agoright-align the peer counts in the tracker cells
Mitchell Livingston [Mon, 28 Sep 2009 15:49:02 +0000 (15:49 +0000)]
right-align the peer counts in the tracker cells

15 years agoshow N/A for peer counts when there hasn't been a scrape/announce yet
Mitchell Livingston [Mon, 28 Sep 2009 15:16:23 +0000 (15:16 +0000)]
show N/A for peer counts when there hasn't been a scrape/announce yet

15 years agoa little string cleanup
Mitchell Livingston [Mon, 28 Sep 2009 14:51:13 +0000 (14:51 +0000)]
a little string cleanup

15 years agoupdate localizable strings
Mitchell Livingston [Mon, 28 Sep 2009 14:45:47 +0000 (14:45 +0000)]
update localizable strings

15 years agoadd tracker stats to the tracker cell
Mitchell Livingston [Mon, 28 Sep 2009 14:42:00 +0000 (14:42 +0000)]
add tracker stats to the tracker cell

15 years agodon't use a NSCache until we go 10.6-only
Mitchell Livingston [Mon, 28 Sep 2009 14:13:20 +0000 (14:13 +0000)]
don't use a NSCache until we go 10.6-only

15 years agowhoops
Mitchell Livingston [Mon, 28 Sep 2009 13:53:59 +0000 (13:53 +0000)]
whoops

15 years agoon 10.5 don't even acknowledge the NSCache object
Mitchell Livingston [Mon, 28 Sep 2009 13:53:17 +0000 (13:53 +0000)]
on 10.5 don't even acknowledge the NSCache object

15 years agoadd new files to Makefile.am
Mitchell Livingston [Mon, 28 Sep 2009 04:41:56 +0000 (04:41 +0000)]
add new files to Makefile.am

15 years agoremove an NSLog() that snuck in
Mitchell Livingston [Mon, 28 Sep 2009 04:36:26 +0000 (04:36 +0000)]
remove an NSLog() that snuck in

15 years agodead code removal
Mitchell Livingston [Mon, 28 Sep 2009 04:29:38 +0000 (04:29 +0000)]
dead code removal

15 years agofix favicons
Mitchell Livingston [Mon, 28 Sep 2009 03:42:35 +0000 (03:42 +0000)]
fix favicons

15 years agodistinguish trackers meant as backups
Mitchell Livingston [Mon, 28 Sep 2009 03:19:11 +0000 (03:19 +0000)]
distinguish trackers meant as backups

15 years agoremove unneeded localizedStringWithFormat:
Mitchell Livingston [Mon, 28 Sep 2009 03:12:58 +0000 (03:12 +0000)]
remove unneeded localizedStringWithFormat:

15 years agoshow the full tracker address in a tooltip
Mitchell Livingston [Mon, 28 Sep 2009 02:55:16 +0000 (02:55 +0000)]
show the full tracker address in a tooltip

15 years agomake dates in the tracker tab relative (say Today instead of September 27, 2009 for...
Mitchell Livingston [Mon, 28 Sep 2009 02:36:16 +0000 (02:36 +0000)]
make dates in the tracker tab relative (say Today instead of September 27, 2009 for example)

15 years agoadd lastAnnouncePeerCount to tracker info tab
Mitchell Livingston [Mon, 28 Sep 2009 02:27:38 +0000 (02:27 +0000)]
add lastAnnouncePeerCount to tracker info tab

15 years agofirst go at redoing the tracker inspector tab (some functionality is still missing)
Mitchell Livingston [Mon, 28 Sep 2009 01:57:35 +0000 (01:57 +0000)]
first go at redoing the tracker inspector tab (some functionality is still missing)

15 years ago(trunk gtk) #2454: gtk client handles SIGINT (ctrl-c) oddly
Charles Kerr [Sun, 27 Sep 2009 20:32:32 +0000 (20:32 +0000)]
(trunk gtk) #2454: gtk client handles SIGINT (ctrl-c) oddly

15 years ago(trunk libT) #2450: --find should not delete original
Charles Kerr [Sun, 27 Sep 2009 18:48:00 +0000 (18:48 +0000)]
(trunk libT) #2450: --find should not delete original

15 years ago(trunk gtk) #2453: Transmission since version 1.61 need GTK+ 2.12 or an upper version.
Charles Kerr [Sun, 27 Sep 2009 17:47:45 +0000 (17:47 +0000)]
(trunk gtk) #2453: Transmission since version 1.61 need GTK+ 2.12 or an upper version.

15 years agoNSWidthInsensitiveSearch isn't needed for filtering text
Mitchell Livingston [Sun, 27 Sep 2009 16:45:59 +0000 (16:45 +0000)]
NSWidthInsensitiveSearch isn't needed for filtering text

15 years agofix using the filter bar to filter by tracker; add options to make the filter text...
Mitchell Livingston [Sun, 27 Sep 2009 16:37:57 +0000 (16:37 +0000)]
fix using the filter bar to filter by tracker; add options to make the filter text searching less strict

15 years agoactually return the array of flat trackers from the corresponding method
Mitchell Livingston [Sun, 27 Sep 2009 15:49:33 +0000 (15:49 +0000)]
actually return the array of flat trackers from the corresponding method

15 years ago(trunk libT) possibly fix a crash-on-shutdown reported by John_
Charles Kerr [Sun, 27 Sep 2009 00:27:51 +0000 (00:27 +0000)]
(trunk libT) possibly fix a crash-on-shutdown reported by John_

15 years ago(trunk libT) possibly fix a crash-on-shutdown reported by John_
Charles Kerr [Sat, 26 Sep 2009 23:54:30 +0000 (23:54 +0000)]
(trunk libT) possibly fix a crash-on-shutdown reported by John_

15 years ago(trunk libT,gtk) plug a couple of minor leaks reported by valgrind
Charles Kerr [Sat, 26 Sep 2009 23:46:30 +0000 (23:46 +0000)]
(trunk libT,gtk) plug a couple of minor leaks reported by valgrind

15 years ago#2398 Check if save path exists before generating torrent file
Mitchell Livingston [Sat, 26 Sep 2009 20:13:15 +0000 (20:13 +0000)]
#2398 Check if save path exists before generating torrent file

15 years agoshow tracker icons on 10.5
Mitchell Livingston [Sat, 26 Sep 2009 17:04:27 +0000 (17:04 +0000)]
show tracker icons on 10.5

15 years agolet's copy the tracker stat object only once instead of twice on each pulse
Mitchell Livingston [Sat, 26 Sep 2009 16:46:14 +0000 (16:46 +0000)]
let's copy the tracker stat object only once instead of twice on each pulse

15 years agoalways get favicons from http://
Mitchell Livingston [Sat, 26 Sep 2009 16:31:00 +0000 (16:31 +0000)]
always get favicons from http://

15 years agoremove "tracker address" from the inspector; reorganize the info tab a little bit
Mitchell Livingston [Sat, 26 Sep 2009 14:21:35 +0000 (14:21 +0000)]
remove "tracker address" from the inspector; reorganize the info tab a little bit

15 years agomac build compiles once again
Mitchell Livingston [Sat, 26 Sep 2009 13:58:40 +0000 (13:58 +0000)]
mac build compiles once again

15 years ago(trunk libT) remove a couple more debugging printf() calls
Charles Kerr [Sat, 26 Sep 2009 13:21:46 +0000 (13:21 +0000)]
(trunk libT) remove a couple more debugging printf() calls

15 years ago(trunk libT) possibly fix a crash reported by stdisease
Charles Kerr [Sat, 26 Sep 2009 06:43:44 +0000 (06:43 +0000)]
(trunk libT) possibly fix a crash reported by stdisease

15 years ago(trunk) remove tr_stats fields: downloaders, leechers, seeders, timesCompleted as...
Charles Kerr [Sat, 26 Sep 2009 06:20:33 +0000 (06:20 +0000)]
(trunk) remove tr_stats fields: downloaders, leechers, seeders, timesCompleted as per discussion with livings

15 years ago(trunk qt) #2417: Qt client closes when clicking X rather than close to tray
Charles Kerr [Sat, 26 Sep 2009 04:39:58 +0000 (04:39 +0000)]
(trunk qt) #2417: Qt client closes when clicking X rather than close to tray

15 years ago(trunk, libT) #2379: infinite ratio shows as nan, invalid json
Charles Kerr [Sat, 26 Sep 2009 04:24:45 +0000 (04:24 +0000)]
(trunk, libT) #2379: infinite ratio shows as nan, invalid json

15 years ago(trunk libT) remove some debug printfs
Charles Kerr [Sat, 26 Sep 2009 04:13:09 +0000 (04:13 +0000)]
(trunk libT) remove some debug printfs

15 years ago(trunk qt) #2418: Cannot open a torrent in kde4 with right clicking
Charles Kerr [Sat, 26 Sep 2009 04:11:00 +0000 (04:11 +0000)]
(trunk qt) #2418: Cannot open a torrent in kde4 with right clicking

15 years agobegin the reorganization of the inspector tracker tab - a lot still left to do
Mitchell Livingston [Sat, 26 Sep 2009 04:02:39 +0000 (04:02 +0000)]
begin the reorganization of the inspector tracker tab - a lot still left to do

15 years ago(trunk) copy-by-value changes to tr_tracker_stat
Charles Kerr [Sat, 26 Sep 2009 03:36:58 +0000 (03:36 +0000)]
(trunk) copy-by-value changes to tr_tracker_stat

15 years ago(trunk gtk) implement 'edit trackers' window in gtk client
Charles Kerr [Sat, 26 Sep 2009 00:48:07 +0000 (00:48 +0000)]
(trunk gtk) implement 'edit trackers' window in gtk client

15 years agofix mac build - tracker info tab info is not fully available for now
Mitchell Livingston [Fri, 25 Sep 2009 22:18:54 +0000 (22:18 +0000)]
fix mac build - tracker info tab info is not fully available for now

15 years ago(trunk)
Charles Kerr [Fri, 25 Sep 2009 21:05:59 +0000 (21:05 +0000)]
(trunk)
#1699: Announce to multiple trackers at once
#2424: Tracker address is not listed in GTK client.

15 years ago(trunk) #2445: Use automake's "quieter builds" rule when available
Charles Kerr [Fri, 25 Sep 2009 14:25:52 +0000 (14:25 +0000)]
(trunk) #2445: Use automake's "quieter builds" rule when available

15 years agoset the favicon timeout to 30 seconds from 10 seconds
Mitchell Livingston [Fri, 25 Sep 2009 01:34:10 +0000 (01:34 +0000)]
set the favicon timeout to 30 seconds from 10 seconds

15 years ago(trunk third-party) get miniupnpc building again. the breakage has been reported...
Charles Kerr [Thu, 24 Sep 2009 14:39:28 +0000 (14:39 +0000)]
(trunk third-party) get miniupnpc building again.  the breakage has been reported upstream @ http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=1452#1452

15 years agoupdate miniupnp to 20090921
Mitchell Livingston [Thu, 24 Sep 2009 12:17:28 +0000 (12:17 +0000)]
update miniupnp to 20090921

15 years ago#2439 changing sort order to queue will automatically re-sort - and how long has...
Mitchell Livingston [Thu, 24 Sep 2009 02:27:18 +0000 (02:27 +0000)]
#2439 changing sort order to queue will automatically re-sort - and how long has this been broken?!

15 years agoupdate libevent config files
Mitchell Livingston [Thu, 24 Sep 2009 01:50:42 +0000 (01:50 +0000)]
update libevent config files

15 years agoadd a 10-second timeout to the favicon request
Mitchell Livingston [Wed, 23 Sep 2009 21:45:51 +0000 (21:45 +0000)]
add a 10-second timeout to the favicon request

15 years agoupdate NEWS
Mitchell Livingston [Wed, 23 Sep 2009 21:45:31 +0000 (21:45 +0000)]
update NEWS

15 years ago(trunk libT) #2416: possible fix for 'crash in event_queue_insert' on Snow Leopard
Charles Kerr [Wed, 23 Sep 2009 15:28:11 +0000 (15:28 +0000)]
(trunk libT) #2416: possible fix for 'crash in event_queue_insert' on Snow Leopard

15 years ago...and actually add that image
Mitchell Livingston [Mon, 21 Sep 2009 22:45:39 +0000 (22:45 +0000)]
...and actually add that image

15 years agoadd a placeholder favicon for trackers
Mitchell Livingston [Mon, 21 Sep 2009 22:45:19 +0000 (22:45 +0000)]
add a placeholder favicon for trackers

15 years agobetter use of the cache object for tracker favicons, so if an icon is removed from...
Mitchell Livingston [Mon, 21 Sep 2009 12:55:04 +0000 (12:55 +0000)]
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

15 years agoallow multiple selection in the tracker table again
Mitchell Livingston [Mon, 21 Sep 2009 04:03:41 +0000 (04:03 +0000)]
allow multiple selection in the tracker table again

15 years agofix manually adding trackers
Mitchell Livingston [Mon, 21 Sep 2009 03:56:57 +0000 (03:56 +0000)]
fix manually adding trackers

15 years ago#2436 on 10.6 let's try showing favicons in the info panel's tracker table
Mitchell Livingston [Mon, 21 Sep 2009 03:44:24 +0000 (03:44 +0000)]
#2436 on 10.6 let's try showing favicons in the info panel's tracker table

15 years agoremove unneeded check for user-added tier
Mitchell Livingston [Mon, 21 Sep 2009 01:13:39 +0000 (01:13 +0000)]
remove unneeded check for user-added tier

15 years agouse NSSearchPathForDirectoriesInDomains() for searching for sounds
Mitchell Livingston [Sun, 20 Sep 2009 20:58:13 +0000 (20:58 +0000)]
use NSSearchPathForDirectoriesInDomains() for searching for sounds

15 years ago#2433 In Group preferences, "...where all criteria are met", not "...where all criter...
Mitchell Livingston [Sun, 20 Sep 2009 20:34:02 +0000 (20:34 +0000)]
#2433 In Group preferences, "...where all criteria are met", not "...where all criteria is met"

15 years agoupdate to dht 0.9
Charles Kerr [Sun, 20 Sep 2009 18:46:58 +0000 (18:46 +0000)]
update to dht 0.9

15 years ago(trunk gtk) gah, I'm so stupid. I go to the trouble of writing a backwards-compatabl...
Charles Kerr [Sun, 20 Sep 2009 14:13:02 +0000 (14:13 +0000)]
(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.

15 years agorename SUPPORT_FOLDER to TRANSFER_PLIST
Mitchell Livingston [Sun, 20 Sep 2009 02:41:28 +0000 (02:41 +0000)]
rename SUPPORT_FOLDER to TRANSFER_PLIST

15 years ago#2428 fix a crash in TorrentTableView when drawing alternative rows
Mitchell Livingston [Sat, 19 Sep 2009 23:44:57 +0000 (23:44 +0000)]
#2428 fix a crash in TorrentTableView when drawing alternative rows

15 years ago(trunk third-party) #2302: upgrade libdht to newer version
Charles Kerr [Sat, 19 Sep 2009 18:09:57 +0000 (18:09 +0000)]
(trunk third-party) #2302: upgrade libdht to newer version

15 years ago(trunk gtk) #2427: crash on quit when the Preferences window is open
Charles Kerr [Sat, 19 Sep 2009 11:35:27 +0000 (11:35 +0000)]
(trunk gtk) #2427: crash on quit when the Preferences window is open

15 years ago(trunk) forgot to add this image to the makefile
Kevin Glowacz [Sat, 19 Sep 2009 00:03:10 +0000 (00:03 +0000)]
(trunk) forgot to add this image to the makefile

15 years agowhen creating a torrent with a single piece, remove "each" from "X size each"
Mitchell Livingston [Fri, 18 Sep 2009 03:57:18 +0000 (03:57 +0000)]
when creating a torrent with a single piece, remove "each" from "X size each"

15 years agoin the off chance this ocurs, "1 byte" instead of "1 bytes"
Mitchell Livingston [Fri, 18 Sep 2009 03:49:55 +0000 (03:49 +0000)]
in the off chance this ocurs, "1 byte" instead of "1 bytes"

15 years agoremove unneeded group column resize code
Mitchell Livingston [Fri, 18 Sep 2009 02:18:22 +0000 (02:18 +0000)]
remove unneeded group column resize code

15 years agouse NSRectFillListWithColors on the pieces grid
Mitchell Livingston [Thu, 17 Sep 2009 23:33:50 +0000 (23:33 +0000)]
use NSRectFillListWithColors on the pieces grid

15 years ago(trunk libT) #2420 - Transmission should follow PEX conventions
Charles Kerr [Thu, 17 Sep 2009 19:05:18 +0000 (19:05 +0000)]
(trunk libT) #2420 - Transmission should follow PEX conventions

15 years ago#2421 Build fails on Mac OS X if special characters are in project path
Mitchell Livingston [Thu, 17 Sep 2009 13:23:52 +0000 (13:23 +0000)]
#2421 Build fails on Mac OS X if special characters are in project path

15 years agofix some flickering with the table row color drawing
Mitchell Livingston [Thu, 17 Sep 2009 11:53:56 +0000 (11:53 +0000)]
fix some flickering with the table row color drawing

15 years agoremove unnecessary alloca
Mitchell Livingston [Thu, 17 Sep 2009 04:52:17 +0000 (04:52 +0000)]
remove unnecessary alloca

15 years agosame for torrent table, and fix a code placement issue
Mitchell Livingston [Thu, 17 Sep 2009 04:36:09 +0000 (04:36 +0000)]
same for torrent table, and fix a code placement issue

15 years agouse NSRectFillList() to fill the tracker table's alternating row
Mitchell Livingston [Thu, 17 Sep 2009 04:29:07 +0000 (04:29 +0000)]
use NSRectFillList() to fill the tracker table's alternating row

15 years ago(trunk libT) use tr_torrentName() instead of tor->info.name
Charles Kerr [Thu, 17 Sep 2009 03:24:35 +0000 (03:24 +0000)]
(trunk libT) use tr_torrentName() instead of tor->info.name

15 years ago(trunk gtk) rewrite the 'create torrent' dialog
Charles Kerr [Thu, 17 Sep 2009 01:28:45 +0000 (01:28 +0000)]
(trunk gtk) rewrite the 'create torrent' dialog

15 years agoadd a way to tell the hig workarea which widget(s) to stretch vertically when the...
Charles Kerr [Thu, 17 Sep 2009 01:21:49 +0000 (01:21 +0000)]
add a way to tell the hig workarea which widget(s) to stretch vertically when the workarea is resized by the user

15 years agowhen creating a new torrent and a tracker announce URL can't be parsed, set a variabl...
Charles Kerr [Thu, 17 Sep 2009 01:18:59 +0000 (01:18 +0000)]
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

15 years agoremove a warning
Mitchell Livingston [Thu, 17 Sep 2009 01:15:00 +0000 (01:15 +0000)]
remove a warning

15 years agoshow a warning whenever removing any tracker, regardless of if it's built-in
Mitchell Livingston [Thu, 17 Sep 2009 01:10:18 +0000 (01:10 +0000)]
show a warning whenever removing any tracker, regardless of if it's built-in

15 years agoremove distinction between built-in trackers and custom-added trackers; add trackers...
Mitchell Livingston [Thu, 17 Sep 2009 00:33:39 +0000 (00:33 +0000)]
remove distinction between built-in trackers and custom-added trackers; add trackers to the end of the list instead of the beginning

15 years agouse 10.6's localizedStandardCompare: when sorting by name
Mitchell Livingston [Wed, 16 Sep 2009 02:18:23 +0000 (02:18 +0000)]
use 10.6's localizedStandardCompare: when sorting by name

15 years ago#2414 Upside-down dock icons in Inspector under Leopard
Mitchell Livingston [Wed, 16 Sep 2009 01:16:12 +0000 (01:16 +0000)]
#2414 Upside-down dock icons in Inspector under Leopard

15 years ago(trunk) silence manpage warnings reported by lintian and recorded at http://lintian...
Charles Kerr [Tue, 15 Sep 2009 14:11:46 +0000 (14:11 +0000)]
(trunk) silence manpage warnings reported by lintian and recorded at http://lintian.debian.org/full/costela@debian.org.html#transmission

15 years agoon 10.6 avoid some wizardry to work around a 10.5 bug when switching a table's image...
Mitchell Livingston [Tue, 15 Sep 2009 04:56:48 +0000 (04:56 +0000)]
on 10.6 avoid some wizardry to work around a 10.5 bug when switching a table's image's template setting

15 years agoreplace a deprecated method
Mitchell Livingston [Tue, 15 Sep 2009 04:20:41 +0000 (04:20 +0000)]
replace a deprecated method

15 years ago(trunk web) #2411: double-clicking torrent should open/close inspector
Charles Kerr [Mon, 14 Sep 2009 22:33:17 +0000 (22:33 +0000)]
(trunk web) #2411: double-clicking torrent should open/close inspector

15 years ago(trunk qt) fix DHT build issue reported and patched by DimStar
Charles Kerr [Mon, 14 Sep 2009 18:36:33 +0000 (18:36 +0000)]
(trunk qt) fix DHT build issue reported and patched by DimStar

15 years ago(trunk) update to 1.75; transfer NEWS and appcast from 1.7x branch
Mitchell Livingston [Mon, 14 Sep 2009 03:49:24 +0000 (03:49 +0000)]
(trunk) update to 1.75; transfer NEWS and appcast from 1.7x branch

15 years ago(trunk gtk) increase the temporary buffer size to avoid string truncations
Charles Kerr [Sat, 12 Sep 2009 07:26:13 +0000 (07:26 +0000)]
(trunk gtk) increase the temporary buffer size to avoid string truncations