Re: [E-devel] Next EFL release cycle

2012-05-13 Thread Vincent Torri
On Mon, May 14, 2012 at 8:26 AM, Carsten Haitzler wrote: > We have a lot of changes going on in Elementary right now. Since people may > submit patches relative to both trunk AND to the release, to minimize problems > with pulling in patches and work I think we should have a short development > cy

Re: [E-devel] [Patch] elm_diskselector, set icon to added item

2012-05-13 Thread ChunEon Park
Hello. Shinwoo. Here are my comments. 1. We need to keep the internal signal emits for backward compatibility. if there are apps which customized diskselector styles, they would be broken. So please just leave them and leave TODOs: remove these signals later 2.0 2.Rotation effect looks rea

[E-devel] Next EFL release cycle

2012-05-13 Thread The Rasterman
We have a lot of changes going on in Elementary right now. Since people may submit patches relative to both trunk AND to the release, to minimize problems with pulling in patches and work I think we should have a short development cycle for the next release, so how about this: feature freeze july

[E-devel] [Patch]Enable multisampling capacity on the evasgl

2012-05-13 Thread sanghee park
Dear all, I compose this mail to ask reviewal this patch about multisampling on the evasgl. I want to make multisampling capacity to enhance rendering quality of the evasgl. But if MSAA is applied always, this have possibility lowering rendering performance, I separated user's input level to hi

Re: [E-devel] [Patch][elm_menu] remove crash issue on improper usage of elm_menu_item_separator_add(), [test_menu] fill the hole.

2012-05-13 Thread ChunEon Park
Hello cnook. in 70982. and please don't include changelog change in the patch, It will cause the conflict mostly. -Regards, Hermet- -Original Message- From: "cnook" To: "EFL"; Cc:

[E-devel] [PATCH] python-elementary: Align Window to C api.

2012-05-13 Thread Kai Huuhko
--- python-elementary/elementary/__init__.py | 28 + .../elementary/elementary.c_elementary_window.pxi | 625 +++- .../include/elementary/c_elementary.pxd| 85 ++- 3 files changed, 596 insertions(+), 142 deletions(-) diff --git a/python-elementary/eleme

Re: [E-devel] using LZ4 compression tool in eet ?

2012-05-13 Thread The Rasterman
On Sun, 13 May 2012 18:27:05 + (UTC) Thomas Kueling said: > > Torri gmail.com> said: > > > > actually forget lz4hc... lgpl3. > > > > Well, apparently no longer : > LZ4 HC just went BSD. > > http://code.google.com/p/lz4/ ok... so now it's on the possible list. :) so with lx4hc we get sam

Re: [E-devel] using LZ4 compression tool in eet ?

2012-05-13 Thread Adrien Nader
Hi, Someone from #tukaani on freenode has just made some benchmarks which can be relevant here: http://pokecraft.first-world.info/wiki/Quick_Benchmark:_Gzip_vs_Bzip2_vs_LZMA_vs_XZ_vs_LZ4_vs_LZO Speed will probably be impacted quite a lot by the data but I expect memory usage to not change. An

Re: [E-devel] using LZ4 compression tool in eet ?

2012-05-13 Thread Thomas Kueling
> Torri gmail.com> said: > > actually forget lz4hc... lgpl3. > Well, apparently no longer : LZ4 HC just went BSD. http://code.google.com/p/lz4/ -- Live Security Virtual Conference Exclusive live event will cover all

Re: [E-devel] E SVN: glima trunk/elementary/src/lib

2012-05-13 Thread Gustavo Sverzut Barbieri
On Thu, May 10, 2012 at 5:10 AM, Daniel Juyung Seo wrote: > Thanks for the great effort. > But I have a question about this commit. > > It describes that > - elm_object_xxx APIs will be deprecated later. Use elm_layout_xxx APIs > instead. > - all elm_layout_* namespaced fuctions will function on

Re: [E-devel] Elementary: Question. Fonts in elm entry object

2012-05-13 Thread Tom Hacohen
On 11/05/12 23:07, Art B wrote: > I can't seem to figure/understand how to modify the fonts(name or size) > trough my elm C client-code. I can do this easily with an edje TEXTBLOCK > object. But then I miss out on anchors for example. > > I would appreciate greatly if someone could explain how to d