summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* client: x11: fix a crash caused by a call to a destroyed window. #578458spice-client-0.4.2-11.el6Yonit Halperin2010-04-042-4/+10
| | | | | Happens when a focused window is destroyed without a focus out event, and a focus-in event occurs on another window.
* client: Add glext_proto.h file to client/Makefile.am #576639Uri Lublin2010-04-042-0/+2
| | | | | | To make client/Makefile.am and "make dist" consistent. Related to commit 56196e79bb4404c60fc8e0431c2506e495c9a0d8
* spice server: renaming library and includedir #573349spice-server-0.4.2-8.el6spice-client-0.4.2-8.el6Uri Lublin2010-03-242-9/+9
| | | | | | | | | Current library's .so* files conflict with tclspice package found in EPEL. Renamed library's .so files (added "-server") Include directory was "libspice", now "spice-server" for consistency.
* spice client: convert solution & project to VS2008 #576639Arnon Gilboa2010-03-244-14/+19
| | | | | | | Change solution and project files. VS2008 does not like a #define to appear above #include files, so move it into its own .h file.
* spice: client: fix controller & foreign menu review comments #558247Arnon Gilboa2010-03-247-69/+152
|
* spice: client: add controller #558247Arnon Gilboa2010-03-2414-30/+845
| | | | | | | | | | | Spice client controller enables external control (e.g., by XPI or ActiveX) of the client functionality. The controller protocol enables setting parameters (host, port, sport, pwd, secure channels, disabled channels, title, menus, hotkeys etc.), connecting the server, showing and hiding the client etc. The controller is rewritten from scratch, based on the cross-platform named pipe
* spice: client: add foreign menu #558248Arnon Gilboa2010-03-2415-41/+659
| | | | | | | | | Spice foreign menu enables external control of the client menu. The foreignmenu protocol enables an external application to: add a submenu, set its title, clear it, add/modify/remove an item etc. Foreign menu is rewritten from scratch, based on the cross-platform named pipe
* spice: client: x11: install spicec in /usr/libexec (#576437)spice-client-0.4.2-6.el6Uri Lublin2010-03-241-1/+1
| | | | spicec is to be used only by RHEV-M via spice-xpi.
* server: fix wrong access to ring item, #575556spice-server-0.4.2-7.el6Yonit Halperin2010-03-231-0/+5
|
* spice: server: Being more permissive in video identification #575576 ↵spice-server-0.4.2-6.el6Yonit Halperin2010-03-231-16/+29
| | | | | | | | (related to #493375) In 'filter' video streaming mode, use a more permissive threshold for distinguishing 'realistic' streams from 'textaul'/'artificial' streams. The previous threshold classified streams that were scaled on the guest as artificial and thus they were not recoginized as videos.
* spice: client: fix handling of top down images in video streams (#576151)spice-client-0.4.2-5.el6Alon Levy2010-03-231-9/+5
| | | | | | | | | | | | Rebased from RHEL-5: commit de3460c93c941a4456f932a630ca78b73f323b09 Author: Yonit Halperin <yhalperi@redhat.com> Date: Mon Jan 18 13:15:16 2010 +0200 spice: client: fix handling of top down images in video streams (556741) Top down streams arrive from x11-qxl driver.
* new migration process #576029 #576031 #576033spice-server-0.4.2-5.el6spice-common-0.4.2-4.el6spice-client-0.4.2-4.el6Yonit Halperin2010-03-237-6/+281
| | | | | | | - the server acquires the target info from a dedicated Qemu command - when migration ends, the client receieves a new message RED_MIGRATE_SWITCH_HOST - client then disconnects from the source and connects to the target. The connection to the target is entirely new.
* Only use AI_ADDRCONF if availible #566444spice-client-0.4.2-3.el6Alexander Larsson2010-03-181-1/+4
| | | | AI_ADDRCONF not availible on winXP, so this fixes windows build.
* spice client: add ipv6 support. #566444Gerd Hoffmann2010-03-182-53/+41
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* spice client: fix dns lookup #566444Gerd Hoffmann2010-03-181-3/+9
| | | | | | ignore lookup results which are not ipv4 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: spice_server_add_get_{sock, peer}_info() #571286spice-server-0.4.2-4.el6Gerd Hoffmann2010-03-172-0/+24
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: spice_server_add_renderer() #571286Gerd Hoffmann2010-03-172-1/+14
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* client: add command line support for ciphers, ca file, and host certificate ↵spice-client-0.4.2-2.el6Yonit Halperin2010-03-147-10/+116
| | | | subject #573371
* new libspice api: add spice_server_set_mouse_absolute()spice-server-0.4.2-2.el6Gerd Hoffmann2010-03-082-0/+11
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: add spice_server_set_channel_security()Gerd Hoffmann2010-03-082-0/+17
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: make spice_channel_t part of the public api.Gerd Hoffmann2010-03-082-33/+36
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: add spice_server_{get, set}_image_compression()Gerd Hoffmann2010-03-082-0/+18
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: make image_compression_t part of the public api.Gerd Hoffmann2010-03-086-56/+61
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: configure listen addr, add ipv6 supportGerd Hoffmann2010-03-082-39/+74
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: configure tlsGerd Hoffmann2010-03-082-2/+47
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: zap function pointer indirection.Gerd Hoffmann2010-03-082-5/+36
| | | | | | | Make register_*_notifier calls optional, long term they should go away entriely. Add direct library calls as replacement. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: configure port + ticketGerd Hoffmann2010-03-082-0/+51
| | | | | | | | | | | Add new functions to configure spice port and ticketing. Yes, this is incomplete, it includes just the most important bits to get something up'n'running. These functions are supposed to replace both spice_parse_args() and the monitor interaction via qterm interface. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* new libspice api: alloc, initi and free spice server instances.Gerd Hoffmann2010-03-082-6/+40
| | | | | | | | The implementation can't handle multiple spice server instances at the same time right now. The API allows this though, so if we fixup the implementation some day we don't have to change the API. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* spice: server: avoid video streaming of small images #558270Yonit Halperin2010-02-031-0/+12
| | | | | | I added a lower limit to the size of images that are being streamed. The limit is only active in "filter" video streaming mode. This will prevent blurry animated icons.
* spice: Adding README to all subdirsUri Lublin2010-01-145-2/+41
| | | | | | | Also adding some information to toplevel (spice) README And do not touch README when running autogen.sh Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: configure: check spice-common version of 0.4.2 instead of 0.4.1Uri Lublin2010-01-141-1/+1
| | | | | | | | | | This only affects spice-client and spice-server builds that are configured with --with-spice-common (which means that are using an installed spice-common package). Version has been increased to 0.4.2 lately. Signed-off-by: Uri Lublin <uril@redhat.com>
* change version to 0.4.2Yaniv Kamay2010-01-105-8/+8
|
* spice: config: Add DISTRIBUTION and PATCHID to configure summaryUri Lublin2010-01-103-2/+10
| | | | Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: add COPYING file to all subdirs (subdir config)Uri Lublin2010-01-103-0/+1020
| | | | | | GPL2 Signed-off-by: Uri Lublin <uril@redhat.com>
* add patch id and distro name to version stringYaniv Kamay2010-01-102-4/+24
|
* spice: server: rename spice.pc to spice-server.pcUri Lublin2010-01-103-3/+3
| | | | | Signed-off-by: Yaniv Kamay <ykamay@redhat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: common: Do not m4_include configure.ac.shared (subdir config)Uri Lublin2010-01-101-1/+7
| | | | | | | There are some requirement checks in configure.ac.shared that spice-common does not need to do. Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: autogen.sh: call autogen.sh.shared separately from subdirs (subdir ↵Uri Lublin2010-01-108-175/+176
| | | | | | | | | | | | | | config) Move original autogen.sh to autogen.sh.shared Create links in each subdir (subdir/autogen.sh --> ../autogem.sh.shared) Make new autogen.sh which simply 1. cd subdir && ./autogen.sh 2. run autogen.sh.shared for the current dir (spice) Update all Makefile.am accordingly (dist-hook). Signed-off-by: Yaniv Kamay <ykamay@rehdat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: configure: mv ffmpeg_inc.h.in from common/ to client/Uri Lublin2010-01-1010-10/+21
| | | | | | | | | | | Moved common/win/ffmpeg_inc.h to client/windows/ Moved common/linux/ffmpeg_inc.h.in to client/x11/ Copied common/linux/ffmpeg_inc.h.in to server/ Update *configure.ac and */Makefile.am accordingly (* is for {common,server,client} Signed-off-by: Yaniv Kamay <ykamay@rehdat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* client/x11/Makefile.am: make CLIENT_DIR $(top_srcdir) instead of ..Uri Lublin2010-01-101-1/+1
| | | | | | | Enables out-of-directory configure & compile Signed-off-by: Yaniv Kamay <ykamay@rehdat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: subdirs: support ./autogen.sh in a "make dist" tarball (subdir config)Uri Lublin2010-01-109-3/+15
| | | | | | | | | | | | Each subdir (common, client and server) can "make dist". This commit adds configure.ac.shared and autogen.sh to the tar file. Above files are copied from .. (spice/ directory) Also added configure.ac.shared (which is not part of "distribution" tarball) that only imports ../configure.ac.shared such that ./autogen.sh still works (on "git directories"). Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: configure.ac.shared: add PATCHID and DISTRIBUTION variables (subdir ↵Uri Lublin2010-01-101-0/+12
| | | | | | | | | | config) Define them with ./configure PATCHID=id DISTRIBUTION=dist They appear in config.h Add them to your version-printing function. Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: server: common/ files are not needed by "make dist" (subdir config)Uri Lublin2010-01-101-1/+1
| | | | Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: configure.ac.shared: add option to use spice-common package (subdir ↵Uri Lublin2010-01-101-0/+15
| | | | | | | | | | config) Run ./configure --with-spice-common to use spice-common sources from spice-common package, instead of source in spice/common/ directory. This is usefull when building the spice client or spice server out of a "distribution" tarball, when ../common directory does not exist.
* common: add "install" target for make (subdir config)Uri Lublin2010-01-101-0/+10
| | | | | | | | Install source files in $(prefix)/src/spice-common/ Install linux/ffmpeg_inc.h in $(prefix)/src/spice-common/linux/ Install spice-common.pc in $(libdir)/pkgconfig/ Signed-off-by: Uri Lublin <uril@redhat.com>
* common: add spice-common.pc (subdir config)Uri Lublin2010-01-102-1/+7
| | | | | | | | The package-config file is to be used when ../common is not available, e.g. when building each subdir separately. Signed-off-by: Uri Lublin <uril@redhat.com>
* configure.ac: use AC_CONFIG_SUBDIRS to run configure in subdirs (subdir config)Uri Lublin2010-01-105-88/+10
| | | | | | | | That's about all the work configure.ac does. Moved config.pc.in to server, and updated Makefile.am and server/Makefile.am accordingly Signed-off-by: Uri Lublin <uril@redhat.com>
* configure.ac.shared: prefer ffmpeg-spice (if exists) over ffmpeg (subdir config)Uri Lublin2010-01-101-6/+16
| | | | | | | | If ffmpeg-spice exists use ffmpeg-spice. If ffmpeg-spice does not exist and ffmpeg exists, use ffmpeg If none exist, fail. Signed-off-by: Uri Lublin <uril@redhat.com>
* spice: client: Makefile.am: add missing files to file-list (subdir config)Uri Lublin2010-01-102-0/+8
| | | | | | | | | | | | | | | | | | The follwing files exist in client directory but not in RED_COMMON_SRCS, thus they are not part of distribution tarball (make dist). Adding them fixes building the spice client out of a distribution tarball. Those files are: icon.h process_loop.h red_gdi_canvas.cpp red_gdi_canvas.h red_pixmap_gdi.h gdi_canvas.cpp Similarly, the following files were added to spicec_SOURCES in client/x11/Makefile.am: event_sources_p.h
* client: remove '../common' from #include directive (subdir config)Uri Lublin2010-01-109-9/+9
| | | | | | | | | We compile with -I$(COMMON_DIR) (which currently is ../common), so there is no need for that. Later we would like to be able to have a different COMMON_DIR. Signed-off-by: Uri Lublin <uril@redhat.com>