Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread David Seikel
On Mon, 17 Sep 2012 08:47:53 +0200 Vincent Torri wrote: > On Mon, Sep 17, 2012 at 8:25 AM, Daniel Juyung Seo > wrote: > > Yeah spaces look better. > > So how many spaces are we going to use? 4 or 8? > > 8 is quite common. This is EFL, raster demands 3 spaces. B-) -- A big old stinking pile

[E-devel] [patch][access] bubble - access feature

2012-09-17 Thread Kim Shinwoo
dear all, hello~ the attached has access feature for bubble widget. please review it and give some feedback. thanks. cordially, shinwoo kim. access.bubble.diff Description: Binary data -- Live Security Virtual Conference

[E-devel] [patch][elementary] bubble - access feature

2012-09-17 Thread Kim Shinwoo
the patch is for the Elementary. using more proper title.. ;-| 2012/9/17 Kim Shinwoo > dear all, hello~ > the attached has access feature for bubble widget. > please review it and give some feedback. thanks. > > cordially, > shinwoo kim. >

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO/shotgun: . src/bin src/include src/lib

2012-09-17 Thread Michael Blumenkrantz
note also that this will break your config (finding passwords will fail), so be sure to delete shotgun.eet On Mon, Sep 17, 2012 at 9:16 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > finally merge a patch from Kuri which adds custom emoticon support and > update the ui to mat

Re: [E-devel] [RFC] Evas_GL Refactored Code

2012-09-17 Thread Christopher Michael
On 17/09/12 10:52, Sung W. Park wrote: > Hi all, > > I'd like to ask you devs for review on Evas_GL that I've recently refactored > before I push it upstream. > > evas_gl was introduced last year and it has gotten really messy over the > year > with a lot of little tweaks here and there. > > Also,

Re: [E-devel] E SVN: caro IN trunk/efl: . m4 src src/include src/include/eina src/lib src/lib/eina src/modules src/modules/eina src/modules/eina/mp/buddy src/modules/eina/mp/chained_pool src/modules/e

2012-09-17 Thread Daniel Juyung Seo
I also agree with this. Daniel Juyung Seo (SeoZ) On Sep 17, 2012 12:31 AM, "Michael Blumenkrantz" < michael.blumenkra...@gmail.com> wrote: > On Sun, 16 Sep 2012 16:46:14 +0200 > Vincent Torri wrote: > > > On Sun, Sep 16, 2012 at 4:12 PM, Gustavo Sverzut Barbieri > > wrote: > > > Could you remov

Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib

2012-09-17 Thread David Seikel
On Mon, 17 Sep 2012 04:01:20 -0700 "Enlightenment SVN" wrote: > Log: > Evas: Fix doxy grammar (never heard of anti-clock-wise) ;) That will be coz it's counterclockwise in USA, but anticlockwise in other places. B-) /me thinks he should start "fixing" all references to "color" to the "correct"

Re: [E-devel] pulseaudio segfault

2012-09-17 Thread Massimo Maiurana
Michael Blumenkrantz, il 17/09/2012 04:24, ha scritto: > can you provide a valgrind log as well? > I've never used valgrind, but if you provide me detailed instructions I could do it :) -- Massimo Maiurana GPG keyID #7044D601 La fede e' credere in cio' che sai non essere ve

Re: [E-devel] some little issues with recent builds of E

2012-09-17 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman), il 17/09/2012 05:04, ha scritto: >> 1) when I want to shutdown my laptop I always use the power button, now it >> seems to be not working anymore. well, when I hit the button the event is >> captured, E shows me the confirmation dialog, but even if click "power of

Re: [E-devel] pulseaudio segfault

2012-09-17 Thread Michael Blumenkrantz
You can find some detailed information on it here: http://trac.enlightenment.org/e/wiki/Debugging On Mon, Sep 17, 2012 at 12:32 PM, Massimo Maiurana wrote: > Michael Blumenkrantz, il 17/09/2012 04:24, ha scritto: > > > can you provide a valgrind log as well? > > > > I've never used valgrind, but

Re: [E-devel] some little issues with recent builds of E

2012-09-17 Thread Massimo Maiurana
Massimo Maiurana, il 17/09/2012 13:36, ha scritto: >> default theme? > > no, I'm using efenniht. I've just tried the default theme, but the power buttons is not working even with that. -- Massimo Maiurana GPG keyID #7044D601 La fede e' credere in cio' che sai non essere ver

[E-devel] [Patch] [Ecore] Patch with NULL checks to some functions in ecore module

2012-09-17 Thread Patryk Kaczmarek
Hi Everyone, I had prepared patch for some Ecore functions which, in my opinion, critically need NULL checks. I had tried to keep each file convention. Then please review and consider the attachment and give some feedback. Regards, Patrick ecore_NULL_check.patch Description: B

[E-devel] [Patch] [Ecore] ecore_file_escape_name fix for \n and \t

2012-09-17 Thread Patryk Kaczmarek
Hi, Please review and consider the attached patch for ecore_file_escape_name function, now it correctly escapes tab and new line characters. Regards, Patrick ecore_file_escape_name-fix-for-adding-escape-mark.patch Description: Binary data -

[E-devel] [Patch] [Ecore] Protection for giving below zero values for ecore_poll and ecore_timer

2012-09-17 Thread Patryk Kaczmarek
Hi again, Please also check attached patch for ecore_timer_interval_set and ecore_poller_poll_interval_set. It checks if given time is not zero or below zero. Regards, Patrick Ecore-Protection-for-giving-below-zero-val.patch Description: Binary data

[E-devel] About the merge

2012-09-17 Thread Vincent Torri
Hey some news: i've merged evil, eina and eet in trunk/efl/ Some problems / remarks 1) doc must be fixed. I can be a good opportunity to improve even more the doc. 2) I've appended to NEWS, ChangeLog and README the name of the EFL. Is it good ? 3) I'm not sure what to do for the license. Should

Re: [E-devel] [Patch] [Ecore] Patch with NULL checks to some functions in ecore module

2012-09-17 Thread Vincent Torri
On Mon, Sep 17, 2012 at 5:19 PM, Patryk Kaczmarek wrote: > Hi Everyone, > > > > I had prepared patch for some Ecore functions which, in my opinion, > critically need NULL checks. I had tried to keep each file convention. > > > > Then please review and consider the attachment and give some feedback

Re: [E-devel] [Patch] [Ecore] Patch with NULL checks to some functions in ecore module

2012-09-17 Thread Vincent Torri
On Mon, Sep 17, 2012 at 7:29 PM, Vincent Torri wrote: > On Mon, Sep 17, 2012 at 5:19 PM, Patryk Kaczmarek > wrote: >> Hi Everyone, >> >> >> >> I had prepared patch for some Ecore functions which, in my opinion, >> critically need NULL checks. I had tried to keep each file convention. >> >> >> >>

Re: [E-devel] [Patch] [Ecore] Protection for giving below zero values for ecore_poll and ecore_timer

2012-09-17 Thread Vincent Torri
On Mon, Sep 17, 2012 at 5:51 PM, Patryk Kaczmarek wrote: > Hi again, > > > > Please also check attached patch for ecore_timer_interval_set and > ecore_poller_poll_interval_set. > > It checks if given time is not zero or below zero. > in the second part, why putting the check of 'in' after the loc

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread Davide Andreoli
2012/9/17 ChunEon Park > Looks ugly. > we should use one way for consistency. > How about using spaces? > The gnu guideline say: "every line in the change log starts with a space or a tab" so, a single space or a single tab. Some editor seems to use this schema for colorize the changelog, try t

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread Vincent Torri
On Mon, Sep 17, 2012 at 8:08 PM, Davide Andreoli wrote: > 2012/9/17 ChunEon Park > >> Looks ugly. >> we should use one way for consistency. >> How about using spaces? >> > > The gnu guideline say: "every line in the change log starts with a space or > a tab" > > so, a single space or a single tab

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread Davide Andreoli
2012/9/17 Vincent Torri > On Mon, Sep 17, 2012 at 8:08 PM, Davide Andreoli > wrote: > > 2012/9/17 ChunEon Park > > > >> Looks ugly. > >> we should use one way for consistency. > >> How about using spaces? > >> > > > > The gnu guideline say: "every line in the change log starts with a space > or

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread Vincent Torri
On Mon, Sep 17, 2012 at 8:19 PM, Davide Andreoli wrote: > 2012/9/17 Vincent Torri > >> On Mon, Sep 17, 2012 at 8:08 PM, Davide Andreoli >> wrote: >> > 2012/9/17 ChunEon Park >> > >> >> Looks ugly. >> >> we should use one way for consistency. >> >> How about using spaces? >> >> >> > >> > The gnu

Re: [E-devel] About the merge

2012-09-17 Thread Lucas De Marchi
Hi Vincent, On Mon, Sep 17, 2012 at 2:22 PM, Vincent Torri wrote: > Hey > > some news: i've merged evil, eina and eet in trunk/efl/ > Glad to see this finally happening. Thanks for taking care of it. > Some problems / remarks > > 1) doc must be fixed. I can be a good opportunity to improve eve

Re: [E-devel] About the merge

2012-09-17 Thread Vincent Torri
On Mon, Sep 17, 2012 at 9:30 PM, Lucas De Marchi wrote: > Hi Vincent, > > On Mon, Sep 17, 2012 at 2:22 PM, Vincent Torri > wrote: >> Hey >> >> some news: i've merged evil, eina and eet in trunk/efl/ >> > > Glad to see this finally happening. Thanks for taking care of it. > >> Some problems / re

Re: [E-devel] About the merge

2012-09-17 Thread Lucas Jóia
Hey Vincent, Nice to meet you! i'm working now at ProFusion with the documentation part > Some problems / remarks > > 1) doc must be fixed. I can be a good opportunity to improve even more the doc. I've noticed there is no *doc* directory. It's important to merge the *doc*directories too. Any pa

Re: [E-devel] E SVN: lucas IN trunk: . edbus edbus/doc edbus/doc/images edbus/m4 edbus/src edbus/src/examples edbus/src/lib

2012-09-17 Thread Lucas De Marchi
On Mon, Sep 17, 2012 at 5:41 PM, Enlightenment SVN wrote: > Log: > Add new edbus library, aka e_dbus v2 hey, I've just committed the new edbus library. Contrary to the previous e_dbus, this is a complete wrapper on libdbus. No more "#include " in our applications. The idea is that in future we m

Re: [E-devel] About the merge

2012-09-17 Thread Lucas De Marchi
On Mon, Sep 17, 2012 at 5:08 PM, Vincent Torri wrote: > On Mon, Sep 17, 2012 at 9:30 PM, Lucas De Marchi > wrote: >> Hi Vincent, >> >> On Mon, Sep 17, 2012 at 2:22 PM, Vincent Torri >> wrote: >>> Hey >>> >>> some news: i've merged evil, eina and eet in trunk/efl/ >>> >> >> Glad to see this fina

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread Lucas De Marchi
On Mon, Sep 17, 2012 at 3:29 PM, Vincent Torri wrote: > On Mon, Sep 17, 2012 at 8:19 PM, Davide Andreoli > wrote: >> 2012/9/17 Vincent Torri >> >>> On Mon, Sep 17, 2012 at 8:08 PM, Davide Andreoli >>> wrote: >>> > 2012/9/17 ChunEon Park >>> > >>> >> Looks ugly. >>> >> we should use one way fo

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread Vincent Torri
On Mon, Sep 17, 2012 at 11:43 PM, Lucas De Marchi wrote: > On Mon, Sep 17, 2012 at 3:29 PM, Vincent Torri > wrote: >> On Mon, Sep 17, 2012 at 8:19 PM, Davide Andreoli >> wrote: >>> 2012/9/17 Vincent Torri >>> On Mon, Sep 17, 2012 at 8:08 PM, Davide Andreoli wrote: > 2012/9/17

Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib

2012-09-17 Thread ChunEon Park
HAHAHAHAHAHA -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: ; Cc: Sent: 2012-09-17 (월) 20:01:20 Subject: E SVN: devilhorns trunk/evas/src/lib Log: Evas: Fix doxy grammar (never heard of anti-clock-wise) ;) Author: d

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread ChunEon Park
What is conclusion? :) A tab ? 3 spaces ? 8 spaces ? I vote for A tab. Previous use a tab much more. -Regards, Hermet- -Original Message- From: "Vincent Torri" To: "Enlightenment developer list"

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread The Rasterman
On Mon, 17 Sep 2012 20:19:16 +0200 Davide Andreoli said: > 2012/9/17 Vincent Torri > > > On Mon, Sep 17, 2012 at 8:08 PM, Davide Andreoli > > wrote: > > > 2012/9/17 ChunEon Park > > > > > >> Looks ugly. > > >> we should use one way for consistency. > > >> How about using spaces? > > >> > > >

Re: [E-devel] some little issues with recent builds of E

2012-09-17 Thread The Rasterman
On Mon, 17 Sep 2012 13:36:26 +0200 Massimo Maiurana said: > Carsten Haitzler (The Rasterman), il 17/09/2012 05:04, ha scritto: > > >> 1) when I want to shutdown my laptop I always use the power button, now it > >> seems to be not working anymore. well, when I hit the button the event is > >> cap

Re: [E-devel] About the merge

2012-09-17 Thread The Rasterman
On Mon, 17 Sep 2012 18:23:50 -0300 Lucas De Marchi said: > On Mon, Sep 17, 2012 at 5:08 PM, Vincent Torri > wrote: > > On Mon, Sep 17, 2012 at 9:30 PM, Lucas De Marchi > > wrote: > >> Hi Vincent, > >> > >> On Mon, Sep 17, 2012 at 2:22 PM, Vincent Torri > >> wrote: > >>> Hey > >>> > >>> some ne

Re: [E-devel] About the merge

2012-09-17 Thread Lucas De Marchi
On Mon, Sep 17, 2012 at 11:14 PM, Carsten Haitzler wrote: > On Mon, 17 Sep 2012 18:23:50 -0300 Lucas De Marchi > said: > >> On Mon, Sep 17, 2012 at 5:08 PM, Vincent Torri >> wrote: >> > On Mon, Sep 17, 2012 at 9:30 PM, Lucas De Marchi >> > wrote: >> >> Hi Vincent, >> >> >> >> On Mon, Sep 17, 20

Re: [E-devel] About the merge

2012-09-17 Thread The Rasterman
On Mon, 17 Sep 2012 23:33:11 -0300 Lucas De Marchi said: > On Mon, Sep 17, 2012 at 11:14 PM, Carsten Haitzler > wrote: > > On Mon, 17 Sep 2012 18:23:50 -0300 Lucas De Marchi > > said: > > > >> On Mon, Sep 17, 2012 at 5:08 PM, Vincent Torri > >> wrote: > >> > On Mon, Sep 17, 2012 at 9:30 PM, Lu

Re: [E-devel] About the merge

2012-09-17 Thread The Rasterman
On Mon, 17 Sep 2012 19:22:35 +0200 Vincent Torri said: > Hey > > some news: i've merged evil, eina and eet in trunk/efl/ > > Some problems / remarks > > 1) doc must be fixed. I can be a good opportunity to improve even more the > doc. yes. docs need to merge into a single efl doc. that is par

[E-devel] [ANNOUNCEMENT] New E17 Snapshot

2012-09-17 Thread Michael Blumenkrantz
Now including the ability to select your own backlight device, I give you another release! http://enlightenment.org/p.php?p=news/show&l=en&news_id=58 The downloads are here: http://download.enlightenment.org/snapshots/2012-09-17/enlightenment-0.16.999.76767.tar.gz http://download.enlightenment.org

Re: [E-devel] E SVN: caro trunk/elementary

2012-09-17 Thread David Seikel
On Mon, 17 Sep 2012 20:08:16 +0200 Davide Andreoli wrote: > 2012/9/17 ChunEon Park > > > Looks ugly. > > we should use one way for consistency. > > How about using spaces? > > > > The gnu guideline say: "every line in the change log starts with a > space or a tab" We are not GNU / FSF. We do

[E-devel] [Patch][e] add code to handle the floating mode

2012-09-17 Thread Doyoun Kang
Dear all, I added code to handles the floating mode in e. I added the structure for floating mode in E_Border structure. If an application sets the floating mode using elm_win_floating_mode_set(), e gets this event - ECORE_X_EVENT_WINDOW_PROPERTY (atom: ECORE_X_ATOM_E_ILLUME_WINDOW_STATE) - an

Re: [E-devel] E SVN: lucas IN trunk: . edbus edbus/doc edbus/doc/images edbus/m4 edbus/src edbus/src/examples edbus/src/lib

2012-09-17 Thread Michael Blumenkrantz
* EDBus as a namespace is really annoying to type and should be Edbus by the EFL coding standards anyway. this applies to headers, types, and anything else which uses improper capitalization * EDBus_Proxy should be Edbus_Interface since anyone who knows dbus code and sees proxy will go WTF since th

Re: [E-devel] About the merge

2012-09-17 Thread Vincent Torri
On Tue, Sep 18, 2012 at 5:01 AM, Carsten Haitzler wrote: >> >> care to explain? it is possible to move source files and keep its >> history. Why doesn't it matter then? > > svn copy keeps history. that's now svn does branches. branches keep history. > move a single file or a dir of files and it ke

Re: [E-devel] E SVN: lucas IN trunk: . edbus edbus/doc edbus/doc/images edbus/m4 edbus/src edbus/src/examples edbus/src/lib

2012-09-17 Thread Cedric BAIL
That's a nice review :-) On Tue, Sep 18, 2012 at 7:15 AM, Michael Blumenkrantz wrote: > * EDBus as a namespace is really annoying to type and should be Edbus by > the EFL coding standards anyway. this applies to headers, types, and > anything else which uses improper capitalization > * EDBus_Prox

Re: [E-devel] About the merge

2012-09-17 Thread Cedric BAIL
On Tue, Sep 18, 2012 at 8:06 AM, Vincent Torri wrote: > On Tue, Sep 18, 2012 at 5:01 AM, Carsten Haitzler > wrote: >>> >>> care to explain? it is possible to move source files and keep its >>> history. Why doesn't it matter then? >> >> svn copy keeps history. that's now svn does branches. branch