Re: [E-devel] [Patch] Implement scale down decoding feature of bmp loader

2011-10-13 Thread The Rasterman
On Sun, 02 Oct 2011 21:37:02 +0900 Jiyoun Park jy0703.p...@samsung.com said: got a few whitespace issues like: + if(ie-load_opts.scale_down_by 1) and: + if (scale_ratio == 1) + { if (fread(buffer, image_size, 1, f) != 1) goto close_file; +

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Hi, I'm using Hanvon Driver and use evdev for receiving events. evdev receives the events and processing touch events. I think xorg.conf is not configured properly for evdev. That might be the case. It'll be helpful if you can send a copy of xorg.conf for reference. On Wed, Oct 12, 2011 at 4:54

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Let me rephrase this. I mean i use evdev driver for Hanvon device, evdev receives the events, but for some reason the efl is not getting the touch events. Now that you've confirmed that efl multitouch does work. I am worried it could be something with xorg. It would be great to get a xorg.conf

[E-devel] [Patch] elc_ctxpopup, arrow direction problem.

2011-10-13 Thread cnook
Dear All, Hello. The arrow of ctxpopup is swallowed in one of 4 swallow parts(left, right, top, bottom) of base group. If user REuses ctxpopup which is already displayed with different direction, then the arrow will be swallowed in previous position. So the attached patch will unswallow arrow

Re: [E-devel] [Patch] implement Gif loader's scale down decoding feature

2011-10-13 Thread The Rasterman
On Mon, 03 Oct 2011 01:41:14 +0900 Jiyoun Park jy0703.p...@samsung.com said: hmm i smell a bug.. but you cant fix it without actually really changing how you do things. this only happens with animated gifs.. or more specifically gifs where you paste a gif image within the gif pixel buffer at a

[E-devel] [Patch] Fixes to elm_toggle and test code.

2011-10-13 Thread Sanjeev BA
Dear All, Kindly review the attached patches that fixes the following issues. 1. elm_toggle invokes changed signal smart callback even when state is not changed. 2. Using toggle for test_fileselector_button example instead of buttons named Toggle Regards, Sanjeev

Re: [E-devel] [Patch] Add scale down decoding feature to evas png loader

2011-10-13 Thread The Rasterman
On Mon, 03 Oct 2011 18:12:41 +0900 Jiyoun Park jy0703.p...@samsung.com said: small things: +ie-w = (int) w32 / ie-load_opts.scale_down_by ; +ie-h = (int) h32 / ie-load_opts.scale_down_by ; +if((ie-w 1) || (ie-h 1)) !!! spaces (before ; and after if) in allocation of

Re: [E-devel] Multitouch Not working

2011-10-13 Thread Park Sung-Jin
Hi, Could you share your X input device configuration? Just the result of xinput list will be okay and it'll be helpful. : ) BR, Sung-Jin Park 2011/10/13 HariHara Sudhan h...@emo2.com: Let me rephrase this. I mean i use evdev driver for Hanvon device, evdev receives the events, but for some

Re: [E-devel] Multitouch Not working

2011-10-13 Thread The Rasterman
On Thu, 13 Oct 2011 13:54:23 +0530 HariHara Sudhan h...@emo2.com said: Let me rephrase this. I mean i use evdev driver for Hanvon device, evdev receives the events, but for some reason the efl is not getting the touch events. Now that you've confirmed that efl multitouch does work. I am

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Thanks.Here is the list. ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳ touchscreen id=6[slave pointer (2)] ⎜ ↳ SIGMACHIP USB Keyboard

Re: [E-devel] [Patch] Fixes to elm_toggle and test code.

2011-10-13 Thread Daniel Juyung Seo
Good patch. elm_toggle path is ok. But horizontal packing of toggles in test_fileselector_button doesn't look good. Anyway, commit the elm_toggle thing first. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Oct 13, 2011 at 6:51 PM, Sanjeev BA as290...@samsung.com wrote: Dear All, Kindly review the

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Hi I've attached the evtest output in the file.evtest gives a slotted output from mpx events i suppose. On Thu, Oct 13, 2011 at 3:51 PM, HariHara Sudhan h...@emo2.com wrote: Thanks.Here is the list. ⎡ Virtual core pointer                          id=2    [master pointer  (3)] ⎜   ↳ Virtual

Re: [E-devel] Multitouch Not working

2011-10-13 Thread Park Sung-Jin
Event stream between kernel and X server doesn't matter. As I see your X input device configuration, you have only one porinter device. You can get touch events only for a finger which was issued from touchscreen If you want to make your multitouch working on EFL application, you need to rewrite

Re: [E-devel] E17 in OBS

2011-10-13 Thread The Rasterman
On Mon, 3 Oct 2011 16:34:56 +0200 Tomas Cech tc...@suse.cz said: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar, matejcik and Puppet_Master we have now E17 in openSUSE buildservice for several distributions. Not all make sense but can be used as monitor

Re: [E-devel] [Patch] elc_ctxpopup, compress item

2011-10-13 Thread The Rasterman
On Thu, 6 Oct 2011 20:33:40 +0900 cnook kimci...@gmail.com said: Dear All, Hi! If the ctxpopup is vertical mode and it has too long text item to display, then the text item is not compressed and the ctxpopup has vertical scrollbar, horizontal scrollbar both. User can scroll both sides and

Re: [E-devel] [Patch] ELM_THUMBSCROLL_SENSITIVITY_FRICTION

2011-10-13 Thread The Rasterman
On Tue, 04 Oct 2011 06:29:56 + (GMT) Jaehwan Kim jae.hwan@samsung.com said: nice work man! i have nothing bad to say here... so this means... damn straight.. job WELL DONE! nice patch!. in svn it goes! Dear raster, I talked with you about 4.0, magic number. I want to change the

Re: [E-devel] Request for review: entry, changed, user additional change info

2011-10-13 Thread The Rasterman
On Mon, 03 Oct 2011 14:35:59 +0200 Tom Hacohen tom.haco...@partner.samsung.com said: Hey guys, In commit 63771 I added support for adding additional data to edje signals, and in commit 63773 I added additional info to entry,changed,user which allows users of the API to implement undo/redo

Re: [E-devel] bodhi-close module

2011-10-13 Thread The Rasterman
On Tue, 6 Sep 2011 21:58:27 -0500 Jeff Hoogland jeffhoogl...@linux.com said: I'm attaching the source code for a simple module I was wondering if it would be possible to get into the E svn. It creates a simple gadget that can be added to a shelf that when pressed sends a close message to the

Re: [E-devel] E17 in OBS

2011-10-13 Thread Cedric BAIL
Yo, On Thu, Oct 13, 2011 at 1:53 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 3 Oct 2011 16:34:56 +0200 Tomas Cech tc...@suse.cz said: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar, matejcik and Puppet_Master we have now E17 in openSUSE

Re: [E-devel] E17 in OBS

2011-10-13 Thread Josef Reidinger
Hi, Cedric BAIL write: Yo, On Thu, Oct 13, 2011 at 1:53 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 3 Oct 2011 16:34:56 +0200 Tomas Cech tc...@suse.cz said: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar, matejcik and

Re: [E-devel] E17 in OBS

2011-10-13 Thread Josef Reidinger
Carsten Haitzler write: On Mon, 3 Oct 2011 16:34:56 +0200 Tomas Cech tc...@suse.cz said: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar, matejcik and Puppet_Master we have now E17 in openSUSE buildservice for several distributions. Not all make

Re: [E-devel] E17 in OBS

2011-10-13 Thread Josef Reidinger
Josef Reidinger write: Hi, Cedric BAIL write: Yo, snip 3. eina_lock - looks like we make some pthread.h most unhappy... someone know why? That's really odd. Could someone tell us the content of the pthread.h of RHEL4 to see what is going on here ? Yes, wait a minute

Re: [E-devel] Introducing Picture widget

2011-10-13 Thread The Rasterman
On Sat, 20 Aug 2011 23:13:23 +0200 Quentin Gibeaux quentin.gibe...@insa-rouen.fr said: hey hey! finally i'm reviewing this. (it's been on my queue for a little while now and i was away for 2 weeks so things got backlogged). note that in the big bad world of open source, we don't normally go

Re: [E-devel] E17 in OBS

2011-10-13 Thread The Rasterman
On Thu, 13 Oct 2011 14:56:02 +0200 Josef Reidinger jreidin...@suse.cz said: Carsten Haitzler write: On Mon, 3 Oct 2011 16:34:56 +0200 Tomas Cech tc...@suse.cz said: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar, matejcik and Puppet_Master

Re: [E-devel] E17 in OBS

2011-10-13 Thread Tomas Cech
On Thu, Oct 13, 2011 at 08:53:12PM +0900, Carsten Haitzler wrote: On Mon, 3 Oct 2011 16:34:56 +0200 Tomas Cech tc...@suse.cz said: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar, matejcik and Puppet_Master we have now E17 in openSUSE buildservice for

Re: [E-devel] E17 in OBS

2011-10-13 Thread Leif Middelschulte
2011/10/13 Tomas Cech tc...@suse.cz: On Thu, Oct 13, 2011 at 08:53:12PM +0900, Carsten Haitzler wrote: On Mon, 3 Oct 2011 16:34:56 +0200 Tomas Cech tc...@suse.cz said: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar, matejcik and Puppet_Master we have

Re: [E-devel] [Patch] Implement scale down decoding feature of bmp loader

2011-10-13 Thread ChunEon Park
oops- Sorry :p Let's run together for the best moment! -Regards, Hermet- -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 11-10-13(목)

Re: [E-devel] E17 in OBS

2011-10-13 Thread Cedric BAIL
On Thu, Oct 13, 2011 at 3:06 PM, Josef Reidinger jreidin...@suse.cz wrote: Josef Reidinger write: Hi, Cedric BAIL write: Yo, snip 3. eina_lock - looks like we make some pthread.h most unhappy... someone know why? That's really odd. Could someone tell us the content of the

Re: [E-devel] E17 in OBS

2011-10-13 Thread Josef Reidinger
Cedric BAIL write: On Thu, Oct 13, 2011 at 3:06 PM, Josef Reidinger jreidin...@suse.cz wrote: Josef Reidinger write: Hi, Cedric BAIL write: Yo, snip 3. eina_lock - looks like we make some pthread.h most unhappy... someone know why? That's really odd. Could

Re: [E-devel] E17 in OBS

2011-10-13 Thread Josef Reidinger
Leif Middelschulte write: 2011/10/13 Tomas Cech tc...@suse.cz: On Thu, Oct 13, 2011 at 08:53:12PM +0900, Carsten Haitzler wrote: On Mon, 3 Oct 2011 16:34:56 +0200 Tomas Cech tc...@suse.cz said: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar,

[E-devel] Trac update

2011-10-13 Thread Sachiel
People from Earth, especially those with super-cow powers, Anyone knows where the blog thing from trac went after the recent update? Since we were using it to publish things that don't merit an announcement-like News item, it would be nice to have it back.

Re: [E-devel] Trac update

2011-10-13 Thread Vincent Torri
On Thu, 13 Oct 2011, Iván Briano (Sachiel) wrote: People from Earth, especially those with super-cow powers, Anyone knows where the blog thing from trac went after the recent update? Since we were using it to publish things that don't merit an announcement-like News item, it would be nice to

Re: [E-devel] Trac update

2011-10-13 Thread Sachiel
2011/10/13 Vincent Torri vto...@univ-evry.fr: On Thu, 13 Oct 2011, Iván Briano (Sachiel) wrote: People from Earth, especially those with super-cow powers, Anyone knows where the blog thing from trac went after the recent update? Since we were using it to publish things that don't merit an

Re: [E-devel] E17 in OBS

2011-10-13 Thread Michael Jennings
On Thursday, 13 October 2011, at 15:26:56 (+0200), Tomas Cech wrote: I think we'll remove RHEL 4, 5, 6 since builds doesn't work (there might be legal problems to make it working) and because CentOS is binary compatibile with RHEL. CentOS 5 seems to be too old for E17, feel free to play with

Re: [E-devel] two small fixes for mail module

2011-10-13 Thread Tomas Cech
Hi, On Wed, Oct 12, 2011 at 01:06:01AM +0200, Tomas Cech wrote: Hi, there are two small issues with mail module. Patches attached. Is there any problem with applying these two patches? I believe they're trivial enough for accept. One typo and one initialization of variable... Best regards,

Re: [E-devel] two small fixes for mail module

2011-10-13 Thread Christopher Michael
I don't see a problem. I would have applied them already, but I have been without a working E setup for over a week now so I cannot test them myself. dh Sent from my iPod On Oct 13, 2011, at 5:27 PM, Tomas Cech tc...@suse.cz wrote: Hi, On Wed, Oct 12, 2011 at 01:06:01AM +0200, Tomas Cech

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Ok thanks Carsten and Park Sung-Jin , i got the mpx working by adding slave pointers. Thank you very much! On Thu, Oct 13, 2011 at 4:21 PM, Park Sung-Jin input.hac...@gmail.com wrote: Event stream between kernel and X server doesn't matter. As I see your X input device configuration, you have

Re: [E-devel] Multitouch Not working

2011-10-13 Thread HariHara Sudhan
Also Sung-Jin, I read in the list, that you had written a patch to get mtdev working with ecore. I could not find a link to that patch, Can you point me to one, please. Regards HariHaraSudhan On Thu, Oct 13, 2011 at 4:21 PM, Park Sung-Jin input.hac...@gmail.com wrote: Event stream between

Re: [E-devel] [Patch] Implement scale down decoding feature of bmp loader

2011-10-13 Thread ChunEon Park
I don't know why i replied to this mail thread. Sometimes, I lost my contexts since many interrupts bother me badly frequently. I just wanted to reply to the elm_pager reverts. Let's run together for the best moment! -Regards, Hermet- -Original

Re: [E-devel] Multitouch Not working

2011-10-13 Thread Park Sung-Jin
Hi :) You can find an multitouch version of evdev implementation on the following: http://cgit.freedesktop.org/~tissoire/xf86-input-evdev/ BR, Sung-Jin Park 2011/10/14 HariHara Sudhan h...@emo2.com: Also Sung-Jin, I read in the list, that you had written a patch to get mtdev working with

Re: [E-devel] [Patch] elc_ctxpopup, arrow direction problem.

2011-10-13 Thread ChunEon Park
I checked the problem. in svn. (revision 64054) Thank you. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: ChunEon Parklt;her...@naver.comgt; To: Enlightenment

[E-devel] e17 segfault on fresh install

2011-10-13 Thread Jochen Schröder
Hi all, I just rebuild all of EFL and E17 gives me a segfault when starting with a clean config directory. Seems to be related to the recent sse3 work. cat /proc/cpuinfo processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R)