Age | Commit message (Collapse) | Author | Files | Lines |
|
spicy.desktop.in no longer exists.
|
|
Since these messages are only used for terminal debug output, let's not
waste time translating them.
|
|
Some translatable strings were added in commit 8c37a340.
|
|
These are only meant to be test tools so they don't need to be
translated.
|
|
Connect dialog from spicy is now in its own file.
Renamed connect_dialog to spicy_connect_dialog.
Added new file for translation.
|
|
For historical reasons, the code was placed under gtk/ subdirectory.
If it was always bugging you, bug no more!
|
|
They were never translated from .in files to actual files, and now it's
clear we don't want to promote spicy as a first-class desktop
application.
|
|
Based on a patch from Dietmar Maurer <dietmar@proxmox.com>
http://lists.freedesktop.org/archives/spice-devel/2013-October/015138.html
|
|
See spice-common for protocol details. phodav, a webdav server library,
is imported thanks to a submodule, until this project has a stable API
and releases.
The webdav channel is reponsible for handling port events and
multiplexing the request streams. Extra care has been made to avoid
blocking and to enable some fairness between concurrent streams, however
this has been particularly tricky and is likely to have some issues
left.
The webdav server is run in a seperate thread, using libsoup. The client
communication is done via a local tcp socket, but protected to only
accept local connection and with a pretty strong password.
The home directory is exported for the remote to browse, which seems to
be a sensible default atm.
|
|
intltool-update -M complains about them
|
|
Following discussion on the ML:
http://lists.freedesktop.org/archives/spice-devel/2013-April/012953.html
|
|
|
|
|
|
|
|
This patch adds a SpiceUsbDeviceWidget which apps can use to easily
add an UI to select USB devices to redirect (or unredirect).
See spicy for an example usage.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
|
|
|
|
It doesn't know about available resolutions, nor about clones,
rotations, ..., it can't trigger resolution changes, but hopefully
it will be enough for basic GnomeRR support in the mac port.
|
|
|
|
|
|
|
|
|
|
|
|
|