Commit Graph

6942 Commits

Author SHA1 Message Date
Charles Kerr 5cec10d516 (trunk qt) fix wierdness in the torrent properties dialog's file tab, reported by W4pp 2009-05-02 14:33:10 +00:00
Charles Kerr 55e110938c (trunk qt) HiG: "When there is no interesting status to report, leave a status bar panel blank" 2009-05-02 14:25:18 +00:00
Charles Kerr 3ecec47b14 (trunk qt) possibly fix display bug reported by W4pp 2009-05-02 13:59:00 +00:00
Charles Kerr 039c5a0a29 (trunk gtk) swap statusbar ul & dl as suggested by Rolcol 2009-05-02 13:53:49 +00:00
Charles Kerr 4973d95cd3 (trunk gtk) #2019: HiG: "When there is no interesting status to report, leave a status bar panel blank" 2009-05-01 19:39:34 +00:00
Charles Kerr 00bc015112 (trunk qt) silence a minor compiler warning 2009-05-01 14:40:14 +00:00
Charles Kerr eacfbaddca add qt to EXTRA_DIST 2009-04-30 22:31:27 +00:00
Charles Kerr 3c5ba86fc7 (trunk clutch) only refresh the inspector's innerHTML fields when something's actually changed 2009-04-29 17:48:04 +00:00
Charles Kerr 3d97a50176 remove console.log message that will break IE because IE doesn't have a console. 2009-04-29 13:27:08 +00:00
Charles Kerr b18acea58d (trunk clutch) only update the file list's html elements when the model's contents actually require it. 2009-04-29 11:59:29 +00:00
Charles Kerr acb3b443f7 (trunk libT) silently add a \0 after the end of files read by tr_loadFile() so that text files can be handled directly as ascii strings 2009-04-28 20:42:55 +00:00
Charles Kerr d13ac450d8 (trunk) fix web ui packaging error. patch from kjg 2009-04-28 16:22:07 +00:00
Mitchell Livingston 50e144d492 adjustments to French localization 2009-04-28 11:41:02 +00:00
Mitchell Livingston a9dfa30198 update Russian localization 2009-04-28 02:32:33 +00:00
Mitchell Livingston 83efad1f06 update Turkish localization 2009-04-27 23:23:20 +00:00
Mitchell Livingston 2fc5eacd69 update Dutch localization 2009-04-27 12:58:12 +00:00
Mitchell Livingston 483a2789ca update French localization 2009-04-27 12:25:53 +00:00
Mitchell Livingston 0f32a6025c update Spanish localization 2009-04-27 11:55:04 +00:00
Charles Kerr b52ae72009 (trunk libT) prevent stupid double-close error introduced a few minutes ago :/ 2009-04-26 21:00:58 +00:00
Charles Kerr 698aa192aa (trunk libT) convert tr_open_file_for_scanning() and tr_close_file() to use file descriptors instead of file pointers so that we don't have to mix and match between them 2009-04-26 20:44:18 +00:00
Charles Kerr 75520acd38 (trunk libT) tweak tr_open_file_for_scanning() on OS X for sequential, non-cached reading suitable for verify() and tr_fileLoad() 2009-04-26 19:50:31 +00:00
Charles Kerr 4a40812d28 (trunk qt) tweaks to About dialog courtesy W4pp 2009-04-26 19:08:49 +00:00
Charles Kerr a84a1720a7 (trunk libT) experimental commit for wereHamster 2009-04-26 16:14:47 +00:00
Charles Kerr 71060402ab (trunk qt) copy some of the ideas from the gtk inspector rewrite 2009-04-26 15:41:04 +00:00
Charles Kerr a284303dac (trunk gtk) simplify the way the lock icon is rendered in the inspector 2009-04-26 14:38:46 +00:00
Charles Kerr 13a0a0556c (trunk libT) make tr_loadFile() use tr_open_file_for_scanning() 2009-04-26 07:59:36 +00:00
Charles Kerr 879f287c9a (trunk libT) remove debugging message that got committed by accident :/ 2009-04-26 00:52:48 +00:00
Charles Kerr d99438bd1c (trunk libT) need feedback from Mac users on this change. On Linux, it gets rid of the inactive-memory-grows-during-torrent-verification behavior that's often reported as a bug. 2009-04-26 00:51:51 +00:00
Charles Kerr 4bccf4985f (trunk gtk) fix terminology of "manual announce" text in the inspector rewrite 2009-04-25 21:53:58 +00:00
Charles Kerr 114e6b3626 undo r8288 2009-04-25 19:22:27 +00:00
Charles Kerr 94c1b90fe1 (trunk libT) small bandwidth patch from wereHamster 2009-04-25 19:04:48 +00:00
Charles Kerr 7f1fe69815 (gtk) fix new bug in the details dialog that only manifests itself when you scroll through lots of torrents at once 2009-04-25 16:19:07 +00:00
Charles Kerr 05db7dd246 (gtk) fix new filtering bug in gtk client 2009-04-25 15:41:10 +00:00
Mitchell Livingston 001bef8ae0 update Traditional Chinese localization 2009-04-25 14:14:00 +00:00
Mitchell Livingston ba5b49b4f3 updated Italian localization 2009-04-25 14:09:31 +00:00
Charles Kerr 12089cc883 (gtk) fix a couple of new gtk bugs reported by Rolcol 2009-04-25 14:08:40 +00:00
Charles Kerr 0a546f2e51 (trunk gtk) more cleanup from yesterday's property dialog rewrite 2009-04-24 15:24:43 +00:00
Charles Kerr 9dc4672ace (gtk) clean up yesterday's properties dialog rewrite a bit. 2009-04-24 12:05:53 +00:00
Malcolm Jarvis 85b33e22be Hopefully put an end to all these percentage bugs in the web client 2009-04-24 03:21:15 +00:00
Charles Kerr 7f60d9db17 (trunk gtk) #1473: Properties dialog should let you edit/view multiple torrents at once 2009-04-24 01:37:04 +00:00
Mitchell Livingston 015baf83db #2008 - adjust the options tab layout in the inspector 2009-04-23 23:36:55 +00:00
Charles Kerr c0c3a00161 (trunk gtk) fix memory leak in the icons code. 2009-04-23 15:45:30 +00:00
Mitchell Livingston 237d218759 update pt localization 2009-04-23 02:43:26 +00:00
Charles Kerr cae89d9b2a (trunk daemon) fix rounding error in transmission-remote display. Patch by wereHamster 2009-04-22 21:00:52 +00:00
Charles Kerr 08fe5351eb (trunk clutch) #2003: rounding error causes web client to report 100% before done 2009-04-22 20:40:08 +00:00
Charles Kerr 577edddaea (trunk libT) #1993: Check if UPNP port is still open. Patch from KyleK 2009-04-22 16:00:45 +00:00
Mitchell Livingston 919ab072ec update Portuguese localization 2009-04-22 02:00:30 +00:00
Mitchell Livingston 853839e6ca Mac: Portuguese localization 2009-04-21 23:41:03 +00:00
Charles Kerr 098658e3ad (trunk libT) tweak the bencode comments a bit 2009-04-21 16:52:28 +00:00
Charles Kerr fb587a5b30 (trunk libT) make sure that outbound protocol messages don't get blocked by bandwidth limits 2009-04-21 16:18:51 +00:00