Commit Graph

4958 Commits

Author SHA1 Message Date
Mitchell Livingston aa0e8df705 update the quicklook window when the selected transfer changes 2008-05-20 23:13:52 +00:00
Mitchell Livingston 7983c5484a allow quicklook of transfers through the inspector; add a quicklook button; move quicklook code from the file controller to the info controller 2008-05-20 23:04:23 +00:00
Mitchell Livingston bb3f77d2cd remove quicklook animation when the table disappears 2008-05-20 20:38:14 +00:00
Mitchell Livingston 1fb597f1ba #958 QuickLook from within the Inspector - thanks Waldorf! 2008-05-20 19:34:33 +00:00
Charles Kerr 7d3e3d6dd6 fix up the man pages a bit 2008-05-20 18:21:36 +00:00
Charles Kerr 7beacb3032 (1) RPC "add-torrent" now lets clients embed base64-encoded metainfo directly into the request
(2) remove the RISON code; it didn't make the final cut
(3) add base64 encode/decode utilities and unit tests
2008-05-20 17:33:54 +00:00
Charles Kerr 77233ab16f fix 20-byte memory leak every time we stopped a torrent. :/ 2008-05-20 17:24:29 +00:00
Mitchell Livingston 850807c626 a little progress on setting up the rpc callback (no new actual functionality yet) 2008-05-20 15:16:34 +00:00
Charles Kerr 9815e48daf tweak the daemon & remote console messages a little 2008-05-20 14:01:15 +00:00
Charles Kerr 8ea0437bcf sync man page with the transmission-remote rewrite 2008-05-19 18:53:11 +00:00
Charles Kerr d7f0e0fa1e * better RPC handling of requests submitted via http POST
* plug a pair of minor memory leaks reported by valgrind.
2008-05-19 18:16:58 +00:00
Charles Kerr 52db6baa7a minor tweaks. 2008-05-19 16:16:38 +00:00
Charles Kerr f9f8e18865 updated daemon manpage 2008-05-19 15:50:30 +00:00
Charles Kerr 4c82187933 possible fix for the crash in http://forum.transmissionbt.com/viewtopic.php?t=4847 2008-05-19 14:06:44 +00:00
Mitchell Livingston d3d39fce19 more ipc code removal 2008-05-19 13:29:07 +00:00
Charles Kerr 1982899be3 fix a substitution bug for openssl in the spec file 2008-05-19 11:55:16 +00:00
Mitchell Livingston 7ac00f83c7 update project for new rpc code (part 2) 2008-05-19 01:05:14 +00:00
Mitchell Livingston 9aecf34ce7 update project for new rpc code (part 1) 2008-05-19 00:23:06 +00:00
Charles Kerr 9a2cdef770 fix compile error reported by BentMyWookie 2008-05-19 00:22:04 +00:00
Charles Kerr 5693ba9c71 fix compile error reported by BentMyWookie 2008-05-19 00:21:16 +00:00
Charles Kerr dde9cb49f2 fix the cyclical header dependency, and fix a couple of warnings sniffed out by gcc 4.3 2008-05-19 00:12:31 +00:00
Charles Kerr 035869d802 missed a few files. 2008-05-18 16:52:25 +00:00
Charles Kerr 2c79888a93 RPC/IPC redesign 2008-05-18 16:44:30 +00:00
Charles Kerr b626d87121 update the rpc spec. 2008-05-16 07:31:22 +00:00
Charles Kerr 3f93fa1f2e * add some #ifdefs to fix -DNO_SSI
* remove the Win CE stuff for now, since we don't support Windows yet.
2008-05-16 04:53:11 +00:00
Mitchell Livingston 788ccd60d3 #948 - when processing the blocklist, don't block the gui (Leopard-only) 2008-05-16 00:25:09 +00:00
Charles Kerr f0b7932b90 minor logging tweak 2008-05-15 22:08:43 +00:00
Charles Kerr 078ea29f37 add tr_strdup_printf() 2008-05-15 15:44:51 +00:00
Charles Kerr dd3ce4c36c added "download-dir" to session variables.
added section describing uri notation.
2008-05-15 05:11:50 +00:00
Mitchell Livingston c76838f7fe clarify "remaining time unknown" 2008-05-14 23:13:30 +00:00
Mitchell Livingston cc3f907115 minor adjustments/code cleanup of the new group drawing code 2008-05-14 22:57:46 +00:00
Mitchell Livingston f59a61576c adjust the look of the group colors 2008-05-14 21:35:37 +00:00
Mitchell Livingston b75aa8df9f dragging directly onto group row won't change queue order 2008-05-14 18:09:51 +00:00
Charles Kerr 5182187b8f (gtk) #945: Use shift+del to delete torrent+files 2008-05-14 15:49:53 +00:00
Mitchell Livingston 35af79aa95 (trunk) re-add Italian localization 2008-05-14 03:24:25 +00:00
Charles Kerr bfd89b685d more work on rpc. bug fixes, regression tests, and spec tweaks. 2008-05-13 17:31:09 +00:00
Charles Kerr 6aaa2fd39e fix bug in the benc-to-json converter.
add rison-to-json converter so we can pass commands to transmission in a uri.
add unit tests for the new code.
2008-05-13 12:52:58 +00:00
Charles Kerr 17b9dc7462 make the request/response messages a little terser. add per-torrent speed limit toggles. rename ipc -> rpc. 2008-05-12 23:51:17 +00:00
Mitchell Livingston 48874c0619 more adjustments to dragging with groups 2008-05-12 22:38:50 +00:00
Mitchell Livingston add14825a7 when sorting by queue order, dragging on group header will place the torrent at the bottom 2008-05-12 22:08:06 +00:00
Mitchell Livingston 320f43211f allow changing groups by dragging (regardless of sort) 2008-05-12 21:57:37 +00:00
Mitchell Livingston b147256596 moving torrents between groups will change their groups - this took forever to get not to crash, so enjoy 2008-05-12 21:38:24 +00:00
Charles Kerr e317d52ddd Add shttpd (http://shttpd.sourceforge.net/) to the list of third-party tools 2008-05-12 18:33:52 +00:00
Charles Kerr 911bce88c9 add benc-to-json conversion + unit tests. 2008-05-12 17:54:57 +00:00
Mitchell Livingston 7e36f684a9 mac build compiles 2008-05-12 16:39:32 +00:00
Charles Kerr be9427931a ipc: add session accessor/mutators.
transmission.h: make the session API more consistent.
2008-05-12 16:33:17 +00:00
Charles Kerr 2ee27d4979 fix daemon breakage 2008-05-12 15:17:25 +00:00
Charles Kerr 2186d852f1 json ipc: implement torrent-add, torrent-set-file, torrent-get-file 2008-05-12 13:05:06 +00:00
Mitchell Livingston b237f6089a a little redundant code removal 2008-05-12 01:49:48 +00:00
Mitchell Livingston a1a3c43d19 remove useless "sorted" variables 2008-05-12 01:37:38 +00:00