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

6966 commits

Author SHA1 Message Date
Charles Kerr
1ee9ce9da7 (trunk libT) remove some oddness in tr_open_file_for_scanning() 2009-05-06 13:33:40 +00:00
Mitchell Livingston
05494f4ce5 update version to 1.60+ 2009-05-06 01:42:32 +00:00
Mitchell Livingston
f247cfecbe set torrents to sleep in the sleep-callback thread 2009-05-06 01:42:13 +00:00
Charles Kerr
25e12d9242 (trunk libT) more informative 404 error message when we're unable to load a clutch file 2009-05-05 22:51:12 +00:00
Charles Kerr
09e19c0da2 (trunk) set 1.60 release date in NEWS 2009-05-05 00:39:20 +00:00
Charles Kerr
220f88e119 (trunk gtk) update the translations in preparation for 1.60 2009-05-05 00:34:10 +00:00
Mitchell Livingston
0a49e04249 update version to 1.60 2009-05-05 00:08:51 +00:00
Mitchell Livingston
2d36973124 update NEWS and appcast for 1.60 2009-05-05 00:07:18 +00:00
Charles Kerr
921e741c11 (trunk qt) remove debugging message from console 2009-05-04 18:43:49 +00:00
Charles Kerr
222295758a (trunk qt) more progressbar improvements from kjg 2009-05-04 18:22:18 +00:00
Charles Kerr
9aaa5b3c4b (trunk qt) use tabs for the main window's filters 2009-05-04 17:26:16 +00:00
Charles Kerr
75a115e2f8 (trunk qt) progressbar patch from kjg 2009-05-04 16:38:07 +00:00
Charles Kerr
75b83b101f (trunk qt) remove some debugging console messages 2009-05-04 05:03:05 +00:00
Charles Kerr
363da76680 (trunk qt) progressbar state/small improvements from kjg 2009-05-04 04:04:43 +00:00
Charles Kerr
7928221537 (trunk qt) fix bug in inspector's peers tab when the same peer is connected to us for more than one torrent 2009-05-04 02:58:05 +00:00
Charles Kerr
d41318bb05 (trunk qt) session dialog improvements from W4pp 2009-05-03 22:00:56 +00:00
Charles Kerr
b2c65797e0 (trunk) very minor tweaks 2009-05-03 19:12:22 +00:00
Charles Kerr
ccd02666ee (trunk qt) fix remove-torrent filtering error reported by W4pp 2009-05-03 18:35:33 +00:00
Charles Kerr
2b42c00c45 (trunk qt) add dialog to set local/remote session source 2009-05-03 18:12:11 +00:00
Charles Kerr
e249d894ac (trunk qt) Remember between runs whether we were running a local or remote session. Add a gui dialog for switching sessions during runtime. 2009-05-03 17:37:39 +00:00
Charles Kerr
40c976a794 (trunk qt) privacy guard to the url in the titlebar. patch from kjg 2009-05-03 03:33:23 +00:00
Charles Kerr
2939c95ac7 tweak NEWS 2009-05-02 16:27:31 +00:00
Charles Kerr
8e34e675e7 (trunk gtk) fix webseed error in the torrent properties dialog; reported by W4pp 2009-05-02 16:16:23 +00:00
Charles Kerr
458226eefc (trunk gtk) fix possible crash in the properties dialog 2009-05-02 15:17:03 +00:00
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