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.
>>
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
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
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
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
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
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, .
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()
>
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
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
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
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
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.
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
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
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
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
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
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.
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
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
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:
> >>
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
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
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
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
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,
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
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
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
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
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
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
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() ?
>
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"
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
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
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
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"]
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
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
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
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
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
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
==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.
---
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
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(
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);
> >
> >
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
>
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
51 matches
Mail list logo