[E-devel] [PATCH] e17: add thinkpad to temperature module

2011-01-16 Thread Lars Munch
This adds thinkpad support to the temperature module. The temperature is accessible through the thinkpad_acpi kernel module. Signed-off-by: Lars Munch l...@segv.dk --- src/modules/temperature/e_mod_main_private.h |3 ++- src/modules/temperature/tempget.c|9 + 2 files

Re: [E-devel] [PATCH] ecore: fix tslib touchscreen detection

2009-09-29 Thread Lars Munch
Applied. Thanks. On Tue, Sep 22, 2009 at 08:20:25AM +0200, Marc Andre Tanner wrote: Hi, I am trying to compile just the minimum requirements for elementary with framebuffer support. During this I found some problems in ecore's tslib detection code. The following patches should fix

Re: [E-devel] [PATCH] eina patch for cygwin-1.7

2009-06-18 Thread Lars Munch
previous post). Sorry, I did not see that post. Vincent is currently checking if this is the best approach to set the module extension. Regards Lars Munch -- Crystal Reports - New Free Runtime and 30 Day Trial Check

Re: [E-devel] [PATCH] eina patch for cygwin-1.7

2009-06-17 Thread Lars Munch
you have to explicetely compile with -mwin32 if you want _WIN32 defined and you don't want that unless you really have to. So the patch is good. In svn, thanks. Lars Munch -- Crystal Reports - New Free Runtime and 30

Re: [E-devel] EFL on framebuffer VNC support

2009-06-16 Thread Lars Munch
unsure on how you can render to a vnc engine *and* the fb engine (or some other backend) at the same time. You still want to be able to use the framebuffer while device it's being remoted, right? Regards Lars Munch

Re: [E-devel] [RFC] Evas module move to Eina module API

2009-06-10 Thread Lars Munch
systems and adding this exception will IMHO not violate the spirit of the LGPL. If this change sounds good to every one on this ML, I will contact all 12 authors of eina and check with them if they agree on this change. Thanks a lot for doing that :-) Lars Munch

Re: [E-devel] [RFC] Evas module move to Eina module API

2009-06-09 Thread Lars Munch
, but you get my point) Anyway, please consider the above suggestion as this new feature opens up for porting efl to some interesting and more embedded operating systems and adding this exception will IMHO not violate the spirit of the LGPL. Best regards Lars Munch

Re: [E-devel] [PATH] add build theme option in configure.in

2009-04-16 Thread Lars Munch
script code not clean. make[2]: *** [default.edj] Error 255 I tried setting the PATH and EMBRYO_PREFIX, but nothing worked. Any idea why this happens? Thanks Lars Munch -- Stay on top of everything new and different, both

[E-devel] [PATCH] ecore_evas_fb.c fix input

2009-03-27 Thread Lars Munch
This patch fixes a bug in ecore_evas_fb.c introduced by the big eina list conversion. The bug resulted in no input devices where added when using framebuffer. This patch also cleans up some related NULL checks that are not needed any more. Signed-off-by: Lars Munch l...@segv.dk --- src/lib

[E-devel] [PATCH] ecore pipe add close functions

2009-03-25 Thread Lars Munch
*/ ecore_pipe_close_write(p); ecore_main_loop_begin(); exit(EXIT_SUCCESS); } ecore_shutdown(); } Signed-off-by: Lars Munch l...@segv.dk --- src/lib/ecore/Ecore.h |4 +- src/lib/ecore/ecore_pipe.c | 101 +++- 2 files changed, 93

Re: [E-devel] [PATCH] ecore pipe add close functions

2009-03-25 Thread Lars Munch
On Wed, Mar 25, 2009 at 09:08:53AM +0100, Peter Wehrfritz wrote: Lars Munch schrieb: Hi This patch adds two new functions, ecore_pipe_close_read and ecore_pipe_close_write, to ecore_pipe. The purpose it to enable ecore_pipe to be used together with fork (see example below). The patch

[E-devel] [PATCH] emotion gstreamer fixes

2009-02-27 Thread Lars Munch
Hi Three patches attached. The most important one is 0003-Emotion-fix-after-eina-list-changes.patch that fixes emotion gstreamer breakage that was introduced in r39195. The two other patches is just very minor stuff that I had in my local git. Please apply Regards Lars Munch From

Re: [E-devel] Ecore and Enlightenment compilation

2009-02-25 Thread Lars Munch
(I'm on gentoo), it seems that there is some bugs into ecore_evas_fb.c, line 100 : These issues has just been fixed in svn. Please update and give it another go. Regards Lars Munch -- Open Source Business Conference

Re: [E-devel] [PATCH] gstreamer v4l support for emotion

2009-02-22 Thread Lars Munch
On Sat, Feb 21, 2009 at 09:50:55PM -0300, Gustavo Sverzut Barbieri wrote: On Thu, Feb 19, 2009 at 3:09 PM, Lars Munch l...@segv.dk wrote: This patch adds gstreamer v4l support to emotion. If you got a webcam it can be tested by doing: emotion_test -gstreamer v4l:// This will use

[E-devel] [PATCH] gstreamer v4l support for emotion

2009-02-19 Thread Lars Munch
that one video device you can also use emotion_test -gstreamer v4l://0 v4l://1 to play from both /dev/video0 and /dev/video1. Regards Lars Munch --- src/modules/gstreamer/Makefile.am |5 +- src/modules/gstreamer/emotion_gstreamer.c | 13 +++- src/modules/gstreamer

Re: [E-devel] [PATCH] ecore_fb absolute coordinate support

2008-12-16 Thread Lars Munch
On Tue, Dec 16, 2008 at 02:59:59PM +0100, Michael 'Mickey' Lauer wrote: Am Tuesday 16 December 2008 11:23:37 schrieb Lars Munch: On Mon, Dec 15, 2008 at 08:56:18PM +0100, Michael 'Mickey' Lauer wrote: Am Monday 15 December 2008 11:24:07 schrieb Lars Munch: This patch adds absolute

Re: [E-devel] [PATCH] ecore_fb absolute coordinate support

2008-12-16 Thread Lars Munch
On Mon, Dec 15, 2008 at 08:56:18PM +0100, Michael 'Mickey' Lauer wrote: Am Monday 15 December 2008 11:24:07 schrieb Lars Munch: This patch adds absolute coordinate support to ecore_fb, e.g. touchscreen support. There is no calibration support yet, it just uses the values it gets from

[E-devel] [PATCH] ecore_fb absolute coordinate support

2008-12-15 Thread Lars Munch
This patch adds absolute coordinate support to ecore_fb, e.g. touchscreen support. There is no calibration support yet, it just uses the values it gets from the kernel. Lars Munch --- Index: src/lib/ecore_fb/ecore_fb_private.h

Re: [E-devel] evil trouble

2008-10-26 Thread Lars Munch
considered bad. I currently use the attached patch to get around this problem. Regards Lars Munch Index: src/lib/evil_uuid.c === --- src/lib/evil_uuid.c (revision 0) +++ src/lib/evil_uuid.c (revision 0) @@ -0,0 +1,12

Re: [E-devel] evil trouble

2008-10-26 Thread Lars Munch
On Sun, Oct 26, 2008 at 04:59:19PM +0100, Vincent Torri wrote: On Sun, 26 Oct 2008, Lars Munch wrote: IMHO it is not a libtool problem, but the problem is that evil.dll tries to link to at static library (uuid in this case), which is generally considered bad. it is a libtool problem

[E-devel] [PATCH] Exquisite clear text fix

2008-10-03 Thread Lars Munch
clearing it. Please apply Regards Lars Munch Index: src/bin/theme.c === --- src/bin/theme.c (revision 36407) +++ src/bin/theme.c (working copy) @@ -58,8 +58,6 @@ edje_object_signal_emit(o_bg, exquisite, text_set); else

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-14 Thread Lars Munch
to have some way to reorder the objects from edje. Regards Lars Munch - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code

[E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Lars Munch
Hi Attached patch adds three new functions to edje/embryo, namely part_raise, part_lower and get_mouse_buttons. The patch has been updated to apply cleanly against latest cvs. Regrads Lars Munch Index: data/include/edje.inc

Re: [E-devel] [PATCH] updated: three new edje embryo functions

2008-04-13 Thread Lars Munch
On Sun, Apr 13, 2008 at 01:03:35PM -0300, Gustavo Sverzut Barbieri wrote: On Sun, Apr 13, 2008 at 7:17 AM, Lars Munch [EMAIL PROTECTED] wrote: Hi Attached patch adds three new functions to edje/embryo, namely part_raise, part_lower and get_mouse_buttons. I'd separate

[E-devel] [PATCH] edje: remove unused fnmatch.h include

2008-04-11 Thread Lars Munch
fnmatch is not used in edje anymore. Attached trivial patch removes the last traces of its existence in edje. Index: INSTALL === RCS file: /var/cvs/e/e17/libs/edje/INSTALL,v retrieving revision 1.2 diff -u -r1.2 INSTALL --- INSTALL

Re: [E-devel] [PATCH] evas-framebuffer.pc.in rename

2008-04-11 Thread Lars Munch
On Fri, Apr 11, 2008 at 04:27:18PM +0200, Vincent Torri wrote: On Mon, 7 Apr 2008, Lars Munch wrote: Hi Unfortunately the addition off expedite_check_engine.m4 in expedite broke the detection of the framebuffer engine in expedite. The course of this is an inconsistent naming

[E-devel] [PATCH] evas-framebuffer.pc.in rename

2008-04-07 Thread Lars Munch
. The attached patch renames this file an changes Configure.in and Makefile.am in ecore and evas accordingly. A quick grep in the cvs repository indicates that expedite is the only project that actually uses evas-framebuffer.pc, so the breakage of applying this patch should be minimal. Regards Lars

[E-devel] [PATCH] three new edje embryo functions

2008-04-05 Thread Lars Munch
Hi Attached patch adds three new functions to edje/embryo, namely part_raise, part_lower and get_mouse_buttons. Comments? Regrads Lars Munch Index: data/include/edje.inc === RCS file: /var/cvs/e/e17/libs/edje/data/include/edje.inc

[E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Lars Munch
The attached patch fixes expedite cross build. Without this patch it will look in /usr/include for include files when cross building. Please apply. Regards Lars Munch Index: src/bin/Makefile.am === RCS file: /var/cvs/e/e17/apps

Re: [E-devel] [PATCH] Ecore_Con_Url patch

2008-03-10 Thread Lars Munch
in ecore_file_download.c I get the following linking errors: arm-iwmmx-linux-gnueabi/usr/lib/libecore_file.so: undefined reference to `_ecore_file_download_abort' To me it looks like the _ecore_file_download_abort function just needs to be moved out of the HAVE_CURL ifdef's. Regards Lars Munch

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-02-24 Thread Lars Munch
in the pselect call, then only one signal will be handled at the time pselect is called. I guess this could cause the breakage. Do you think that's the issue (I don't know the entrance nor the init code) ? I have no idea how to solve this, except for going back to the pipe solution. -- Lars Munch

Re: [E-devel] DirectFB, Intel GDL, Overlays and more

2008-02-24 Thread Lars Munch
the buffer into the overlay when an update is needed. This works pretty well if you don't have to many updates and no edje animations etc on the OSD. -- Lars Munch - This SF.net email is sponsored by: Microsoft Defy all

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Lars Munch
On Tue, Jan 29, 2008 at 09:28:11AM -0600, Nathan Ingersoll wrote: On Jan 29, 2008 9:14 AM, Lars Munch [EMAIL PROTECTED] wrote: Ok, I might have asked the question wrongly. My current patch already calls pselect with an empty set of signals, so signals will only be handled when pselect

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Lars Munch
blocked except in the pselect call or do we want to unblock signals after the pselect call? 2. pselect breaks the win32 port. what is the best way to handle this? implement our own pselect for win32 using select or use #ifdef's ? Thanks Lars Munch Index: src/lib/ecore/ecore_main.c

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-29 Thread Lars Munch
On Tue, Jan 29, 2008 at 08:48:42AM -0600, Nathan Ingersoll wrote: On Jan 29, 2008 8:03 AM, Lars Munch [EMAIL PROTECTED] wrote: On Sat, Jan 26, 2008 at 01:16:24PM -0600, Nathan Ingersoll wrote: I checked the man page for Mac OS X as well. Looks like pselect() comes from FreeBSD

Re: [E-devel] keyboard - emodule idea.

2008-01-27 Thread Lars Munch
Hi You can also use the linux uinput driver to generate key input. Nice article about uinput: http://www.einfochips.com/download/dash_jan_tip.pdf Regards Lars Munch On Sun, Jan 27, 2008 at 01:41:19PM +0100, Thomas Gstädtner wrote: I'm trying to do a on screen keyboad for mobile phones

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-26 Thread Lars Munch
? or build on BSD or Solaris systems etc? Regards -- Lars Munch - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

[E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-24 Thread Lars Munch
the signal number to the signal pipe to avoid this race, but that solution could result in pipe buffer overflow and then signals would get lost. Before I continue working on this patch, I really like your comments and suggestions. Thanks -- Lars Munch Index: src/lib/ecore/ecore_signal.c

[E-devel] [PATCH] ecore_evas_fb crash fix

2007-11-17 Thread Lars Munch
Hi This small patch fixes a crash in ecore_evas_fb when there are no input devices in /dev/input. Please apply -- Lars Munch Index: src/lib/ecore_evas/ecore_evas_fb.c === RCS file: /var/cvs/e/e17/libs/ecore/src/lib/ecore_evas

Re: [E-devel] Problem with edje and its way of dispatching mouse, * signals

2007-07-17 Thread Lars Munch
it mouse_grab and default it to 1 to keep compatibility? Regards Lars Munch - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits

Re: [E-devel] Problem with edje and its way of dispatching mouse, * signals

2007-07-14 Thread Lars Munch
(clicked or not). Maybe we could add an ungrab or regrab function? Regards Lars Munch - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits

Re: [E-devel] Abstract sockets in ecore

2007-04-04 Thread Lars Munch
option for us? -- Lars Munch - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys-and earn

Re: [E-devel] Abstract sockets in ecore

2007-04-04 Thread Lars Munch
. If no one else gets to it, I'll try to look in the next few days. Sebastian already added an --disable-abstract-sockets option that does the trick. Thanks Sebastian. -- Lars Munch - Take Surveys. Earn Cash. Influence

[E-devel] [PATCH] ecore tslib configure.in fix

2007-04-04 Thread Lars Munch
for tslib will appear sometime in the near future. Please apply. -- Lars Munch Index: ecore/configure.in === RCS file: /var/cvs/e/e17/libs/ecore/configure.in,v retrieving revision 1.191 diff -u -r1.191 configure.in --- ecore

[E-devel] Mouse in/out behaviour

2007-03-24 Thread Lars Munch
? Is there some way of moving mouse grab from one object to another? Thanks Lars Munch - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [E-devel] Strange (for me) issue on evas/fb app

2007-03-15 Thread Lars Munch
Hi What color space are you using? If evas do not have the right color convertion function it will seg. fault without warning. -- Lars Munch On Wed, Mar 14, 2007 at 05:17:26PM +0100, Massimiliano Calamelli wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, finally i'm able

[E-devel] [PATCH] Add 16bpp and 32bpp Rotation 180 Converter Code

2007-02-17 Thread Lars Munch
Hi The attached patch adds 16bpp and 32bpp Rotation 180 Converter Code to evas. I did not add the 180 degrees rotation to the software_qtopia engine as I cannot test it at the moment. Please apply. -- Lars Munch Index: configure.in

[E-devel] [PATCH] Fix fb rotation in ecore

2007-02-11 Thread Lars Munch
Hi The attached patch fixes framebuffer rotation in ecore_evas_fb.c. The correct output/viewport size was not set in the init and resize functions of the ecore_evas when the rotation was 90 or 270 degrees. Please apply. -- Lars Munch Index: ./src/lib/ecore_evas/ecore_evas_fb.c

Re: [E-devel] [PATCH] Add bgr 565 convert support to evas

2007-02-10 Thread Lars Munch
On Sat, Feb 10, 2007 at 06:12:38AM +0900, Carsten Haitzler wrote: On Sun, 4 Feb 2007 20:10:32 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: Hi The attached patch adds 16bpp BGR 565 Converter Support to evas. Please apply. what hardware did you find that does bgr565? The ARM

[E-devel] [PATCH] Add bgr 565 convert support to evas

2007-02-04 Thread Lars Munch
Hi The attached patch adds 16bpp BGR 565 Converter Support to evas. Please apply. -- Lars Munch Index: configure.in === RCS file: /var/cvs/e/e17/libs/evas/configure.in,v retrieving revision 1.199 diff -p -u -r1.199 configure.in