Re: [Engine-devel] Introducing limited branding support.

2013-06-13 Thread Alon Bar-Lev


- Original Message -
> From: "Sahina Bose" 
> To: aw...@redhat.com
> Cc: engine-devel@ovirt.org
> Sent: Thursday, June 13, 2013 1:59:29 PM
> Subject: Re: [Engine-devel] Introducing limited branding support.
> 
> 
> On 06/11/2013 10:09 PM, Alexander Wels wrote:
> > Hi Guys,
> >
> > We recently merged at a patch (http://gerrit.ovirt.org/#/c/13181/) that
> > allows
> > for limited branding support of oVirt user portal and web admin. We also
> > moved
> > the styles needed to support this branding out of the application and into
> > its
> > own module. The styles can now be found in ovirt-
> > engine/packaging/branding/ovirt.brand.
> >
> > In this directory you will find the following files:
> > - branding.properties. This file controls the branding theme.
> > - ovirt_messages.properties. A standard java resource bundle properties
> > file
> > containing the messages that can be changed.
> > - A bunch of .css files that contain the classes that can be altered.
> >
> > I have created a wiki page with some information and pictures of what parts
> > of
> > the interface can be changed at this point in time. It is located here:
> > http://www.ovirt.org/Feature/Branding
> >
> > There is also more information in README.branding that got introduced with
> > this patch.
> >
> > Alexander
> >
> > ps.
> > If your user interface looks messed up (missing borders and things of that
> > nature) the engine cannot find the default branding. This means you are not
> > using the make commands recently introduced. We highly recommend you use
> > this
> > to have a complete environment. If you are unwilling or unable to use that
> > you
> > can make a symlink in /etc/ovirt-engine/branding/00-ovirt.brand to ovirt-
> > engine/packaging/branding/ovirt.brand
> If creating a symlink, make sure it matches the ENGINE_ETC property
> that's loaded.
> So, for symlink /etc/ovirt-engine/branding/00-ovirt.brand , the
> ENGINE_ETC should be pointing to /etc/ovirt-engine.
> 
> I ran into issues, so thought I would share.

Please migrate to the new supported development environment[1], it installs 
everything as it should, you should not set these variables manually.

Regards,
Alon Bar-Lev.

[1] 
http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=blob;f=README.developer;hb=HEAD

> 
> thanks
> sahina
> 
> >
> > ___
> > Engine-devel mailing list
> > Engine-devel@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/engine-devel
> 
> ___
> Engine-devel mailing list
> Engine-devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/engine-devel
> 
___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


Re: [Engine-devel] Introducing limited branding support.

2013-06-13 Thread Sahina Bose


On 06/11/2013 10:09 PM, Alexander Wels wrote:

Hi Guys,

We recently merged at a patch (http://gerrit.ovirt.org/#/c/13181/) that allows
for limited branding support of oVirt user portal and web admin. We also moved
the styles needed to support this branding out of the application and into its
own module. The styles can now be found in ovirt-
engine/packaging/branding/ovirt.brand.

In this directory you will find the following files:
- branding.properties. This file controls the branding theme.
- ovirt_messages.properties. A standard java resource bundle properties file
containing the messages that can be changed.
- A bunch of .css files that contain the classes that can be altered.

I have created a wiki page with some information and pictures of what parts of
the interface can be changed at this point in time. It is located here:
http://www.ovirt.org/Feature/Branding

There is also more information in README.branding that got introduced with
this patch.

Alexander

ps.
If your user interface looks messed up (missing borders and things of that
nature) the engine cannot find the default branding. This means you are not
using the make commands recently introduced. We highly recommend you use this
to have a complete environment. If you are unwilling or unable to use that you
can make a symlink in /etc/ovirt-engine/branding/00-ovirt.brand to ovirt-
engine/packaging/branding/ovirt.brand
If creating a symlink, make sure it matches the ENGINE_ETC property 
that's loaded.
So, for symlink /etc/ovirt-engine/branding/00-ovirt.brand , the 
ENGINE_ETC should be pointing to /etc/ovirt-engine.


I ran into issues, so thought I would share.

thanks
sahina



___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


Re: [Engine-devel] Guest Reboot

2013-06-13 Thread Martin Betak
Hi,

from the implementation discussion it seems that the behavior of reboot will be 
in most cases equivalent to 
pressing the current buttons stop and then start, so maybe the reboot icon 
should reflect that. 
Maybe a combination of red square/green triangle?

Martin

- Original Message -
From: "Malini Rao" 
To: "Alissa Bonas" 
Cc: "Martin Betak" , engine-devel@ovirt.org
Sent: Monday, June 10, 2013 5:58:12 PM
Subject: Re: [Engine-devel] Guest Reboot

I think a Power button icon like this one - 
http://us.123rf.com/400wm/400/400/vipervxw/vipervxw1210/vipervxw12144/16013272-cool-power-button-in-white-with-blue-led.jpg
 might work for reboot.

-Malini

- Original Message -
From: "Alissa Bonas" 
To: "Martin Betak" 
Cc: engine-devel@ovirt.org
Sent: Sunday, June 9, 2013 9:32:09 AM
Subject: Re: [Engine-devel] Guest Reboot

I think that the icon suggested in the wiki looks more like "refresh" , and 
it's not clear it indicates a reboot action (which is more heavy than just a 
refresh).
I suggest as alternative something like the "run VM" icon (the triangle - that 
already exists in the engine and users know what it means), and with it the 
arrows from the "refresh" icon.
Please see attached.


- Original Message -
> From: "Martin Betak" 
> To: engine-devel@ovirt.org
> Sent: Friday, June 7, 2013 7:32:31 PM
> Subject: [Engine-devel] Guest Reboot
> 
> Hi, engine-devel
> 
> Customers request the ability to reboot a VM with a single click so I started
> designing the overall architecture and planing out the required changes to
> the respective components.
> You can find the wiki page for the initial draft at [1] and I would like to
> ask you for your input on my general design and potential issues that could
> arise in some corner cases.
> Please feel free to respond to this thread or add to the Issues section of
> [1].
> 
> Thanks in advance for your opinions :-)
> 
> Martin
> 
> [1] http://www.ovirt.org/Features/Guest_Reboot
> ___
> Engine-devel mailing list
> Engine-devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/engine-devel
> 

___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel
___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel