Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread Roland Kloeters
Hi Carsten Am 03.07.2012 08:23, schrieb Carsten Haitzler (The Rasterman): > On Tue, 03 Jul 2012 08:15:27 +0200 Roland Kloeters > said: > >> Hi Carsten, >> >> thank you for the advice. >> I tested your simple app - wich is indeed much simpler than my sample >> using appcore - but had no success. >>

Re: [E-devel] [Patch][e] add code to check e_config->geometry_auto_move before moving a window in e_border.c

2012-07-02 Thread The Rasterman
On Mon, 02 Jul 2012 11:49:24 + (GMT) Doyoun Kang said: yup. you're right. it should use the config val there. in svn. thanks! > Dear all. > > In e, there is a configuration value - geometry_auto_move - which determines > whether e moves the window to useful geometry automatically or not. In

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread The Rasterman
On Tue, 03 Jul 2012 08:15:27 +0200 Roland Kloeters said: > Hi Carsten, > > thank you for the advice. > I tested your simple app - wich is indeed much simpler than my sample > using appcore - but had no success. > Even in that simple case the upper part of the button is hidden under > the indic

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread Roland Kloeters
Hi Carsten, thank you for the advice. I tested your simple app - wich is indeed much simpler than my sample using appcore - but had no success. Even in that simple case the upper part of the button is hidden under the indicator. So I'll just take it as "my Tizen image is broken". I'm running T

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread The Rasterman
On Tue, 3 Jul 2012 07:12:24 +0200 Vincent Torri said: > On Tue, Jul 3, 2012 at 5:46 AM, Carsten Haitzler wrote: > > On Tue, 03 Jul 2012 00:46:20 +0200 Roland Kloeters > > said: > > > > ok. first. i cut your test app down to 1/2 the original code. you had a > > small buglet in setting align on b

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread Vincent Torri
On Tue, Jul 3, 2012 at 5:46 AM, Carsten Haitzler wrote: > On Tue, 03 Jul 2012 00:46:20 +0200 Roland Kloeters > said: > > ok. first. i cut your test app down to 1/2 the original code. you had a small > buglet in setting align on btn before its created. i have used current > upstream > efl and rem

Re: [E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-02 Thread Raphael Kubo da Costa
Cedric BAIL writes: - *_foreach(): One could argue that passing NULL should be equivalent to an empty loop. For example, right now eina_iterator_foreach(NULL, ..., ...) generates a magic check error message, while EINA_ITERATOR_FOREACH(NULL, .

Re: [E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-02 Thread Cedric BAIL
On Tue, Jul 3, 2012 at 12:30 PM, Raphael Kubo da Costa wrote: > Cedric BAIL writes: >> On Tue, Jul 3, 2012 at 12:30 AM, Raphael Kubo da Costa >> wrote: >>> I'm unsure about whether to change the following calls, so for now I >>> haven't: >>> - eina_inarray_flush() >>> - eina_inarray_remove() >

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread The Rasterman
On Tue, 03 Jul 2012 00:46:20 +0200 Roland Kloeters said: ok. first. i cut your test app down to 1/2 the original code. you had a small buglet in setting align on btn before its created. i have used current upstream efl and removed all the appcore stuff (aside - appcore seriously increases base co

Re: [E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-02 Thread Raphael Kubo da Costa
Cedric BAIL writes: > On Tue, Jul 3, 2012 at 12:30 AM, Raphael Kubo da Costa > wrote: >> I'm unsure about whether to change the following calls, so for now I >> haven't: >> - eina_inarray_flush() >> - eina_inarray_remove() >> - eina_tiler_clear() >> >> - *_foreach(): >>One could argue th

Re: [E-devel] E SVN: discomfitor trunk/eina/src/lib

2012-07-02 Thread Lucas De Marchi
On Mon, Jul 2, 2012 at 8:30 AM, Enlightenment SVN wrote: > Log: > formatting > someone RECENTLY edited this file with tabs. stop it. seriously. svn blame? Lucas De Marchi -- Live Security Virtual Conference Exclusive

Re: [E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-02 Thread Cedric BAIL
On Tue, Jul 3, 2012 at 12:30 AM, Raphael Kubo da Costa wrote: > Michael Blumenkrantz writes: >> On Wed, 27 Jun 2012 23:43:23 -0300 >> Raphael Kubo da Costa wrote: >>> Cedric BAIL writes: >>> > I personally think that eina_iterator_free like any free function >>> > should just work fine with NUL

Re: [E-devel] [patch][elementary] diskselector, duplicate icon for rounded item

2012-07-02 Thread Kim Shinwoo
Thanks for your response. Is there a way to use evas_object_image (get from evas_object_image_source_set) in elm_box? If there is, it would be fine. if there is no way to use evas_object_image or duplicate elm_icon, user cannot use diskselector round mode with icon. Thanks. Cordially, Shinwoo Kim.

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread The Rasterman
On Tue, 3 Jul 2012 08:44:45 +0900 (KST) ChunEon Park said: > Hi. > If my guess is correct, you need to use the layout instead of the conformant. > In Tinzen, usually user uses the conformant for the virtual keypad and the > clipboard but not indicator. Maybe... the window manager doesn't care the

Re: [E-devel] [e-users] Terminology - time to talk.

2012-07-02 Thread The Rasterman
On Mon, 02 Jul 2012 18:40:07 +0200 Massimo Maiurana said: > David Seikel, il 19/06/2012 13:41, ha scritto: > > > Only thing in mc that seems to be not working is mouse clicks. > > > > I use mc too, but many times in terminology I see some artifacts (sometimes I > see messed up segment of lines

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread ChunEon Park
Hi. If my guess is correct, you need to use the layout instead of the conformant. In Tinzen, usually user uses the conformant for the virtual keypad and the clipboard but not indicator. Maybe... the window manager doesn't care the indicator. So.. please refer the blew code. ex) Evas_Object *win

[E-devel] Problem with indicator space in conformant

2012-07-02 Thread Roland Kloeters
Hello folks, I'm new to devloping application with enlightment. I made a simple application for my Tizen environment and had to find out the conformant I am using is not concidering the space of the indicator. The application consists of a window, a conformant and a button. That looks ok except

[E-devel] Problem on indicator space with conformant

2012-07-02 Thread Roland Kloeters
Hello folks, I'm new to devloping application with enlightment. I made a simple application for my Tizen environment and had to find out the conformant I am using is not concidering the space of the indicator. The application consists of a window, a conformant and a button. That looks ok except

Re: [E-devel] E SVN: gastal IN trunk/eet: . src/examples

2012-07-02 Thread Vincent Torri
Why not using EET_LIBS in examples/Makefile.am ? It works well, here, so there is no need to check eina a second time Vincent On Mon, Jul 2, 2012 at 9:38 PM, Enlightenment SVN wrote: > Log: > Unbreak eet examples(they need Eina). > >   Previous commit caused build(not system) error for examples.

Re: [E-devel] Apps menus and iBar broken now.

2012-07-02 Thread David Seikel
On Sun, 1 Jul 2012 18:23:14 +1000 David Seikel wrote: > On Sun, 1 Jul 2012 08:13:59 +1000 David Seikel > wrote: > > > On Sat, 30 Jun 2012 15:56:06 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Sat, 30 Jun 2012 08:15:45 +0200 Sebastian Dransfeld > > > said: > > > > > > > On

Re: [E-devel] evas memory leak

2012-07-02 Thread Iván Briano
2012/7/2 Sebastian Dransfeld : > On 07/02/2012 06:33 PM, Iván Briano wrote: >> 2012/7/2 Sebastian Dransfeld : >>> ==14757== 8,725 (2,160 direct, 6,565 indirect) bytes in 54 blocks are >>> definitely lost in loss record 334 of 334 >>> ==14757==at 0x402BE68: malloc (in >>> /usr/lib/valgrind/vgpre

Re: [E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-02 Thread Gustavo Sverzut Barbieri
List NULL is a valid pointer as its sn empty list, unlike hash that uses a handle for empty hash. On Monday, July 2, 2012, Raphael Kubo da Costa wrote: > Michael Blumenkrantz > > writes: > > > On Wed, 27 Jun 2012 23:43:23 -0300 > > Raphael Kubo da Costa wrote: > > > >> Cedric BAIL > writes: > >>

Re: [E-devel] evas memory leak

2012-07-02 Thread Sebastian Dransfeld
On 07/02/2012 06:33 PM, Iván Briano wrote: > 2012/7/2 Sebastian Dransfeld : >> ==14757== 8,725 (2,160 direct, 6,565 indirect) bytes in 54 blocks are >> definitely lost in loss record 334 of 334 >> ==14757==at 0x402BE68: malloc (in >> /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) >> ==14757

Re: [E-devel] [e-users] Terminology - time to talk.

2012-07-02 Thread Massimo Maiurana
David Seikel, il 19/06/2012 13:41, ha scritto: > Only thing in mc that seems to be not working is mouse clicks. > I use mc too, but many times in terminology I see some artifacts (sometimes I see messed up segment of lines, or I loose the menubar and get an extra line near the bottom, or other s

Re: [E-devel] evas memory leak

2012-07-02 Thread Iván Briano
2012/7/2 Sebastian Dransfeld : > ==14757== 8,725 (2,160 direct, 6,565 indirect) bytes in 54 blocks are > definitely lost in loss record 334 of 334 > ==14757==at 0x402BE68: malloc (in > /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) > ==14757==by 0x432C794: evas_common_font_int_cache_gly

[E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-02 Thread Raphael Kubo da Costa
Michael Blumenkrantz writes: > On Wed, 27 Jun 2012 23:43:23 -0300 > Raphael Kubo da Costa wrote: > >> Cedric BAIL writes: >> >> > I personally think that eina_iterator_free like any free function >> > should just work fine with NULL. I was against at that time, but >> > others won. So we do hav

Re: [E-devel] Usage of @ref on docs

2012-07-02 Thread The Rasterman
On Mon, 2 Jul 2012 11:12:31 -0300 Bruno Dilly said: > On Sat, Jun 30, 2012 at 2:44 AM, Carsten Haitzler > wrote: > > On Fri, 29 Jun 2012 16:29:36 -0300 Bruno Dilly said: > > > >> Hi, > >> > >> I've just applied Daniel's fix on elm docs, and I saw that he found a > >> function with a wrong name,

Re: [E-devel] E SVN: bdilly trunk/ephysics/src/lib

2012-07-02 Thread Bruno Dilly
On Sat, Jun 30, 2012 at 5:40 AM, Michael Blumenkrantz wrote: > On Fri, 29 Jun 2012 15:24:33 -0700 > "Enlightenment SVN" wrote: > >> Log: >> EPhysics: add linear slop setter / getter for world >> >> Constraint solver can be configured using some advanced settings, like >> the solver slop facto

Re: [E-devel] Usage of @ref on docs

2012-07-02 Thread Bruno Dilly
On Sat, Jun 30, 2012 at 2:44 AM, Carsten Haitzler wrote: > On Fri, 29 Jun 2012 16:29:36 -0300 Bruno Dilly said: > >> Hi, >> >> I've just applied Daniel's fix on elm docs, and I saw that he found a >> function with a wrong name, somethings like elm_elm_function instead >> of elm_function. Also, pr

Re: [E-devel] Textgrid API question:

2012-07-02 Thread Tom Hacohen
On 02/07/12 15:31, Carsten Haitzler (The Rasterman) wrote: > yeah. that should be evas_coord. will fix. Ah, ok, cool. :) -- Tom. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's s

Re: [E-devel] Textgrid API question:

2012-07-02 Thread The Rasterman
On Mon, 02 Jul 2012 14:09:13 +0300 Tom Hacohen said: > On 02/07/12 13:58, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 02 Jul 2012 13:21:09 +0300 Tom Hacohen > > said: > > > >> Resend, for some reason it didn't get sent... :| > >> > >> Hey, > >> > >> Why are the pixels sizes in the API ar

[E-devel] [Patch][e] add code to check e_config->geometry_auto_move before moving a window in e_border.c

2012-07-02 Thread Doyoun Kang
Dear all. In e, there is a configuration value - geometry_auto_move - which determines whether e moves the window to useful geometry automatically or not. In my opinion, if this is 0, then e doesn't move the window automatically. However, e always moves the window automatically because there is

Re: [E-devel] [patch][elementary] diskselector, duplicate icon for rounded item

2012-07-02 Thread ChunEon Park
This looks a just workaround. I think the exist impl. is better than your patch. The Icon should not be duplicated as WooHyun mentioned. Need to see why current code has that problem. -Regards, Hermet- -Original Message- From: "Kim Shinwoo" To: "Enl

Re: [E-devel] Textgrid API question:

2012-07-02 Thread Tom Hacohen
On 02/07/12 13:58, Carsten Haitzler (The Rasterman) wrote: > On Mon, 02 Jul 2012 13:21:09 +0300 Tom Hacohen said: > >> Resend, for some reason it didn't get sent... :| >> >> Hey, >> >> Why are the pixels sizes in the API are in int and not Evas_Coord? > > evas_object_textgrid_cell_size_get() ? >

Re: [E-devel] Textgrid API question:

2012-07-02 Thread The Rasterman
On Mon, 02 Jul 2012 13:21:09 +0300 Tom Hacohen said: > Resend, for some reason it didn't get sent... :| > > Hey, > > Why are the pixels sizes in the API are in int and not Evas_Coord? evas_object_textgrid_cell_size_get() ? -- - Codito, ergo sum - "I code, therefore I am"

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Lionel Orry
On Mon, Jul 2, 2012 at 11:18 AM, Stefan Schmidt wrote: > On 07/02/2012 10:12 AM, Stefan Schmidt wrote: >> Hello. >> >> On 07/02/2012 10:09 AM, Vincent Torri wrote: >>> remove line 56 of efl_check_libs.m4 : >>> >>> AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH >>> environment v

Re: [E-devel] [E-deve] [Patch] Add new apis for editable set/get in multibuttonentry

2012-07-02 Thread Minseok Kim
Thanks for comments. I send modified patch. Please review this patch. Thank you -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Friday, June 29, 2012 6:37 PM To: Enlightenment developer list Cc: Minseok Kim Subject: Re: [E-devel] [E-deve] [Pa

[E-devel] Textgrid API question:

2012-07-02 Thread Tom Hacohen
Resend, for some reason it didn't get sent... :| Hey, Why are the pixels sizes in the API are in int and not Evas_Coord? -- Tom. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Stefan Schmidt
On 07/02/2012 10:12 AM, Stefan Schmidt wrote: > Hello. > > On 07/02/2012 10:09 AM, Vincent Torri wrote: >> remove line 56 of efl_check_libs.m4 : >> >> AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH >> environment variable contains include lines for the location of this >> file"]

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Stefan Schmidt
Hello. On 07/02/2012 10:09 AM, Vincent Torri wrote: > remove line 56 of efl_check_libs.m4 : > > AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH > environment variable contains include lines for the location of this > file"]) > > and tell me if it works. If so, then can someone c

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Lionel Orry
On Mon, Jul 2, 2012 at 11:02 AM, Stefan Schmidt wrote: > Hello. > > On 07/02/2012 09:56 AM, Lionel Orry wrote: >> Hi devs, >> >> the latest svn rev (73135) of eet does  not pass the configure step >> correctly, probably due to autotools reorganisation (Vincent?). It >> seems it is looking for 'zli

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Vincent Torri
remove line 56 of efl_check_libs.m4 : AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH environment variable contains include lines for the location of this file"]) and tell me if it works. If so, then can someone commit the fix ? I can't right now Vincent On Mon, Jul 2, 2012 a

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Stefan Schmidt
Hello. On 07/02/2012 09:56 AM, Lionel Orry wrote: > Hi devs, > > the latest svn rev (73135) of eet does not pass the configure step > correctly, probably due to autotools reorganisation (Vincent?). It > seems it is looking for 'zlib.pc' which is absolutely non-existent on > my platform, I don't k

[E-devel] eet configure failure on fedora 10

2012-07-02 Thread Lionel Orry
Hi devs, the latest svn rev (73135) of eet does not pass the configure step correctly, probably due to autotools reorganisation (Vincent?). It seems it is looking for 'zlib.pc' which is absolutely non-existent on my platform, I don't know if zlib provides a pkg-config file in more recent releases

[E-devel] [Patch][elm_widget] access hook

2012-07-02 Thread Kim Shinwoo
Dear all hello Real time setting would be necessary in case of running applications which have elm_layout or elm_widget_item. If the access mode does not care of this, running applications should restart. The attached for this. Please review the patch and give any feedbacks. Thanks. Sincerely, Sh

[E-devel] evas memory leak

2012-07-02 Thread Sebastian Dransfeld
==14757== 8,725 (2,160 direct, 6,565 indirect) bytes in 54 blocks are definitely lost in loss record 334 of 334 ==14757==at 0x402BE68: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) ==14757==by 0x432C794: evas_common_font_int_cache_glyph_get (evas_font_main.c:405) S. ---

Re: [E-devel] [Patch][layout] select layout in access mode

2012-07-02 Thread Kim Shinwoo
Thanks for your response. now @since is there. and "why no get if there is set?".. i don't get this fully, um.. i can get the "textblock" for the ELM_ACCESS_TYPE with out patch. on this status it would be possible to set the ELM_ACCESS_TYPE to what widget wants. in this case it woks properly as "W

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-07-02 Thread PRINCE KUMAR DUBEY
Hi, Please review the attached patch after fixing review comments. Change Description: 1. Support for Multisense initialization/shutdown only when multisense feature is used. 2. Enhancement to _edje_multisense_shutdown to fix memory leak. 3. Multisense example enhancement and correction of macros(

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-07-02 Thread Kim Shinwoo
thanks for your generous! :) 2012/7/1 Carsten Haitzler > On Sun, 1 Jul 2012 16:19:45 +0900 Daniel Juyung Seo > said: > > > Thanks for the patch. > > But I found a bug in the following line. > > > > _status_config_sizing(win, naviframe); > > + _status_config_access(win, naviframe); > > > >

Re: [E-devel] [patch][elementary] diskselector, duplicate icon for rounded item

2012-07-02 Thread Kim Shinwoo
the patch.. -_-; 2012/7/2 Kim Shinwoo > Thanks for your responses :) > > I have tested using evas_object_image_source_set(), and I can get the > duplicated(proxy) image. That's good to me. but I'm not sure how to make > elm_icon (or elm_image) based on the evas_object_image for packing to the >

Re: [E-devel] [patch][elementary] diskselector, duplicate icon for rounded item

2012-07-02 Thread Kim Shinwoo
Thanks for your responses :) I have tested using evas_object_image_source_set(), and I can get the duplicated(proxy) image. That's good to me. but I'm not sure how to make elm_icon (or elm_image) based on the evas_object_image for packing to the elm_box. So returned to the previous patch and rev