On 02/06/12 22:05, David Seikel wrote:
> I updated my E17 (plus EFL naturally) two days ago, just noticed that
> since then it's grabbed 2GBs of RAM. Think there's a leak somewhere.
Valgrind loves you !! ;)
dh
--
Keep
On Tue, Feb 7, 2012 at 9:52 AM, Enlightenment SVN
wrote:
> Log:
> [edje/markup_filter] update Changelog and NEWS
>
>
> Author: woohyun
> Date: 2012-02-07 00:52:30 -0800 (Tue, 07 Feb 2012)
> New Revision: 67725
> Trac: http://trac.enlightenment.org/e/changeset/67725
>
> Modifi
@since
Vincent
On Tue, Feb 7, 2012 at 9:49 AM, Enlightenment SVN
wrote:
> Log:
> [edje/markup filter] Add new API, edje_object_markup_filter_callback_add.
> When using
> edje_object_text_insert_filter_callback_add, a filter function
> should check the type(format, text, or markup) of text for
On Tue, Feb 7, 2012 at 9:11 AM, Christopher Michael
wrote:
> On 02/06/12 22:05, David Seikel wrote:
>> I updated my E17 (plus EFL naturally) two days ago, just noticed that
>> since then it's grabbed 2GBs of RAM. Think there's a leak somewhere.
>
> Valgrind loves you !! ;)
And valgrind tend to p
On Mon, Feb 6, 2012 at 3:02 PM, Pierre Le Magourou
wrote:
> Hello,
>
> For those who don't know me yet, I am Pierre Le Magourou (lemagoup)
> another crazy French guy. I am currently working at Open Wide Ingénierie
> a French company that mainly focus on developing and integrating open
> source sof
> just a remark : what about adding Open Wide to the list of
> organizations working with and on the EFL ?
>
> http://www.enlightenment.org/p.php?p=support&l=en
>
It would be great to add Open Wide, I don't know for the others though.
Pierre
--
Hi,
Here a patch from my conception for the theme of elementary's panels.
This patch fix a badly positioned on the bottom and top panel's button.
Regards,
--
CHEVALIER Patrick - OWI
tél: +33 (0)1 42 68 28 12
diff --git a/trunk/elementary/data/themes/widgets/panel.edc
b/trunk/elementary/data/t
Hi,
Just went through the commit of r67604 and found this line added twice.
_evas_cache_image_entry_delete(cache, im);
You can find them at lines 784 and 822. The rest of the commit is format
editing.
Hopes it helps.
--
Mark-Willem
> Date: Tue, 7 Feb
I've added test code in elementary_test > entry6.
You can test it in illume touch environment.
You can use illume touch screen mode following the below step in e17:
Setting > Setting panel > Profiles > Select "Touch Screen" > Press "Apply"
button.
On Saturday, February 4, 2012, Davide Andreoli
Thanks a lot :) ~ !!!
-Original Message-
From: "Vincent Torri"
To: enlightenment-devel@lists.sourceforge.net
Cc:
Sent: 12-02-07(화) 17:58:04
Subject: Re: [E-devel] E SVN: woohyun trunk/edje
On Tue, Feb 7, 2012 at 9:52 AM, Enlightenment SVN
2012/2/7 Daniel Juyung Seo :
> Thanks for the notice.
> Anyone related to this? Sachiel? Lima? Barbieri?
>
Fixed, hadn't noticed the file in the original mail before.
> Thanks.
>
> Daniel Juyung Seo (SeoZ)
>
> On Tue, Feb 7, 2012 at 8:14 AM, Jérémy Zurcher wrote:
>
>> hello,
>> while working on
2012/2/7 Vincent Torri :
> @since
>
Gave up on the Changelog?
> Vincent
>
> On Tue, Feb 7, 2012 at 9:49 AM, Enlightenment SVN
> wrote:
>> Log:
>> [edje/markup filter] Add new API, edje_object_markup_filter_callback_add.
>> When using
>> edje_object_text_insert_filter_callback_add, a filter fun
On Tue, Feb 7, 2012 at 1:51 PM, Iván Briano (Sachiel)
wrote:
> 2012/2/7 Vincent Torri :
>> @since
>>
>
> Gave up on the Changelog?
no, he added the entry (wrongly, though, but he fixed that)
Vincent
>
>> Vincent
>>
>> On Tue, Feb 7, 2012 at 9:49 AM, Enlightenment SVN
>> wrote:
>>> Log:
>>> [ed
2012/2/7 Vincent Torri :
> On Tue, Feb 7, 2012 at 1:51 PM, Iván Briano (Sachiel)
> wrote:
>> 2012/2/7 Vincent Torri :
>>> @since
>>>
>>
>> Gave up on the Changelog?
>
> no, he added the entry (wrongly, though, but he fixed that)
>
Shame, I was looking forward to remind you to remind them about th
Hi,
We did have a quick thinking about elm_panel. In it's current form,
its usage is very limited. For example, if you want your content to be
always visible and aligned on the side of the panel. It's currently
impossible to do so. In my opinion panel should be a property of
Elementary window. It
On Tue, Feb 7, 2012 at 4:19 PM, Enlightenment SVN
wrote:
> Log:
> GAMES/ehidden_ninjas - registered name. ;p
>
>
>
> Author: hermet
> Date: 2012-02-07 07:19:27 -0800 (Tue, 07 Feb 2012)
> New Revision: 67734
> Trac: http://trac.enlightenment.org/e/changeset/67734
>
> Added:
>
2012/2/7 Vincent Torri :
> On Tue, Feb 7, 2012 at 4:19 PM, Enlightenment SVN
> wrote:
>> Log:
>> GAMES/ehidden_ninjas - registered name. ;p
>>
>>
>>
>> Author: hermet
>> Date: 2012-02-07 07:19:27 -0800 (Tue, 07 Feb 2012)
>> New Revision: 67734
>> Trac: http://trac.enlightenme
All,
Google has announce "Google Summer of Code 2012". This is the event's
eighth year running.
Google Summer of Code is a summertime event in which students are
encouraged to participate with Open Source organizations. These
students are provided a significant stipend for their summertime
effo
Greetings,
After the recent elementary changes in gengrid make output from
envision is getting flooded with a LOT of warnings about elm_gengrid
-> elm_object.
There are also errors everywhere due to pointer type incompatibility
due to the change from Elm_Gengrid_Item to Elm_Object_Item.
some of th
Hi all
here's a super simple patch for elm_inwin that add the text_set & text_get
hooks to the widget, they can be used in application that want to use
a custom style for the widget
http://pastebin.ca/2110961
Usage case is common:
I'm using the inwin to show dialogs in my application, I'm in the
On Tue, Feb 7, 2012 at 8:52 PM, Davide Andreoli wrote:
> Hi all
> here's a super simple patch for elm_inwin that add the text_set & text_get
> hooks to the widget, they can be used in application that want to use
> a custom style for the widget
>
> http://pastebin.ca/2110961
>
> Usage case is com
About it, I say we need to keep the text into a list or something. Why,
just because the part can be missing.
Nothing against your patch. I push it in, really thanks!!!
But, I ask me this use case, where dev expects to use the content of this
extra parts. Same as contents
In gengrid and genlist
2012/2/7 michael bouchaud :
> About it, I say we need to keep the text into a list or something. Why,
> just because the part can be missing.
> Nothing against your patch. I push it in, really thanks!!!
> But, I ask me this use case, where dev expects to use the content of this
> extra parts. Same
2012/2/8 michael bouchaud :
> About it, I say we need to keep the text into a list or something. Why,
> just because the part can be missing.
we can use edje_object_part_exists() to check the part prior to set the
text... if you are afraid :P I checked it with a non existing part and edje
continu
This game will be going to be implemented occasionally.
I just backed up the source code.
If it's bad to put the imcompleted source code,
then I will remove it . ;)
-Regards, Hermet-
-Original Message-
From: "Iván Briano (Sachiel)"
On Tue, 07 Feb 2012 03:11:40 -0500 Christopher Michael
wrote:
> On 02/06/12 22:05, David Seikel wrote:
> > I updated my E17 (plus EFL naturally) two days ago, just noticed
> > that since then it's grabbed 2GBs of RAM. Think there's a leak
> > somewhere.
>
> Valgrind loves you !! ;)
RL hates me
On Tue, 7 Feb 2012 11:06:44 -0200 Iván Briano (Sachiel)
wrote:
> 2012/2/7 Vincent Torri :
> > On Tue, Feb 7, 2012 at 1:51 PM, Iván Briano (Sachiel)
> > wrote:
> >> 2012/2/7 Vincent Torri :
> >>> @since
> >>>
> >>
> >> Gave up on the Changelog?
> >
> > no, he added the entry (wrongly, though, but
On Tue, 7 Feb 2012 16:44:50 +0100 Vincent Torri
wrote:
> On Tue, Feb 7, 2012 at 4:19 PM, Enlightenment SVN
> wrote:
> > Log:
> > GAMES/ehidden_ninjas - registered name. ;p
> >
> >
> >
> > Author: hermet
> > Date: 2012-02-07 07:19:27 -0800 (Tue, 07 Feb 2012)
> > New Revision: 67734
I had no errors to build it.
anyway, committed in. 67746
thank you.
-Regards, Hermet-
-Original Message-
From: "Alex-P. Natsios"
To: enlightenment-devel@lists.sourceforge.net
Cc:
Sent: 12-02-08(수) 04:46:59
Subject: [E-devel] [en
On Wed, 8 Feb 2012 11:59:12 +1000
David Seikel wrote:
> On Tue, 07 Feb 2012 03:11:40 -0500 Christopher Michael
> wrote:
>
> > On 02/06/12 22:05, David Seikel wrote:
> > > I updated my E17 (plus EFL naturally) two days ago, just noticed
> > > that since then it's grabbed 2GBs of RAM. Think ther
On Tue, 7 Feb 2012 21:12:04 -0500 Michael Blumenkrantz
wrote:
> On Wed, 8 Feb 2012 11:59:12 +1000
> David Seikel wrote:
>
> > On Tue, 07 Feb 2012 03:11:40 -0500 Christopher Michael
> > wrote:
> >
> > > On 02/06/12 22:05, David Seikel wrote:
> > > > I updated my E17 (plus EFL naturally) two da
On Wed, 8 Feb 2012 12:34:38 +1000
David Seikel wrote:
> On Tue, 7 Feb 2012 21:12:04 -0500 Michael Blumenkrantz
> wrote:
>
> > On Wed, 8 Feb 2012 11:59:12 +1000
> > David Seikel wrote:
> >
> > > On Tue, 07 Feb 2012 03:11:40 -0500 Christopher Michael
> > > wrote:
> > >
> > > > On 02/06/12 22:
http://www.enlightenment.org/~raster/fosdem-1/
enjoy. :)
--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com
--
Keep Your Developer Skill
On 02/08/2012 02:52 AM, ChunEon Park wrote:
> This game will be going to be implemented occasionally.
> I just backed up the source code.
> If it's bad to put the imcompleted source code,
> then I will remove it . ;)
Just add a big notice that it does not work, and that it's not because
it is aba
34 matches
Mail list logo