Charles Kerr
|
7b209acc1b
|
more janitorial cleanup on the "tr_session*" namespace. Today's victim: tr_handle_status.
|
2008-05-22 12:31:47 +00:00 |
Charles Kerr
|
07ae5bf965
|
tr_base64_decode() now decodes both data with, and without, newlines. thanks to dm1024 for helping track this down.
|
2008-05-22 03:42:26 +00:00 |
Mitchell Livingston
|
e6f66b1d07
|
quicklook window expands from the icon instead of the whole table row
|
2008-05-21 22:09:05 +00:00 |
Mitchell Livingston
|
0c94c7b623
|
(trunk) update to 1.21
|
2008-05-21 21:15:15 +00:00 |
Charles Kerr
|
4398943230
|
#934: remove invalid tracker addresses
|
2008-05-21 20:56:12 +00:00 |
Mitchell Livingston
|
958e70543e
|
build shttpd statically
|
2008-05-21 19:54:20 +00:00 |
Mitchell Livingston
|
8d3c742eb1
|
fix infinite loop when quicklooking a collapsed group
|
2008-05-21 19:27:22 +00:00 |
Mitchell Livingston
|
3bac97b948
|
enable/disable the quicklook menu item/toolbar item
|
2008-05-21 18:59:18 +00:00 |
Mitchell Livingston
|
f8d72c8708
|
when showing quicklook window, leave previous window as key
|
2008-05-21 18:47:48 +00:00 |
Charles Kerr
|
e406dcc2ab
|
rename tr_torrentClose() as tr_torrentFree() and make it private. change client code to use tr_torrentRemove() instead. This fixes the confusion between the two methods that led to #954
|
2008-05-21 17:14:58 +00:00 |
Mitchell Livingston
|
132a4b7243
|
only "suck" in and out when quicklook-ing when the window is visible
|
2008-05-21 16:32:26 +00:00 |
Mitchell Livingston
|
29ee9a2a6f
|
add quick look menu item
|
2008-05-21 16:28:21 +00:00 |
Mitchell Livingston
|
d154c2870d
|
warnings--
|
2008-05-21 16:14:44 +00:00 |
Mitchell Livingston
|
3c05479037
|
make the quicklook toolbar item off by default
|
2008-05-21 16:08:41 +00:00 |
Mitchell Livingston
|
4b4347a675
|
add a QuickLook button to the toolbar
|
2008-05-21 16:02:38 +00:00 |
Mitchell Livingston
|
958f2447da
|
only allow QuickLook of folders or finished downloads; update NEWS
|
2008-05-21 15:49:37 +00:00 |
Mitchell Livingston
|
64e328a741
|
add QuickLook to the main window (keeping it in the info window as well)
|
2008-05-21 15:45:27 +00:00 |
Mitchell Livingston
|
1f0c5b891c
|
move quick look into its own class, making it a singleton object to allow expanded functionality
|
2008-05-21 15:23:26 +00:00 |
Charles Kerr
|
9d7501bfd5
|
(rpc) ensure "doc/rpc-spec.txt" is added to the tarball
|
2008-05-21 14:31:43 +00:00 |
Mitchell Livingston
|
eb91a824c3
|
update Mac project file
|
2008-05-21 14:27:33 +00:00 |
Charles Kerr
|
8b31bd54cb
|
(rpc) refresh our snapshot of Jean Gressmann's JSON parser
|
2008-05-21 14:19:49 +00:00 |
Charles Kerr
|
c7b9c8c043
|
(#954) rpc: add "torrent-remove" method. rename tr_torrentDelete() as tr_torrentRemove() for consistency with various parts of the code.
|
2008-05-20 23:58:59 +00:00 |
Mitchell Livingston
|
c6229feac9
|
update quicklook when switch tabs to the file tab
|
2008-05-20 23:57:42 +00:00 |
Mitchell Livingston
|
de9d548cf3
|
only update quicklook window when changing transfer/file
|
2008-05-20 23:45:07 +00:00 |
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 |