Re: [E-devel] elm_index takes entire canvas space and autohide weirdness

2012-11-23 Thread Leif Middelschulte
Am 23.11.2012 um 01:00 schrieb Carsten Haitzler (The Rasterman) : > On Thu, 22 Nov 2012 18:50:04 +0100 Leif Middelschulte > said: > >> Hi there, >> >> 1. Bug (space taken): >> As the subject says, elm_index takes the entire canvas (horizontally xor >> vertically) and thus renders e.g. it unusa

Re: [E-devel] E SVN: billiob IN trunk/terminology: data/themes src/bin

2012-11-23 Thread Leif Middelschulte
Am 05.11.2012 um 16:40 schrieb Gustavo Sverzut Barbieri : > Before we make it configurable you can do a quick hack: > > whenever you load the theme, you ask for edje_object_data_get(ed, > "color-ID") and atoi() to the real color, set it to the used colors in > textgrid Boris, will you do this? >

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread Thomas Sachau
Luis Felipe Strano Moraes schrieb: > Hello gentlemen, > > after having the release burden being shared by only one or two people, > we've started talking and decided to create a team specifically for the > purpose of helping out with this process, more specifically releasing, > testing and packagi

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread Martin Jansa
On Thu, Nov 22, 2012 at 11:11:45PM -0200, Bruno Dilly wrote: > On Thu, Nov 22, 2012 at 10:04 PM, Luis Felipe Strano Moraes > wrote: > > Hello gentlemen, > > > > after having the release burden being shared by only one or two people, > > we've started talking and decided to create a team specifical

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread Luis Felipe Strano Moraes
On Fri, Nov 23, 2012 at 12:12 PM, Thomas Sachau wrote: > Luis Felipe Strano Moraes schrieb: > > Hello gentlemen, > > > > after having the release burden being shared by only one or two people, > > we've started talking and decided to create a team specifically for the > > purpose of helping out w

Re: [E-devel] [PATCH] [EVAS] evas_object_key_grab add check for same modifiers

2012-11-23 Thread ChunEon Park
in 79563 And don't forget to add () to multiple comparison. if ((modifiers == not_modifiers && modifiers != 0) -> if (((modifiers == not modifiers) && (modifiers != 0)) thank you. -Regards, Hermet- -Original Message- From: "Patryk Kaczmarek"<

[E-devel] Ecore_Evas Rotation

2012-11-23 Thread HariHara Sudhan
I'm trying to rotate the window by 45 degree, The documentation says its possible to rotate angles other than of multiples of 90. So exactly what backend and window manager should i use to make window rotate at 45 degree. I currrently have e17 wm and evas with opengl backend. -- Regards HariHar

Re: [E-devel] E SVN: etrunko trunk/expedite/src/bin

2012-11-23 Thread Christopher Michael
Enlightenment SVN wrote: >Log: >Don't leak struct wl_registry > > Signed-off-by: Eduardo Lima (Etrunko) > > > >Author: etrunko >Date: 2012-11-23 09:49:39 -0800 (Fri, 23 Nov 2012) >New Revision: 79565 >Trac: http://trac.enlightenment.org/e/changeset/79565 > >Modified:

Re: [E-devel] E SVN: discomfitor trunk/e

2012-11-23 Thread Vincent Torri
it seems that we need efl 1.7.2 Vincent On Fri, Nov 23, 2012 at 7:32 PM, Enlightenment SVN wrote: > Log: > ALPHA5: ZMM > > > Author: discomfitor > Date: 2012-11-23 10:32:22 -0800 (Fri, 23 Nov 2012) > New Revision: 79568 > Trac: http://trac.enlightenment.org/e/change

Re: [E-devel] E SVN: antognolli IN branches/ecore-1.7: . src/lib/ecore_wayland

2012-11-23 Thread Christopher Michael
Enlightenment SVN wrote: >Log: >Ecore_Wayland: Backport several fixes to 1.7. > > These changes will enable the 1.7 branch to work with Wayland 1.0. > > The following changesets were backported: > 78049 > 78050 > 78051 > 78052 > 78054 > 78055 > 78056 > 78136 > >Author: antogno

Re: [E-devel] E SVN: etrunko trunk/expedite/src/bin

2012-11-23 Thread Eduardo Lima (Etrunko)
On Fri, Nov 23, 2012 at 4:30 PM, Christopher Michael wrote: > Enlightenment SVN wrote: > >>Log: >>Don't leak struct wl_registry >> >> Signed-off-by: Eduardo Lima (Etrunko) >> >> >> >>Author: etrunko >>Date: 2012-11-23 09:49:39 -0800 (Fri, 23 Nov 2012) >>New Revision: 79565 >>Trac:

Re: [E-devel] E SVN: antognolli IN branches/ecore-1.7: . src/lib/ecore_wayland

2012-11-23 Thread Rafael Antognolli
It's a bunch of patches that you and Robert did to make Ecore_Wayland work with Wayland 1.0. Basically what we discussed on last week. Maybe I should have just backported patch by patch, instead of a single squashed one. Sorry for that. On Fri, Nov 23, 2012 at 4:32 PM, Christopher Michael wrote:

[E-devel] Announce: EFL 1.7.2 release and E17 ALPHA 5 release

2012-11-23 Thread Luis Felipe Strano Moraes
Hello gentlemen, as the title says, I'd like to announce here the new release of our stable branch as well as a new ALPHA for E17. The EFL had a new minor series of updates in order to fix bugs that were preventing the E17 alphas from correctly building. The only packages which had bug fixes were

Re: [E-devel] E SVN: englebass IN trunk/eio: . src/lib

2012-11-23 Thread Vincent Torri
see http://www.gnu.org/software/autoconf/manual/autoconf.html#Particular-Functions Vincent On Fri, Nov 23, 2012 at 9:11 PM, Enlightenment SVN wrote: > Log: > eio: correctly define alloca > > Author: englebass > Date: 2012-11-23 12:11:15 -0800 (Fri, 23 Nov 2012) > New Revision: 795

Re: [E-devel] E SVN: englebass IN trunk/ecore/src/lib: ecore ecore_con ecore_config ecore_evas ecore_fb ecore_file ecore_imf ecore_ipc ecore_wayland ecore_win32 ecore_wince ecore_x/xcb ecore_x/xlib

2012-11-23 Thread Vincent Torri
please revert. All that stuff is not correct, as I said in one of the ticket see my previous mail. Also, ecore_getopt.c **already** have alloca support... Please review the patches instead of appplying them blindly Vincent On Fri, Nov 23, 2012 at 9:25 PM, Enlightenment SVN wrote: > Log: > ecore

[E-devel] Issues with edje message sets

2012-11-23 Thread Bruno Dilly
Hey, I've added support to sending messages on edje player and a example sending / receiving messages for all types of message. But there is an issue. Running: edje_player -S -p messages_echo.edj and sending the cmd: message 1 INT_SET 4 1 2 3 4 it will return the following items: 1 2 3 3 Looks

Re: [E-devel] E SVN: etrunko branches/ecore-1.7 branches/ecore-1.7/src/lib/ecore_wayland trunk/ecore trunk/ecore/src/lib/ecore_wayland

2012-11-23 Thread Christopher Michael
Enlightenment SVN wrote: >Log: >Ecore_Wayland: Fix leak of struct wl_registry > >Author: etrunko >Date: 2012-11-23 10:44:00 -0800 (Fri, 23 Nov 2012) >New Revision: 79569 >Trac: http://trac.enlightenment.org/e/changeset/79569 > >Modified: >branches/ecore-1.7/ChangeLog branche

Re: [E-devel] E SVN: bdilly IN trunk/devs: . dorileo

2012-11-23 Thread Gustavo Sverzut Barbieri
welcome :-) On Fri, Nov 23, 2012 at 7:56 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > devs: Add dorileo > > Welcome! > > > Author: bdilly > Date: 2012-11-23 13:56:34 -0800 (Fri, 23 Nov 2012) > New Revision: 79611 > Trac: http://trac.enlightenment.or

Re: [E-devel] E SVN: etrunko trunk/expedite/src/bin

2012-11-23 Thread Christopher Michael
"Eduardo Lima (Etrunko)" wrote: >On Fri, Nov 23, 2012 at 4:30 PM, Christopher Michael > wrote: >> Enlightenment SVN wrote: >> >>>Log: >>>Don't leak struct wl_registry >>> >>> Signed-off-by: Eduardo Lima (Etrunko) >>> >>> >>> >>>Author: etrunko >>>Date: 2012-11-23 09:49:39 -0800 (

Re: [E-devel] E SVN: antognolli IN branches/ecore-1.7: . src/lib/ecore_wayland

2012-11-23 Thread Christopher Michael
Rafael Antognolli wrote: >It's a bunch of patches that you and Robert did to make Ecore_Wayland >work with Wayland 1.0. Basically what we discussed on last week. > >Maybe I should have just backported patch by patch, instead of a >single squashed one. Sorry for that. > >On Fri, Nov 23, 2012 at 4:

Re: [E-devel] #1486: Illume Home Key Button no longer works

2012-11-23 Thread Christopher Michael
E-Trac wrote: >#1486: Illume Home Key Button no longer works >--+- > Reporter: JeffHoogland | Owner: raster > Type: Bug | Status: closed > Priority: Major | Milestone: >Component: illume| Resolution: F

Re: [E-devel] #1389: [wayland_shm/egl] Frames go down several pixels when we change the view in Naviframe 2

2012-11-23 Thread Christopher Michael
E-Trac wrote: >#1389: [wayland_shm/egl] Frames go down several pixels when we change >the view in >Naviframe 2 >+- >Reporter: cprigent| Owner: >devilhorns > Type: Bug

[E-devel] Git Spam

2012-11-23 Thread Christopher Michael
Please...Lets Squash Some commites ?? -- Sent from my Samsung phone. -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cl

Re: [E-devel] Git Spam

2012-11-23 Thread Bruno Dilly
On Fri, Nov 23, 2012 at 8:22 PM, Christopher Michael wrote: > Please...Lets Squash Some commites ?? Are you talking about my work ? If it's the case: "No, I won't". My commits are split by tasks, with a clear commit msg (and explanations when required). Best regards > -- > Sent from my Samsun

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread David Seikel
On Thu, 22 Nov 2012 22:04:53 -0200 Luis Felipe Strano Moraes wrote: > Hello gentlemen, I think there's some ladies here to. -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world. signature.asc Description: PGP signature -

Re: [E-devel] E SVN: englebass IN trunk/ecore/src/lib: ecore ecore_con ecore_config ecore_evas ecore_fb ecore_file ecore_imf ecore_ipc ecore_wayland ecore_win32 ecore_wince ecore_x/xcb ecore_x/xlib

2012-11-23 Thread Joerg Sonnenberger
On Fri, Nov 23, 2012 at 09:37:55PM +0100, Vincent Torri wrote: > please revert. All that stuff is not correct, as I said in one of the ticket > > see my previous mail. Also, ecore_getopt.c **already** have alloca > support... Please review the patches instead of appplying them blindly More import

Re: [E-devel] E SVN: bdilly IN trunk/devs: . dorileo

2012-11-23 Thread Christopher Michael
Enlightenment SVN wrote: >Log: >devs: Add dorileo > > Welcome! > > >Author: bdilly >Date: 2012-11-23 13:56:34 -0800 (Fri, 23 Nov 2012) >New Revision: 79611 >Trac: http://trac.enlightenment.org/e/changeset/79611 > >Added: >trunk/devs/dorileo/ trunk/devs/dorileo/id_rsa.pu

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread Vincent Torri
On Fri, Nov 23, 2012 at 11:33 PM, David Seikel wrote: > On Thu, 22 Nov 2012 22:04:53 -0200 Luis Felipe Strano Moraes > wrote: > >> Hello gentlemen, > > I think there's some ladies here to. If I'm not mistaken, at least in France, David is the first name of a man :p Vincent (male first name) --

Re: [E-devel] E SVN: bdilly IN trunk/devs: . dorileo

2012-11-23 Thread Gustavo Sverzut Barbieri
d0rgs again?! :-D On Fri, Nov 23, 2012 at 8:46 PM, Christopher Michael wrote: > Enlightenment SVN wrote: > > >Log: > >devs: Add dorileo > > > > Welcome! > > > > > >Author: bdilly > >Date: 2012-11-23 13:56:34 -0800 (Fri, 23 Nov 2012) > >New Revision: 79611 > >Trac: http:/

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread David Seikel
On Fri, 23 Nov 2012 23:49:49 +0100 Vincent Torri wrote: > On Fri, Nov 23, 2012 at 11:33 PM, David Seikel > wrote: > > On Thu, 22 Nov 2012 22:04:53 -0200 Luis Felipe Strano Moraes > > wrote: > > > >> Hello gentlemen, > > > > I think there's some ladies here to. > > If I'm not mistaken, at least

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread Luis Felipe Strano Moraes
Well, if thats the only complaint from the release, then I'm really happy :) --lf On Fri, Nov 23, 2012 at 9:29 PM, David Seikel wrote: > On Fri, 23 Nov 2012 23:49:49 +0100 Vincent Torri > wrote: > > > On Fri, Nov 23, 2012 at 11:33 PM, David Seikel > > wrote: > > > On Thu, 22 Nov 2012 22:04:

[E-devel] Great Alpha 5 and EFL 1.7.2

2012-11-23 Thread gpl4all
It IS a great update, thanks to you all developer! -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructur

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread The Rasterman
On Fri, 23 Nov 2012 15:12:34 +0100 Thomas Sachau said: > Luis Felipe Strano Moraes schrieb: > > Hello gentlemen, > > > > after having the release burden being shared by only one or two people, > > we've started talking and decided to create a team specifically for the > > purpose of helping out

Re: [E-devel] Ecore_Evas Rotation

2012-11-23 Thread The Rasterman
On Fri, 23 Nov 2012 23:17:15 +0530 HariHara Sudhan said: > I'm trying to rotate the window by 45 degree, The documentation says its > possible to rotate angles other than of multiples of 90. > So exactly what backend and window manager should i use to make window > rotate at 45 degree. > > I cur

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread Jérôme Pinot
On 11/22/12 22:04, Luis Felipe Strano Moraes wrote: > Hello gentlemen, > > after having the release burden being shared by only one or two people, > we've started talking and decided to create a team specifically for the > purpose of helping out with this process, more specifically releasing, > te

[E-devel] efl and e17 release - important notes svg/esvg/rsvg

2012-11-23 Thread The Rasterman
this is important to all testers, users and packagers... DONT PACKAGE AND USE ESVG! DO NOT DO THIS. USE EVAS_GENERIC_LOADERS AND LIBRSVG SUPPORT! there. i hope that is clear. :) if you want things to be stable, render correctly - dont rely in ESVG. at this stage it is experimental. there are stil

Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread Daniel Juyung Seo
Great Job! I will join this team and test EFL 1.7.2 + E17 from now on. + I also added this enlightenment-release mailing list to our e.org contact page. http://www.enlightenment.org/p.php?p=contact&l=en Thanks. Daniel Juyung Seo (SeoZ) On Fri, Nov 23, 2012 at 9:04 AM, Luis Felipe Strano Moraes

Re: [E-devel] E SVN: bdilly IN trunk/devs: . dorileo

2012-11-23 Thread Daniel Juyung Seo
Congratulations! With the great power comes great responsibility! On Sat, Nov 24, 2012 at 6:56 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > devs: Add dorileo > > Welcome! > > > Author: bdilly > Date: 2012-11-23 13:56:34 -0800 (Fri, 23 Nov 2012) > New Revisio

Re: [E-devel] Git Spam

2012-11-23 Thread Daniel Juyung Seo
Right. Each commit should be atomic/clean/lean/simple. +1 to bdilly But having huge amount of commits at once is annoying. It's hard to read/review. +1 to devilhorns Daniel Juyung Seo (SeoZ) On Sat, Nov 24, 2012 at 7:26 AM, Bruno Dilly wrote: > On Fri, Nov 23, 2012 at 8:22 PM, Christopher Mich

Re: [E-devel] trac changset is broken

2012-11-23 Thread Daniel Juyung Seo
This is still broken. Nobody can fix this? Daniel Juyung Seo (SeoZ) On Fri, Nov 16, 2012 at 9:09 PM, Daniel Juyung Seo wrote: > This is still broken. > > Anybody can fix this? > > Daniel Juyung Seo (SeoZ) > > On Sat, Nov 10, 2012 at 8:45 PM, Daniel Juyung Seo > wrote: > >> Trac changeset is bro

Re: [E-devel] E SVN: englebass IN trunk/ecore/src/lib: ecore ecore_con ecore_config ecore_evas ecore_fb ecore_file ecore_imf ecore_ipc ecore_wayland ecore_win32 ecore_wince ecore_x/xcb ecore_x/xlib

2012-11-23 Thread Sebastian Dransfeld
On 11/23/2012 09:37 PM, Vincent Torri wrote: > please revert. All that stuff is not correct, as I said in one of the ticket > > see my previous mail. Also, ecore_getopt.c **already** have alloca > support... Please review the patches instead of appplying them blindly > > Vincent Sorry. I didn't bl

Re: [E-devel] trac changset is broken

2012-11-23 Thread Vincent Torri
On Sat, Nov 24, 2012 at 6:36 AM, Daniel Juyung Seo wrote: > This is still broken. > Nobody can fix this? i've CC Bertrand Vincent > > Daniel Juyung Seo (SeoZ) > > On Fri, Nov 16, 2012 at 9:09 PM, Daniel Juyung Seo > wrote: > >> This is still broken. >> >> Anybody can fix this? >> >> Daniel Juy

Re: [E-devel] efl and e17 release - important notes svg/esvg/rsvg

2012-11-23 Thread Vincent Torri
On Sat, Nov 24, 2012 at 6:28 AM, Carsten Haitzler wrote: > this is important to all testers, users and packagers... > > DONT PACKAGE AND USE ESVG! DO NOT DO THIS. USE EVAS_GENERIC_LOADERS AND > LIBRSVG > SUPPORT! > > there. i hope that is clear. :) if you want things to be stable, render > correc

Re: [E-devel] E SVN: englebass IN trunk/ecore/src/lib: ecore ecore_con ecore_config ecore_evas ecore_fb ecore_file ecore_imf ecore_ipc ecore_wayland ecore_win32 ecore_wince ecore_x/xcb ecore_x/xlib

2012-11-23 Thread Vincent Torri
On Sat, Nov 24, 2012 at 7:12 AM, Sebastian Dransfeld wrote: > On 11/23/2012 09:37 PM, Vincent Torri wrote: >> please revert. All that stuff is not correct, as I said in one of the ticket >> >> see my previous mail. Also, ecore_getopt.c **already** have alloca >> support... Please review the patch

Re: [E-devel] E SVN: englebass IN trunk/efreet: . src/bin src/lib

2012-11-23 Thread Vincent Torri
isn't efreet_alloca.h a new file ? I don't see it added in the commit Vincent On Sat, Nov 24, 2012 at 7:43 AM, Enlightenment SVN wrote: > Log: > efreet: fix alloca > > Author: englebass > Date: 2012-11-23 22:43:00 -0800 (Fri, 23 Nov 2012) > New Revision: 79629 > Trac: http: