Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | usbredir: Shrink the usb device selection dialog when devices are unplugged | Hans de Goede | 2012-03-06 | 1 | -0/+11 | |
| | | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com> | |||||
* | Don't attempt to translate "" | Christophe Fergeau | 2012-03-05 | 1 | -2/+2 | |
| | | | | | | | The empty string has a magic meaning for gettext, it's used to store a translation header with all kind of information about the po file. This is not something we want to use as a window title, so change to _("") to "" when we want an empty string. | |||||
* | Fix path to spice-controller.h | Christophe Fergeau | 2012-03-05 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing blank line | Daniel P. Berrange | 2012-03-01 | 1 | -1/+0 | |
| | ||||||
* | fix make distcheck | Marc-André Lureau | 2012-03-01 | 1 | -1/+1 | |
| | ||||||
* | Prepare for release 0.5.2 | Marc-André Lureau | 2012-03-01 | 2 | -1/+10 | |
| | ||||||
* | update .mailmap | Marc-André Lureau | 2012-03-01 | 1 | -0/+1 | |
| | ||||||
* | remote-viewer: support spice foreign menu | Marc-Andre Lureau | 2012-03-01 | 3 | -54/+163 | |
| | ||||||
* | Add property app:has-focus | Marc-André Lureau | 2012-03-01 | 1 | -0/+44 | |
| | ||||||
* | Fix compilation with gtk 2.18 | Marc-André Lureau | 2012-03-01 | 4 | -24/+69 | |
| | ||||||
* | spice: fix connecting via ssh to a password-protected server | Marc-André Lureau | 2012-03-01 | 3 | -4/+11 | |
| | | | | | | spice_session_connect() will attempt to connect directly to the server, we need to continue calling spice_session_open_fd() for ssh tunnel to work. | |||||
* | spice: fix double unref of main channel | Marc-André Lureau | 2012-03-01 | 1 | -10/+3 | |
| | | | | | | | | | | | | | When doing unref() on a channel, channel-destroy signal may be emitted during object dispose time, and it will attempt to unref() the channel again likely leading to a crash. It may be that spice-gtk should have a different/simpler object life-cycle model, but it's also a good assumption to not take strong references on the channels, but just keep a weak reference as the session is really the channel life-cycle manager. https://bugzilla.redhat.com/show_bug.cgi?id=797082 | |||||
* | Import translations | Daniel P. Berrange | 2012-02-27 | 6 | -510/+513 | |
| | ||||||
* | nsis: set HKCU "Software\spice-space.org\spicex\client" | Marc-André Lureau | 2012-02-23 | 1 | -0/+4 | |
| | | | | | With recent RHEV portal plugin, the Spice client is chosen according to this key. | |||||
* | remote-viewer: add smartcard controller message | Marc-André Lureau | 2012-02-22 | 2 | -2/+3 | |
| | ||||||
* | spice: teach customizable key bindings with controller | Marc-André Lureau | 2012-02-22 | 1 | -0/+150 | |
| | | | | | Tested with RHEVM 3.0 instance with custom bindings for fullscreen & ungrab. | |||||
* | Small code simplification | Marc-André Lureau | 2012-02-22 | 3 | -16/+5 | |
| | ||||||
* | Use the accelgroup to define key bindings | Marc-André Lureau | 2012-02-22 | 3 | -1/+23 | |
| | | | | With accelgroups, we can redefine the keybindings | |||||
* | Add hidden menu smartcard remove/insert and release-cursor | Marc-André Lureau | 2012-02-22 | 2 | -0/+56 | |
| | ||||||
* | Add virt_viewer_app_get_session() | Marc-André Lureau | 2012-02-22 | 2 | -0/+9 | |
| | ||||||
* | spice: implement smartcard-{insert,remove} virtual methods | Marc-André Lureau | 2012-02-22 | 2 | -3/+28 | |
| | ||||||
* | Add smartcard-{insert,remove} and release-cursor virtual methods | Marc-André Lureau | 2012-02-22 | 4 | -4/+52 | |
| | ||||||
* | Do not disable accelgroup if accels are enabled | Marc-André Lureau | 2012-02-22 | 1 | -0/+10 | |
| | ||||||
* | Add VirtViewerApp:enable-accel property | Marc-André Lureau | 2012-02-22 | 2 | -0/+29 | |
| | ||||||
* | Require an accel group for full-screen menu | Marc-André Lureau | 2012-02-22 | 2 | -1/+4 | |
| | | | | Bump Gtk depedency to 2.18, since we already use symbols from it. | |||||
* | Prepare for release 0.5.1v0.5.1 | Daniel P. Berrange | 2012-02-17 | 2 | -1/+10 | |
| | ||||||
* | Remove virt-viewer.pot from git, as it is generated dynamically | Daniel P. Berrange | 2012-02-16 | 1 | -471/+0 | |
| | ||||||
* | Add back compat for GObject 2.22 which lacks GBinding | Daniel P. Berrange | 2012-02-16 | 6 | -3/+1361 | |
| | ||||||
* | Relax GTK-VNC version again | Daniel P. Berrange | 2012-02-16 | 2 | -3/+6 | |
| | | | | A previous commit needlessly increased the min required GTK-VNC | |||||
* | Only link remote-viewer program against SPICE controller | Daniel P. Berrange | 2012-02-16 | 2 | -4/+4 | |
| | ||||||
* | Remove use of a libtool convenience library | Daniel P. Berrange | 2012-02-16 | 1 | -46/+64 | |
| | | | | | | | The use of a libtool convenience library causes some platforms to loose the ability to use the GNU_RELRO security feature in the resulting binary. Refactor the makefile to simply compile the common files twice, once for virt-viewer & once for remote-viewer | |||||
* | Import latest translations from transifex | Daniel P. Berrange | 2012-02-16 | 25 | -3877/+2296 | |
| | ||||||
* | Adjust POTFILES.in check to strip type prefix | Daniel P. Berrange | 2012-02-15 | 1 | -1/+3 | |
| | ||||||
* | Add transifex configuration file | Daniel P. Berrange | 2012-02-15 | 1 | -0/+7 | |
| | ||||||
* | Fix inclusion of GtkBuilder files in virt-viewer.pot | Daniel P. Berrange | 2012-02-14 | 26 | -2568/+4398 | |
| | ||||||
* | Refresh translation files | Daniel P. Berrange | 2012-02-14 | 25 | -5016/+8873 | |
| | ||||||
* | Update for release 0.5.0v0.5.0 | Daniel P. Berrange | 2012-02-14 | 2 | -1/+20 | |
| | ||||||
* | First %d in controller title should be substituted with window nth | Marc-André Lureau | 2012-02-14 | 1 | -1/+12 | |
| | ||||||
* | Add libp11-kit-0.dll to nsis script | Marc-André Lureau | 2012-02-14 | 1 | -1/+2 | |
| | ||||||
* | Set pretty icon for remote-viewer windows too | Daniel P. Berrange | 2012-02-14 | 1 | -0/+2 | |
| | ||||||
* | Don't hardcode 'localhost' in no @listen parameter is given | Daniel P. Berrange | 2012-02-14 | 1 | -5/+3 | |
| | | | | | | If no @listen parameter is given, we must not hardcode 'localhost' since we can't assume we are running on the same host. Instead use the hostname from the connection URI | |||||
* | Extract tlsPort for SPICE and use it to enable secure connections | Daniel P. Berrange | 2012-02-14 | 7 | -33/+49 | |
| | ||||||
* | Don't do whitespace checks on icons | Daniel P. Berrange | 2012-02-08 | 1 | -0/+3 | |
| | ||||||
* | Set transient parent for screenshot dialog | Daniel P. Berrange | 2012-02-08 | 1 | -11/+13 | |
| | ||||||
* | Ensure auth popup windows have correct transient parent | Daniel P. Berrange | 2012-02-08 | 9 | -125/+173 | |
| | ||||||
* | Make the password field activates default widget | Marc-André Lureau | 2012-02-08 | 1 | -0/+1 | |
| | | | | | When pressing "Enter", the default auth dialog action isn't activated. Setting activates_default to TRUE fixes this issue. | |||||
* | Do not resize guest desktop if !auto-resize | Marc-André Lureau | 2012-02-08 | 4 | -1/+24 | |
| | | | | | | | | | If auto-resize is enabled, the guest desktop size will be resized to match current window*zoom size. This can be a problem if the user explicitely set the desktop size to a different resolution and want to keep it. Disabling auto-resize sounds like a simple way to allow that. | |||||
* | Resize Spice guest display to the container size | Marc-André Lureau | 2012-02-08 | 1 | -3/+3 | |
| | | | | | | | | | The SpiceDisplay doesn't receive the full allocation, because VirtViewerDisplay maintains current aspect ratio. However, the guest display can be resize up to its container size. This fixes going full-screen and not getting native resolution for instance. | |||||
* | Ensure About dialog has transient hints setup | Daniel P. Berrange | 2012-02-08 | 2 | -10/+21 | |
| | ||||||
* | Import a pretty icon for virt-viewer application | Daniel P. Berrange | 2012-02-08 | 20 | -1/+538 | |
| |