summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump spice-gtk to 0.28Marc-André Lureau2015-03-041-1/+1
| | | | The following patches will only work with spice-gtk >= 0.28.
* Add a few session properties for share folderMarc-André Lureau2015-03-041-0/+59
| | | | See properties comments for details.
* misc: add a missing "static" for functionMarc-André Lureau2015-03-041-1/+1
|
* Switch over to use zanata for managing translationsDaniel P. Berrange2015-02-23115-14146/+5990
| | | | | | | | | | | | | | | Push new pot with cd po make virt-viewer.pot zanata push Pull new translations with cd po zanata pull Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Do not add "https://" and "/api" to oVirt URIPavel Grunt2015-02-181-3/+2
| | | | | | | | | It is deprecated since govirt 0.3.1 (and virt-viewer already depends on govirt 0.3.2). Silences: (remote-viewer:19420): libgovirt-WARNING **: Passing a full http:// or https:// URI to ovirt_proxy_new() is deprecated (remote-viewer:19420): libgovirt-WARNING **: Passing an URI ending in /api to ovirt_proxy_new() is deprecated
* Bump release to 3.0 for next dev cycleDaniel P. Berrange2015-01-121-1/+1
|
* Update NEWS for 2.0 releaseDaniel P. Berrange2015-01-121-0/+36
|
* wixl: use a versionized installation directoryMarc-André Lureau2015-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It turned out that not only the current MSI broke the "component rule", but also that our files are not versionized correctly. Windows Installer applies some file versioning rules before replacing a file http://msdn.microsoft.com/en-us/library/aa368599%28v=vs.85%29.aspx Since msitools doesn't extract version from files and populate the Version field of the File table, it "usually" keep the current file installed. It's practically impossible to rely on version information from files (from a quick look, only 5% of the files are versionized and even less correctly, libgcrypt seems to do non-monotonic buildid for example) So the rule that applies when files are not versionized is to check the file hash, and the modified date. File hash was added recently in msitools, but doesn't apply when the installed file itself has a version. In order to solve the above problems, it's simpler to just have a different installation prefix. Windows Installer will see files with different component guid, and won't be checking any file update rule. I have verified the upgrade is working, not leaving any file behind and updating registry correctly with this solution. Until the files are correctly versionized, it looks like the only sensible thing to do. Furthermore, this make it simpler to have several versions installed in parallel later on (when we change productid)
* Update LINGUAS file from translation refreshDaniel P. Berrange2015-01-121-11/+2
|
* Tweak autobuild.sh to facilitate release buildsDaniel P. Berrange2015-01-121-4/+9
|
* Refresh translations from transifexDaniel P. Berrange2015-01-12117-15847/+19733
|
* Add deps on mingw glib-networking RPMs needed by libsoupDaniel P. Berrange2015-01-091-0/+2
|
* Update mingw RPM deps to refer to gstreamer1Daniel P. Berrange2015-01-091-4/+4
|
* Fix typo s/SPICE_GTK3_REQUIRED/SPICE_GTK_REQUIRED/Daniel P. Berrange2015-01-081-2/+2
| | | | There is no separate version constant for SPICE GTK2 vs GTK3
* virt-viewer: set transient parent for connection's error dialogFabiano Fidêncio2015-01-081-1/+3
| | | | | Commit c3d24f8b sets transient parent for the most part of the GtkDialogs, but seems like this one was forgotten.
* virt-viewer: Don't connect to localhost displays with qemu+tcp://Christophe Fergeau2015-01-061-0/+57
| | | | | | | | | | | When connecting to a remote libvirt instance, a VM may only be listening on localhost for SPICE/VNC connections. In such a situation, virt-viewer then tries to connect to localhost, which is not correct as this 'localhost' referred to the remote libvirt host it connected to. This commit adds a couple of tests on the libvirt URI used and the <graphics> listen address to error out in this situation. Resolves: rhbz#1108523
* Remove 'map' handler for VirtViewerDisplayJonathon Jongsma2015-01-061-19/+4
| | | | | | | | | | | | | | | | | | | | In order to solve several problems with sizing and resizing displays, a 'map' handler was added to VirtViewerDisplay. The first time the map handler runs, its queues a resize to attempt to ensure that the window gets created at its desired size. Subsequent map events generate a call to _make_resizable(), which was an attempt to ensure that the window was always 'shrinkable' on the Microsoft Windows platform. Recent testing suggests that this _make_resizable() is not actually necessary on Windows anymore, since it is possible to shrink the display even when this call is removed. In addition, the call to _queue_resize() is a bit of an indirect solution to the problem of ensuring the proper size at startup. What we really want is to guarantee that the very first size request negotiation returns the desired size rather than the minimum size. In order to do this, we've added a flag to determine whether we've ever received a size request, and if not, we return our desired size, even if 'dirty' is not set.
* spec: Update mingw in order to use gstreamer1Fabiano Fidêncio2015-01-051-1/+1
|
* nsis: use gstreamer-1.0 instead of gstreamer-0.10Victor Toso2015-01-051-62/+52
| | | | | Spice-gtk now is able to use gstreamer-1.0 for playback and record audio. This patch updates the installer to use the latest version.
* win: Use correct format string for intptr_tChristophe Fergeau2015-01-021-1/+2
| | | | | | | | | Using %d as a format-specifier for intptr_t causes a warning with mingw64: virt-viewer-events.c: In function 'virt_viewer_events_add_handle': virt-viewer-events.c:103:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'intptr_t' [-Wformat=] g_debug("Converted fd %d to handle %d", fd, _get_osfhandle(fd));
* spec: Update mingw in order to use ovirtFabiano Fidêncio2014-12-231-0/+4
|
* spec: Update mingw in order to use gtk3Fabiano Fidêncio2014-12-231-9/+10
|
* nsis: use gtk-vnc conditionallyFabiano Fidêncio2014-12-232-15/+21
| | | | Only include gtk-vnc as dep when it's explicitly done in the configure.
* nsis: use spice-gtk conditionallyFabiano Fidêncio2014-12-232-90/+107
| | | | Only include spice-gtk as dep when it's explicitly done in the configure.
* nsis: use libgovirt conditionallyFabiano Fidêncio2014-12-232-17/+26
| | | | Only include libgovirt as dep when it's explicitly done in the configure.
* nsis: add missing file needed to use virsh.exeFabiano Fidêncio2014-12-231-0/+2
|
* nsis: use libvirt conditionallyFabiano Fidêncio2014-12-232-27/+44
| | | | Only include libvirt as dep when it's explicitly done in the configure.
* msi: use gtk-vnc conditionallyFabiano Fidêncio2014-12-212-2/+17
| | | | Only include gtk-vnc as dep when it's explicitly done in the configure.
* msi: use spice-gtk conditionallyFabiano Fidêncio2014-12-212-2/+17
| | | | Only include spice-gtk as dep when it's explicitly done in the configure.
* msi: use libgovirt conditionallyFabiano Fidêncio2014-12-212-2/+13
| | | | Only include libgovirt as dep when it's explicitly done in the configure.
* msi: use libvirt conditionallyFabiano Fidêncio2014-12-212-2/+13
| | | | Only include libvirt as dep when it's explicitly done in the configure.
* cosmetic: use $(VAR) instead of ${VAR}Fabiano Fidêncio2014-12-211-1/+1
|
* Set a transient parent for GtkDialogsPavel Grunt2014-12-194-13/+41
| | | | | Silence the Gtk 3.14 message: "GtkDialog mapped without a transient parent. This is discouraged."
* msi/nsis: fix keyboard-shortcuts icon locationMarc-André Lureau2014-12-152-2/+2
| | | | | The /usr/share/icons/gnome icon theme location has been replaced with Adwaita in f21, fix the path.
* msi: add gtk3 supportFabiano Fidêncio2014-12-154-5/+827
| | | | | | | | | Add support to build the virt-viewer's msi using GTK3. For the GTK3 build, in order to provide all used icons for Windows systems we have to include manually all the icons we want to or add adwaita-icon-theme as dependency. I've decided to go with the first approach, what can be improved when we have "foreach" support in msitools (https://bugzilla.gnome.org/show_bug.cgi?id=741296).
* msi: add libgovirt as dependencyFabiano Fidêncio2014-12-151-0/+2
| | | | libgovirt is used to provide support to foreign menu using ovirt.
* nsis: add missing 24x24 iconsFabiano Fidêncio2014-12-151-0/+4
|
* nsis: add gtk3 supportFabiano Fidêncio2014-12-152-24/+281
| | | | Add support to build the virt-viewer's nsis using GTK3.
* nsis: remove $INSTDIR\etcFabiano Fidêncio2014-12-151-0/+1
|
* nsis: remove $INSTDIR\etc\libvirtFabiano Fidêncio2014-12-151-0/+1
|
* nsis: remove dup entriesFabiano Fidêncio2014-12-151-4/+0
|
* nsis: add libgovirt (and its dependencies)Fabiano Fidêncio2014-12-151-0/+21
| | | | libgovirt is used to provide support to foreign menu using ovirt.
* nsis: add libwinpthread-1.dllFabiano Fidêncio2014-12-151-0/+2
| | | | libwinpthread-1.dll is a dependency of libvirt
* nsis: add libopus-0.dllFabiano Fidêncio2014-12-151-0/+2
| | | | libopus-0.dll is a dependency of spice-glib
* nsis: add libnettle-4-7.dll (and its dependencies)Fabiano Fidêncio2014-12-151-0/+11
| | | | | | | | | | | | | | | | | | libgcc_s_sjlj-1 is needed by libgmp (on x86) libgcc_s_seh-1 is needed by libgmp (on x86_64s) libgmp-10.dll is needed by libnettle libhogweed-2-5.dll is provided by libnettle libnettle-4-7.dll is needed by gnutls gnutls is needed by gvnc and libvirt An interesting point here that worth to mention is the usage of /nonfatal when including libgcc_s_{sjlj,seh}-1.dll. As we only have the _seh in x64 the build breaks trying to add "not found" files. A check for arch was one option to solve the problem, but _sjlj may exist in x64 as well, when using an old gcc. An explicit check if the file exists (in compile time) was another idea, but for some reason the "-" part of the filename was interpreted as a math operand, breaking the build. With all that in mind, adding /nonfatal was the most convenient solution.
* nsis: update libgnutls versionFabiano Fidêncio2014-12-151-2/+2
| | | | Use version -28 instead of -26, matching what currently is in f21.
* nsis: update libtasn1 versionFabiano Fidêncio2014-12-151-2/+2
| | | | Use version -6 instead of -3, matching what currently is in f21.
* nsis: update libpng versionFabiano Fidêncio2014-12-151-2/+2
| | | | | Use libpng15-15 instead of libpng16-16, matching what currently is in f21.
* nsis: update libgcrypt versionFabiano Fidêncio2014-12-151-2/+2
| | | | Use version -20 instead of -11, matching what currently is in f21.
* display-vnc: fix zoom-level set by command linePavel Grunt2014-12-101-0/+1
| | | | | | | | Setting the zoom-level using the command line option '--zoom' is not working for vnc guests. This problem can be solved by emitting the "display-desktop-resize" signal when vnc is initialized. https://bugzilla.redhat.com/show_bug.cgi?id=1170071