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 |
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 |