Hi,
this patch fixes a few typo in elm_panes.h
and implements elm_panes_content_right_size_get and
elm_panes_content_right_size_set
J??r??my Zurcher
--- elm_panes.h.orig2012-02-28 08:44:05.076951693 +0100
+++ elm_panes.h 2012-02-28 09:03:21.256945885 +0100
@@ -63,7 +63,7 @@
* @param obj The
this one is ok
--- elm_panes.c.orig2012-02-28 08:44:05.076951693 +0100
+++ elm_panes.c 2012-02-28 09:59:25.060262310 +0100
@@ -422,6 +422,18 @@
edje_object_part_drag_value_set(wd->panes, "elm.bar", size, 0.0);
}
+EAPI double
+elm_panes_content_right_size_get(const Evas_Object *obj)
+{
On Tue, 28 Feb 2012 09:55:31 +0100
J??r??my Zurcher wrote:
> this one is ok
errr...pretty sure you're just supposed to do that math yourself
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive
if you prefer,
get rid of elm_panes_content_right_size_* in header
Jeremy
--- elm_panes.h.orig2012-02-28 08:44:05.076951693 +0100
+++ elm_panes.h 2012-02-28 10:14:41.799703258 +0100
@@ -63,16 +63,14 @@
* @param obj The panes object.
* @param fixed Use @c EINA_TRUE to make @p obj to be
*
On Tue, 28 Feb 2012 14:56:13 +0800 P Purkayastha said:
yeah - i know. sometimes it gets stuck. this time its just stopped. i dont know
why - have work to do. svn keeps working - trac has just stopped updating. i
have no intention of fixing this any time soon if ever as i generally despise
dealing
On Tue, 28 Feb 2012 08:09:47 +0100 Vincent Torri said:
actually i'm still in the middle of those changes - that's why there are no docs
yet, thus no @since. they are all untested and i'm now glueing stuff into elm
to test them.
> i had a dream where people were not forgetful. Especially, just be
On Tue, 28 Feb 2012 07:02:14 +0100 Vincent Torri said:
there are actually zero docs for ecore_x - so i didnt bother :)
as for #73 - it still only does 1 screen - 1 set of desks. comment still
applies. :)
> maybe doc must be added here to say this api is from 1.2 (even if no
> doc for other ecor
On Mon, Feb 27, 2012 at 9:47 PM, Elevate Efl wrote:
> I believe this topic has received enough attention (more than what it
> deserves actually)
> Can we freeze on CamelCase please ?
Sure. Who will do the conversion? Could you take care of it? Otherwise
I can do in the end of this week.
Lucas D
On Monday 27 February 2012 22:46:27 ChunEon Park wrote:
> What documentation?
> It looks documentation attached already.
>
> -Regards, Hermet-
My apologies, I hadn't seen the included documentation.
/me must pay more attention when reviewing patches.
Gastal
You sent another patch which removed those
elm_panes_content_right_size_get/set APIs from header.
And why are you added them in c?
It looks like those are not implemented in c but they exist in header.
Do you know any history?
Daniel Juyung Seo (SeoZ)
On Tue, Feb 28, 2012 at 5:35 PM, J??r??my Zu
Same comment as previous mail.
You added them to c but removed them from h.
Daniel Juyung Seo (SeoZ)
On Tue, Feb 28, 2012 at 5:59 PM, Michael Blumenkrantz
wrote:
> On Tue, 28 Feb 2012 09:55:31 +0100
> J??r??my Zurcher wrote:
>
>> this one is ok
> errr...pretty sure you're just supposed to do th
Same comment here.
Why are you trying to remove them from h even you added them to c?
Daniel Juyung Seo (SeoZ)
On Tue, Feb 28, 2012 at 6:12 PM, Jeremy Zurcher wrote:
> if you prefer,
> get rid of elm_panes_content_right_size_* in header
>
> Jeremy
>
>
Thanks for the comments.
I modified code according to the advice, and send patch again.
but I didn't change APIs name.
Please check this again.
Thank you.
Goun
--- Original Message ---
Sender : ChunEon Park
Date : Feb 28, 2012 15:12 (GMT+09:00)
Title : Re: [E-devel] [Patch] Add new API in
we have 2 body less functions in elm_panes
- elm_panes_content_right_size_get
- elm_panes_content_right_size_set
as Michael didn't seem too kind to feed the body and fix the header with my
first patch,
I then sent the kill the head patch.
feed the body or kill the head, you choose.
Jeremy
On Mon, 27 Feb 2012 23:14:10 -0800
"Enlightenment SVN" wrote:
> Log:
> Change the toolbar item by using button object.
> The toolbar item was edje object. Because edje object cannot be focused,
> toolbar item cannot be focused, either. But toolbar item should be focused in
> order to move the f
On Tue, 28 Feb 2012 15:15:27 -0500
Michael Blumenkrantz wrote:
> On Mon, 27 Feb 2012 23:14:10 -0800
> "Enlightenment SVN" wrote:
>
> > Log:
> > Change the toolbar item by using button object.
> > The toolbar item was edje object. Because edje object cannot be focused,
> > toolbar item cannot
Oops ! :( How did I miss that one ? Hrrm...
Anyway, thanks mate ;)
dh
On 02/28/2012 06:55 PM, Enlightenment SVN wrote:
> Log:
> lets compile again... shall we? :)
>
>
>
> Author: raster
> Date: 2012-02-28 15:55:04 -0800 (Tue, 28 Feb 2012)
> New Revision: 68526
> Trac: http:
On Tue, 28 Feb 2012 19:51:37 -0500
Christopher Michael wrote:
> Oops ! :( How did I miss that one ? Hrrm...
>
> Anyway, thanks mate ;)
>
> dh
>
> On 02/28/2012 06:55 PM, Enlightenment SVN wrote:
> > Log:
> > lets compile again... shall we? :)
> >
> >
> >
> > Author: raster
> > Date:
On 02/28/2012 07:54 PM, Michael Blumenkrantz wrote:
> On Tue, 28 Feb 2012 19:51:37 -0500
> Christopher Michael wrote:
>
>> Oops ! :( How did I miss that one ? Hrrm...
>>
>> Anyway, thanks mate ;)
>>
>> dh
>>
>> On 02/28/2012 06:55 PM, Enlightenment SVN wrote:
>>> Log:
>>> lets compile again... sha
On Tue, 28 Feb 2012 20:14:53 -0500
Christopher Michael wrote:
> On 02/28/2012 07:54 PM, Michael Blumenkrantz wrote:
> > On Tue, 28 Feb 2012 19:51:37 -0500
> > Christopher Michael wrote:
> >
> >> Oops ! :( How did I miss that one ? Hrrm...
> >>
> >> Anyway, thanks mate ;)
> >>
> >> dh
> >>
> >> O
Hello,
On Wed, Feb 29, 2012 at 1:09 AM, J??r??my Zurcher wrote:
> we have 2 body less functions in elm_panes
> - elm_panes_content_right_size_get
> - elm_panes_content_right_size_set
>
> as Michael didn't seem too kind to feed the body and fix the header with
> my first patch,
> I then sent th
Hello,
On Tue, Feb 28, 2012 at 7:08 PM, Carsten Haitzler wrote:
> On Tue, 28 Feb 2012 14:56:13 +0800 P Purkayastha said:
>
> yeah - i know. sometimes it gets stuck. this time its just stopped. i dont
> know
> why - have work to do. svn keeps working - trac has just stopped updating.
> i
> have n
In svn.
http://trac.enlightenment.org/e/changeset/68527
Thanks,
Sanjeev
On Wed, Feb 29, 2012 at 11:49 AM, Daniel Juyung Seo wrote:
> Hello,
>
> On Wed, Feb 29, 2012 at 1:09 AM, J??r??my Zurcher wrote:
>
> > we have 2 body less functions in elm_panes
> > - elm_panes_content_right_size_get
> >
Oh.. I missed one comment.
Fomatting: Add spaces before and after '-'.
Sanjeev applied that changes in svn.
Thanks.
Daniel Juyung Seo (SeoZ)
On Wed, Feb 29, 2012 at 12:03 PM, Elevate Efl wrote:
> In svn.
> http://trac.enlightenment.org/e/changeset/68527
>
> Thanks,
> Sanjeev
>
> On Wed, Feb 29
On 02/28/2012 08:17 PM, Michael Blumenkrantz wrote:
> On Tue, 28 Feb 2012 20:14:53 -0500
> Christopher Michael wrote:
>
>> On 02/28/2012 07:54 PM, Michael Blumenkrantz wrote:
>>> On Tue, 28 Feb 2012 19:51:37 -0500
>>> Christopher Michael wrote:
>>>
Oops ! :( How did I miss that one ? Hrrm..
On 02/29/2012 12:05 AM, Enlightenment SVN wrote:
> Log:
> elm win: Commented unused function.
>
>Signed-off-by: Daniel Juyung Seo
>
> Author: seoz
> Date: 2012-02-28 21:05:50 -0800 (Tue, 28 Feb 2012)
> New Revision: 68533
> Trac: http://trac.enlightenment.org/e/changeset/6
For more information, after changed evas_common.h as following, I have
got the window of elementary_test.exe. (but the performance is not
good.)
#define RWLK(x)
#define RWLKI(x)
#define RWLKD(x)
#define RDLKL(x)
#define WRLKL(x)
#define RWLKU(x)
# define LK(x)
# define LKI(x)
# define LKD(x)
# d
On Wed, Feb 29, 2012 at 2:59 PM, Christopher Michael wrote:
> On 02/29/2012 12:05 AM, Enlightenment SVN wrote:
> > Log:
> > elm win: Commented unused function.
> >
> >Signed-off-by: Daniel Juyung Seo
> >
> > Author: seoz
> > Date: 2012-02-28 21:05:50 -0800 (Tue, 28 Feb 2012)
> >
On Wed, 29 Feb 2012 11:58:39 +0900 Daniel Juyung Seo
said:
> This is annoying and trac source browser is not working.
> http://trac.enlightenment.org/e/browser
>
> If you have any hint how to fix this, I'll try to handle this.
you need sudo root access to do that... probably :/ i dont know why
On Tue, 28 Feb 2012 19:51:37 -0500 Christopher Michael
said:
btw.. i noticed wayland_shm/egl engines dont implement the alpha_set engine
funcs! :( ie turn dest alpha on/off on canvas (and buffers/surfaces accordingly)
> Oops ! :( How did I miss that one ? Hrrm...
>
> Anyway, thanks mate ;)
>
>
On Wed, 29 Feb 2012 15:52:07 +0900 Daniel Juyung Seo
said:
> On Wed, Feb 29, 2012 at 2:59 PM, Christopher Michael > wrote:
>
> > On 02/29/2012 12:05 AM, Enlightenment SVN wrote:
> > > Log:
> > > elm win: Commented unused function.
> > >
> > >Signed-off-by: Daniel Juyung Seo
> > >
> > > Auth
Hi,
I fixed the scale bug. Please test it is work well. And thanks for
reporting :)
The reason I changed toolbar is the focus problem. In order to use focus
next hook,
the items should be able to be focused. But toolbar items were edje object.
The edje object cannot be focused. So I changed edje
The elementary_test.exe becomes better than before, after I changed as
belows - it comes from previous mail thread -
# define LKT(x) 1
The eina_inline_lock_win32.x would be the reason of issue.
Then.. let's get the ball rolling. but.. OMG..(OTL..) it took over
than 25 mins to "evas$ make isntal
On Wed, Feb 29, 2012 at 8:21 AM, Kim Shinwoo wrote:
>
> The elementary_test.exe becomes better than before, after I changed as
> belows - it comes from previous mail thread -
>
> # define LKT(x) 1
>
> The eina_inline_lock_win32.x would be the reason of issue.
we should use DBG in the win32 code
On Wed, Feb 29, 2012 at 8:42 AM, Vincent Torri wrote:
> On Wed, Feb 29, 2012 at 8:21 AM, Kim Shinwoo wrote:
>>
>> The elementary_test.exe becomes better than before, after I changed as
>> belows - it comes from previous mail thread -
>>
>> # define LKT(x) 1
btw, which configure options did you p
35 matches
Mail list logo