Commit Graph

6866 Commits

Author SHA1 Message Date
Charles Kerr 1230043902 (trunk qt) hack on the main window layout 2009-04-15 01:59:54 +00:00
Charles Kerr 86fd854657 (trunk qt) #1522: add upload/download/ratio limits popup menu at the bottom of the main window 2009-04-14 22:05:11 +00:00
Charles Kerr a2edfc290f (trunk daemon) #1981: Setting ratio on the command-line doesn't work` 2009-04-14 14:24:57 +00:00
Charles Kerr 6591c068df (trunk qt) tweak the build instructions 2009-04-14 02:12:05 +00:00
Charles Kerr 03a7251054 (trunk) make it possible to #include "version.h" without having to add -I${TOP}/libtransmission/ to your CFLAGS 2009-04-13 19:04:21 +00:00
Charles Kerr 08674322a9 (trunk qt) clean up #includes 2009-04-13 18:21:22 +00:00
Charles Kerr 768d755cc6 (trunk qt) sort of fix the "make install" problem 2009-04-13 17:31:02 +00:00
Charles Kerr 221b6903ee (trunk rpc) bump rpc-version to "5" to denote the new features are present since 1.5x 2009-04-13 15:55:06 +00:00
Mitchell Livingston 7dde3d93cc (trunk) update appcast 2009-04-13 01:37:35 +00:00
Mitchell Livingston b1adf8bb20 (trunk) update NEWS 2009-04-13 01:21:24 +00:00
Mitchell Livingston 845dc6671e (trunk) update version to 1.52 2009-04-13 01:19:54 +00:00
Charles Kerr c5aa896d83 (trunk qt) first stab at getting the properties dialog's "options" controls operational. 2009-04-12 21:15:35 +00:00
Charles Kerr cf552651f7 (trunk libT) in tr_torrentFiles(), avoid some expensive calculations if the torrent is a seed. 2009-04-12 17:31:17 +00:00
Charles Kerr a2b53f5cbd (trunk libT) more speed tweaks from valgrind 2009-04-12 14:52:17 +00:00
Charles Kerr e46700022b (qt) better integration of sort & filter modes into the preferences mechanism 2009-04-11 18:25:12 +00:00
Charles Kerr b3813000e9 (trunk libT) add more tests to verify r8214 2009-04-11 15:48:58 +00:00
Charles Kerr 35564b76a4 (trunk libT) startup uses less cpu now on big torrents. another cachegrind discovery 2009-04-11 06:58:14 +00:00
Charles Kerr c2debd3b6d (trunk qt) ensure that the sort mode is applied correctly on startup 2009-04-11 04:35:51 +00:00
Charles Kerr f4dde1eb67 (trunk libT) omit some unnecessary tests on the bitfield checks. these seem small, but bitfields are always the top CPU abuser when I profile... 2009-04-11 03:24:36 +00:00
Charles Kerr afe11e1386 (trunk) have the gtk and qt clients use the same minimum seed ratio in the preferences dialog as the mac uses 2009-04-10 19:16:12 +00:00
Charles Kerr 58de1f4317 update NEWS again 2009-04-10 18:23:00 +00:00
Charles Kerr 19645e9b82 update NEWS 2009-04-10 15:33:27 +00:00
Charles Kerr f00c152315 (trunk libT) better filtering of maliciously-crafted URLs when serving web interface files 2009-04-10 15:09:31 +00:00
Charles Kerr 2b8f8166bd (trunk libT) possible IO speedup on OS X based on feedback from ticket #1967 2009-04-10 14:26:01 +00:00
Charles Kerr 4f571c38e0 (qt) fix bug that corrupted the main-window-layout-order key in prefs. Reported by Rolcol 2009-04-10 04:59:15 +00:00
Charles Kerr 388076efc8 (qt) fix minor bug reported by RolCol: the "ask for more peers" button was enabled for paused torrents if they were being verified 2009-04-10 04:33:31 +00:00
Charles Kerr 245108e7ec (trunk gtk) remember filtering mode between sessions 2009-04-10 04:22:57 +00:00
Charles Kerr 6f86e5d080 (trunk qt) remember sorting & filtering mode between sessions 2009-04-10 03:48:19 +00:00
Charles Kerr 2877eddd58 (trunk libT) experimental commit to reduce IO lag during fast downloads 2009-04-10 00:58:26 +00:00
Charles Kerr f6672e8911 (trunk qt,gtk) include torrents-being-verified in the "active torrents" filter. 2009-04-09 22:42:55 +00:00
Charles Kerr 57f6e81dba (trunk daemon) #1983: Random port not working properly 2009-04-09 21:10:58 +00:00
Charles Kerr f933e434dd (trunk qt) add "make install" step to the build instructions 2009-04-09 19:14:44 +00:00
Charles Kerr c6e0ced90c (trunk) update NEWS 2009-04-09 18:56:58 +00:00
Charles Kerr 8cb90fd28f (trunk) add the Qt beta into svn 2009-04-09 18:55:47 +00:00
Charles Kerr f7eaf6ccd9 (gtk trunk) tweak one of the strings in the prefs dialog. 2009-04-09 18:46:16 +00:00
Charles Kerr 81766a8dcb (trunk libT) another possible fix for #1894: Crash when download finishes and seed ratio is already met 2009-04-09 14:10:31 +00:00
Charles Kerr cac4909bf6 (gtk) gtk 3.0 compliance 2009-04-09 11:53:11 +00:00
Charles Kerr 1ab6ce13eb more benc code simplification 2009-04-09 00:26:53 +00:00
Charles Kerr ce92e45936 (trunk libT) make libtransmission/makemeta.h C++-safe 2009-04-08 20:57:47 +00:00
Charles Kerr d1c6956598 (trunk) tr_metaInfoBuilderCreate() doesn't need a tr_session* handle anymore 2009-04-08 18:47:48 +00:00
Charles Kerr 8c372572a2 (trunk libT) faster serialization from tr_benc structs into json and benc formats 2009-04-08 17:25:17 +00:00
Charles Kerr a094c562ad use one of the stock g_cclosure marshallers instead of rolling our own for emitting error events 2009-04-07 23:44:38 +00:00
Charles Kerr 640c9a25dd (trunk libT) update the blocklist URL to "http://update.transmissionbt.com/level1" 2009-04-07 20:38:15 +00:00
Charles Kerr 63b40ac647 (gtk) remove gtk/blockfile.c from POTFILES.in 2009-04-07 20:28:59 +00:00
Charles Kerr 87e4c99fbb (trunk libT) #1976: build problem with r8173: "erreur: ‘POSIX_FADV_SEQUENTIAL’ undeclared" 2009-04-07 20:25:32 +00:00
Charles Kerr 7936dddd57 (trunk gtk) use the RPC API for updating the blocklist and for testing the port. 2009-04-07 20:13:08 +00:00
Charles Kerr 391e1245ee (gtk) don't stretch the turtle icon in the prefs dialog. 2009-04-07 04:42:50 +00:00
Charles Kerr c8e7f0d7d2 (gtk trunk) better handling of the random port code, thanks to feedback from Rolcol 2009-04-07 04:30:16 +00:00
Charles Kerr 30bb6b3ecf (trunk libT) yet another fix found by RolCol 2009-04-07 04:23:04 +00:00
Charles Kerr 396216563c (trunk gtk) fix stupid #1157 bug reported by RolCol 2009-04-07 02:27:47 +00:00