Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm - fix formatting syntax err in condig

2015-07-08 Thread The Rasterman
On Wed, 8 Jul 2015 16:08:47 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: You fixed a formatting in code but created a typo in your commit message! LOL j/k leave my condig alone! :P :) On Wed, Jul 8, 2015 at 3:38 PM, Carsten Haitzler ras...@rasterman.com wrote: raster pushed a

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm - fix formatting syntax err in condig

2015-07-08 Thread Daniel Juyung Seo
$ cd core/elementary $ find . -type f -exec sed -i 's/config/condig/g' {} \; $ git add `git status|grep modified|cut -f2 -d':'` $ git commit -m elm: Rasterization done. $ git push On Wed, Jul 8, 2015 at 6:01 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 8 Jul 2015 16:08:47 +0900

Re: [E-devel] Reminder about soon ending merge window for 1.15 (July 8th noon UTC)

2015-07-08 Thread Tom Hacohen
I'd say, keep the schedule as it is, and let you have an extra day to push it in. The rules are not super strict. The point of freezing is stabilizing the tree, if everything is frozen except for a few patches in Eolian a day after, it still serves its purpose. -- Tom. On 08/07/15 10:15,

Re: [E-devel] Bus Error on edje_cc when building EFL

2015-07-08 Thread Nicolas Aguirre
2015-07-08 12:21 GMT+02:00 Carsten Haitzler ras...@rasterman.com: On Wed, 8 Jul 2015 11:06:42 +0200 Nicolas Aguirre aguirre.nico...@gmail.com said: Hi, i'm trying to build efl master (fbb462371fbb922e4387e77efb27690f8e44d8a1) on CentOS 7. I'm using the following options : ./configure

[E-devel] Bus Error on edje_cc when building EFL

2015-07-08 Thread Nicolas Aguirre
Hi, i'm trying to build efl master (fbb462371fbb922e4387e77efb27690f8e44d8a1) on CentOS 7. I'm using the following options : ./configure --disable-doc --disable-libeeze --disable-systemd --enable-fb --disable-fontconfig --disable-fribidi --disable-eo-id --disable-image-loader-bmp

Re: [E-devel] Interesting E20 Shelf Shaking Bug

2015-07-08 Thread David Seikel
On Wed, 8 Jul 2015 18:24:40 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: I just increased the number of virtual desktops and this happened. This is so interesting. https://www.youtube.com/watch?v=UODJtLjmGF0 I've been getting something similar for a while. Swapping the size of the

Re: [E-devel] Interesting E20 Shelf Shaking Bug

2015-07-08 Thread The Rasterman
On Wed, 8 Jul 2015 18:24:40 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Hi, I just increased the number of virtual desktops and this happened. This is so interesting. https://www.youtube.com/watch?v=UODJtLjmGF0 shake it baby! :) -- - Codito, ergo sum - I code,

Re: [E-devel] Reminder about soon ending merge window for 1.15 (July 8th noon UTC)

2015-07-08 Thread Daniel Kolesa
On Wed, Jul 8, 2015 at 10:32 AM, Tom Hacohen t...@osg.samsung.com wrote: I'd say, keep the schedule as it is, and let you have an extra day to push it in. The rules are not super strict. The point of freezing is stabilizing the tree, if everything is frozen except for a few patches in Eolian a

[E-devel] Interesting E20 Shelf Shaking Bug

2015-07-08 Thread Daniel Juyung Seo
Hi, I just increased the number of virtual desktops and this happened. This is so interesting. https://www.youtube.com/watch?v=UODJtLjmGF0 Thanks, Daniel Juyung Seo (SeoZ) -- Don't Limit Your Business. Reach for the

[E-devel] Eflete 0.5.0 is realeased

2015-07-08 Thread Viacheslav Reutskiy
Hello everyone! I'm glad to announce the Eflete v0.5.0 is released. The main purpose of this release - is the stability and usability. Now Eflete supported all parts, besides External. You feedback important for as. And we opened for all proposal and discussions. Videos:

Re: [E-devel] Bus Error on edje_cc when building EFL

2015-07-08 Thread The Rasterman
On Wed, 8 Jul 2015 11:06:42 +0200 Nicolas Aguirre aguirre.nico...@gmail.com said: Hi, i'm trying to build efl master (fbb462371fbb922e4387e77efb27690f8e44d8a1) on CentOS 7. I'm using the following options : ./configure --disable-doc --disable-libeeze --disable-systemd --enable-fb

Re: [E-devel] Reminder about soon ending merge window for 1.15 (July 8th noon UTC)

2015-07-08 Thread Daniel Kolesa
On Wed, Jul 8, 2015 at 3:57 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: Hi D5, This is D1. Documentation should be acceptable even after feature freeze. It's not a feature. So there should be no problem with the freeze. No, I mean documentation implementation, i.e. code in the Eolian

Re: [E-devel] Interesting E20 Shelf Shaking Bug

2015-07-08 Thread Daniel Juyung Seo
Hmm I have tried with 52 pixels height but it still shakes. Actually it looks like shaking more. I increased the number of virtual desktop from 4x2 to 4x3. Thanks, Daniel Juyung Seo (SeoZ) On Wed, Jul 8, 2015 at 6:39 PM, David Seikel onef...@gmail.com wrote: On Wed, 8 Jul 2015 18:24:40 +0900

Re: [E-devel] Reminder about soon ending merge window for 1.15 (July 8th noon UTC)

2015-07-08 Thread Daniel Juyung Seo
I do agree with Tom. documentation implementation should not be problematic. But please keep the schedule next time. I will also do pre-announcement earlier next time. Thanks, Daniel Juyung Seo (SeoZ) On Wed, Jul 8, 2015 at 6:37 PM, Daniel Kolesa dan...@octaforge.org wrote: On Wed, Jul 8, 2015

[E-devel] Addition of an API function during freeze

2015-07-08 Thread Christopher Michael
Hi All, I realize we are now in freeze on efl, however I've come across an issue while adding Screenshot capability to Enlightenment-Wayland. Basically, Ecore_Wl has an Ecore_Wl_Output structure which contains a 'struct wl_output *output' variable that I need to access within Enlightenment in

Re: [E-devel] Addition of an API function during freeze

2015-07-08 Thread Tom Hacohen
On 08/07/15 16:46, Christopher Michael wrote: Hi All, I realize we are now in freeze on efl, however I've come across an issue while adding Screenshot capability to Enlightenment-Wayland. Basically, Ecore_Wl has an Ecore_Wl_Output structure which contains a 'struct wl_output *output'

Re: [E-devel] Interesting E20 Shelf Shaking Bug

2015-07-08 Thread Mike Blumenkrantz
I guess the shelf is now afraid of being visible? I will try to look at this eventually, but I would appreciate it if all bugs could be filed through the official bug tracker so that they do not get lost. On Wed, Jul 8, 2015 at 5:24 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: Hi, I

Re: [E-devel] Interesting E20 Shelf Shaking Bug

2015-07-08 Thread David Seikel
On Wed, 8 Jul 2015 22:24:38 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: Hmm I have tried with 52 pixels height but it still shakes. Actually it looks like shaking more. I increased the number of virtual desktop from 4x2 to 4x3. Usually what happens with me is that it will be stable

Re: [E-devel] Interesting E20 Shelf Shaking Bug

2015-07-08 Thread David Seikel
On Wed, 8 Jul 2015 12:15:09 -0400 Mike Blumenkrantz michael.blumenkra...@gmail.com wrote: I guess the shelf is now afraid of being visible? I will try to look at this eventually, but I would appreciate it if all bugs could be filed through the official bug tracker so that they do not get

Re: [E-devel] Interesting E20 Shelf Shaking Bug

2015-07-08 Thread David Seikel
This minor debugging session brought to you by onefang's Insomnia (TM). On Thu, 9 Jul 2015 03:04:28 +1000 David Seikel onef...@gmail.com wrote: On Wed, 8 Jul 2015 22:24:38 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: Hmm I have tried with 52 pixels height but it still shakes.

[E-devel] EFL, Elementary and friends 1.15 alpha tarballs

2015-07-08 Thread Daniel Juyung Seo
A bunch of fresh new tarballs with our latest work waiting for your testing before we can go into the final stages of releases. = EFL, Elementary and friends 1.15 alpha tarballs = The merge window for 1.15 closed today which means it is time for an alpha tarball of what we have been working on

Re: [E-devel] Addition of an API function during freeze

2015-07-08 Thread Christopher Michael
On 07/08/2015 12:08 PM, Tom Hacohen wrote: On 08/07/15 16:46, Christopher Michael wrote: Hi All, I realize we are now in freeze on efl, however I've come across an issue while adding Screenshot capability to Enlightenment-Wayland. Basically, Ecore_Wl has an Ecore_Wl_Output structure which

Re: [E-devel] efl interfaces consistency ... eo

2015-07-08 Thread Andrew Williams
Will it not introduce confusion between efl enlightenment? Potential conflict in namespace with the window manager as well? Just minor concerns, Andrew On Thu, 2 Jul 2015 03:41 David Seikel onef...@gmail.com wrote: On Thu, 2 Jul 2015 11:29:05 +0900 Carsten Haitzler (The Rasterman)

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm - fix formatting syntax err in condig

2015-07-08 Thread Daniel Juyung Seo
You fixed a formatting in code but created a typo in your commit message! LOL j/k Daniel Juyung Seo (SeoZ) On Wed, Jul 8, 2015 at 3:38 PM, Carsten Haitzler ras...@rasterman.com wrote: raster pushed a commit to branch master.