[E-devel] pulse testers

2011-07-13 Thread Mike Blumenkrantz
I haven't forgotten you or lost your addresses, things are just taking a little longer than expected. -- Mike Blumenkrantz Zentific: Coding in binary since '10. -- AppSumo Presents a FREE Video for the SourceForge Commun

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread ChunEon Park
elm_naviframe_item_text_part_set/get() or something like that. -> Yes. it looks not bad for me. But it will cause more mistakes of users since they should pass the part name, (I don't like it from that point of view although.) And some widgets have the item_label_set now. Need to keep the con

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread Daniel Juyung Seo
Ahhh.. That's why... But still you can make one API for all labels. elm_naviframe_item_text_part_set/get() or something like that. Maybe elm_object_item_text_part_set/get() is possible? Need to think about that. Thanks. Daniel Juyung Seo (SeoZ) 2011/7/14 ChunEon Park > As you can see, those A

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread ChunEon Park
As you can see, those APIs does not have Evas Object* as their parameters but Elm_Naviframe_Item It can't use our common APIs. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo"

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread ChunEon Park
Ok, will soon. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "ChunEon Park" Cc: enlightenment-devel@lists.sourceforge.net; enlightenment-...@lists.s

Re: [E-devel] *Combination* of size hints

2011-07-13 Thread Daniel Juyung Seo
No answers? I want to know about this issue as well :) It's always confusing. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Jul 13, 2011 at 7:24 AM, Gustavo Lima Chaves wrote: > Hi, folks. > > I'm writing to gather, specially from Raster and the more ancient Evas > hackers, what to expect/document ab

Re: [E-devel] E SVN: mike_m trunk/devs/mike_m

2011-07-13 Thread Daniel Juyung Seo
Wow, this is interesting. There are so many features in git. Thanks mike. Daniel Juyung Seo (SeoZ) On Wed, Jul 13, 2011 at 8:36 AM, Enlightenment SVN wrote: > Log: > HOWTO convert the e.git tree to a git-svn tree > > Author:       mike_m > Date:         2011-07-12 16:36:50 -0700 (Tue, 12 Jul 201

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread Daniel Juyung Seo
We also need a SOLID DOCUMENTATION! Thanks. Daniel Juyung Seo (SeoZ) 2011/7/13 ChunEon Park : > Dear, > I added a new widget naviframe. > This widget is for application's view manager such as elm_pager. > But has optional functions more for users convenience. > Not completed yet for decorations

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread Daniel Juyung Seo
Hello, I have some comments on following APIs. EAPI void elm_naviframe_item_title_label_set(Elm_Naviframe_Item *it, const char *label) EINA_ARG_NONNULL(1); EAPI const char *elm_naviframe_item_title_label_get(const Elm_Naviframe_Item *it) EINA_ARG_NONNULL(1); EAPI void elm_naviframe_item_su

Re: [E-devel] elm_label

2011-07-13 Thread Tom Hacohen
On 12/07/11 22:47, Jonas M. Gastal wrote: > Tom, > > You certainly did help, I got almost everything to work as expected. However a > few issues remain: > - the "marker" style which was mentioned in the previously existing > documentation is present in the default.edc file, but using it causes th

Re: [E-devel] elm_label

2011-07-13 Thread The Rasterman
On Wed, 13 Jul 2011 09:26:21 +0300 Tom Hacohen said: > On 13/07/11 00:36, Gustavo Sverzut Barbieri wrote: > > well, we do have the track but nobody ever checks it (/me hides from > > vtorri, the one that definitely checks!) > > > > Yeah, that's what I said, no trac-culture. :) > > We have it,

Re: [E-devel] [Patch] evas_gl_shader patch for get_program_binary extension

2011-07-13 Thread Gwanglim Lee
As Mr. ChunEon said, this is a internal bug of the SGX driver and evas GL engine can't know whether the GL program is loaded properly or not. In error case, there is no detectable error information about program binary loading thus the evas can't handle GL error state. BR, Gwanglim --- Orig

Re: [E-devel] E SVN: cedric IN trunk: . emage emage/data emage/data/images emage/data/theme emage/m4 emage/src emage/src/bin

2011-07-13 Thread Jorge Luis Zapata Muga
On Tue, Jul 5, 2011 at 4:36 PM, Cedric BAIL wrote: > On Tue, Jul 5, 2011 at 4:26 PM, Vincent Torri wrote: >> On Tue, 5 Jul 2011, Enlightenment SVN wrote: >>> Log: >>> emage: please welcome emage. It's now something like a file browser. >> >> just a note : turran also named "emage" one of his libr

Re: [E-devel] [Patch] evas_gl_shader patch for get_program_binary extension

2011-07-13 Thread ChunEon Park
I know that was specific device driver problem. Codes don't know which device breaks the binary shader rutine. It means, Even it succeeded for binary shader functions, the rendering do not work fine since it's the driver internal problem. Actually, gl_module can't handle this exception commonly

Re: [E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-13 Thread Tom Hacohen
On 13/07/11 12:10, ChunEon Park wrote: > Compared 111 with 2 diffs. > > > Is it normal? > > Even there are no diff files. :p It printed out the diffs while testing. ls *.comp* to see the files that were different. I guess you get Calendar_2 and Focus_2 different. Focus_2 is an animation, I alre

Re: [E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-13 Thread ChunEon Park
Compared 111 with 2 diffs. Is it normal? Even there are no diff files. :p Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: "Cedric BAIL" Cc: "Ah

Re: [E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-13 Thread Tom Hacohen
On 13/07/11 11:25, Cedric BAIL wrote: > Maybe using ensure to do this could help to ease the amount of work > required by this idea (that I really like to). Yeah, that's for sure. -- Tom. -- AppSumo Presents a FREE Vide

Re: [E-devel] [Patch] evas_gl_shader patch for get_program_binary extension

2011-07-13 Thread Cedric BAIL
2011/7/12 이광림 : > Dear all, > > I attached a patch of evas_gl_shader. > > I've removed a comment which is creating dummy shader when using > GL_OES_get_program_binary extension. > Mr. Haegeun Park who is in charge of GPU driver fixed get_program_binary bug > in the SGX driver. > There's no need t

Re: [E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-13 Thread Cedric BAIL
On Tue, Jul 12, 2011 at 5:23 PM, Tom Hacohen wrote: > On 12/07/11 18:11, Gustavo Sverzut Barbieri wrote: >> It would be useful to have some references in SVN and also a tool to >> diff these files, producing a hint on what's different other than pure >> "cmp a b: files differ at byte X". This is d

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread Daniel Juyung Seo
Great! Btw, why I have problem with the second view :( Label is clipped. Any body else has a problem with Naviframe? Daniel Juyung Seo (SeoZ) 2011/7/13 ChunEon Park : > Dear, > I added a new widget naviframe. > This widget is for application's view manager such as elm_pager. > But has optional

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread Tom Hacohen
On 13/07/11 10:15, ChunEon Park wrote: > Ok, i will check the ui-mirroring soon. I'm not even sure it's needed, as I'm not sure exactly what's a part of the widget, and what's not. But from the code it seems there's not ui-mirroring handling (not to mention, theme hook/scaling)... -- Tom. ---

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread ChunEon Park
Ok, i will check the ui-mirroring soon. Thanks. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: "ChunEon Park" Cc: enlightenment-devel@lists.sou

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread Tom Hacohen
On 13/07/11 07:57, ChunEon Park wrote: > Dear, > I added a new widget naviframe. > This widget is for application's view manager such as elm_pager. > But has optional functions more for users convenience. > Not completed yet for decorations. but basic frame is completed. > Do someone review it'