summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix leak of graphics type attribute from XMLDaniel P. Berrange2011-07-121-2/+3
|
* Fix leak of command line argumentsDaniel P. Berrange2011-07-121-5/+9
|
* Split pull part of VirtViewerDisplay out into VirtViewerSessionDaniel P. Berrange2011-07-1114-591/+1314
| | | | | | To facilitate introduction of multi-head support, pull some of the VirtViewerDisplay class out into a new VirtViewerSession class.
* Avoid (null) in titlebarDaniel P. Berrange2011-07-111-7/+9
|
* Fix colour of status label to show up on black backgroundDaniel P. Berrange2011-07-111-0/+2
|
* Fix reconnecting of SPICE displayDaniel P. Berrange2011-07-111-13/+26
|
* Fill space on the display alignment with blackMarc-André Lureau2011-07-111-1/+3
|
* Add support for --fullscreen optionMarc-André Lureau2011-07-114-3/+33
|
* Skip non-primary monitors in SPICEMarc-André Lureau2011-07-111-0/+3
|
* Remove circular dependancy between VirtViewerDisplay and VirtViewerDaniel P. Berrange2011-07-119-308/+548
| | | | | | | Add many signals to VirtViewerDisplay which are emitted when various events occur. This lets us remove all the code in the VirtViewerDisplay subclasses which call back into VirtViewer methods. Instead VirtViewer can simply connect signals to the display
* Turn VirtViewerDisplay into a proper Gtk widgetDaniel P. Berrange2011-07-1112-727/+463
| | | | | Turn VirtViewerDisplay into a Gtk widget instead of just a GObject, by merging the functionality from VirtViewerAlign
* Update to optionally build with GTK3Daniel P. Berrange2011-07-1110-42/+179
|
* Replace use of GtkAlignment with a custom align widgetDaniel P. Berrange2011-07-016-92/+452
| | | | | | | | | | To use the GtkAlignment we have to play evil tricks overriding its size request, to make it reallocate the child to the preferred size we desire based on the virtual desktop size + zoom level. By replacing the GtkAlignment with a custom widget we can directly implement the layout/sizing semantics we want without playing stupid games
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-0124-458/+614
| | | | | | | | | | All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX
* Fix some compile warningsDaniel P. Berrange2011-07-012-3/+8
|
* Convert from Glade to GtkBuilderDaniel P. Berrange2011-07-0112-258/+257
|
* Refactor configure.ac to pull out required versionDaniel P. Berrange2011-07-011-6/+13
|
* Enable use of scaling from spice >= 0.6Daniel P. Berrange2011-07-017-24/+110
| | | | | | Make the SPICE widget operate in the same way as the VNC widget with display scaling, and auto-resize, but preserving guest aspect ratio
* Hide menu bar on fullscreen & add a hiding toolbarDaniel P. Berrange2011-07-0111-175/+2763
| | | | | | | | | * src/Makefile.am, src/view/autoDrawer.c, src/view/autoDrawer.c src/view/drawer.c, src/view/drawer.h, src/view/ovBox.c, src/view/ovBox.c: Import auto-drawer from vinagre * src/viewer-priv.h, src/viewer.c, src/viewer.glade, src/display-vnc.c: Insert an auto-drawer above the notebook and display an auto-hiding toolbar when fullscreen
* Add message about whether it is VNC or SPICE displayDaniel P. Berrange2011-06-301-4/+10
|
* Add some useful data for the --verbose flagDaniel P. Berrange2011-06-301-9/+43
|
* Fix re-connect after authentication failureDaniel P. Berrange2011-05-231-8/+8
| | | | | | viewer->display will be non-NULL if we have already attempted a connection. So, remove the check for it being NULL, and instead skip the widget setup step.
* Add support for listen attributeJiri Denemark2011-05-232-10/+33
| | | | | | | Virt-viewer now parses listen attribute from graphics element to be able to connect to domains configured with explicit listen address: <graphics type='vnc' port='-1' autoport='yes' listen='123.45.67.89'/>
* Replace .hgignore with .gitignoreDaniel P. Berrange2011-05-232-49/+30
|
* Added tag release-0.3.1 for changeset f71b32a6a583Daniel P. Berrange2011-02-210-0/+0
|
* Updates for 0.3.1 releasev0.3.1release-0.3.1Daniel P. Berrange2011-02-213-2/+19
|
* Fix typo in SPICE configure setupDaniel P. Berrange2011-02-211-1/+1
|
* Added tag release-0.3.0 for changeset 807203083e74Daniel P. Berrange2011-02-210-0/+0
|
* Updates for 0.3.0 releasev0.3.0release-0.3.0Daniel P. Berrange2011-02-214-10/+577
|
* Fix misc RPM specfile bugsDaniel P. Berrange2011-02-211-12/+4
|
* Merge headsDaniel P. Berrange2011-02-112-84/+120
|\
| * l10n: Updates to Ukrainian (uk) translationyurchor2011-02-081-65/+100
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Spanish (Castilian) (es) translationelsupergomez2011-02-081-19/+20
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Disable mozilla plugin since it doesn't build currentlyDaniel P. Berrange2011-02-111-1/+1
| |
* | Enable SPICE in Fedora 15 or laterDaniel P. Berrange2011-02-111-2/+19
| |
* | Update pkg-config check for spice-gtk libraryDaniel P. Berrange2011-02-071-1/+1
|/
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2011-02-041-16/+19
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Polish (pl) translationraven2011-02-041-1/+1
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Polish (pl) translationraven2011-02-041-15/+15
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Fix waiting for VM based on UUIDDaniel P. Berrange2011-02-031-1/+1
|
* Support connections over UNIX socketsDaniel P. Berrange2011-02-032-14/+58
|
* Avoid fetching XML document multiple times when extracting graphicsDaniel P. Berrange2011-02-031-6/+6
|
* l10n: Updates to Italian (it) translationfdaluisio2011-01-291-36/+59
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to German (de) translationtomspur2011-01-281-50/+82
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Russian (ru) translationandreyjktl2011-01-121-47/+79
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Spanish (Castilian) (es) translationelsupergomez2011-01-101-29/+55
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Panjabi (Punjabi) (pa) translationjassy2010-12-211-46/+78
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-12-161-32/+60
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Polish (pl) translationraven2010-12-151-28/+54
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* build: make spice-gtk dependency optionalMarc-André Lureau2010-12-103-2/+25
|