summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Implement SPICE desktop resizing that takes account of zoom levelDaniel P. Berrange2012-02-087-5/+110
| | | | | | | | | | | | | The standard SPICE widget guest resize implementation does not take into account the zoom level settings in virt-viewer, because it has no knowledge of this functionality. The guest resize can, however, be done by calling spice_main_set_display() directly. This allows virt-viewer to resize the guest taking into account zoom levels. ie, if virt-viewer is run with --zoom 50 and the window is resized to 400x300, then the guest agent should be told to set its resolution to 800x600
* Revert support for resizing guest desktopDaniel P. Berrange2012-02-073-24/+3
| | | | | | | The SpiceDisplay widget has built-in support for resizing the guest desktop, but this does not know that virt-viewer has a zoom level setting. This makes the virt-viewer zoom completely inoperable. Revert use of the 'resize-guest' property.
* Add spice-xpi-client-remote-viewer alternativeMarc-André Lureau2012-02-063-0/+23
|
* man: add remote-viewer man pageMarc-André Lureau2012-02-065-4/+92
|
* Import GNULIB rules for syntax checking codeDaniel P. Berrange2012-02-068-0/+2123
|
* Add config.h to every source fileDaniel P. Berrange2012-02-069-0/+15
|
* Use exit() constantsDaniel P. Berrange2012-02-063-3/+3
|
* copyright fixDaniel P. Berrange2012-02-061-1/+1
|
* End of file whitespace cleanupDaniel P. Berrange2012-02-063-3/+1
|
* Update POTFILES.inDaniel P. Berrange2012-02-061-11/+0
|
* Replace @FOO@ with $(FOO) in all Makefile.amDaniel P. Berrange2012-02-064-28/+28
|
* Update copyright headersDaniel P. Berrange2012-02-0634-57/+57
|
* Remove useless if() before free()Daniel P. Berrange2012-02-062-10/+6
|
* Update AUTHORS fileDaniel P. Berrange2012-02-062-9/+53
|
* Simplify no-op debug macro & fix plugin headerDaniel P. Berrange2012-02-061-2/+2
|
* Fix makefile.am subsitutions for pluginDaniel P. Berrange2012-02-061-6/+4
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-0638-4474/+4500
|