On Thu, 19 May 2011, Enlightenment SVN wrote:
> Log:
> elementary / transit - removed unused variables.
if you want to clean elm, i would suggest that you compile it with:
-Wall -Wextra -Wshadow
there is a bunch of warnings to clean up. Especially shadow variables.
Of course, this is also va
Oh! Thanks Vincent!
I will try it next time :)
Let's run together for the best moment!
-Regards, Hermet-
-Original Message-
From: "Vincent Torri"
To: enlightenment-devel@lists.sourceforge.net
Cc:
Sent: 11-05-20(금) 16:02:12
Wow.. This is good!
I'm maintaining elm build issues with "-W -Wall -Wextra" options everyday.
I thought that was enough but it's good to know "-Wshadow" :)
So I'm gonna maintain elementary with that option to make it warning proof !!
Thanks.
Daniel Juyung Seo (SeoZ)
On Fri, May 20, 2011 at 4:02
Dear all,
I introduce a new feature "reorder mode" of genlist.
Using this feature, user can reoder genlist items dynamically.
[API]
==
- EAPI Eina_Bool elm_genlist_item_rename_mode_get(Elm_Genlist_Item *it)
Get the rename mode stat
2011/5/20 Seunggyun Kim
> Dear all,
>
> I introduce a new feature "reorder mode" of genlist.
> Using this feature, user can reoder genlist items dynamically.
>
> [API]
> ==
> - EAPI Eina_Bool elm_genlist_item_rename_mode_get(Elm_Ge
Yeah, this is a very good feature!
>> when the list is reordered, i think that even/odd background order should be
>> keeped ?
In genlist, even/odd can be changed dynamically.
Suppose you add/remove items in the middle of genlist.
Genlist redraw items and changes even/odd looks.
even/odd are jus
2011/5/20 Daniel Juyung Seo
> Yeah, this is a very good feature!
>
> >> when the list is reordered, i think that even/odd background order
> should be keeped ?
>
> In genlist, even/odd can be changed dynamically.
> Suppose you add/remove items in the middle of genlist.
> Genlist redraw items and
Dear Mr. Kim.
As we discussed, can you changed the API name to
elm_genlist_items_mode_all_set()?
Btw, do this after reorder mode patch is committed to avoid the conflict :)
Raster,
I propose elm_genlist_items_mode_all_set() not
elm_genlist_items_all_mode_set() because elm_xxx_all_set() is already
On Fri, 20 May 2011, Enlightenment SVN wrote:
> Log:
> edje: add vmaj and module to edje.pc
which module ?
Vincent
>
> Author: billiob
> Date: 2011-05-20 09:41:28 -0700 (Fri, 20 May 2011)
> New Revision: 59556
> Trac: http://trac.enlightenment.org/e/changeset/59556
>
> M
On Fri, May 20, 2011 at 18:48, Vincent Torri wrote:
>
>
> On Fri, 20 May 2011, Enlightenment SVN wrote:
>
>> Log:
>> edje: add vmaj and module to edje.pc
>
> which module ?
edje external modules.
--
Boris Faure
--
What
On Fri, May 20, 2011 at 18:53, Boris Faure wrote:
> On Fri, May 20, 2011 at 18:48, Vincent Torri wrote:
>>
>>
>> On Fri, 20 May 2011, Enlightenment SVN wrote:
>>
>>> Log:
>>> edje: add vmaj and module to edje.pc
>>
>> which module ?
> edje external modules.
The main question is whether to export
On Fri, 20 May 2011, Boris Faure wrote:
> On Fri, May 20, 2011 at 18:53, Boris Faure wrote:
>> On Fri, May 20, 2011 at 18:48, Vincent Torri wrote:
>>>
>>>
>>> On Fri, 20 May 2011, Enlightenment SVN wrote:
>>>
Log:
edje: add vmaj and module to edje.pc
>>>
>>> which module ?
>> edje ex
On Fri, May 20, 2011 at 20:44, Vincent Torri wrote:
> why not putting the version directly in the name of the module path ?
>
> Vincent
I copied it from enlightenment.
--
Boris Faure
--
What Every C/C++ and Fortran deve
Am Tue, 17 May 2011 14:19:58 -0700 schrieb Dave Ray:
Hello Dave,
I didn't look deeper into your backtrace. And I even think there're
people who know the code better.
But may I give you some hint? Recompile the source code with
CFLAGS=-ggdb -O0" or CFLAGS=-g -O0". In the backtrace are many values
On Fri, 20 May 2011 20:44:33 +0200 (CEST) Vincent Torri
said:
>
>
> On Fri, 20 May 2011, Boris Faure wrote:
>
> > On Fri, May 20, 2011 at 18:53, Boris Faure wrote:
> >> On Fri, May 20, 2011 at 18:48, Vincent Torri wrote:
> >>>
> >>>
> >>> On Fri, 20 May 2011, Enlightenment SVN wrote:
> >>>
>
Thank you for your comment :)
I added edc effect showing whether the item is longpressed in reorder mode.
You can watch a sample video on youtube.
http://www.youtube.com/watch?v=ij0vAgqucjM
and I attached new diff code.
Newly added API about reorder mode is like below.
[API]
Awesome!!
I like it.
Daniel Juyung Seo (SeoZ)
On Sat, May 21, 2011 at 12:02 PM, Seunggyun Kim wrote:
> Thank you for your comment :)
>
>
>
> I added edc effect showing whether the item is longpressed in reorder mode.
>
>
>
> You can watch a sample video on youtube.
>
> http://www.youtube.com/wat
Yeah, that's my bad.
When bugs are reproduced, it will be fixed.
I found some but not reproducible easily.
Thanks.
Daniel Juyung Seo (SeoZ)
On Sat, May 21, 2011 at 12:08 AM, Nicolas Aguirre
wrote:
>
>
> 2011/5/20 Daniel Juyung Seo
>>
>> Yeah, this is a very good feature!
>>
>> >> when the list
On Sat, 21 May 2011, Carsten Haitzler (The Rasterman) wrote:
> On Fri, 20 May 2011 20:44:33 +0200 (CEST) Vincent Torri
> said:
>
>>
>>
>> On Fri, 20 May 2011, Boris Faure wrote:
>>
>>> On Fri, May 20, 2011 at 18:53, Boris Faure wrote:
On Fri, May 20, 2011 at 18:48, Vincent Torri wrote:
>
19 matches
Mail list logo