Re: [E-devel] E SVN: caro trunk/e/src/bin

2010-04-17 Thread Vincent Torri
On Sun, 18 Apr 2010, hannes.janet...@gmail.com wrote: On Sun, Apr 18, 2010 at 7:29 AM, Enlightenment SVN wrote: Log:  Replace the description "Everything" by "All" as there  is a conflict with the Everything module wrt translations. 'Everything' shouldnt be translated, just like 'enlighten

Re: [E-devel] E SVN: caro trunk/e/src/bin

2010-04-17 Thread hannes.janet...@gmail.com
On Sun, Apr 18, 2010 at 7:29 AM, Enlightenment SVN wrote: > Log: >  Replace the description "Everything" by "All" as there >  is a conflict with the Everything module wrt translations. > 'Everything' shouldnt be translated, just like 'enlightenment' so there is no conflict, or was there any? > Au

[E-devel] edje_cc dependencies

2010-04-17 Thread Vincent Torri
hey, after mobi phil mail, i looked at the output of ldd with edje_cc (see below). As we are near an alpha release, maybe it's time to optimise it. Several things can be improved: 1) there is an ecore_con dep. Because ecore_file. Ecore_file is used only because of ecore_file_exists() (note th

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread The Rasterman
On Sun, 18 Apr 2010 03:05:24 +0200 mobi phil said: > Thanks for the detailed answer... You told me what I did not find out in > weeks :)... nevertheless: > > > if you are talking of directfb accelerated on top of glamo - good luck. last > > i > > checked it wasn't and you'd have something a LOT

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread Christopher Michael
On 04/17/2010 08:50 PM, Christopher Michael wrote: > On 04/17/2010 08:46 PM, daniele_athome wrote: >> On Sun, Apr 18, 2010 at 02:28, Christopher Michael >> wrote: >>> Identical to e17 zones in reality. I just used "illume zones" so that >>> outside apps (like elementary apps) would have access to

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
On Sun, Apr 18, 2010 at 03:45, Christopher Michael wrote: > Could very well be ... tho if you hit that point it's more than likely > because the x/y position(s) of your other windows are not being returned > correctly ... you should actually end up falling into 220 or so... > I see... good night

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread Christopher Michael
On 04/17/2010 09:42 PM, daniele_athome wrote: > In policy.c, line 230: > > /* if we reach here, then there is a problem with showing a window below > * this one, so show home */ > _policy_focus_home(bd->zone); > > Something tells me that this line is somewhat related with my issue... >

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
On Sun, Apr 18, 2010 at 03:30, Christopher Michael wrote: > Sadly, even after building & installing all the necessary libraries, I am > still unable to run your apps to test the issue :( Getting some dbus errors > that are just "weird" to me (I'm no dbus expert lol) ... :( > Home screen should ru

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
In policy.c, line 230: /* if we reach here, then there is a problem with showing a window below * this one, so show home */ _policy_focus_home(bd->zone); Something tells me that this line is somewhat related with my issue... what do you think? -- daniele_athome --

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread Christopher Michael
On 04/17/2010 09:35 PM, daniele_athome wrote: > On Sun, Apr 18, 2010 at 03:30, Christopher Michael > wrote: >> Sadly, even after building& installing all the necessary libraries, I am >> still unable to run your apps to test the issue :( Getting some dbus errors >> that are just "weird" to me (I

Re: [E-devel] Edje-external emotion sets audio_volume

2010-04-17 Thread Gustavo Sverzut Barbieri
On Thu, Apr 15, 2010 at 1:21 PM, Thomas Gstädtner wrote: > While playing with Editje, I noticed that the Emotion widget (as > edje-external) sets the audio volume to 0.9 (90%) by default, which is > kind of annoying because just loading the widget automatically changes > the volume of the mixer (i

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread mobi phil
Thanks for the detailed answer... You told me what I did not find out in weeks :)... nevertheless: if you are talking of directfb accelerated on top of glamo - good luck. last > i > checked it wasn't and you'd have something a LOT slower. No.. there is nothing... was thinking to write sthg. on t

Re: [E-devel] Gentoo overlay: rename editje executable to fit gentoo naming scheme

2010-04-17 Thread Gustavo Sverzut Barbieri
in svn 48092, now you can sleep in peace :-D 2010/4/15 Thomas Gstädtner : > The attached patch works around the editje'-bin' "issue" in the ebuild > to have a name for the executable that fits the gentoo naming scheme. > Yeah, I know, this is not a big deal, but imho it can't hurt to have it right

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread Christopher Michael
On 04/17/2010 08:53 PM, daniele_athome wrote: > On Sun, Apr 18, 2010 at 02:50, Christopher Michael > wrote: >> Is your second window a 'child' of the first ? (ie: transient_set) ?? Could >> be an odd problem there wrt refocus of the parent (tho I have yet to >> encounter a case where it fails thr

Re: [E-devel] e_dbus patches

2010-04-17 Thread Gustavo Sverzut Barbieri
On Thu, Apr 15, 2010 at 12:59 PM, Michael Blumenkrantz wrote: > Hi, > > Included are three patches for e_dbus.  One implements the udisks/upower > functionality that I've previously mentioned, one shuts up compiler > warnings in ofono by casting, and the last fixes the spacing in all of > e_dbus t

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
On Sun, Apr 18, 2010 at 02:50, Christopher Michael wrote: > Is your second window a 'child' of the first ? (ie: transient_set) ?? Could > be an odd problem there wrt refocus of the parent (tho I have yet to > encounter a case where it fails through). > No, it's not transient, the two windows shou

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread Christopher Michael
On 04/17/2010 08:46 PM, daniele_athome wrote: > On Sun, Apr 18, 2010 at 02:28, Christopher Michael > wrote: >> Identical to e17 zones in reality. I just used "illume zones" so that >> outside apps (like elementary apps) would have access to the individual >> zones. >> > > Ehm sorry don't know wha

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
On Sun, Apr 18, 2010 at 02:28, Christopher Michael wrote: > Identical to e17 zones in reality. I just used "illume zones" so that > outside apps (like elementary apps) would have access to the individual > zones. > Ehm sorry don't know what are e17 zones neither :-) >   /* set this window to not

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread The Rasterman
On Sun, 18 Apr 2010 02:24:48 +0200 mobi phil said: > Thanks for explaining.. but ... read on... (will answer to your prev email > as well) > > On Sun, Apr 18, 2010 at 1:40 AM, Carsten Haitzler wrote: > > > On Sat, 17 Apr 2010 19:18:13 +0200 (CEST) Vincent Torri < > > vto...@univ-evry.fr> > > sa

Re: [E-devel] [PATCH] Modify elm_spinner to accept special values

2010-04-17 Thread Gustavo Sverzut Barbieri
In svn 48090. On Thu, Apr 15, 2010 at 10:51 AM, Rafael Fonseca wrote: > On 04/15/2010 11:52 AM, Rafael Fonseca wrote: >> >> The following patch add the capability to replace numerical values by >> strings in elm_spinner as already is done by e_slider. >> > > Just a little modification in the patc

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread mobi phil
Thanks for explaining.. but ... read on... (will answer to your prev email as well) On Sun, Apr 18, 2010 at 1:40 AM, Carsten Haitzler wrote: > On Sat, 17 Apr 2010 19:18:13 +0200 (CEST) Vincent Torri < > vto...@univ-evry.fr> > said: > > > > Thanks, > > > > > > 1. the --enable/disable-ecore-*** fla

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread Christopher Michael
On 04/17/2010 08:06 PM, daniele_athome wrote: > On Sat, Apr 17, 2010 at 13:51, Christopher Michael > wrote: >> Quickpanel windows are not meant as a replacement for Indicator. >> Quickpanel windows are a seperate beast all together. Quickpanels are >> meant as simple windows which slide in& out

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
On Sat, Apr 17, 2010 at 13:51, Christopher Michael wrote: > Quickpanel windows are not meant as a replacement for Indicator. > Quickpanel windows are a seperate beast all together. Quickpanels are > meant as simple windows which slide in & out via clicks on the > Indicator. Quickpanel windows shou

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread The Rasterman
On Sat, 17 Apr 2010 19:18:13 +0200 (CEST) Vincent Torri said: > > Thanks, > > > > 1. the --enable/disable-ecore-*** flags are not documented in configure > > --help options for ecore > > they are: > >--enable-ecore-xenable the ecore_x module > >--enable-ecore-evas-software-x11

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread The Rasterman
On Sat, 17 Apr 2010 20:27:06 +0200 mobi phil said: > The target device of my experiments is the openmoko. For this reason I put > the openmoko-dev list to cc, maybe somebody is interested there. > > oddd. lossy uses libjpeg. BOTH use eet. eet uses jpeg compression for lossy > > and > > zlib for

Re: [E-devel] enlightenment-svn Digest, Vol 22, Issue 97

2010-04-17 Thread Tom Haste
Sorry about the SVN digest... :\ But.. >   2. E SVN: barbieri IN trunk/TMP/st/elementary: data/themes >      src/bin   src/lib (Enlightenment SVN) > > > Message: 2 > Date: Sat, 17 Apr 2010 13:21:59 -0700 > From: "Enlightenment SVN" > Subject: E SVN: barbieri IN trunk/TMP/st/elementary: data/them

Re: [E-devel] edje external

2010-04-17 Thread Gustavo Chaves
On Sat, Apr 17, 2010 at 7:10 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Sat, Apr 17, 2010 at 1:26 PM, Andreas Volz wrote: > > Hello, > > > > I search an simple C example for the edje external type. I found > > something, but it doesn't compile and after I got it to compil

Re: [E-devel] edje external

2010-04-17 Thread Gustavo Sverzut Barbieri
On Sat, Apr 17, 2010 at 1:26 PM, Andreas Volz wrote: > Hello, > > I search an simple C example for the edje external type. I found > something, but it doesn't compile and after I got it to compile it > doesn't work (crash). > > Does someone know a good example? Well, I don't understand your quest

[E-devel] edje external

2010-04-17 Thread Andreas Volz
Hello, I search an simple C example for the edje external type. I found something, but it doesn't compile and after I got it to compile it doesn't work (crash). Does someone know a good example? regards Andreas

Re: [E-devel] [PATCH] Evas/Edje : get a table element with its coordinates

2010-04-17 Thread Gustavo Sverzut Barbieri
both in svn as 48087 and 48088. On Tue, Apr 13, 2010 at 8:42 AM, Hugo Camboulive wrote: > Hi everyone > > Here are (my first!) two patches that add a function I use to access a > table's child using the coordinates it was inserted with. > > evas_object_table_child_get(obj, col, row); > > and its

Re: [E-devel] [PATCH] Add elm_scrolled_grid to Elementary

2010-04-17 Thread Gustavo Sverzut Barbieri
On Sat, Apr 17, 2010 at 12:23 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Apr 12, 2010 at 12:29 PM, Rafael Fonseca > wrote: >> Hey guys, >> >> this patch adds a new widget to elementary, elm_scrolled_grid, that aims to >> position objects in a grid layout while actually building only the visibl

Re: [E-devel] [PATCH] Add elm_scrolled_grid to Elementary

2010-04-17 Thread Gustavo Sverzut Barbieri
On Mon, Apr 12, 2010 at 12:29 PM, Rafael Fonseca wrote: > Hey guys, > > this patch adds a new widget to elementary, elm_scrolled_grid, that aims to > position objects in a grid layout while actually building only the visible > ones, using the same idea as genlist. For now, it assumes the objects a

Re: [E-devel] [PATCH] Efreet: move efreet_desktop_cache_create out of the path

2010-04-17 Thread Gustavo Sverzut Barbieri
Sorry taking so long, but it's now in svn as 48085. On Sat, Apr 10, 2010 at 7:29 AM, Albin Tonnerre wrote: > This binary is just an internal helper, and isn't expected to be run by > anything but efreet.  Therefore, let's emphasize this and keep it out of > the path by installing it in PACKAGE_LI

Re: [E-devel] Translating string in edje

2010-04-17 Thread Gustavo Sverzut Barbieri
On Sat, Apr 17, 2010 at 8:56 AM, Cedric BAIL wrote: > Hi, > > I was asking my self, if we could improve the situation regarding > string translation in edje. As I am about to rewrite the file internal > layout, it sounds like a good time to throw this question in the wild > and see what idea we co

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread mobi phil
The target device of my experiments is the openmoko. For this reason I put the openmoko-dev list to cc, maybe somebody is interested there. oddd. lossy uses libjpeg. BOTH use eet. eet uses jpeg compression for lossy > and > zlib for comp. there is also raw that doesnt compress at all. > > well.. t

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread Vincent Torri
On Sat, 17 Apr 2010, mobi phil wrote: > On Sat, Apr 17, 2010 at 3:35 AM, Carsten Haitzler wrote: > >> On Fri, 16 Apr 2010 23:38:08 +0200 mobi phil said: >> >>> Hello, >>> >>> new to the list, and a bit new to e-libs.. >>> >>> intending to do some benchmarking of the libs on top of sdl, fb and >

[E-devel] Translating string in edje

2010-04-17 Thread Cedric BAIL
Hi, I was asking my self, if we could improve the situation regarding string translation in edje. As I am about to rewrite the file internal layout, it sounds like a good time to throw this question in the wild and see what idea we could get from this. So to give you the current situation, when y

[E-devel] - Mounting Fat32 usb hard drive with UTF-8

2010-04-17 Thread Mysth-R
Hi, I am trying to mount an usb external drive with HAL's icons on the desktop. This external drive uses Fat32 and some directories and files contain accents ( French : like é à etc...) There is something very strange I noticed : 1 - When I try to mount this drive with the HAL's desktop icons (or

Re: [E-devel] Wine Installer freezes E17

2010-04-17 Thread Tom Haste
Whats probably happened, is Wine has made a full screen window and the screen that you had, has been draw in that just once. Change your wine setting to run in a 'Virtual Desktop' and see if that works. Toma On 17 April 2010 20:26, Andreas Volz wrote: > Hello, > > could someone explain why an s

[E-devel] Wine Installer freezes E17

2010-04-17 Thread Andreas Volz
Hello, could someone explain why an setup.exe installer which I called with wine from nautilus freezes E17 complete. I had no further redraw. If I moved the window it makes strange graphic effects. I couldn't do a screenshot as the screenshot module was also frozen. After the wine setup.exe ended

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread Christopher Michael
On 04/17/2010 04:47 AM, daniele_athome wrote: > [NOTE: sorry for cross posting the first message because I didn't know > exactly where to post it] > > Hello, > I've just tried illume2 on my openmoko neo freerunner and it works > very well. But I want to drop the indicators and replace the top one

[E-devel] e17 - Why doesn't it remember the last directory when importing themes, etc..

2010-04-17 Thread David C. Rankin
Guys, One issue I am experiencing with E17 is that it does not remember the last directory that I was just in when, for example, I am using the settings panel to import themes? I have my themes stored under ~/dt/e/themes and after each theme I import, when I click import again, it dumps m

[E-devel] Proposed middle ground between what I need for RPM specs and what KainX think's it's right

2010-04-17 Thread Rui Miguel Silva Seabra
Hi, With the proposed patch example, I can do what I need (have rpms with hour and minute), and leave the default to be the current status quo. It also has the nice effect of allowing the release tag to be changed without changing the original tar.gz which is quite useful to other distributors.

[E-devel] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
[NOTE: sorry for cross posting the first message because I didn't know exactly where to post it] Hello, I've just tried illume2 on my openmoko neo freerunner and it works very well. But I want to drop the indicators and replace the top one with my own panel application. Currently my app sets its o

Re: [E-devel] X11 dependencies hardcoded in ecore_evas

2010-04-17 Thread mobi phil
On Sat, Apr 17, 2010 at 3:35 AM, Carsten Haitzler wrote: > On Fri, 16 Apr 2010 23:38:08 +0200 mobi phil said: > > > Hello, > > > > new to the list, and a bit new to e-libs.. > > > > intending to do some benchmarking of the libs on top of sdl, fb and > direcfb. > > unfortunatelly ecore_evas has th