summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't attempt to translate ""Christophe Fergeau2012-03-051-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.hChristophe Fergeau2012-03-051-1/+1
|
* Remove trailing blank lineDaniel P. Berrange2012-03-011-1/+0
|
* fix make distcheckMarc-André Lureau2012-03-011-1/+1
|
* Prepare for release 0.5.2Marc-André Lureau2012-03-012-1/+10
|
* update .mailmapMarc-André Lureau2012-03-011-0/+1
|
* remote-viewer: support spice foreign menuMarc-Andre Lureau2012-03-013-54/+163
|
* Add property app:has-focusMarc-André Lureau2012-03-011-0/+44
|
* Fix compilation with gtk 2.18Marc-André Lureau2012-03-014-24/+69
|
* spice: fix connecting via ssh to a password-protected serverMarc-André Lureau2012-03-013-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 channelMarc-André Lureau2012-03-011-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 translationsDaniel P. Berrange2012-02-276-510/+513
|
* nsis: set HKCU "Software\spice-space.org\spicex\client"Marc-André Lureau2012-02-231-0/+4
| | | | | With recent RHEV portal plugin, the Spice client is chosen according to this key.
* remote-viewer: add smartcard controller messageMarc-André Lureau2012-02-222-2/+3
|
* spice: teach customizable key bindings with controllerMarc-André Lureau2012-02-221-0/+150
| | | | | Tested with RHEVM 3.0 instance with custom bindings for fullscreen & ungrab.
* Small code simplificationMarc-André Lureau2012-02-223-16/+5
|
* Use the accelgroup to define key bindingsMarc-André Lureau2012-02-223-1/+23
| | | | With accelgroups, we can redefine the keybindings
* Add hidden menu smartcard remove/insert and release-cursorMarc-André Lureau2012-02-222-0/+56
|
* Add virt_viewer_app_get_session()Marc-André Lureau2012-02-222-0/+9
|
* spice: implement smartcard-{insert,remove} virtual methodsMarc-André Lureau2012-02-222-3/+28
|
* Add smartcard-{insert,remove} and release-cursor virtual methodsMarc-André Lureau2012-02-224-4/+52
|
* Do not disable accelgroup if accels are enabledMarc-André Lureau2012-02-221-0/+10
|
* Add VirtViewerApp:enable-accel propertyMarc-André Lureau2012-02-222-0/+29
|
* Require an accel group for full-screen menuMarc-André Lureau2012-02-222-1/+4
| | | | Bump Gtk depedency to 2.18, since we already use symbols from it.
* Prepare for release 0.5.1v0.5.1Daniel P. Berrange2012-02-172-1/+10
|
* Remove virt-viewer.pot from git, as it is generated dynamicallyDaniel P. Berrange2012-02-161-471/+0
|
* Add back compat for GObject 2.22 which lacks GBindingDaniel P. Berrange2012-02-166-3/+1361
|
* Relax GTK-VNC version againDaniel P. Berrange2012-02-162-3/+6
| | | | A previous commit needlessly increased the min required GTK-VNC
* Only link remote-viewer program against SPICE controllerDaniel P. Berrange2012-02-162-4/+4
|
* Remove use of a libtool convenience libraryDaniel P. Berrange2012-02-161-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 transifexDaniel P. Berrange2012-02-1625-3877/+2296
|
* Adjust POTFILES.in check to strip type prefixDaniel P. Berrange2012-02-151-1/+3
|
* Add transifex configuration fileDaniel P. Berrange2012-02-151-0/+7
|
* Fix inclusion of GtkBuilder files in virt-viewer.potDaniel P. Berrange2012-02-1426-2568/+4398
|
* Refresh translation filesDaniel P. Berrange2012-02-1425-5016/+8873
|
* Update for release 0.5.0v0.5.0Daniel P. Berrange2012-02-142-1/+20
|
* First %d in controller title should be substituted with window nthMarc-André Lureau2012-02-141-1/+12
|
* Add libp11-kit-0.dll to nsis scriptMarc-André Lureau2012-02-141-1/+2
|
* Set pretty icon for remote-viewer windows tooDaniel P. Berrange2012-02-141-0/+2
|
* Don't hardcode 'localhost' in no @listen parameter is givenDaniel P. Berrange2012-02-141-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 connectionsDaniel P. Berrange2012-02-147-33/+49
|
* Don't do whitespace checks on iconsDaniel P. Berrange2012-02-081-0/+3
|
* Set transient parent for screenshot dialogDaniel P. Berrange2012-02-081-11/+13
|
* Ensure auth popup windows have correct transient parentDaniel P. Berrange2012-02-089-125/+173
|
* Make the password field activates default widgetMarc-André Lureau2012-02-081-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-resizeMarc-André Lureau2012-02-084-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 sizeMarc-André Lureau2012-02-081-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 setupDaniel P. Berrange2012-02-082-10/+21
|
* Import a pretty icon for virt-viewer applicationDaniel P. Berrange2012-02-0820-1/+538
|
* Re-added GtkBuilder XML files to POTFILES.inDaniel P. Berrange2012-02-082-1/+5
| | | | | Adapt syntax-check rule to allow XML files in POTFILES.in and re-add the GtkBuilder XML files