Commit Graph

4401 Commits

Author SHA1 Message Date
Mitchell Livingston 052d849b59 get mac build compiling again 2008-03-04 02:23:01 +00:00
Charles Kerr eb18810b3e fold some error messages together into common strings 2008-03-04 02:13:53 +00:00
Charles Kerr 84a8592d1d first cut at adding i18n hooks into libtransmission. 2008-03-04 02:02:25 +00:00
Mitchell Livingston fa085c4adc capitalization adjustments 2008-03-04 01:03:15 +00:00
Charles Kerr 08d986759b fix r5189 typo pointed out by BentMyWookie 2008-03-04 00:55:20 +00:00
Mitchell Livingston 6ad287dbeb group tooltip displays number of transfers 2008-03-04 00:30:26 +00:00
Charles Kerr 3000d67e7f #751: add some tracer bullets to help track down this error. 2008-03-03 21:51:45 +00:00
Mitchell Livingston 20fd7f3456 adjust status bar speeds placement 2008-03-03 14:23:25 +00:00
Charles Kerr 126020e82a mark the libnotify strings for translation 2008-03-03 04:44:27 +00:00
Charles Kerr dd9764d181 (gtk) fix pt_BT.po's translation -- msgfmt could choke on its DOS newlines. (Triskelios) 2008-03-03 02:53:18 +00:00
Charles Kerr 24e05bf3fb harden the bitfield handling to handle corrupt messages from peers. This is in response to Ryoujin's crash report in the forums (http://forum.transmissionbt.com/viewtopic.php?p=20414#20414) 2008-03-02 23:44:34 +00:00
Charles Kerr 6b1001600b remove scaffolding that was accidentally committed in r5183 a few minutes ago 2008-03-02 19:55:04 +00:00
Charles Kerr d712545433 don't crash in makemeta when trying to build a torrent from files you don't have read access to. (wereHamster) 2008-03-02 19:42:45 +00:00
Charles Kerr fb81f0adf5 (gtk) grammar tweak as suggested by wereHamster 2008-03-02 19:34:18 +00:00
Charles Kerr 3f2bda886e (gtk) #749: libnotify tweaks 2008-03-02 16:14:46 +00:00
Charles Kerr f71665e166 (gtk) #748: hig improvements to the `remove torrent' confirmation dialog. 2008-03-02 15:54:58 +00:00
Charles Kerr f1c3b160af remove `banned' field for per-piece-per-peer banning. this has been unused since the three-strikes rule went in place. 2008-03-01 14:32:35 +00:00
Charles Kerr 0788bc37ed minor cleanups to peer-msgs 2008-03-01 14:09:18 +00:00
Charles Kerr 10c7e66cf3 added Catalan translation by Joan Duran 2008-02-29 19:59:32 +00:00
Charles Kerr 3de06974e8 #727: Download speed setting also affects upload speed, peer informations in torrent inspector 2008-02-29 17:09:33 +00:00
Charles Kerr d13d03bd2a sync POTFILES.in with the new filenames. Thanks to Timo Jyrinki for reminding me to do this :) 2008-02-29 16:22:21 +00:00
Charles Kerr 9afd403424 #743: add Xunlei to the client list. 2008-02-29 15:33:13 +00:00
Charles Kerr a6d464347d get rid of the "tracker hasn't responded yet" message because it drives users insane 2008-02-29 06:28:00 +00:00
Charles Kerr a7d087b60a use a custom struct for the peer's four request queues since John_Clay's shark report shows it taking up about 40% of the time in malloc/free. also, maybe this will help the "idle memory" numbers some. 2008-02-29 03:41:50 +00:00
Charles Kerr eb3ca08961 fix r5164 thread timing issue reported by pea_ 2008-02-29 01:58:46 +00:00
Mitchell Livingston 7463856062 add tooltips for group speeds/ratios 2008-02-28 21:28:48 +00:00
Charles Kerr cf598407e1 (gtk) make verrmsg_full() private 2008-02-28 20:23:02 +00:00
Charles Kerr e00d8bf849 fix some gcc 4.2 warnings 2008-02-28 19:33:11 +00:00
Charles Kerr d870c12f40 add win32/posix wrapper function tr_lockfile() to libT and use it in daemon/gtk. 2008-02-28 19:06:23 +00:00
Charles Kerr 288547ffb8 (gtk) use signal, instead of sigaction, for portability 2008-02-28 17:51:54 +00:00
Mitchell Livingston 12994b62b6 remove an unnecessary check for ratio/speed setting 2008-02-28 16:55:28 +00:00
Charles Kerr 5f3efe434b better win32 thread support 2008-02-28 16:40:31 +00:00
Mitchell Livingston ab6628f36b make the group "ying-yang" full sized; hide dl speed columns when showing ratio 2008-02-28 16:40:14 +00:00
Charles Kerr 608581ea80 make tr_mkdir() handle windows root directory paths like "C:" 2008-02-28 16:38:48 +00:00
Mitchell Livingston 0ee2fd6d3b improved group ratio and options images 2008-02-28 16:15:34 +00:00
Charles Kerr cc7f95e68a (gtk) fix crash-when-removing-more-than-one-torrent bug reported by wereHamster and Lacrocivious 2008-02-28 15:47:09 +00:00
Charles Kerr 1df83e3a2e (gtk) #742: gtk dialog buttons need to support `alternative button order' for KDE users 2008-02-28 14:48:23 +00:00
Charles Kerr 0c2f5ac1ce expanded description of the behavior of tr_torrentParse(). 2008-02-28 02:43:28 +00:00
Charles Kerr 142d2fe9dc (gtk) improve caption "date started" caption (launchpad 193875) 2008-02-28 02:35:44 +00:00
Mitchell Livingston af2339bb9e clicking on the group speed rates will toggle with ratio 2008-02-28 02:17:17 +00:00
Charles Kerr f00dd3cbd3 possibly-better patch for #740. 2008-02-27 20:44:46 +00:00
Charles Kerr e904f1ddd0 (gtk) #738: Clicking tray icon should show minimized main window 2008-02-27 20:30:51 +00:00
Charles Kerr 82d0cd852a #740 fix tr_torrentParse() leak when adding duplicate torrents. 2008-02-27 20:16:01 +00:00
Mitchell Livingston 7103fcb57e #741 typo in transmission.h comment 2008-02-27 20:11:04 +00:00
Charles Kerr f8a98a8c35 eliminate duplicate code between readfile() and tr_loadFile(). shrink down the daemon torrent code a bit. 2008-02-27 20:06:53 +00:00
Mitchell Livingston 4f11506522 streamline code from last commit 2008-02-27 19:58:15 +00:00
Mitchell Livingston 78b08324ea show amount selected in open window 2008-02-27 19:34:55 +00:00
Mitchell Livingston 6cbec1912b mac client will verify data with ipc 2008-02-27 19:04:38 +00:00
Charles Kerr 9795a01ddc (gtk) fix warning when clicking the upnp/nat-pmp checkbox in the prefs dialog 2008-02-27 18:45:06 +00:00
Charles Kerr 6f0018fd12 fix r5145 oops 2008-02-27 18:39:12 +00:00