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) ras...@rasterman.com: On Thu, 22 Nov 2012 18:50:04 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: Hi there, 1. Bug (space taken): As the subject says, elm_index takes the entire canvas (horizontally xor

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 barbi...@profusion.mobi: 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,

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 luis.str...@gmail.com 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

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 to...@gentoo.org 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

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 amp;amp; modifiers != 0) -gt; if (((modifiers == not modifiers) amp;amp; (modifiers != 0)) thank you. -Regards, Hermet- -Original Message- From:

[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

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

2012-11-23 Thread Christopher Michael
Enlightenment SVN no-re...@enlightenment.org wrote: Log: Don't leak struct wl_registry Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com Author: etrunko Date: 2012-11-23 09:49:39 -0800 (Fri, 23 Nov 2012) New Revision: 79565 Trac:

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 no-re...@enlightenment.org wrote: Log: ALPHA5: ZMM Author: discomfitor Date: 2012-11-23 10:32:22 -0800 (Fri, 23 Nov 2012) New Revision: 79568 Trac:

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

2012-11-23 Thread Christopher Michael
Enlightenment SVN no-re...@enlightenment.org 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:

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 cpmicha...@comcast.net wrote: Enlightenment SVN no-re...@enlightenment.org wrote: Log: Don't leak struct wl_registry Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com Author: etrunko Date: 2012-11-23 09:49:39

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

[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

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 no-re...@enlightenment.org wrote: Log: eio: correctly define alloca Author: englebass Date: 2012-11-23 12:11:15 -0800 (Fri, 23 Nov

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

[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 no-re...@enlightenment.org 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:

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:

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

2012-11-23 Thread Christopher Michael
Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Fri, Nov 23, 2012 at 4:30 PM, Christopher Michael cpmicha...@comcast.net wrote: Enlightenment SVN no-re...@enlightenment.org wrote: Log: Don't leak struct wl_registry Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com Author:

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

2012-11-23 Thread Christopher Michael
Rafael Antognolli antogno...@gmail.com 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

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

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

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 t...@enlightenment.org 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,

Re: [E-devel] Git Spam

2012-11-23 Thread Bruno Dilly
On Fri, Nov 23, 2012 at 8:22 PM, Christopher Michael cpmicha...@comcast.net 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 --

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 luis.str...@gmail.com 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

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

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

2012-11-23 Thread Christopher Michael
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.org/e/changeset/79611 Added: trunk/devs/dorileo/

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 onef...@gmail.com wrote: On Thu, 22 Nov 2012 22:04:53 -0200 Luis Felipe Strano Moraes luis.str...@gmail.com 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

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 cpmicha...@comcast.net wrote: 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:

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 vincent.to...@gmail.com wrote: On Fri, Nov 23, 2012 at 11:33 PM, David Seikel onef...@gmail.com wrote: On Thu, 22 Nov 2012 22:04:53 -0200 Luis Felipe Strano Moraes luis.str...@gmail.com wrote: Hello gentlemen, I think there's some

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 onef...@gmail.com wrote: On Fri, 23 Nov 2012 23:49:49 +0100 Vincent Torri vincent.to...@gmail.com wrote: On Fri, Nov 23, 2012 at 11:33 PM, David Seikel

[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

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 to...@gentoo.org 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

Re: [E-devel] Ecore_Evas Rotation

2012-11-23 Thread The Rasterman
On Fri, 23 Nov 2012 23:17:15 +0530 HariHara Sudhan h...@emo2.com 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.

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, testing

[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

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=contactl=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 Revision: 79611

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 bdi...@profusion.mobi wrote: On Fri, Nov 23, 2012 at 8:22

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 seojuyu...@gmail.comwrote: This is still broken. Anybody can fix this? Daniel Juyung Seo (SeoZ) On Sat, Nov 10, 2012 at 8:45 PM, Daniel Juyung Seo

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 blindly

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 seojuyu...@gmail.com 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 seojuyu...@gmail.comwrote: This is still broken. Anybody can

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 ras...@rasterman.com 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,

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 s...@tango.flipp.net 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

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 no-re...@enlightenment.org wrote: Log: efreet: fix alloca Author: englebass Date: 2012-11-23 22:43:00 -0800 (Fri, 23 Nov 2012) New Revision: 79629