Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Tom Hacohen
On 26/07/12 08:29, Bluezery wrote: Hello, This patch make genlist free their text parts when each item is unrealized. Before this patch, the item is just cached when an item is unrealized and the text part is freed and set by other text when the cached item is realized. This improves

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Michael Blumenkrantz
it would be very nice if the theme could be consolidated to properly use inheritance and such instead of copy/pasting the same edc snippets everywhere... On Thu, Jul 26, 2012 at 3:53 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wednesday, July 25, 2012, Carsten Haitzler

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread david . oboeuf
I use this on a x86 platform so it's actually faster, because I use a bgr picture for my framebuffer (the data is in order, so I write that I read). But yes, it's a disaster for platform without support of unaligned writes. In fact, I made this, because I wanna read only one time the value in

Re: [E-devel] [patch][elementary] popup - getting proper geometry value

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 13:52:33 +0900 (KST) ChunEon Park her...@naver.com said: I'm worring about this patch may cause any side effects. If popup doesn't care the geometry on dimmed area. it already doesnt. :) it does the whole window anyway :) -Regards,

Re: [E-devel] bugs to clear up before release

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 14:51:52 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: pants on! I fixed this. Special thanks to Cedric. http://trac.enlightenment.org/e/changeset/74412 Daniel Juyung Seo (SeoZ) On Wed, Jul 25, 2012 at 7:03 PM, Carsten Haitzler ras...@rasterman.com wrote: On

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Daniel Juyung Seo
On Thu, Jul 26, 2012 at 3:41 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 26/07/12 08:29, Bluezery wrote: Hello, This patch make genlist free their text parts when each item is unrealized. Before this patch, the item is just cached when an item is unrealized and the text part is freed

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Daniel Juyung Seo
I am slowly working on this inherit things. But we need overall refactoring for whole widget styles. Daniel Juyung Seo (SeoZ) On Thu, Jul 26, 2012 at 3:42 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: it would be very nice if the theme could be consolidated to properly use

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Tom Hacohen
On 26/07/12 10:53, Daniel Juyung Seo wrote: On Thu, Jul 26, 2012 at 3:41 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 26/07/12 08:29, Bluezery wrote: Hello, This patch make genlist free their text parts when each item is unrealized. Before this patch, the item is just cached when an

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread david . oboeuf
I think x86 processor have a hardware-fixups to process unaligned writes (with some improvement with new x86 processor, the difference is nearly 0% now, it's why it works faster). But it's a very specific case and don't work in other architecture. - Mail original - De: david oboeuf

[E-devel] [PATCH 0/2] This patch set add Copy and Paste support for wayland backend.

2012-07-26 Thread zhiwen . wu
Ecore_Wayland: Test for a valid surface before we try to process the pointer_enter event. (2012-07-26 07:23:32 +) Alex Wu (2): ecore_wayland: Add Copy and Paste support elem_cnp: Add Copy and Paste support for

[E-devel] [PATCH 2/2] elem_cnp: Add Copy and Paste support for wayland.

2012-07-26 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com Just support type of ELM_SEL_TYPE_CLIPBOARD. If not define HAVE_ELEMENTARY_X, the wayland path will be built. --- trunk/elementary/src/lib/elm_cnp.c | 119 +++- 1 file changed, 117 insertions(+), 2 deletions(-) diff --git

Re: [E-devel] [PATCH 0/2] This patch set add Copy and Paste support for wayland backend.

2012-07-26 Thread Chris Michael
Thanks for the patches :) I will try to make time to review them this week. Much appreciated :) Cheers, Dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 26 July 2012 10:18 To: enlightenment-devel@lists.sourceforge.net Cc:

[E-devel] [Patch] [Ejde, Elementary] added 'SelectAll' item to copypaste menu in entry

2012-07-26 Thread Myung-Jae Lee
Dear all, I attached patch files for adding 'Select All' item to entry copypaste hoversel menu. And I modified the select_all function in edje_entry to enable extending after 'Select All' is called in an EXPLICIT mode entry. Adding 'Select All' could be a separate patch but I also included

Re: [E-devel] [PATCH 2/2] elem_cnp: Add Copy and Paste support for wayland.

2012-07-26 Thread Bradford, Robert
On 26 July 2012 10:18, zhiwen...@linux.intel.com wrote: From: Alex Wu zhiwen...@linux.intel.com Just support type of ELM_SEL_TYPE_CLIPBOARD. If not define HAVE_ELEMENTARY_X, the wayland path will be built. This is not sufficient - please surround if with #ifdef ELEMENTARY_WAYLAND. You will

Re: [E-devel] E SVN: raster IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thursday, July 26, 2012, Enlightenment SVN wrote: Log: lets not break theme api :( sorry. :( Sorry, but what broke? The original theme had no icon swallow and a built in image, now I place this from outside. It's an addition, not a break Author: raster Date:

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thursday, July 26, 2012, ChunEon Park wrote: This will cause compatibility break. Current previous buttons in applications may not have the icon swallow part. So what? The icon is hidden and it's invisible. The old theme should have the icon as a part and it will be visible. It should

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

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thursday, July 26, 2012, Enlightenment SVN wrote: Log: naviframe - removed unnecessary line Author: hermet Date: 2012-07-25 21:26:31 -0700 (Wed, 25 Jul 2012) New Revision: 74410 Trac: http://trac.enlightenment.org/e/changeset/74410 Modified:

Re: [E-devel] [PATCH 1/2] ecore_wayland: Add Copy and Paste support

2012-07-26 Thread Alex Wu
于 2012/7/26 18:41, Daniel Stone 写道: Hi, On 26 July 2012 11:18,zhiwen...@linux.intel.com wrote: Add a global Ecore_Wl_Dnd object to handle copy and paste. I think it is more appropriate to name this struct Ecore_Wl_Selection, which is responsible for both dnd and cnp. This patch just cover

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread david . oboeuf
I wonder why don't use a memcpy to copy for the 24bpp conversion like this patch (when it's possible), and use conventional method for the other endianness. In my board I can go approximately 30% faster (I don't know for other archi than i686). - Mail original - De: david oboeuf

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 08:51:18 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thursday, July 26, 2012, ChunEon Park wrote: This will cause compatibility break. Current previous buttons in applications may not have the icon swallow part. So what? The icon is hidden

Re: [E-devel] E SVN: raster IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 08:36:39 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thursday, July 26, 2012, Enlightenment SVN wrote: Log: lets not break theme api :( sorry. :( Sorry, but what broke? The original theme had no icon swallow and a built in image, now I place

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 11:00:40 +0300 Tom Hacohen tom.haco...@samsung.com said: On 26/07/12 10:53, Daniel Juyung Seo wrote: On Thu, Jul 26, 2012 at 3:41 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 26/07/12 08:29, Bluezery wrote: Hello, This patch make genlist free their text parts

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 02:55:32 -0400 (EDT) david.obo...@aliceadsl.fr said: last time i checked the bitshift+mask versions vs byte reads, byte reads were a bit faster on x86. :/ I use this on a x86 platform so it's actually faster, because I use a bgr picture for my framebuffer (the data is in

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 05:02:27 -0400 (EDT) david.obo...@aliceadsl.fr said: I think x86 processor have a hardware-fixups to process unaligned writes (with some improvement with new x86 processor, the difference is nearly 0% now, it's why it works faster). But it's a very specific case and don't

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 09:45:35 -0400 (EDT) david.obo...@aliceadsl.fr said: we can't use memcpy for it becuase its a 32-24 bit conversion. it is converting to a PACKED 3 bytes per pixel setup. most fb's dont use this - they use 32bits per pixel. it's a rare case you have. I wonder why don't use a

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Tom Hacohen
On 26/07/12 11:36, Carsten Haitzler (The Rasterman) wrote: but u recalc an empty text field as opposed to 500 chars of stuff to find the ellipsis point... :) Sure, I understand the benefits and I understand what's going on there, I'm just thinking that maybe we need a better solution than

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread david . oboeuf
Okay, but if we use this function, it's because we have a 24 bits (8bit for each color) framebuffer isn't it? - Mail original - De: Carsten Haitzler ras...@rasterman.com À: david oboeuf david.obo...@aliceadsl.fr Cc: Enlightenment developer list enlightenment-devel@lists.sourceforge.net

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread david . oboeuf
I think it depends on our x86 processor architecture (it's less than 5% faster for me). - Mail original - De: Carsten Haitzler ras...@rasterman.com À: Enlightenment developer list enlightenment-devel@lists.sourceforge.net Cc: david oboeuf david.obo...@aliceadsl.fr Envoyé: Jeudi 26

[E-devel] [Patch] [Elementary] added another way to clear selection in an EXPLICIT mode entry

2012-07-26 Thread Myung-Jae Lee
Dear all, Following the previous patches, I added one more way to cancel the selection in an EXPLICIT mode entry. When the entry is clicked not to extend the selection nor double clicked (that means entry is clicked by intentionally) selection will be cleared. Please consider this use case

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thu, Jul 26, 2012 at 11:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 26 Jul 2012 08:51:18 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thursday, July 26, 2012, ChunEon Park wrote: This will cause compatibility break. Current previous buttons in

Re: [E-devel] E SVN: raster IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thu, Jul 26, 2012 at 11:01 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 26 Jul 2012 08:36:39 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thursday, July 26, 2012, Enlightenment SVN wrote: Log: lets not break theme api :( sorry. :( Sorry, but what

Re: [E-devel] Patch for endianness conversion

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 10:17:58 -0400 (EDT) david.obo...@aliceadsl.fr said: Okay, but if we use this function, it's because we have a 24 bits (8bit for each color) framebuffer isn't it? you have a 24bit PACKED framebuffer. a 32bit fb also (tends to) have 8 buts per rgb BUT has 1 padding byte, so

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 17:07:18 +0300 Tom Hacohen tom.haco...@samsung.com said: On 26/07/12 11:36, Carsten Haitzler (The Rasterman) wrote: but u recalc an empty text field as opposed to 500 chars of stuff to find the ellipsis point... :) Sure, I understand the benefits and I understand

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Bluezery
2012/7/27 Carsten Haitzler ras...@rasterman.com: On Thu, 26 Jul 2012 17:07:18 +0300 Tom Hacohen tom.haco...@samsung.com said: On 26/07/12 11:36, Carsten Haitzler (The Rasterman) wrote: but u recalc an empty text field as opposed to 500 chars of stuff to find the ellipsis point... :) Sure,

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Tom Hacohen
On 26/07/12 18:29, Bluezery wrote: If a genlist item is unrealized, recalc is not needed anymore because all parts are not needed. So if you implement some features for this, it is better to use your APIs than my way in genlist. :) Anyway, this is the best way now. and It not only prevents

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Rafael Antognolli
I was also always scared when looking at elementary's EDCs, even after working with edje theme for years already. From the projects that I have worked with elementary, needing to theme widgets, we always ended up clearing the entire EDC and writing it from scratch, usually with much less parts,

[E-devel] elementary_config is completely broken - rev:74448

2012-07-26 Thread Tom Hacohen
-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Bruno Dilly
On Thu, Jul 26, 2012 at 12:57 PM, Rafael Antognolli antogno...@profusion.mobi wrote: I was also always scared when looking at elementary's EDCs, even after working with edje theme for years already. From the projects that I have worked with elementary, needing to theme widgets, we always

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Davide Andreoli
2012/7/26 Bruno Dilly bdi...@profusion.mobi: On Thu, Jul 26, 2012 at 12:57 PM, Rafael Antognolli antogno...@profusion.mobi wrote: I was also always scared when looking at elementary's EDCs, even after working with edje theme for years already. From the projects that I have worked with

Re: [E-devel] Places module, mount volumes on insert

2012-07-26 Thread Davide Andreoli
2012/7/25 Davide Andreoli d...@gurumeditation.it: 2012/7/24 Nikolas Arend nikolas.ar...@gmx.net: Hello, For me the places module does not mount volumes on insert, just on click (no problems there). I tried with different media types (thumbdrive, USB hd, cd rom). I'm on Fedora 17 i686. ok,

Re: [E-devel] elementary_config is completely broken - rev:74448

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 21:39:35 +0300 Tom Hacohen t...@stosb.com said: argh! -- - Codito, ergo sum - I code, therefore I am -- The Rasterman (Carsten Haitzler)ras...@rasterman.com -- Live

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 12:07:33 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Jul 26, 2012 at 11:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 26 Jul 2012 08:51:18 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thursday, July 26, 2012,

Re: [E-devel] E SVN: raster IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 12:08:50 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Jul 26, 2012 at 11:01 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 26 Jul 2012 08:36:39 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thursday, July 26, 2012,

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 18:43:20 +0300 Tom Hacohen tom.haco...@samsung.com said: On 26/07/12 18:29, Bluezery wrote: If a genlist item is unrealized, recalc is not needed anymore because all parts are not needed. So if you implement some features for this, it is better to use your APIs than

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Daniel Juyung Seo
On Thu, Jul 26, 2012 at 5:00 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 26/07/12 10:53, Daniel Juyung Seo wrote: On Thu, Jul 26, 2012 at 3:41 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 26/07/12 08:29, Bluezery wrote: Hello, This patch make genlist free their text parts when

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Daniel Juyung Seo
This might be the final goal. We need edje object cache. Just because we don't have that, genlist did it manually. Until edje cache feature comes genlist needs to do this adjustment. Daniel Juyung Seo (SeoZ) On Fri, Jul 27, 2012 at 8:11 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu,

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thu, Jul 26, 2012 at 5:39 PM, Davide Andreoli d...@gurumeditation.it wrote: 2012/7/26 Bruno Dilly bdi...@profusion.mobi: On Thu, Jul 26, 2012 at 12:57 PM, Rafael Antognolli antogno...@profusion.mobi wrote: I was also always scared when looking at elementary's EDCs, even after working with

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thu, Jul 26, 2012 at 8:05 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 26 Jul 2012 12:07:33 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Jul 26, 2012 at 11:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 26 Jul 2012 08:51:18 -0300 Gustavo

Re: [E-devel] elementary_config is completely broken - rev:74448

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thu, Jul 26, 2012 at 8:14 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 26 Jul 2012 21:39:35 +0300 Tom Hacohen t...@stosb.com said: argh! I've fixed it. was a missing clipper. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Daniel Juyung Seo
+1 here. Many themes do not harm anybody :) ps. I love Bodhi theme for E17. http://art.bodhilinux.com/doku.php?id=bodhi_e17_themes_v2 Daniel Juyung Seo (SeoZ) On Fri, Jul 27, 2012 at 8:34 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jul 26, 2012 at 5:39 PM, Davide

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Gustavo Sverzut Barbieri
On Thu, Jul 26, 2012 at 8:36 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: +1 here. Many themes do not harm anybody :) ps. I love Bodhi theme for E17. http://art.bodhilinux.com/doku.php?id=bodhi_e17_themes_v2 which one? Most look weird, the following could be somewhat acceptable:

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread Daniel Juyung Seo
My favorite is http://art.bodhilinux.com/doku.php?id=bodhi_e17_a-nogal-bodhi Cedric/Raster suggested me to buy wooden keyboard and mouse to fit this theme :) Daniel Juyung Seo (SeoZ) On Fri, Jul 27, 2012 at 8:44 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jul 26, 2012 at

Re: [E-devel] E SVN: lucas trunk/e_dbus

2012-07-26 Thread Daniel Juyung Seo
e_dbus build is still broken. Can you check this up? performance.c:2:18: fatal error: Eina.h: No such file or directory compilation terminated. CC e_dbus_connman0_7x_test_api-e_dbus_connman0_7x_test_api.o make[3]: *** [e_dbus_performance-performance.o] Error 1 Daniel Juyung Seo (SeoZ) On

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 20:35:45 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Jul 26, 2012 at 8:05 PM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 26 Jul 2012 12:07:33 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Jul 26, 2012 at 11:00

Re: [E-devel] Simplifying theme (BW)

2012-07-26 Thread The Rasterman
On Fri, 27 Jul 2012 08:50:42 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: you know these themes are the direct OPPOSITE of simple... (also you can see that they are half-done. they try and be complex but are not detailed/complex enough to even get things like rounding and patterning right.

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread The Rasterman
On Fri, 27 Jul 2012 08:30:25 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: On Thu, Jul 26, 2012 at 5:00 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 26/07/12 10:53, Daniel Juyung Seo wrote: On Thu, Jul 26, 2012 at 3:41 PM, Tom Hacohen tom.haco...@samsung.com wrote: On

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Daniel Juyung Seo
Yes I'm considering both for the recalc and memory. I want to do the performance test beforehand. Daniel Juyung Seo (SeoZ) On Fri, Jul 27, 2012 at 9:03 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 27 Jul 2012 08:30:25 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: On Thu, Jul

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Tom Hacohen
On 27/07/12 02:33, Daniel Juyung Seo wrote: This might be the final goal. We need edje object cache. Just because we don't have that, genlist did it manually. Until edje cache feature comes genlist needs to do this adjustment. I'm not arguing one side or the other here, but the problem with

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Daniel Juyung Seo
Yes you are right. I'm just lazy and waiting someone for implementing edje cache. By the way, I tried with edje_object_freeze/thaw but it didn't work. Even I called edje_object_freeze, _edje_recalc and _edje_recalc_do are called. Anybody has some ideas on this? Daniel Juyung Seo (SeoZ) On Fri,

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread The Rasterman
On Fri, 27 Jul 2012 11:00:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Yes you are right. I'm just lazy and waiting someone for implementing edje cache. By the way, I tried with edje_object_freeze/thaw but it didn't work. Even I called edje_object_freeze, _edje_recalc and

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread The Rasterman
On Fri, 27 Jul 2012 04:00:03 +0300 Tom Hacohen t...@stosb.com said: On 27/07/12 02:33, Daniel Juyung Seo wrote: This might be the final goal. We need edje object cache. Just because we don't have that, genlist did it manually. Until edje cache feature comes genlist needs to do this

Re: [E-devel] E SVN: raster trunk/terminology/src/bin

2012-07-26 Thread Daniel Juyung Seo
After this commit, vi is very light and faded. Can you check this? or is there any suggestion? (no jed though) Daniel Juyung Seo (SeoZ) On Tue, Jul 24, 2012 at 11:16 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: lets try pretend to be xterm-256color and see how this works?

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Daniel Juyung Seo
So it looks like edje_object_freeze/thaw are not relevant to this topic? Daniel Juyung Seo (SeoZ) On Fri, Jul 27, 2012 at 11:17 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 27 Jul 2012 11:00:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Yes you are right. I'm just lazy

Re: [E-devel] [patch] Link copying fix

2012-07-26 Thread The Rasterman
On Mon, 23 Jul 2012 10:27:01 +0200 rustyBSD rusty...@gmx.fr said: Strange thing you are telling me. $ svn update -r 74262 # just before my patch was committed ... $ ln -s /home link1 $ ln -s /home link2 right-click on link1 - copy to an empty folder right-click on link2 - copy to the

Re: [E-devel] [patch][elementary] popup - focus chain, accessibility

2012-07-26 Thread The Rasterman
On Thu, 26 Jul 2012 13:20:49 +0900 Kim Shinwoo kimcinoo@gmail.com said: dear all hello. you would be in rush because of freezing.. but there is still hot. -_-; i'd like to raise an issue about focus chain on the popup. The focus would go around only in the popup. (IMHO) but current

Re: [E-devel] E SVN: raster trunk/terminology/src/bin

2012-07-26 Thread Cedric BAIL
On Fri, Jul 27, 2012 at 11:27 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: After this commit, vi is very light and faded. Can you check this? or is there any suggestion? (no jed though) Poor choice of color by vi (same goes with emacs). I turn it of by setting manually the TERM environ

Re: [E-devel] E SVN: raster trunk/terminology/src/bin

2012-07-26 Thread Nick Hughart
On Fri, 27 Jul 2012 11:33:22 +0900 Cedric BAIL cedric.b...@free.fr wrote: On Fri, Jul 27, 2012 at 11:27 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: After this commit, vi is very light and faded. Can you check this? or is there any suggestion? (no jed though) Poor choice of color by

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes/widgets src/lib

2012-07-26 Thread ChunEon Park
So, This problem was cleaned up now and new patch looked no problem. Thank you. -Regards, Hermet- -Original Message- From: Carsten Haitzlerras...@rasterman.com To: Gustavo Sverzut Barbieribarbi...@profusion.mobi; Cc: Enlightenment developer