Commit Graph

9602 Commits

Author SHA1 Message Date
Charles Kerr d57ba48775 (trunk) #3577 -- replace gear icon for GTK+, Qt clients 2010-09-24 15:22:53 +00:00
Charles Kerr e598d4c198 (trunk daemon) #3508 "transmission-remote --download-dir doesn't work properly" -- fixed. 2010-09-24 14:23:58 +00:00
Charles Kerr 7f6cfb3c24 (trunk gtk) #3554 "turtle speed button doesn't update when toggled via RPC" -- fix minor bug introduced in r11215 2010-09-24 14:21:08 +00:00
Mitchell Livingston 39ba63b7b9 update Simplified Chinese localization 2010-09-24 11:26:06 +00:00
Charles Kerr c721052abb (trunk gtk) fix minor memory leak that may or may not be related to https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/630679 2010-09-23 17:20:05 +00:00
Charles Kerr 6e62d0d99d (trunk gtk) fix a minor UMR error that Valgrind found 2010-09-23 17:05:40 +00:00
Charles Kerr 80582f8ccc add an #include guard to keep tr-lpd.h package-visible 2010-09-23 13:29:41 +00:00
Daniel Lee 99a1d0a123 (web) Fix some spacing in the tracker display 2010-09-23 04:21:18 +00:00
Mitchell Livingston 29e1972e65 update Dutch localization 2010-09-23 00:36:06 +00:00
Charles Kerr 0d27dff042 (trunk daemon) #3511 "setting TR_DEBUG environment variable has no effect" -- rename --log-err as --log-error for consistency 2010-09-22 22:19:21 +00:00
Charles Kerr 60132d3781 (trunk gtk) #3543 'wrong link in the about window' -- separate gtr_open_file() from gtr_open_uri() 2010-09-22 16:44:38 +00:00
Charles Kerr b63d64e0e3 (trunk libT) #3521 "rounding issue in tr_truncd()" -- fixed. 2010-09-22 16:09:36 +00:00
Charles Kerr 70933cfae1 (trunk daemon) #3511 -- companion to r11249: document these three new arguments in the manpage 2010-09-22 15:23:44 +00:00
Charles Kerr 599c5a8cc4 (trunk daemon) #3511, part 2 of 2: get rid of the TR_DEBUG environment variable 2010-09-22 15:17:16 +00:00
Charles Kerr f79d45effb (trunk daemon) #3511, part 1 of 2: add command-line options to the daemon to set verbosity level 2010-09-22 15:16:42 +00:00
Charles Kerr a6c4cc2987 remove a harmless, but accidental, paste error 2010-09-22 14:20:42 +00:00
Mitchell Livingston 1f5f01a476 update Spanish localization 2010-09-22 11:54:22 +00:00
Daniel Lee fe31e1a515 (trunk) #3574:Potential crash in tracker view when changing options 2010-09-22 02:22:03 +00:00
Charles Kerr dd84100fcc (trunk daemon) #3506 "transmission-remote --tracker-add feature not working" -- fixed. 2010-09-22 00:01:58 +00:00
Charles Kerr 51a61bc1da (trunk libT) #3562 ".torrent files are created incorrectly when the content is a single file inside a subdirectory" -- fixed. 2010-09-21 16:58:15 +00:00
Charles Kerr 65b4e28c60 (trunk libT) #3571 "Torrent done script clears important env vars" -- fixed. 2010-09-21 16:26:48 +00:00
Charles Kerr fc9c880ed9 (trunk Qt) update Russian i18n 2010-09-20 20:40:40 +00:00
Charles Kerr bbd0391f01 (trunk libT) fix unchoke regression 2010-09-20 20:32:40 +00:00
Charles Kerr f31186656c (trunk qt) silence a couple of gcc warnings by adding reasonable defaults at the bottom of a switch statement in case bad tr_ratiolimits or FilterModes get used in the switch 2010-09-20 13:46:08 +00:00
Charles Kerr 8a81611d16 tweak the valgrind script 2010-09-19 22:21:36 +00:00
Mitchell Livingston f86ed673ab update Brazilian Portuguese localization 2010-09-19 21:33:28 +00:00
Charles Kerr 0c6657d64d (trunk libT) #3539 "Transmission sending corrupt data in metadata exchange" -- fixed. Thanks to The_8472 of Vuze fame for reporting this. :) 2010-09-19 21:07:57 +00:00
Daniel Lee 3ebe5d8f27 (trunk) bounds check trackerIds passed over rpc 2010-09-19 20:36:31 +00:00
Mitchell Livingston 2f5207357b update Russian localization 2010-09-19 19:50:03 +00:00
Charles Kerr 71d0b05524 (trunk qt,gtk) #3549 "torrent properties window doesn't fix netbook screen" -- merge the "Uploaded" and "Ratio" rows to save a little vertical space 2010-09-19 17:33:25 +00:00
Mitchell Livingston 0e5cceef91 tweak German inspector views for spacing fixes 2010-09-19 16:44:07 +00:00
Mitchell Livingston 49e4d58d6f small alignment fix in the inspector's options view 2010-09-19 14:11:30 +00:00
Mitchell Livingston 8acc707229 update German localization 2010-09-19 13:18:51 +00:00
Mitchell Livingston 4fdee6b385 update Italian localization 2010-09-19 13:17:28 +00:00
Charles Kerr 9772cdb14d (trunk libT) #3568 "don't optimistically unchoke torrents when our bandwidth is maxed out" -- fixed. 2010-09-19 01:04:49 +00:00
Charles Kerr 4d7046fd67 (trunk) #3547 "Wrong speed display in web UI" -- fixed 2010-09-18 23:06:03 +00:00
Charles Kerr bf3dec4299 (trunk libT) #3567 "Minor memory leak in pthread_create()" -- fixed 2010-09-18 22:13:46 +00:00
Charles Kerr c7ebb37876 (trunk libT) #3566 "Memory leak in libtransmission/torrent.c: refreshCurrentDir()" -- fixed. 2010-09-18 21:57:22 +00:00
Mitchell Livingston a46738b3ca one less localizable string 2010-09-18 19:49:34 +00:00
Mitchell Livingston 66f7c47f3e update strings file 2010-09-18 19:40:12 +00:00
Mitchell Livingston f6ccb3aa6d another NEWS tweak 2010-09-18 16:00:00 +00:00
Daniel Lee 603937184b (qt) Don't lose selection when changing to and from compact mode. 2010-09-18 15:51:38 +00:00
Daniel Lee d7be6c4f5a web changes in NEWS were a bit overzealous 2010-09-18 15:45:04 +00:00
Mitchell Livingston c312d0678a remove "Seed ratio support" from NEWS 2010-09-18 15:08:25 +00:00
Mitchell Livingston 8b3e6e2e82 tweak NEWS 2010-09-17 21:53:32 +00:00
Charles Kerr 08719984ff add first draft of 2.10 NEWS 2010-09-17 18:50:57 +00:00
Charles Kerr e537bdcd4f (trunk gtk) #3529 "slow priority-sorting in file list" -- fixed 2010-09-17 13:23:20 +00:00
Charles Kerr bf0e84f266 (trunk) #3549 "torrent properties window does not fit netbook screen" -- fixed 2010-09-17 05:43:06 +00:00
Charles Kerr efd71c05ab (trunk gtk) #3554 "alternate speed (turtle) button does not update when toggled via RPC" -- fixed. 2010-09-17 02:27:03 +00:00
Charles Kerr 2d1348c2f7 (trunk gtk) #3555 "disambiguate the string 'None' for better i18n" -- fixed 2010-09-16 17:45:24 +00:00