Re: [E-devel] Porting EFL to android

2013-02-09 Thread Andreas Volz
Am Sat, 9 Feb 2013 02:51:58 +0100 schrieb Steven Le Roux: Was some permission issue on the server. I corrected it... Andreas : 1st link issues a 404 can't wait to test that ;) On Sat, Feb 9, 2013 at 12:10 AM, Andreas Volz li...@brachttal.net wrote: Am Fri, 8 Feb 2013 11:41:38 +1000

Re: [E-devel] Porting EFL to android

2013-02-08 Thread Andreas Volz
Am Fri, 8 Feb 2013 11:41:38 +1000 schrieb David Seikel: On Thu, 7 Feb 2013 23:18:59 +0100 Andreas Volz li...@brachttal.net wrote: Am Sat, 2 Feb 2013 23:56:02 +0100 schrieb Andreas Volz: Hello together, I'm currently trying to port some EFL libs to android. Just like

Re: [E-devel] Porting EFL to android

2013-02-07 Thread Andreas Volz
Am Sat, 2 Feb 2013 23:56:02 +0100 schrieb Andreas Volz: Hello together, I'm currently trying to port some EFL libs to android. Just like to report some success about this task. The EFL is working successful on android platform. Up to now I ported the buffer engine and use a native android

Re: [E-devel] Porting EFL to android

2013-02-03 Thread Andreas Volz
Am Sun, 3 Feb 2013 14:54:29 +0900 schrieb Cedric BAIL: Cedric Bail On Feb 2, 2013 11:56 PM, Andreas Volz li...@brachttal.net wrote: Hello together, I'm currently trying to port some EFL libs to android. Most of EFL 1.7.5 compiles no with a lot of --disable-* flags. You know

[E-devel] Porting EFL to android

2013-02-02 Thread Andreas Volz
Hello together, I'm currently trying to port some EFL libs to android. Most of EFL 1.7.5 compiles no with a lot of --disable-* flags. I like to try the buffer engine at first because it seems to be the easiest. After days of work I ported all the shared object loading horror to android

Re: [E-devel] Merging the EFL bindings

2013-01-14 Thread Andreas Volz
Am Mon, 14 Jan 2013 21:47:53 + schrieb Tom Hacohen: Hey, Now that we have a single EFL tree, we can and probably should merge the python/whatever bindings as well. To be honest, it's not something I have the time or interest to do, just sending this reminder in case anyone is. I

[E-devel] GSoC_2011_Project_Ideas

2013-01-05 Thread Andreas Volz
Hello, does anyone know about status from this two GSoC_2011_Project_Ideas? http://trac.enlightenment.org/e/wiki/GSoC_2011_Project_Ideas Android EFL Present EFL as a standalone toolkit for use in NDK based Android applications. Java bindings for the EFL Create object oriented

[E-devel] New ticket - server error 500

2012-12-26 Thread Andreas Volz
Hello, why does trac new ticket form always return error 500? This is really strange after releasing an stable version. How should one create new tickets without trouble? :-( Trac is also really slow. regards Andreas -- Technical Blog http://andreasvolz.wordpress.com/

Re: [E-devel] New ticket - server error 500

2012-12-26 Thread Andreas Volz
Am Wed, 26 Dec 2012 18:52:11 +0800 schrieb P Purkayastha: On 12/26/2012 05:07 PM, Andreas Volz wrote: Hello, why does trac new ticket form always return error 500? This is really strange after releasing an stable version. How should one create new tickets without trouble

Re: [E-devel] Evas* vs. Evas_Object*

2012-12-20 Thread Andreas Volz
Am Thu, 20 Dec 2012 14:29:36 +0900 schrieb Carsten Haitzler (The Rasterman): On Thu, 20 Dec 2012 00:04:33 -0200 Lucas De Marchi lucas.demar...@profusion.mobi said: On Wed, Dec 19, 2012 at 7:24 PM, Andreas Volz li...@brachttal.net wrote: Hello, Times ago I wrote some Eflxx Evas

Re: [E-devel] Evas* vs. Evas_Object*

2012-12-20 Thread Andreas Volz
Am Thu, 20 Dec 2012 08:25:33 -0200 schrieb Gustavo Sverzut Barbieri: On Thursday, December 20, 2012, Cedric BAIL wrote: Hello, On Thu, Dec 20, 2012 at 6:24 AM, Andreas Volz li...@brachttal.netjavascript:; wrote: Times ago I wrote some Eflxx Evas Canvas wrapper. There are those

[E-devel] Evas* vs. Evas_Object*

2012-12-19 Thread Andreas Volz
Hello, Times ago I wrote some Eflxx Evas Canvas wrapper. There are those functions in Canvas.cpp/.h: Canvas *Canvas::wrap (Evas_Object *o) { return new Canvas (evas_object_evas_get (o)); } Canvas *Canvas::wrap (Evas *evas) { return new Canvas (evas); } One time it stopped compiling on

Re: [E-devel] Edje/Elm External crash

2012-12-14 Thread Andreas Volz
Am Wed, 12 Dec 2012 23:15:33 +0100 schrieb Andreas Volz: Hi, I got a crash loading a edje file with Elm external into my edje application. I could reproduce this with edje_player, so no need to show any application code here. Only the edc: http://pastebin.com/zkzigHFH and here

[E-devel] svg2edc?

2012-12-13 Thread Andreas Volz
Hello, I'm remembering about a svg2edc converter. Was this a dream or is such a tool existing? :-) regards Andreas -- Technical Blog http://andreasvolz.wordpress.com/ -- LogMeIn Rescue: Anywhere, Anytime

[E-devel] Edje/Elm External crash

2012-12-12 Thread Andreas Volz
Hi, I got a crash loading a edje file with Elm external into my edje application. I could reproduce this with edje_player, so no need to show any application code here. Only the edc: http://pastebin.com/zkzigHFH and here the backtrace and error output of edje_player:

Re: [E-devel] Problems with Edje/Elementary alpha window

2012-11-25 Thread Andreas Volz
Am Sun, 25 Nov 2012 12:22:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Sat, 24 Nov 2012 23:20:27 +0100 Andreas Volz li...@brachttal.net said: and what does the elementary_tes - icon transparent test look like for you? also what driver? gl engine for client apps too? or software

Re: [E-devel] Problems with Edje/Elementary alpha window

2012-11-25 Thread Andreas Volz
Am Sun, 25 Nov 2012 19:00:21 +0900 schrieb Carsten Haitzler (The Rasterman): On Sun, 25 Nov 2012 09:38:13 +0100 Andreas Volz li...@brachttal.net said: Am Sun, 25 Nov 2012 12:22:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Sat, 24 Nov 2012 23:20:27 +0100 Andreas Volz li

[E-devel] Ecore_Exe kill after close

2012-11-25 Thread Andreas Volz
Hi, I run an application with the Ecore_Exe API ecore_exe_run(). And I have anoption to kill it with ecore_exe_kill(). This works nice as long as the child still runs. If I use ecore_exe_kill() after the child yet ended I get: ERR11696:ecore ecore.c:570 _ecore_magic_fail() *** ECORE ERROR:

[E-devel] Problems with Edje/Elementary alpha window

2012-11-24 Thread Andreas Volz
Hi, Today I noticed a problem with alpha window in my application: [1] http://s10.postimage.org/8mgva646h/2012_11_24_224749.png [2] http://s11.postimage.org/ggnwedhkj/2012_11_24_230100.png The edj file holds some images and Elementary objects. I'm sure some before one or two weeks the

Re: [E-devel] evas_object_size_hint_min_set on a ElmEntry

2012-11-22 Thread Andreas Volz
Am Thu, 22 Nov 2012 09:46:38 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Nov 2012 23:32:00 +0100 Andreas Volz li...@brachttal.net said: Am Tue, 20 Nov 2012 23:15:25 +0100 schrieb Andreas Volz: Hi, I just created a small GUI window based in Elementaryxx. I'll

Re: [E-devel] evas_object_size_hint_min_set on a ElmEntry

2012-11-22 Thread Andreas Volz
Am Fri, 23 Nov 2012 08:42:58 +0900 schrieb Carsten Haitzler (The Rasterman): On Thu, 22 Nov 2012 23:07:28 +0100 Andreas Volz li...@brachttal.net said: Am Thu, 22 Nov 2012 09:46:38 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Nov 2012 23:32:00 +0100 Andreas Volz li

Re: [E-devel] evas_object_size_hint_min_set on a ElmEntry

2012-11-21 Thread Andreas Volz
Andreas Volz li...@brachttal.net said: NEVER set min (or max) size hints on elm objects. they set them themselves. all you do is fight over who set them last. never do this. min size horizontally will be almost nothing for an entry (as it can scroll...)... what you want is an EXTRA

Re: [E-devel] elm_object_part_text_get vs. elm_entry_entry_get

2012-11-21 Thread Andreas Volz
Am Wed, 21 Nov 2012 19:20:01 + schrieb Tom Hacohen: On Sun, Nov 18, 2012 at 11:09 PM, Raphael Kubo da Costa No; the former just ends up calling the latter and is widget-agnostic. Exactly. The idea was that we have the consistent way across all widgets that just works

[E-devel] Generate Eflxx API docs?

2012-11-21 Thread Andreas Volz
Hi, is it possible to generate the Eflxx API doxygen docs like the C API and store it somewhere on the web server? Who should I ask for permission and to help with the task? If not allowed I've to generate them local each day. regards Andreas -- Technical Blog

Re: [E-devel] evas_object_size_hint_min_set on a ElmEntry

2012-11-21 Thread Andreas Volz
Am Tue, 20 Nov 2012 23:15:25 +0100 schrieb Andreas Volz: Hi, I just created a small GUI window based in Elementaryxx. I'll show an shot of my problem and some C++ code here. But I'm sure same problem would exist in C code. Now I placed the table into a box to put some OK button below

Re: [E-devel] ElmEntry border?

2012-11-20 Thread Andreas Volz
to create a scroller yourself) On Sun, Nov 18, 2012 at 10:35 AM, Andreas Volz li...@brachttal.net wrote: Hello, if I create a Elm Entry I always get it without border like this: http://docs.enlightenment.org/auto/elementary/img/widget/entry/preview-00.png But there's another image

Re: [E-devel] ElmEntry border?

2012-11-20 Thread Andreas Volz
Am Tue, 20 Nov 2012 22:37:08 +0100 schrieb Andreas Volz: Forget the question. I found it. elm_entry_single_line_set or Entry::setSingleLine in Elmxx. I should have known it as I yet wrote the C++ wrapper. :-P Am Sun, 18 Nov 2012 11:56:30 -0200 schrieb Gustavo Sverzut Barbieri: Yes, but I

[E-devel] evas_object_size_hint_min_set on a ElmEntry

2012-11-20 Thread Andreas Volz
Hi, I just created a small GUI window based in Elementaryxx. I'll show an shot of my problem and some C++ code here. But I'm sure same problem would exist in C code. Window shot: http://s10.postimage.org/eqt4kvdzd/Entry_min_size.jpg Source code: http://codepad.org/kEHOX9n1 I expected this call

Re: [E-devel] Evas event handling - void *event_info?

2012-11-18 Thread Andreas Volz
Am Sat, 17 Nov 2012 23:02:28 -0200 schrieb Leandro Dorileo: Hi, On Sat, Nov 17, 2012 at 05:37:42PM +0100, Andreas Volz wrote: Hello, I've just some problem to understand that event_info parameter in Evas callbacks. e.g.: http://docs.enlightenment.org/auto/elementary

[E-devel] ElmEntry border?

2012-11-18 Thread Andreas Volz
Hello, if I create a Elm Entry I always get it without border like this: http://docs.enlightenment.org/auto/elementary/img/widget/entry/preview-00.png But there's another image in the docs: http://docs.enlightenment.org/auto/elementary/img/widget/entry/preview-02.png Could you tell me what

Re: [E-devel] efl SVG support?

2012-11-18 Thread Andreas Volz
Am Sat, 17 Nov 2012 18:23:02 +0100 schrieb Vincent Torri: On Sat, Nov 17, 2012 at 5:42 PM, Andreas Volz li...@brachttal.net wrote: Am Sat, 17 Nov 2012 11:21:58 + schrieb gpl4all: Interesting! Does enesim stand in some sort of competition compared to part of EFL? Or do they have

[E-devel] elm_object_part_text_get vs. elm_entry_entry_get

2012-11-18 Thread Andreas Volz
Hi, is there any difference between calling elm_object_part_text_get and elm_entry_entry_get on the same Entry object? regards Andreas -- Technical Blog http://andreasvolz.wordpress.com/ -- Monitor your

[E-devel] Elm Theme free?

2012-11-18 Thread Andreas Volz
Hi, Does anyone know if I use elm_object_theme_get(). Do I have to use elm_theme_free() after I don't use this variable any more? Or will Elementary manage this for me? regards Andreas -- Technical Blog http://andreasvolz.wordpress.com/

[E-devel] efl SVG support?

2012-11-17 Thread Andreas Volz
Hello, while compiling efl the esvg check was failing: configure:30505: $PKG_CONFIG --exists --print-errors esvg = ${version_esvg} ender = ${version_ender} Package esvg was not found in the pkg-config search path. Perhaps you should add the directory containing `esvg.pc' to the PKG_CONFIG_PATH

[E-devel] Evas event handling - void *event_info?

2012-11-17 Thread Andreas Volz
Hello, I've just some problem to understand that event_info parameter in Evas callbacks. e.g.: http://docs.enlightenment.org/auto/elementary/fileselector_example_c.html ... /* 'selected' cb */ static void _fs_selected(void*data, Evas_Object *obj, void

Re: [E-devel] efl SVG support?

2012-11-17 Thread Andreas Volz
Am Sat, 17 Nov 2012 11:21:58 + schrieb gpl4all: Interesting! Does enesim stand in some sort of competition compared to part of EFL? Or do they have another mission? http://code.google.com/p/enesim -Original Message- From: Andreas Volz li...@brachttal.net Date: Sat, 17 Nov

Re: [E-devel] New Default Theme

2012-11-14 Thread Andreas Volz
Am Tue, 13 Nov 2012 19:10:23 -0600 schrieb Jeff Hoogland: First off - I'd like to say the new default theme is great. Aside from the numbers on the digital clock I really like it. That being said, why did the default theme changing break so much in existing themes? Sorry to say, but I

[E-devel] Compiling recent E17 SVN

2012-11-03 Thread Andreas Volz
Hello, after several week I synced E17 SVN and tried to compile with easy_e17.sh as always: configure: error: Package requirements (eo) were not met: No package 'eo' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Andreas Volz
Am Sat, 03 Nov 2012 11:10:17 +0100 schrieb Thomas Sachau: Andreas Volz schrieb: Hello, after several week I synced E17 SVN and tried to compile with easy_e17.sh as always: configure: error: Package requirements (eo) were not met: No package 'eo' found Consider adjusting

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Andreas Volz
Am Sat, 3 Nov 2012 11:09:13 +0100 schrieb Vincent Torri: On Sat, Nov 3, 2012 at 10:50 AM, Andreas Volz li...@brachttal.net wrote: Hello, after several week I synced E17 SVN and tried to compile with easy_e17.sh as always: configure: error: Package requirements (eo) were not met

Re: [E-devel] Compiling recent E17 SVN

2012-11-03 Thread Andreas Volz
Am Sat, 03 Nov 2012 20:02:35 +0800 schrieb P Purkayastha: On 11/03/2012 07:22 PM, Andreas Volz wrote: Am Sat, 03 Nov 2012 11:10:17 +0100 schrieb Thomas Sachau: Andreas Volz schrieb: Hello, after several week I synced E17 SVN and tried to compile with easy_e17.sh as always

[E-devel] Termonology utf-8 Problems

2012-10-27 Thread Andreas Volz
Hi, I've a directory with those test files: -rw-rw-r-- 1 andreas andreas 0 Aug 7 2008 Die Lösung.mp3 -rw-rw-r-- 1 andreas andreas 0 Aug 7 2008 Fette Töne.mp3 -rw-rw-r-- 1 andreas andreas 0 Jan 2 2012 Jeah, Music.mp3 -rw-rw-r-- 1 andreas andreas 0 Aug 7 2008 Keine Ahnung.mp3 -rw-rw-r-- 1

Re: [E-devel] Termonology utf-8 Problems

2012-10-27 Thread Andreas Volz
Am Sat, 27 Oct 2012 14:11:14 +0200 schrieb Andreas Volz: Hi, I've a directory with those test files: -rw-rw-r-- 1 andreas andreas 0 Aug 7 2008 Die Lösung.mp3 -rw-rw-r-- 1 andreas andreas 0 Aug 7 2008 Fette Töne.mp3 -rw-rw-r-- 1 andreas andreas 0 Jan 2 2012 Jeah, Music.mp3 -rw-rw-r

Re: [E-devel] Termonology utf-8 Problems

2012-10-27 Thread Andreas Volz
Am Sat, 27 Oct 2012 10:52:29 -0200 schrieb Gustavo Sverzut Barbieri: Off topic but I'm amused how many people uses mc. Damn, I never found it to be useful, not even in 1997 when I started using Linux. Why do you use it and not bash or a GUI file manager such as EFM? Because mc is a

Re: [E-devel] Termonology utf-8 Problems

2012-10-27 Thread Andreas Volz
Am Sat, 27 Oct 2012 14:52:36 +0200 schrieb Boris Faure: On 12-10-27 14:21, Andreas Volz wrote: Am Sat, 27 Oct 2012 14:11:14 +0200 schrieb Andreas Volz: Hi, I've a directory with those test files: -rw-rw-r-- 1 andreas andreas 0 Aug 7 2008 Die Lösung.mp3 -rw-rw-r-- 1

Re: [E-devel] Screen resolution not remembered

2012-05-12 Thread Andreas Volz
Am Thu, 10 May 2012 14:12:42 +0200 schrieb Leif Middelschulte: 2012/5/9 Andreas Volz li...@brachttal.net: Hi, I bought a new 24 screen and it works well in 1920x1080 with E. But what ever I do each day after restart E it remembers 1680x1050 and I've to change resolution in the dialog

Re: [E-devel] Screen resolution not remembered

2012-05-12 Thread Andreas Volz
Am Sat, 12 May 2012 11:36:46 +0300 schrieb Tom Hacohen: On 12/05/12 11:37, Andreas Volz wrote: Ok, I've no better solution so I did a workaround. I created a script that calls xrandr --size 1920x1080 to set resolution. Then after E is started I press a button in my shelf to change

Re: [E-devel] NSIS installer of the EFL

2012-05-12 Thread Andreas Volz
Am Sat, 12 May 2012 10:59:12 +0200 schrieb Vincent Torri: On Fri, May 11, 2012 at 7:45 AM, Andreas Volz li...@brachttal.net wrote: Am Fri, 11 May 2012 00:07:43 +0200 schrieb Vincent Torri: On Wed, May 9, 2012 at 9:59 PM, Andreas Volz li...@brachttal.net wrote: Am Wed, 9 May 2012 09

Re: [E-devel] Screen resolution not remembered

2012-05-10 Thread Andreas Volz
Am Wed, 9 May 2012 16:37:59 -0500 schrieb Jeff Hoogland: Do you have remember on restart check in the screen resolution dialog? I tried several times to set this setting, but it's not remembered after close and open dialog again and doesn't even change anything. regards Andreas --

Re: [E-devel] Screen resolution not remembered

2012-05-10 Thread Andreas Volz
Am Thu, 10 May 2012 14:12:42 +0200 schrieb Leif Middelschulte: 2012/5/9 Andreas Volz li...@brachttal.net: Hi, I bought a new 24 screen and it works well in 1920x1080 with E. But what ever I do each day after restart E it remembers 1680x1050 and I've to change resolution in the dialog

Re: [E-devel] NSIS installer of the EFL

2012-05-10 Thread Andreas Volz
Am Fri, 11 May 2012 00:07:43 +0200 schrieb Vincent Torri: On Wed, May 9, 2012 at 9:59 PM, Andreas Volz li...@brachttal.net wrote: Am Wed, 9 May 2012 09:41:18 +0200 schrieb Vincent Torri: On Wed, May 9, 2012 at 7:17 AM, Andreas Volz li...@brachttal.net wrote: Am Tue, 8 May 2012 22:42

Re: [E-devel] NSIS installer of the EFL

2012-05-09 Thread Andreas Volz
Am Wed, 9 May 2012 09:41:18 +0200 schrieb Vincent Torri: On Wed, May 9, 2012 at 7:17 AM, Andreas Volz li...@brachttal.net wrote: Am Tue, 8 May 2012 22:42:13 +0200 schrieb Vincent Torri: On Tue, May 8, 2012 at 9:56 PM, Andreas Volz li...@brachttal.net wrote: Am Tue, 8 May 2012 21:04

Re: [E-devel] NSIS installer of the EFL

2012-05-08 Thread Andreas Volz
Am Tue, 8 May 2012 21:04:10 +0200 schrieb Vincent Torri: Hey I've built an NSIS installer. It contains evil, eina, eet, evas, ecore, embryo, edje, eio, elementary and expedite (latest releases) You can grab it here : http://dev.enlightenment.fr/~doursse/NSIS/Efl-1.2.0.exe Please test

Re: [E-devel] NSIS installer of the EFL

2012-05-08 Thread Andreas Volz
Am Tue, 8 May 2012 22:42:13 +0200 schrieb Vincent Torri: On Tue, May 8, 2012 at 9:56 PM, Andreas Volz li...@brachttal.net wrote: Am Tue, 8 May 2012 21:04:10 +0200 schrieb Vincent Torri: Hey I've built an NSIS installer. It contains evil, eina, eet, evas, ecore, embryo, edje, eio

Re: [E-devel] create custom elementary widget

2012-03-24 Thread Andreas Volz
Am Fri, 23 Mar 2012 17:06:44 +0900 schrieb Carsten Haitzler (The Rasterman): On Fri, 23 Mar 2012 08:51:02 +0100 Stefan Schmidt ste...@datenfreihafen.org said: Hello. On Fri, 2012-03-23 at 09:59, Carsten Haitzler wrote: is that meant to be touch driven, or hardware dial driven?

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Andreas Volz
Am Wed, 21 Mar 2012 18:54:39 -0300 schrieb Gustavo Chaves: On Wed, Mar 21, 2012 at 6:30 PM, Andreas Volz li...@brachttal.net wrote: Hi, Hi. I've some special widgets which I couldn't assemble from other existing widgets (rotary). So I like to create a new one. Could you tell

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Andreas Volz
Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hmm, how should I explain it? Maybe some pictures tell more then words: http://www.vag-tec.com/public/images/pictures/2G

Re: [E-devel] create custom elementary widget

2012-03-22 Thread Andreas Volz
Am Thu, 22 Mar 2012 22:54:12 +0100 schrieb Leif Middelschulte: 2012/3/22 Andreas Volz li...@brachttal.net: Am Thu, 22 Mar 2012 15:09:05 +0900 schrieb Carsten Haitzler (The Rasterman): On Wed, 21 Mar 2012 22:30:27 +0100 Andreas Volz li...@brachttal.net said: rotary.. what? Hmm

[E-devel] create custom elementary widget

2012-03-21 Thread Andreas Volz
Hi, I've some special widgets which I couldn't assemble from other existing widgets (rotary). So I like to create a new one. Could you tell me the way how to do this? Should I create a new one in elementary/src/lib/ (I won't commit it without permission!) or is there some elementary-extras

Re: [E-devel] Dialer/Speller widget for elementary

2012-03-14 Thread Andreas Volz
the screenshot. El 13 de març de 2012 23:05, Andreas Volz li...@brachttal.net ha escrit: Hi, I need some sore of character/number speller for my elementary app. Something like on http://a5.mzstatic.com/us/r1000/056/Purple/0d/22/7c/mzl.idkttlmp.320x480-75.jpg or http

[E-devel] Dialer/Speller widget for elementary

2012-03-13 Thread Andreas Volz
Hi, I need some sore of character/number speller for my elementary app. Something like on http://a5.mzstatic.com/us/r1000/056/Purple/0d/22/7c/mzl.idkttlmp.320x480-75.jpg or http://www.xda-developers.com/wp-content/uploads/2010/11/fast_dialer_screenshot8.png?139d23 I would like to have the

[E-devel] Fw: #983: gl_view

2012-03-11 Thread Andreas Volz
Hi Raster, I noticed the same here. Don't you think one half sentence more would motivate bug writers? e.g. ...because Mesa bug... or ...because feature is not important... or ... ? I don't understand the reason. regards Andreas Anfang der weitergeleiteten Nachricht: Datum: Sun, 11

Re: [E-devel] Fw: #983: gl_view

2012-03-11 Thread Andreas Volz
for me, but everything is nonresponsive. the 3 windows can redraw and hang Vincent. On Sun, Mar 11, 2012 at 10:41 AM, Andreas Volz li...@brachttal.net wrote: Hi Raster, I noticed the same here. Don't you think one half sentence more would motivate bug writers? e.g. ...because

Re: [E-devel] Fw: #983: gl_view

2012-03-11 Thread Andreas Volz
Am Sun, 11 Mar 2012 21:31:16 +0900 schrieb Carsten Haitzler (The Rasterman): On Sun, 11 Mar 2012 12:50:54 +0100 Cedric BAIL cedric.b...@free.fr said: On Sun, Mar 11, 2012 at 12:16 PM, Andreas Volz li...@brachttal.net wrote: Am Sun, 11 Mar 2012 11:24:35 +0100 schrieb Vincent Torri

Re: [E-devel] Resolution warning at startup

2012-03-04 Thread Andreas Volz
Am Sun, 4 Mar 2012 20:13:56 +0900 schrieb Carsten Haitzler (The Rasterman): On Sat, 3 Mar 2012 22:41:13 +0100 Andreas Volz li...@brachttal.net said: are you sure that comes from e? 8:13PM ~/C/e17 grep -r Keiner . 8:13PM ~/C/e17 no Keiner in e17 - src or translations (po's

Re: [E-devel] EFL on OSEK systems?

2012-02-19 Thread Andreas Volz
Am Sat, 18 Feb 2012 16:46:46 +0900 schrieb Carsten Haitzler (The Rasterman): On Fri, 17 Feb 2012 23:02:16 +0100 Andreas Volz li...@brachttal.net said: Hello, I like to know you opinion about usage of EFL (edje) on OSEK systems? If you don't know what OSEK is here some links

[E-devel] EFL on OSEK systems?

2012-02-17 Thread Andreas Volz
Hello, I like to know you opinion about usage of EFL (edje) on OSEK systems? If you don't know what OSEK is here some links: http://en.wikipedia.org/wiki/OSEK http://www.osek-vdx.org/ http://portal.osek-vdx.org/files/pdf/specs/os223.pdf http://www.openosek.org/tikiwiki/tiki-index.php For sure

Re: [E-devel] LightDM

2012-02-12 Thread Andreas Volz
Am Sun, 12 Feb 2012 11:20:30 +1000 schrieb David Seikel: On Sat, 11 Feb 2012 21:11:55 +0100 Andreas Volz li...@brachttal.net wrote: Am Sat, 11 Feb 2012 04:12:26 -0500 schrieb Michael Blumenkrantz: On Sat, 11 Feb 2012 10:03:59 +0100 Vincent Torri vincent.to...@gmail.com wrote

Re: [E-devel] LightDM

2012-02-12 Thread Andreas Volz
Am Sun, 12 Feb 2012 13:38:05 +0100 schrieb Vincent Torri: On Sun, Feb 12, 2012 at 1:12 PM, Davide Andreoli d...@gurumeditation.it wrote: 2012/2/12 Vincent Torri vincent.to...@gmail.com: On Sun, Feb 12, 2012 at 12:44 PM, Davide Andreoli d...@gurumeditation.it wrote: 2012/2/11 Andreas

[E-devel] LightDM

2012-02-11 Thread Andreas Volz
Hello together, anyone yet thought about writing a EFL greeter frontend for LightDM? http://www.freedesktop.org/wiki/Software/LightDM It's currently default in Ubuntu 11.10: http://wiki.ubuntuusers.de/LightDM I think it's an easy way to get an EFL login. What do you think? regards

Re: [E-devel] LightDM

2012-02-11 Thread Andreas Volz
Am Sat, 11 Feb 2012 04:12:26 -0500 schrieb Michael Blumenkrantz: On Sat, 11 Feb 2012 10:03:59 +0100 Vincent Torri vincent.to...@gmail.com wrote: On Sat, Feb 11, 2012 at 9:51 AM, Andreas Volz li...@brachttal.net wrote: Hello together, anyone yet thought about writing a EFL greeter

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Andreas Volz
Am Mon, 30 Jan 2012 07:39:03 + (GMT) schrieb Doyoun Kang: Dear all. When the window type is changed by window manager or other daemon, elm_win couldn't detect this change and didn't change Elm_Win's type. So, after some operation (like elm_win_alpha_set or elm_win_transparent_set,

Re: [E-devel] Strange problem using elementary in Unity

2012-01-24 Thread Andreas Volz
Am Tue, 24 Jan 2012 12:25:53 +0900 schrieb Carsten Haitzler (The Rasterman): On Mon, 23 Jan 2012 22:02:18 +0100 Andreas Volz li...@brachttal.net said: Hello, I just installed Ubuntu Oneiric and tested Unity for some days only to see if it has some nice features. It has some

[E-devel] Strange problem using elementary in Unity

2012-01-23 Thread Andreas Volz
Hello, I just installed Ubuntu Oneiric and tested Unity for some days only to see if it has some nice features. It has some interesting features, but is at all not configurable enough for my needs. How ever, that's not topic of my email. My problem is that I've tested one of my elementary

[E-devel] compiling E17

2012-01-08 Thread Andreas Volz
Hi, r66977 compiled with easy_e17.sh just failed: ../../src/lib/.libs/libelementary.so: undefined reference to `ecore_evas_wayland_shm_resize' Any ideas? regards Andreas -- Technical Blog http://andreasvolz.wordpress.com/

Re: [E-devel] compiling E17

2012-01-08 Thread Andreas Volz
Am Sun, 8 Jan 2012 18:33:43 +0100 schrieb Andreas Volz: Hi, r66977 compiled with easy_e17.sh just failed: ../../src/lib/.libs/libelementary.so: undefined reference to `ecore_evas_wayland_shm_resize' Any ideas? Searching through last SVN commits found this: Log: Ecore_Evas: Add api

Re: [E-devel] edje aspect calculation

2012-01-08 Thread Andreas Volz
Am Sat, 7 Jan 2012 22:38:29 +0100 schrieb Cedric BAIL: On Sat, Jan 7, 2012 at 9:32 PM, Andreas Volz li...@brachttal.net wrote: Am Fri, 6 Jan 2012 20:18:07 +0900 schrieb Carsten Haitzler (The Rasterman): On Thu, 5 Jan 2012 19:47:16 +0100 Andreas Volz li...@brachttal.net said: u

Re: [E-devel] edje aspect calculation

2012-01-07 Thread Andreas Volz
Am Fri, 6 Jan 2012 20:18:07 +0900 schrieb Carsten Haitzler (The Rasterman): On Thu, 5 Jan 2012 19:47:16 +0100 Andreas Volz li...@brachttal.net said: u.. you know aspect: X X2 is: aascpet: MINIMUM MAXIMUM; and they are width/wight... you are making maximum LESS than minimum

[E-devel] edje aspect calculation

2012-01-05 Thread Andreas Volz
Hello, I just noticed that edje has a problem regarding aspect calculation. It seems there is a difference how aspect is defined for an image. It's easy to demonstrate with a small example. The opposite problem shows up if user has an image of size where width is smaller than hight. image size:

Re: [E-devel] Editje bugs?

2012-01-05 Thread Andreas Volz
Am Thu, 5 Jan 2012 05:55:32 -0500 schrieb Michael Blumenkrantz: On Thu, 5 Jan 2012 08:01:52 +0100 Andreas Volz li...@brachttal.net wrote: Am Wed, 4 Jan 2012 17:20:01 -0500 schrieb Michael Blumenkrantz: On Wed, 4 Jan 2012 23:13:44 +0100 Andreas Volz li...@brachttal.net wrote

[E-devel] Editje - new options

2012-01-04 Thread Andreas Volz
Hello, I tried to add some new params to Editje. Could you tell my why this doesn't show a combo box as I expected. It only shows the aspect mode label, but no combo box behind. Index: editje/details_state.py === ---

[E-devel] Editje bugs?

2012-01-04 Thread Andreas Volz
Hi, how do you prefer to report Editje bugs? http://trac.enlightenment.org/e/newticket Here is no component Editje available. I'm in fear my tickets may be ignored. So how to report them? regards Andreas -- Technical Blog http://andreasvolz.wordpress.com/

Re: [E-devel] Editje bugs?

2012-01-04 Thread Andreas Volz
Am Wed, 4 Jan 2012 17:20:01 -0500 schrieb Michael Blumenkrantz: On Wed, 4 Jan 2012 23:13:44 +0100 Andreas Volz li...@brachttal.net wrote: Hi, how do you prefer to report Editje bugs? http://trac.enlightenment.org/e/newticket Here is no component Editje available. I'm in fear

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-02 Thread Andreas Volz
Am Sun, 1 Jan 2012 15:36:42 +0100 schrieb Andreas Volz: Now I got it working. For all lazy people here is a screenshot: http://imagebin.org/191425 Nice work for a first EFL editor I see. Please keep up with it as small editor. Maybe split editor component as library to easy include it in other

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-01 Thread Andreas Volz
Am Sun, 1 Jan 2012 14:57:10 +0100 schrieb Vincent Torri: I tried to build: Running autopoint... autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac file requires the infrastructure from gettext-0.18 but this version is older. Please upgrade to

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-01 Thread Andreas Volz
Am Sun, 1 Jan 2012 10:28:41 -0500 schrieb Michael Blumenkrantz: checking for EFL... yes checking for ECORE_X... ./configure: line 7679: syntax error near unexpected token `else' ./configure: line 7679: `else' :-( On Sun, 1 Jan 2012 14:57:10 +0100 Vincent Torri vincent.to...@gmail.com wrote:

[E-devel] Connection Manager

2011-12-30 Thread Andreas Volz
Hello, I compiled yesterday E17 + all modules from SVN. After I started up again my conman module is red and don't show something. Before it was working nice for switching networks. Any ideas? regards Andreas -- Technical Blog http://andreasvolz.wordpress.com/

Re: [E-devel] E SVN: andreas trunk/BINDINGS/cxx/elementaryxx/include/elementaryxx

2011-12-28 Thread Andreas Volz
Am Wed, 28 Dec 2011 11:12:22 +0900 schrieb Daniel Juyung Seo: Maybe I missed that email. Sorry! Now I added also this file. It's always dangerous if only one developer exists and no nightly build. :-( But this situation will improve with launchpad... Thanks for pointing out! Andreas

[E-devel] Unofficial Ubuntu PPA

2011-12-26 Thread Andreas Volz
Hello together, in the last days I build an unofficial Ubuntu PPA for EFL 1.1.0: https://launchpad.net/~tux-style/+archive/efl I didn't test it on a system beside building daily builds from EFLxx: https://launchpad.net/~tux-style/+archive/eflxx Project: https://launchpad.net/eflxx Most

Re: [E-devel] E SVN: seoz trunk/devs/seoz

2011-12-14 Thread Andreas Volz
Am Tue, 13 Dec 2011 17:46:32 -0800 schrieb Enlightenment SVN: What component exactly is broken in eflxx? I've not done a SVN update for some days. I'm just setting up daily builds on launchpad to recognise broken builds earlier... Log: devs seoz: Updated build script. Disabled cxx bindings.

Re: [E-devel] _ecore_main_lock_count

2011-11-26 Thread Andreas Volz
Am Sat, 26 Nov 2011 13:21:11 +0900 schrieb Carsten Haitzler (The Rasterman): I don't think that I've activated threadsafety in ecore. If I run configure again in ecore I get: Ecore: always Thread support.: POSIX Thread safety..: no So I

Re: [E-devel] _ecore_main_lock_count

2011-11-26 Thread Andreas Volz
. So in which component should I start searching/tracing this bug? regards Andreas On Sat, 26 Nov 2011 11:00:55 +0100 Andreas Volz li...@brachttal.net said: oh yes you're right - its just the ecore thread correctness detection code. somethng is not doing lock/unlock correctly on enter

[E-devel] _ecore_main_lock_count

2011-11-25 Thread Andreas Volz
Hello, in rare cases I get this assert in my application: lt-oiui: ecore_private.h:248: _ecore_unlock: Zusicherung »_ecore_main_lock_count == 0« nicht erfüllt. lt-oiui: ecore_private.h:241: _ecore_lock: Zusicherung »_ecore_main_lock_count == 1« nicht erfüllt. This is gdb backtrace: Program

[E-devel] E17 tablet recommendation / Android

2011-11-10 Thread Andreas Volz
Hello, could anyone recommend a good tablet pc for E17? Does anyone know if it's possible to run edje based applications (not E17 itself!) on Android based tablets? As Android supports native applications and has an OpenGL interface it should be possible, not? regards Andreas --

Re: [E-devel] #define in Edje

2011-07-29 Thread Andreas Volz
Am Fri, 29 Jul 2011 00:12:30 +0300 schrieb Tom Hacohen: On 28/07/11 23:52, Andreas Volz wrote: Am Thu, 28 Jul 2011 20:17:03 +0900 schrieb Carsten Haitzler (The Rasterman): I found it while playing with the clock theme (trunk/THEMES/darkness/modules/clock.edc) See here my changes

Re: [E-devel] #define in Edje

2011-07-29 Thread Andreas Volz
Am Fri, 29 Jul 2011 20:30:30 +0900 schrieb Carsten Haitzler (The Rasterman): On Thu, 28 Jul 2011 23:47:27 +0200 Andreas Volz li...@brachttal.net said: Am Fri, 29 Jul 2011 00:12:30 +0300 schrieb Tom Hacohen: On 28/07/11 23:52, Andreas Volz wrote: Am Thu, 28 Jul 2011 20:17:03 +0900

Re: [E-devel] #define in Edje

2011-07-28 Thread Andreas Volz
Andreas On Mon, 18 Jul 2011 23:31:43 +0200 Andreas Volz li...@brachttal.net said: do you have an example? you mean: #if A != 10 hello #endif or something else? Hello, it seems the ! and != operator in #define macros in EDC aren't working. I tried various tests

Re: [E-devel] E SVN: andreas IN trunk/BINDINGS/cxx/ecorexx: include/ecorexx src

2011-07-23 Thread Andreas Volz
Am Sat, 23 Jul 2011 08:14:55 +0200 (CEST) schrieb Vincent Torri: On Fri, 22 Jul 2011, Enlightenment SVN wrote: Log: Ecorexx::Timer design changed to have a factory and provide destroy function to wrap C interface better than before also used sigc++ slots as callback provider

[E-devel] #define in Edje

2011-07-18 Thread Andreas Volz
Hello, it seems the ! and != operator in #define macros in EDC aren't working. I tried various tests and only == was working nice. Revision is 60268. Yes, a little old, but like to know if this bug is still in latest sources. regards Andreas -- Technical Blog

Re: [E-devel] #define in Edje

2011-07-18 Thread Andreas Volz
Am Mon, 18 Jul 2011 23:31:43 +0200 schrieb Andreas Volz: I think even == operator has some problems. It seems all == operations end in true and all != operations in false. At least if -DVARIABLE is set to anything... regards Andreas Hello, it seems the ! and != operator in #define

<    1   2   3   4   5   6   7   8   >