[gnome-boxes] Created tag v3.3.2
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Created tag v3.3.2
- Date: Tue, 22 Nov 2011 16:20:59 +0000 (UTC)
The signed tag 'v3.3.2' was created.
Tagger: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Nov 22 17:08:23 2011 +0200
Release 3.3.2
First public release.
Changes:
Christophe Fergeau (1):
Update libvirt-gconfig API usage
Jakub Steiner (2):
Add app icon
assistant: Artwork for step #1.
Kjartan Maraas (2):
Added Norwegian bokmÃl translation.
Added nb
Marc-Andrà Lureau (135):
Initial commit
Got the basic animation
Refactoring
Switch from ClutterGtk.Window to normal Gtk.Window
load gtk style (and untabify)
fix virt-gobject binding
Save screenshots
lot of changes - sorry no inspiration to write a summary
Update coding style, that seems to be our common ground
Add options parsing
Generate .gitignore correctly
Suppress redundant clutter_init ()
Silence the C warnings by default
Fix translation, config.h inclusion order
Move Gdk.keysyms in util.vala
Disable multidevice
Move Display base class in display.vala
Remove the resize/restore logic
s/box/machine to avoid clash with Gtk and Clutter
Copy fixed broken bindings from Vala upstream
Rename s/actor/margin in collection-view
Fix configure.ac
foo
overbox
Various fixes for layout, animation and flickering
Add collection view scrolling
Remove debugging messages
Enable screenshot only if ui_state is COLLECTION
Correctly set item state back to COLLECTION
Improve the themeing
Add password support
Add libvirt-glib metadata for unowned argv
Add libvirt-glib initialization
spice: show display when channel is up
Add GSettings schema, and start using it
Add gdk-3.0 binding
Start the wizard
wizard: start simple source URL
Some theme improvements
Draw boxes in greyish style if not running
Add upstream cairo bindings with fixes
Remove libvirt-glib vapi binding
Start or resume VM if needed
Immediately update screenshot when leaving display
Remove display from Clutter stage
Put the display page in a seperate object
Auto-hide a toolbar in display mode
Remove go_back(), use ui_state directly
Remove get_rgba()
Show machine name in display toolbar overlay
Topbar take the whole width in the design
Make display toolbar auto-hide more robust
Seperate user categories from default list
Use keyfiles for sources information
Revert "Remove unused identifiers"
Update cursor when display cursor change
Improve VM-disable grid effect
Make keyfile_save() use gio instead of libc
fixup! Improve VM-disable grid effect
Allow adding spice:// machines
Update CodingStyle
Minor CodingStyle changes
Revert "Remove a few redundant usages of namespaces"
build: update configure.ac
Remove Spice display when disconnect
Add VNC display
add vnc bindings, temporarily
Prep vnc-display for authentication
Split a few classes in seperate file
Display VNC source
Add properties page
Sync a few properties from libvirt/vnc/spice
Make properties editable
Add missing gtk+-3.0.deps
Fix a few run-time warnings
Split prepare_for_uri ()
Start a TODO file
Update TODO
VNC display is ready only on vnc-initialized
Implement Display.get_pixbuf()
Take screenshots of RemoteMachine
Show display in properties page
Fix set_ui_state() warning
Allow renaming remote machine
Save/load display properties
Sort collection view
Show items matching selected category
Only add back item in Collection state
Do not enable 'continue' button until url is not empty
Only center WizardSource horizontaly
Skip preparation page for remote display
Make the suspended VM screenshot darker
Tweak collection view UI style
Remove deprecated str.len () usage
Save/restore window position
get_screenshot() may be null, not get_display()
Correctly restore window position
Some wizard steps needs to be reset backward
Split DisplayConfig out of CollectionSource
Also save libvirt display config
Fix Continue style when insensitive
Start the selection bar
Use a Gtk.IconView instead of Clutter.Box
Use a GSettings value for animation duration
Remove SortedCollection
Start the basics of the selection mode
Change the application name to Boxes
Some wizard style changes
spice: enable audio support
Actually delete machine or source on removal
Remove libvirt machine on events
Add MiniGraph widget
Add graphs in properties page
Add update CPU graph
Hide collection-view to avoid glitches
Add Net graph stats
Add Disk graph stats
Use a noisy background when possible
Add a full-screen button
Start MenuBox, a widget for wizard selection source
Use MenuBox in WizardSource
Move styles assets to a directory relative to css
Bump min version of spice-gtk
Update TODO
A few more Enter handlers in the Wizard
Hide password entry if the VM is not password protected
Fix connect to libvirt machine with password
Show VM toolbar with a bit more delay or when reaching top
Fix disconnecting of display
Accept vnc uri in wizard
build: remove wrong extra_dist of vapi bindings
build: ship data and assets files too
Use chained relational expression
Remove disable_multidevice(), fix respond to mose events
Allow deleting inactive libvirt boxes
Mario BlÃttermann (1):
[l10n] Added German translation
Piotr DrÄg (4):
Updated POTFILES.in
Updated POTFILES.in
Updated POTFILES.in
Updated POTFILES.in and POTFILES.skip
Stefano Facchini (2):
Xml.Parse may return null if URI is invalid
build: check presence of spice-gtk vapi bindings
Zeeshan Ali (Khattak) (84):
Add some infra
Require Vala >= 0.14.0
Don't rely on bindings from unreleased Vala tree
Full-name is GNOME Boxes (unix name: gnome-boxes)
Fix full-name in 2 other places
First round of big clean-ups of the whole source tree
Add copyright information/headers
Remove redundant 'using GLib' statements
Correct license acronym in source files
Remove usage of a deprecated method
Remove a redundant cast
More coding-style fixes
Minor correction to license header
More descriptive identifier names
Minor refactoring that also fixes an error from CC
Remove unused identifiers
Don't use chained relational expressions
Minor coding-style fix
More descriptive identifiers
Document coding style
Put two classes in seperate modules
Remove 2 redundant 'using' statements
Remove a few redundant usages of namespaces
Revert one CodingStyle change
Don't check for gtk-vnc-2.0 vapi
Add copyright file
Require gtk-vnc git master
Revert "add vnc bindings, temporarily"
Revert "Don't check for gtk-vnc-2.0 vapi"
No need for separate header for build constants
Slightly better names for some local variables
Assume host to be 'localhost' when unknown
Remove a redundant check
Keep Libvirt connections around
Act on addition of domains on libvirt connection
Require libvirt-gconfig
Require gudev-1.0
Require libosinfo
Rename main.vala to boxes-main.vala
Move generic error to Utils module
Merge virt-installer as gnome-boxes-installer
Make utils' public
Remove an unused field
Boxes is LGPL not GPL
Work-around for a famous vala bug
Minor clean-up
Maximize the main window by default
Add ability to take URLs from commandline
Basic support for creating a VM
Remove now redundant installer binary
Alternative approach to passing URI around from commandline
Declare ability to handle 'x-content/bootable-media'
Minor clean-up
Separate out preparation and review actions in wizard
Move to next page on successful 'Preparation' step
Tweak wizard UI a bit
First implementation of wizard's 'Preparation' page
Skip 'Preparation' page when going backwards in wizard
Tweak the wizard UI some more
Populate Wizard's 'Setup' step
Ability to disable express/unattended installation
Use provided username & password in express install
Don't set admin password in express installation
Allow passing paths instead of URIs
Simple implementation of file selection
Dynamic SPICE port for created VMs
Friendlier name for VMs of known OSs
Don't always allocate twice the storage
Assume installer media for all native URIs/paths
Add a forgotten initialization
Fix an inconsistency in VM creation code
UI tweaks
Remove redundant 'static' keyword
Fix issues with last commit
Allocate unique SPICE port
Reset wizard's source widget after user hits 'Create'
Only entertain URI commandline argument once
Correction to get_user_unattended_dir()
Ensure images directory exists before using it
Adjust kickstart file for Fedora 16
Enable Vala's experimental features
Fix post reboot boot
Require latest gtk+ and libvirt-glib
Release 3.3.2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]