Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2012-12-06 Thread Christopher Michael
On 06/12/12 09:20, Enlightenment SVN wrote: > Log: > elementary: let's not break the work when we don't use Wayland. > I disagree. If you don't use Wayland then you're world is already broken :P Thanks for the fix ;) dh > > Author: cedric > Date: 2012-12-06 01:20:37 -0800 (Thu,

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2012-02-24 Thread Christopher Michael
Glad that was reverted :) Yes, the win->evas needs to be set before we can add a frame, etc. Thanks, dh On 02/24/2012 06:04 AM, Enlightenment SVN wrote: > Log: > elementary: oops revert. > > > Author: cedric > Date: 2012-02-24 03:04:06 -0800 (Fri, 24 Feb 2012) > New Revision: 68396

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2012-01-25 Thread Daniel Juyung Seo
Cedric, thanks for the revert. This code is needed until we merge gengrid into genlist :( Thanks. Daniel Juyung Seo (SeoZ) On Mon, Jan 23, 2012 at 10:26 PM, Enlightenment SVN wrote: > Log: > elementary: revert r67371. > >  NOTE: gengrid and genlist code are still half merged. The specific >  co

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread ChunEon Park
"ChunEon Park"<her...@naver.com> To: "Enlightenment develo"<enlightenment-devel@lists.sourceforge.net> Cc: Sent: 11-10-20(목) 14:36:52 Subject: Re: [E-devel]E SVN: cedric trunk/elementary/src/lib Already it did. But at least, we do not pass the NUL

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Daniel Juyung Seo
r the best moment! > -Regards, Hermet- > > -Original Message- > From: "Daniel Juyung Seo"<seojuyu...@gmail.com> > To: "Enlightenment developer list"& > lt;enlightenment-devel@lists.sourceforge.net> > Cc: enlightenment-...@lists.sourc

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread ChunEon Park
ot;Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net> Cc: enlightenment-...@lists.sourceforge.net Sent: 11-10-20(목) 14:05:37 Subject: Re: [E-devel] E SVN: cedric trunk/elementary/src/lib > Then, user could not have any warning messages when they pass the invalid

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Daniel Juyung Seo
> Then, user could not have any warning messages when they pass the invalid > object. Agreed. How about adding NULL check routine in elm_widget_type_check() and print out ERR message when obj is NULL? Or we can separate NULL check macro. Thanks. Daniel Juyung Seo (SeoZ) 2011/10/20 ChunEon Park

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread ChunEon Park
Then, user could not have any warning messages when they pass the invalid object. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@lists.sourcef

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Cedric BAIL
On Wed, Oct 19, 2011 at 6:59 PM, Daniel Juyung Seo wrote: > This looks wrong. > Normally, elm set an object as "resize object" or "sub object" or > "hover object" of its parent object. > Only one object can be a "resize object" of a parent object. > Many objects can be "sub objects" of a parent ob

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Daniel Juyung Seo
This looks wrong. Normally, elm set an object as "resize object" or "sub object" or "hover object" of its parent object. Only one object can be a "resize object" of a parent object. Many objects can be "sub objects" of a parent object. Anyhow why did you add that code? If there is missing handling,

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Cedric BAIL
On Wed, Oct 19, 2011 at 2:49 PM, Carsten Haitzler wrote: > On Wed, 19 Oct 2011 05:14:31 -0700 "Enlightenment SVN" > said: > > are.. you... SURE? :) Not that much in fact ! >> Log: >> elementary: forgotten child of elm_box. >> >> >> Author:       cedric >> Date:         2

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread The Rasterman
On Wed, 19 Oct 2011 05:14:31 -0700 "Enlightenment SVN" said: are.. you... SURE? :) > Log: > elementary: forgotten child of elm_box. > > > Author: cedric > Date: 2011-10-19 05:14:31 -0700 (Wed, 19 Oct 2011) > New Revision: 64174 > Trac: http://tra

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-09-26 Thread Christopher Michael
On 09/27/2011 02:40 AM, Daniel Juyung Seo wrote: >> This breaks building Elementary without Efreet. > > Cedric broke thing again? > hmm this is normal. Surprise !! ;) > Fixed in SVN! > Good job Daniel ;) dh > Daniel Juyung Seo (SeoZ) > > On Sun, Sep 25, 2011 at 3:09 AM, Iván Briano (Sachiel) >

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-09-26 Thread Daniel Juyung Seo
> This breaks building Elementary without Efreet. Cedric broke thing again? hmm this is normal. Fixed in SVN! Daniel Juyung Seo (SeoZ) On Sun, Sep 25, 2011 at 3:09 AM, Iván Briano (Sachiel) wrote: > 2011/9/22 Enlightenment SVN : >> Log: >> elementary: fix trying to use the best available icon s

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-09-24 Thread Sachiel
2011/9/22 Enlightenment SVN : > Log: > elementary: fix trying to use the best available icon size. > > > Author:       cedric > Date:         2011-09-22 06:51:22 -0700 (Thu, 22 Sep 2011) > New Revision: 63537 > Trac:         http://trac.enlightenment.org/e/changeset/63537 > > Modified: >  trunk/ele

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-07-28 Thread Rafael Antognolli
On Thu, Jul 28, 2011 at 1:44 PM, Enlightenment SVN wrote: > Log: > elementary: fix fileselector expandable mode with eio. I think you just broke it *without* eio... > Author:       cedric > Date:         2011-07-28 09:44:10 -0700 (Thu, 28 Jul 2011) > New Revision: 61864 > Trac:         http://tr

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-04-28 Thread Cedric BAIL
On Thu, Apr 28, 2011 at 4:03 AM, Daniel Juyung Seo wrote: > Hi Cedric, > I think ethumb check routine had to be added as well. > It had build break without ethumb installation. > I fixed it. Can you check it? > http://trac.enlightenment.org/e/changeset/58982 Thanks, I forgot about that configure

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-04-27 Thread Daniel Juyung Seo
Hi Cedric, I think ethumb check routine had to be added as well. It had build break without ethumb installation. I fixed it. Can you check it? http://trac.enlightenment.org/e/changeset/58982 Thanks gouache for letting me know. Daniel Juyung Seo (SeoZ)

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-04-22 Thread Cedric BAIL
On Fri, Apr 22, 2011 at 4:34 PM, Daniel Juyung Seo wrote: > Hi Cedric, > I already added assert.h :) > >>> +#include >>> + >>>  #include >>>  #include >>>  #include > > So there are two assert.h now :( > Please remove one. I have no svn access now. Done, thanks for your report ! -- Cedric BA

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-04-22 Thread Daniel Juyung Seo
Hi Cedric, I already added assert.h :) >> +#include >> + >> #include >> #include >> #include So there are two assert.h now :( Please remove one. I have no svn access now. Thanks. Daniel Juyung Seo (SeoZ) On Fri, Apr 22, 2011 at 10:20 PM, Enlightenment SVN < no-re...@enlightenment.org> wr