Re: [ovirt-devel] Python-GTK User Portal

2014-05-29 Thread Vojtech Szocs
- Original Message - From: Amador Pahim ama...@pahim.org To: Vojtech Szocs vsz...@redhat.com Cc: devel@ovirt.org Sent: Wednesday, May 28, 2014 4:10:51 PM Subject: Re: [ovirt-devel] Python-GTK User Portal On Tue, May 27, 2014 at 7:48 AM, Vojtech Szocs vsz...@redhat.com wrote:

Re: [ovirt-devel] [vdsm] VM volume chain information in getVMList API

2014-05-29 Thread Federico Simoncelli
- Original Message - From: Dan Kenigsberg dan...@redhat.com To: Federico Simoncelli fsimo...@redhat.com Cc: devel@ovirt.org, Greg Padgett gpadg...@redhat.com, Adam Litke ali...@redhat.com Sent: Tuesday, May 27, 2014 3:23:45 PM Subject: Re: [vdsm] VM volume chain information in

[ovirt-devel] fixing whitespace in ui.xml files

2014-05-29 Thread Greg Sheremeta
Hi, Can we agree to use the same .java file space standards in our gwt ui.xml files? Specifically: spaces only, no tabs, 4 spaces indent, no trailing whitespace. I have my Eclipse set to fix these things (with the anyedit plugin), and the ui.xml files always have tabs and trailing space in

Re: [ovirt-devel] fixing whitespace in ui.xml files

2014-05-29 Thread Lior Vernia
Sounds good to me, I think the only reason they're not formatted is that the Java formatter by default ignores them. On 29/05/14 14:51, Greg Sheremeta wrote: Hi, Can we agree to use the same .java file space standards in our gwt ui.xml files? Specifically: spaces only, no tabs, 4 spaces

Re: [ovirt-devel] fixing whitespace in ui.xml files

2014-05-29 Thread Gilad Chaplik
- Original Message - From: Lior Vernia lver...@redhat.com To: Greg Sheremeta gsher...@redhat.com Cc: devel@ovirt.org, Alexander Wels aw...@redhat.com, Vojtech Szocs vsz...@redhat.com, Einav Cohen eco...@redhat.com, Alona Kaplan alkap...@redhat.com, Gilad Chaplik

Re: [ovirt-devel] 3.5 Time-frame: pushing feature freeze

2014-05-29 Thread Doron Fediuck
- Original Message - From: Livnat Peer lp...@redhat.com To: Doron Fediuck dfedi...@redhat.com, bo...@ovirt.org, devel@ovirt.org Sent: Thursday, May 29, 2014 3:21:26 PM Subject: Re: 3.5 Time-frame: pushing feature freeze On 05/28/2014 06:01 PM, Doron Fediuck wrote: Hi, The

[ovirt-devel] SortedListModel

2014-05-29 Thread Alexander Wels
Hi guys, I have a question about the SortedListModel. If you look at the setItems(CollectionT value) method. You will notice that eventually all the items are added to a SortedSet. This is not a problem if all the elements of your collection are different. But what happens if the elements of