Re: [E-devel] E SVN: tasn trunk/elementary/data/themes/widgets

2011-08-02 Thread Tom Hacohen
On 03/08/11 04:27, Daniel Juyung Seo wrote: > Hello Tom. > How did you do this? It'll be good to share this. As I told you in IRC, it's no biggie. I first split to different files (was easy, just used V with searching for "group" to find the next group). As for indentation: Prerequisites - vim

Re: [E-devel] E SVN: tasn IN trunk/elementary/data/themes: . widgets

2011-08-02 Thread Tom Hacohen
On 03/08/11 03:50, Jihoon Kim wrote: > Tom, wow, awesome job! > I also have thought default.edc should be split into each widget.edc. > Thanks your effort:) Ah, thunderbird crashed when I tried to reply with the whole commit patch included. Np, as I said in the commit log, it took me less than 4

Re: [E-devel] [patch] elm_genlist - bugfix evas_object_del at selected callback

2011-08-02 Thread The Rasterman
On Tue, 02 Aug 2011 19:06:21 +0900 Hyoyoung Chang said: > Dear developers. > > This patch is about elm_genlist. > When a user delete genlist object at selected callback, > Genlist don't proper handle it. > Before genlist clearing, genlist delete its widget data. > So sometimes, it's crashed. >

Re: [E-devel] [PATCH] notify immodule to know the cursor location

2011-08-02 Thread The Rasterman
On Mon, 01 Aug 2011 15:04:00 +0900 Jihoon Kim said: in svn! thanks! :) > Thanks, Raster. > > In the current edje_entry, there are some bugs related to sequence and miss > to call '_edje_entry_imf_cursor_info_set()'. > Cursor geometry information should be transferred after > ecore_imf_context_f

Re: [E-devel] header size...

2011-08-02 Thread ChunEon Park
yay!~ :) Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: "Carsten Haitzler (The Rasterman)" Cc: enlightenment-devel@lists.sourceforge.net Sent

Re: [E-devel] NULL pointer dereferencing in evas' image preload

2011-08-02 Thread Leif Middelschulte
2011/8/1 Cedric BAIL : > On Sun, Jul 31, 2011 at 10:32 AM, Cedric BAIL wrote: >> On Sun, Jul 31, 2011 at 3:10 AM, Leif Middelschulte >> wrote: >>> Hello all, >>> >>> Apparently I'm facing a bug in evas' async image preloading mechanisms. >>> >>> I can reproduce it by simply running 'shotgun' (an

Re: [E-devel] segfault when calling edje_shutdown() before ecore_evas_shutdown()

2011-08-02 Thread Rafael Antognolli
Fixed at least in my case, thanks! On Tue, Aug 2, 2011 at 4:24 AM, Carsten Haitzler wrote: > On Mon, 1 Aug 2011 19:14:04 -0300 Rafael Antognolli > > said: > > fixed in svn now.. i hope. refcounted lib core with active objects. > >> Hello guys, >> >> I was working on an example and had the probl

Re: [E-devel] fix eina's configure.ac

2011-08-02 Thread Tom Hacohen
On 02/08/11 13:05, Vincent Torri wrote: > > hey > > i have had a quick look at eina's configure.ac and valgrind is tested with > pkg-config *before* pkg-config checks. > > It's a library check, so it must be in the "library" part of configure.ac In svn. -- Tom. --

[E-devel] fix eina's configure.ac

2011-08-02 Thread Vincent Torri
hey i have had a quick look at eina's configure.ac and valgrind is tested with pkg-config *before* pkg-config checks. It's a library check, so it must be in the "library" part of configure.ac Vincent -- BlackBerry® De

[E-devel] [patch] elm_genlist - bugfix evas_object_del at selected callback

2011-08-02 Thread Hyoyoung Chang
Dear developers. This patch is about elm_genlist. When a user delete genlist object at selected callback, Genlist don't proper handle it. Before genlist clearing, genlist delete its widget data. So sometimes, it's crashed. I made two point diffs 1. add genlist clearning at _del_hook 2. checking a

Re: [E-devel] Ecore XCB

2011-08-02 Thread Vincent Torri
On Mon, 1 Aug 2011, Christopher Michael wrote: > On 08/01/2011 03:36 PM, Lucas De Marchi wrote: >> On Mon, Aug 1, 2011 at 5:01 AM, Boris Faure wrote: >>> On Mon, Aug 1, 2011 at 01:16, Christopher Michael >>> wrote: On 07/30/2011 06:36 PM, Boris Faure wrote: > > On Tue, Jul 12, 20

Re: [E-devel] header size...

2011-08-02 Thread Tom Hacohen
On 31/07/11 16:20, Tom Hacohen wrote: > Yeah, I know, and I think what I did should have triggered it, doesn't > it? I also tried doing: "edje_cc ../../../tmp/../tmp/edje/bla.edc" which > also didn't trigger it. > > Seems to me that it's fixed now... > Ok, I split default.edc, according to my tes

Re: [E-devel] Ecore XCB

2011-08-02 Thread Christopher Michael
On 08/02/2011 04:11 AM, Boris Faure wrote: > On Mon, Aug 1, 2011 at 23:02, Boris Faure wrote: >> Patch is attached. Tell me if it works fine for you and I'll gladly commit >> it. >> I've done a few things other than just use the new API: >> - removed an unused var in ecore_x_icccm_size_pos_hints_

Re: [E-devel] Engage and XCB are on a boat

2011-08-02 Thread Christopher Michael
On 08/02/2011 02:29 AM, hannes.janet...@gmail.com wrote: > On Tue, Aug 2, 2011 at 6:15 AM, Christopher Michael > wrote: >> On 07/29/2011 09:39 AM, Nicolas Aguirre wrote: >>> Hi, >>> >>> When i activated XCB support in ecore and evas, engage is not usable >>> anymore. When i click on engage bar th

Re: [E-devel] Ecore XCB

2011-08-02 Thread Boris Faure
On Mon, Aug 1, 2011 at 23:02, Boris Faure wrote: > Patch is attached. Tell me if it works fine for you and I'll gladly commit it. > I've done a few things other than just use the new API: > - removed an unused var in ecore_x_icccm_size_pos_hints_get() and > added __UNUSED__ on win, my bad. > - c

Re: [E-devel] segfault when calling edje_shutdown() before ecore_evas_shutdown()

2011-08-02 Thread The Rasterman
On Mon, 1 Aug 2011 19:14:04 -0300 Rafael Antognolli said: fixed in svn now.. i hope. refcounted lib core with active objects. > Hello guys, > > I was working on an example and had the problem cited in the subject. > Since I just didn't look at the code, I'm just giving the backtrace > and valgr

Re: [E-devel] Engage and XCB are on a boat

2011-08-02 Thread Christopher Michael
On 08/02/2011 02:29 AM, hannes.janet...@gmail.com wrote: > On Tue, Aug 2, 2011 at 6:15 AM, Christopher Michael > wrote: >> On 07/29/2011 09:39 AM, Nicolas Aguirre wrote: >>> Hi, >>> >>> When i activated XCB support in ecore and evas, engage is not usable >>> anymore. When i click on engage bar th

Re: [E-devel] Engage and XCB are on a boat

2011-08-02 Thread Christopher Michael
On 08/02/2011 02:46 AM, hannes.janet...@gmail.com wrote: > is this the expected output? > > ./configure --enable-ecore-x-xcb --disable-ecore-evas-opengl-x11 > > Ecore_X (XCB backend): yes > ... > Software X11...: yes (Xlib=yes) (XCB=no) > OpenGL X11.: no >