[E-devel] R: Re: Evas_Event propagation

2007-12-20 Thread Dave Andreoli
- "Chady Kassouf" <[EMAIL PROTECTED]> ha scritto: > On Dec 17, 2007 9:05 PM, Dave < [EMAIL PROTECTED] > wrote: > > > Hi all, > I'm in trouble with the evas event system :( > Working on esmart_container to make an iphone-like scrolling list > (with > friction) > this is the situation: > I hav

[E-devel] R: Re: Evas_Event propagation

2007-12-20 Thread Dave Andreoli
- "jose ogp" <[EMAIL PROTECTED]> ha scritto: > Dave wrote: > > > Hi all, > > I'm in trouble with the evas event system :( > > Working on esmart_container to make an iphone-like scrolling list > > (with friction) this is the situation: > > I have a trasparent evas_object (big as all the cont

Re: [E-devel] Bang Revival !!

2008-01-12 Thread Dave Andreoli
Daniel Kasak ha scritto: > On Sat, 2008-01-12 at 07:45 +0100, Dave wrote: > > >> For all of you that like desktop effect ala compiz there is a good news. >> >> I make some works on the old bang module, if you don't know bang is a >> compiz derivate packed in e module. So a module that do compos

[E-devel] R: E CVS: libs/edje raster

2008-03-06 Thread Dave Andreoli
There's something wrong with your last 2 commit Seems you have committed edje_edit.patch (without the 2 new files) and not the cedric one. probably edje is not compiling now :( - "Enlightenment CVS" <[EMAIL PROTECTED]> ha scritto: > Enlightenment CVS committal > > Author : raster > Proj

[E-devel] R: Re: [PATCH] Eet file format change

2008-03-06 Thread Dave Andreoli
- "Cedric BAIL" <[EMAIL PROTECTED]> ha scritto: > On Tue, Mar 4, 2008 at 6:38 PM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Mon, 3 Mar 2008 15:54:25 +0100 "Cedric BAIL" > <[EMAIL PROTECTED]> babbled: > > decompile isnt broken more than it was :) but still. got a test

[E-devel] R: Unified theme for apps

2008-03-30 Thread Dave Andreoli
- "Lukasz" <[EMAIL PROTECTED]> ha scritto: > First sorry for my English. > > I am a newcomer and I'd like to help in this project. But I have some > question: > I found that e17 theme is e17 theme only, that after applying theme > other that default, > any other EFL app is looking like defau

[E-devel] R: Re: Unified theme for apps

2008-03-31 Thread Dave Andreoli
- "Michael Jennings" <[EMAIL PROTECTED]> ha scritto: > On Monday, 31 March 2008, at 18:21:57 (+0100), > The DarkMaster wrote: > > > I think almost everyone is understimating the problem. This is a > very bad > > issue only Enlightenment has and a lot people asks why does this > happen, > > e

Re: [E-devel] Unified theme for apps

2008-04-01 Thread Dave Andreoli
Michael Jennings ha scritto: > On Monday, 31 March 2008, at 20:50:20 (+0100), > The DarkMaster wrote: > > >> @Michael: I respect your point of view, but; >> @All: I am just saying that the big difference in all of this toolkits's >> customization possibilities is just a game stopper for the majo

[E-devel] R: [PATCH] Some small speedup for Edje

2008-04-03 Thread Dave Andreoli
- "Cedric BAIL" <[EMAIL PROTECTED]> ha scritto: > Hi, > > So here are some patch that should not break edje too much. > > 0001 and 0002: Replace call to snprintf by using memcpy or some kind > of itoa. > 0003: edje_match can work without the need to call memset. > 0004: When edje hide an

[E-devel] R: E CVS: apps/e davemds

2008-04-06 Thread Dave Andreoli
Oopss, sorry, I commit this for error... I keep the occasion to present a new module that place gadgets on the desktop window. You can find some informations and the download at: http://www.gurumeditation.it/blog/?page_id=48 Hope you will like it ...and also hope it will work ;) Bye Dave

[E-devel] R: Re: E CVS: forecasts davemds

2008-04-09 Thread Dave Andreoli
- "David Seikel" <[EMAIL PROTECTED]> ha scritto: > On Tue, 8 Apr 2008 17:40:10 -0400 (EDT) Enlightenment CVS > <[EMAIL PROTECTED]> wrote: > > > Enlightenment CVS committal > > > > Author : davemds > > Project : e_modules > > Module : forecasts > > > > Dir : e_modules/forecasts > >

[E-devel] R: Re: Tiling module for e17

2008-04-13 Thread Dave Andreoli
- "Michael Stapelberg" <[EMAIL PROTECTED]> ha scritto: > Hi Dave, > > * [13.04.08 03:37]: > > Hi, really a good module !! good work > > This version works well on my machine, also my xterm problem seem > solved :) > Thanks, good to hear :-). > > > You should add an > > X-Enlightenment-Modul

[E-devel] R: Re: Tiling module for e17

2008-04-13 Thread Dave Andreoli
- "Michael Stapelberg" <[EMAIL PROTECTED]> ha scritto: > Hi Dave, > > * [13.04.08 14:51]: > > Something is impossible to integrate, like trayer (as we need a > better > > tray spec), and something (like itask) don't make sense in a shelf. > I see. > > > This could be an intresting solution,

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

2008-04-14 Thread Dave Andreoli
- "Peter Wehrfritz" <[EMAIL PROTECTED]> ha scritto: > Gustavo Sverzut Barbieri schrieb: > > Maybe it will not impact things. The problem with these calls is > that > > they would collide with Edje internal states, getting these > > inconsistent. But since Edje does not handle any > layer/stac

[E-devel] R: I made a plain Edje viewer

2008-04-16 Thread Dave Andreoli
I got this error on make: [EMAIL PROTECTED]:~/e/plain_edje_viewer$ make edje_cc -fd data/themes/fonts -id data/themes/default_images data/themes/default.edc build/default.edj mkdir -p ./build gcc -W -Wall -Werror -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W

[E-devel] R: checking a part's type?

2008-04-16 Thread Dave Andreoli
- "andres" <[EMAIL PROTECTED]> ha scritto: > Hey, I want to check if a given part's type is SWALLOW before using it > to swallow an object. Why you need to do this check? edje_object_part_swallow do it for you ;) > > I couldn't find a way to do it without using Edje_Edit.h. Sice this is >

[E-devel] R: Re: R: checking a part's type?

2008-04-17 Thread Dave Andreoli
- "andres" <[EMAIL PROTECTED]> ha scritto: > El Wednesday 16 April 2008 18:05:40 Dave Andreoli escribió: > > - "andres" <[EMAIL PROTECTED]> ha scritto: > > > Hey, I want to check if a given part's type is SWALLOW before > using

[E-devel] R: Re: Tiling module for e17

2008-04-18 Thread Dave Andreoli
- "Will Keaney" <[EMAIL PROTECTED]> ha scritto: > Michael Stapelberg wrote: > > Hi Will, > > > > * [18.04.08 00:10]: > > > >> The first time I loaded this module, E segfaulted. It loaded > successfully the next time, though. However, > >> since unloading it I am unable to load the modul

[E-devel] [Announce] Gadman module

2008-04-19 Thread Dave Andreoli
Hi all as someone of you know I'm working on a module to place gadgets on the desktop. It's ready for me! and now need your testing and your suggestion. Gadgets can simply stay on you desktop window, but can also be stacked over your windows; gadgets stacked ontop can be showed/hidden with a key

Re: [E-devel] E CVS: proto/edje_editor codewarrior

2008-04-19 Thread Dave Andreoli
- "Enlightenment CVS" <[EMAIL PROTECTED]> ha scritto: > Enlightenment CVS committal > > Author : codewarrior > Project : e17 > Module : proto/edje_editor > > Dir : e17/proto/edje_editor/src/bin > > > Modified Files: > interface.c > > > Log Message: > And make the other bits

Re: [E-devel] [Announce] Gadman module

2008-05-19 Thread Dave Andreoli
<[EMAIL PROTECTED]> wrote: > > > On Sat, 19 Apr 2008 14:32:04 +0200 (CEST) Dave Andreoli > > > <[EMAIL PROTECTED]> babbled: > > > > > > and finally i added it to cvs :) > > > > yay! > > > > > > > btw - i dont&#

[E-devel] [Annunce] E17 Trash Module + Efreet Trash Implementation

2008-06-12 Thread Dave Andreoli
HI all ! I have a new module available, it's full freedesktop.org compliant trash and as some cool animations. You can download from http://www.gurumeditation.it/blog/?page_id=90 The trash implementation is done in a clean efreet patch that is (IMO) ready for cvs. It include also a simple URI im

Re: [E-devel] RFC: script-only edje objects

2008-06-12 Thread Dave Andreoli
- "Jose Gonzalez" <[EMAIL PROTECTED]> ha scritto: > Carsten wrote: > > > Damn you Toma! damn you all to hell! :) You're forcing my hand. Stop > offending > > me with pushing edje and the script in there to do games! rgh! > evil > > bugger! :):):) (you're an aussie so you'll grasp the ton

Re: [E-devel] [Annunce] E17 Trash Module + Efreet Trash Implementation

2008-06-12 Thread Dave Andreoli
> a glob or mimetype. So you could just match on every file and it > would > add a Trash item to the list. and then the fm must also show you the content of the trash. I'm waiting to see what append to the fm in the SoC and then we can make the fm trash compliant. > > Dave An

Re: [E-devel] [Annunce] E17 Trash Module + Efreet Trash Implementation

2008-06-12 Thread Dave Andreoli
- "Sebastian Dransfeld" <[EMAIL PROTECTED]> ha scritto: > Nick Hughart wrote: > > Also, you may meet some resistance getting it into efreet. Even > though > > it seems to be a haven for FDO specs, some of the authors feel it's > > > scope is a bit smaller then that. Just a warning :) > >

[E-devel] xdnd patch for the shelf and the gadcon

2008-06-12 Thread Dave Andreoli
Hi list! Attached a patch to solve 2 bugs related to the dnd on shelfs and on the desktop: 1. The first fix simply check if the module is in a shelf before do a shelf operation 2. The second set the value of _drag_win_root in case the drag is not generated by e .This fix the bug mentioned in th

Re: [E-devel] xdnd patch for the shelf and the gadcon

2008-06-13 Thread Dave Andreoli
- "Sebastian Dransfeld" <[EMAIL PROTECTED]> ha scritto: > Dave Andreoli wrote: > > Hi list! > > Attached a patch to solve 2 bugs related to the dnd on shelfs and on > the desktop: > > > > 2. The second set the value of _drag_win_root in case

Re: [E-devel] xdnd patch for the shelf and the gadcon

2008-06-14 Thread Dave Andreoli
- "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > - "Sebastian Dransfeld" <[EMAIL PROTECTED]> ha scritto: > > > Dave Andreoli wrote: > > > Hi list! > > > Attached a patch to solve 2 bugs related to the dnd on shelfs and &

[E-devel] [Annunce] E17 Trash Module + Efreet Trash Implementation

2008-06-23 Thread Dave Andreoli
;have made... please review it well :P You can find the new patch attached or you can download it from: http://www.gurumeditation.it/blog/wp-content/uploads/efreet_trash_support_02.patch Thanks Dave ----- "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > - "Ni

Re: [E-devel] E CVS: apps/e englebass

2008-06-23 Thread Dave Andreoli
This commit has stopped all the xdnd to work both in the shelf and in the gadcon :( DaveMDS - "Enlightenment CVS" <[EMAIL PROTECTED]> ha scritto: > Enlightenment CVS committal > > Author : englebass > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Fi

Re: [E-devel] E CVS: apps/e englebass

2008-06-23 Thread Dave Andreoli
Ok, the problem happend only when the shelf is stacked on the background. The attached patch fix it, I'm not sure this is the right way, but seems that _e_drag_win_matches is not needed by xdnd. Thanks Dave ----- "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > This co

Re: [E-devel] Theme version and name

2008-07-07 Thread Dave Andreoli
- "Toma" <[EMAIL PROTECTED]> ha scritto: > Ok folks! Heres a final revision. Note the removal of e/ so that it > can be universally used without the need to figure out the leading > name (if there are any). Also included is 'base_version' to outline > the base version of the application neede

Re: [E-devel] Theme version and name

2008-07-07 Thread Dave Andreoli
application_version" fiels, like: item: "/theme/e_version""xxx" item: "/theme/etk_version" "xxx" item: "/theme/ewl_version" "xxx" Dave > Toma > > 2008/7/7 Dave Andreoli <[EMAIL PROTECTED]>: > > > >

Re: [E-devel] [Evas] possible bug in gradient

2008-07-09 Thread Dave Andreoli
I had worked on the gradient & spectra manager in edje_editor, it is ready now, you will see my work in cvs soon. I have done a cool spectra editor and yes, the 'delta' param is a hell! I agree with you also with the rest of the api :) ...but updating all the code that use gradient could be paint

[E-devel] etk combo autosearch fix

2008-07-13 Thread Dave Andreoli
Attached a patch that fix (or almost redone) the autosearch feature of comboboxs, the patch also fix etk_test that was broken on the searchable combobox. Changes done: 1. moved the search code from etk_test to inside etk_combobox_entry, so that everyone can use it. 2. add 2 new field to the Et

Re: [E-devel] etk combo autosearch fix

2008-07-13 Thread Dave Andreoli
...and also attach the patch :) - "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > Attached a patch that fix (or almost redone) the autosearch feature of > comboboxs, the patch also fix etk_test that was broken on the > searchable combobox. > > Changes d

Re: [E-devel] [Evas] possible bug in gradient

2008-07-15 Thread Dave Andreoli
- "Jose Gonzalez" <[EMAIL PROTECTED]> ha scritto: > Let me continue with this evas gradients overview and with my > 'critique' > of its current state (largely due both to me and to legacy and other > constraints), > and to continue proposing *api-breaking* changes. > Before doing so tho

Re: [E-devel] [SoC] EFM status

2008-07-16 Thread Dave Andreoli
- "Гусев Фёдор" <[EMAIL PROTECTED]> ha scritto: > Hello everyone. > > I am a SoC student working on improvement of E's integrated file > manager and was requested to make a status report. > > For now, I was working on a slave process, that actually performs all > the file operations (e.g. c

Re: [E-devel] [SoC] EFM status

2008-07-16 Thread Dave Andreoli
- "Sebastian Dransfeld" <[EMAIL PROTECTED]> ha scritto: > Nick Hughart wrote: > > Dave Andreoli wrote: > >> For the trash: I have a patch for Efreet that add fdo trash > support. I have > >> written it for the trash module, but it reside in

Re: [E-devel] [SoC] EFM status

2008-07-16 Thread Dave Andreoli
- "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > - "Sebastian Dransfeld" <[EMAIL PROTECTED]> ha scritto: > > > Nick Hughart wrote: > > > Dave Andreoli wrote: > > >> For the trash: I have a patch for Efreet that add fdo

Re: [E-devel] [e-users] Exchange - A new place to trade themes and showcase applications and modules.

2008-07-22 Thread Dave Andreoli
- "Sthithaprajna Garapaty" <[EMAIL PROTECTED]> ha scritto: > On Sun, Jul 20, 2008 at 5:57 PM, Dan Kronstal <[EMAIL PROTECTED]> > wrote: > > This seems like a really nice addition to the site, and a little > more > > cohesive than a separate site for themes and such, but as a general > comment

Re: [E-devel] [e-users] Exchange - A new place to trade themes and showcase applications and modules.

2008-07-22 Thread Dave Andreoli
- "Ethan Grammatikidis" <[EMAIL PROTECTED]> ha scritto: > On Tue, 22 Jul 2008 20:12:02 +0200 (CEST), "Dave Andreoli" > <[EMAIL PROTECTED]> said: > > > > - "Sthithaprajna Garapaty" <[EMAIL PROTECTED]> ha scritto:

Re: [E-devel] [e-users] Exchange - A new place to trade themes and showcase applications and modules.

2008-07-22 Thread Dave Andreoli
entication, and that's what > desktop > > > applications would do. Or am I wrong? > > > > > >> > > >> However, this means everyone needs a google account, and looks > like > > >> there are already concerns about privacy from google. >

Re: [E-devel] [e-users] Exchange - A new place to trade themes and showcase applications and modules.

2008-07-23 Thread Dave Andreoli
- "dan sinclair" <[EMAIL PROTECTED]> ha scritto: > On 22-Jul-08, at 3:58 PM, Dan Kronstal wrote: > > > I don't know if I'm missing the point here, but it sounds like > > OpenID is > > redundant. What we've got here is three subdomains with three > > logins/accounts when they could all be u

[E-devel] xsession file install directory

2008-07-23 Thread Dave Andreoli
Hi all, I have a question: When you install (make intall) enlightenment the xsession file (enlightenment.desktop) is installed in the $PREFIX/share/xsessions dir. Usually /usr/local/share/xsessions or /opt/e17/share/xsessions. In those paths login managers can't find it! Should we need to insta

Re: [E-devel] xsession file install directory

2008-07-23 Thread Dave Andreoli
- "Nick Hughart" <[EMAIL PROTECTED]> ha scritto: > Dave Andreoli wrote: > > Hi all, I have a question: > > > > When you install (make intall) enlightenment the xsession file > (enlightenment.desktop) is installed in the $PREFIX/share/xsessions >

Re: [E-devel] [RFC] exchange part two, the library

2008-07-24 Thread Dave Andreoli
- "Massimiliano Calamelli" <[EMAIL PROTECTED]> ha scritto: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 24 Jul 2008 03:11:11 +0200 > "Sevcsik András" <[EMAIL PROTECTED]> wrote: > > > I think it would be a good idea to create an evas smart object > which > > contains the who

Re: [E-devel] [e-users] Exchange - A new place to trade themes and showcase applications and modules.

2008-07-26 Thread Dave Andreoli
- "Andrew G. Stack" <[EMAIL PROTECTED]> ha scritto: > Hi all, > > The new site looks nice -- I like the fact that it has nice big > screen > shots and I'm sure it will be less work for morlenxus. :) I'm > traveling right now but as soon as I get back I'll get to work on an > updated version

Re: [E-devel] Exchange - A new place to trade themes and showcase applications and modules.

2008-07-26 Thread Dave Andreoli
- "Toma" <[EMAIL PROTECTED]> ha scritto: > Renaming widgets to E17 theme might work since that group covers the > main e17 interface. > Toma Yes, maybe rename it to 'Full E17 theme'? Dave > > On 7/26/08, Dave Andreoli <[EMAIL PROTECTED]>

[E-devel] ReasyE17 annouce

2008-07-27 Thread Dave Andreoli
Hi, I have posted on my site a new script like easy17. This script will help you install enlightenment17 on your system (from CVS). The first obvious question is: why the hell another script to install enlightenment when we just have Easy_17.sh? The answer is that is similar to Easy_e17.sh but

Re: [E-devel] ReasyE17 annouce

2008-07-27 Thread Dave Andreoli
stalling external > dependencies" dialog. You can continue also with errors, just select download from the main menu. But you have to install dependencies by hand. Dave > Otherwise, it looks neat :) > > > On Mon, Jul 28, 2008 at 12:15 AM, Dave Andreoli < > [EMAIL PR

Re: [E-devel] RFC: embryo release in 2 weeks

2008-08-04 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Mon, 4 Aug 2008 10:50:10 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> > babbled: > > > On Mon, Aug 4, 2008 at 2:25 AM, The Rasterman Carsten Haitzler > > <[EMAIL PROTECTED]> wrote: > > > On Mon, 04 Aug 2008 02:43:33 +0300 V

Re: [E-devel] RFC: embryo release in 2 weeks

2008-08-04 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Mon, 4 Aug 2008 11:17:30 +0200 (CEST) Dave Andreoli > <[EMAIL PROTECTED]> > babbled: > > > I think removing embryo now is not a good idea, there are tons of > stuff > &g

[E-devel] E_Hal compilation problem

2008-08-04 Thread Dave Andreoli
Hi all I have problem using E_Hal (adn/or E_DBus) in an e module: If I use: #include I always get: In file included from /usr/local/include/E_Hal.h:3, from e_mod_main.c:3: /usr/local/include/E_DBus.h:42: error: expected ‘{’ before ‘void’ /usr/local/include/E_DBus.h:42: e

Re: [E-devel] E_Hal compilation problem

2008-08-05 Thread Dave Andreoli
- "Sebastian Dransfeld" <[EMAIL PROTECTED]> ha scritto: > Dave Andreoli wrote: > > Hi all > > I have problem using E_Hal (adn/or E_DBus) in an e module: > > > > If I use: #include > > I always get: > > > > In file included f

Re: [E-devel] E_Hal compilation problem

2008-08-05 Thread Dave Andreoli
- "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > - "Sebastian Dransfeld" <[EMAIL PROTECTED]> ha scritto: > > > Dave Andreoli wrote: > > > Hi all > > > I have problem using E_Hal (adn/or E_DBus) in an e module: > > &

Re: [E-devel] licensing - end it.

2008-08-07 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > ok. enough of the squabbling. e is not a political football. license > is not a > reason one way or another for success or failure if licenses are oss > anyway. > we're squabbling about strawberry vs chocolate. > > here's

Re: [E-devel] Textblock and Module.desktop changes

2008-09-01 Thread Dave Andreoli
Yes, you are right! But I didn't understand if we need to put a after the title. Dave - "Toma" <[EMAIL PROTECTED]> ha scritto: > Hey all, > Looking at the module.desktop files, I see a common mislabel of the > title as a highlight. Heres an example... > > Comment=The E17 File ManagerE17's >

Re: [E-devel] [Edje] text size changing with the object

2008-09-02 Thread Dave Andreoli
- "Cedric BAIL" <[EMAIL PROTECTED]> ha scritto: > On Tue, Sep 2, 2008 at 12:34 PM, Nicolas Aguirre > <[EMAIL PROTECTED]> wrote: > > 2008/9/2 Atton Jonathan <[EMAIL PROTECTED]> > >> Currently Edje allows to create an object with relative position, > but the > >> text keep a fix size. > >> > >>

Re: [E-devel] [e-users] Enlightenment.org redesign mockups needed!

2008-09-02 Thread Dave Andreoli
- "Massimiliano Calamelli" <[EMAIL PROTECTED]> ha scritto: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 2 Sep 2008 17:01:33 +1000 > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > > > seriously guys... SIMPLE! making it some javascript extravaganza is > just g

Re: [E-devel] eet and jpeg reading

2008-09-02 Thread Dave Andreoli
- "Cedric BAIL" <[EMAIL PROTECTED]> ha scritto: > On Thu, Aug 21, 2008 at 3:47 PM, Joerg Sonnenberger > <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 21, 2008 at 11:38:32AM +0200, Cedric BAIL wrote: > >> Ok, just testing it and reviewing it. Could you tell me why you > did > >> change this code,

Re: [E-devel] eet and jpeg reading

2008-09-02 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Tue, 2 Sep 2008 22:16:50 +0200 (CEST) Dave Andreoli > <[EMAIL PROTECTED]> > babbled: > > > > > - "Cedric BAIL" <[EMAIL PROTECTED]> ha scritto:

Re: [E-devel] eet and jpeg reading

2008-09-03 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Wed, 3 Sep 2008 02:28:06 +0200 (CEST) Dave Andreoli > <[EMAIL PROTECTED]> > babbled: > > > > > - "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]&

Re: [E-devel] Gadman feature request

2008-09-03 Thread Dave Andreoli
- "Nikolas Arend" <[EMAIL PROTECTED]> ha scritto: > Hi, > > Currently when unhiding the gadgets the desktop and everything on it > are > replaced by a gray background on which the (hidden) gadgets are shown. > I > don't know if that's technically feasible, but it would be nice to > have >

Re: [E-devel] Gadman feature request

2008-09-03 Thread Dave Andreoli
- "Nikolas Arend" <[EMAIL PROTECTED]> ha scritto: > Dave Andreoli wrote: > > - "Nikolas Arend" <[EMAIL PROTECTED]> ha scritto: > > > > > >> Hi, > >> > >> Currently when unhiding the gadgets the desktop

Re: [E-devel] Gadman feature request

2008-09-03 Thread Dave Andreoli
- "Luca De Marini" <[EMAIL PROTECTED]> ha scritto: > Are you using a composite manager? in that case the gray background > should be semitrnsparent, allowing you to see your windows. > Or you can change the e theme to make the gray (that is white in real) > background look full transparent. >

Re: [E-devel] Gadman feature request

2008-09-03 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Wed, 3 Sep 2008 13:49:33 +0200 (CEST) Dave Andreoli > <[EMAIL PROTECTED]> > babbled: > > > Yes, I will do this very soon (maybe tomorrow), was on my TODO > list, > > a

Re: [E-devel] Gadman feature request

2008-09-03 Thread Dave Andreoli
- "Nikolas Arend" <[EMAIL PROTECTED]> ha scritto: > Dave Andreoli wrote: > > I will work on this in the next days, so if you have other > problem/request > > please report it now. > > > > Well, in that case... ;-) > I experienced cras

Re: [E-devel] Gadman feature request

2008-09-03 Thread Dave Andreoli
e when I call the hidden layer > again and again... > I really hope it helps. Should it always look like in the first screen > it would already be fantastic :) > Bye, > > Luca > > > > 2008/9/3 Dave Andreoli < [EMAIL PROTECTED] > > > > > > -

Re: [E-devel] Gadman feature request

2008-09-03 Thread Dave Andreoli
- "Viktor Kojouharov" <[EMAIL PROTECTED]> ha scritto: > On Wed, 2008-09-03 at 22:34 +1000, Daniel Kasak wrote: > > On Wed, 2008-09-03 at 12:32 +0200, Viktor Kojouharov wrote: > > > > > What composite manager are you supposed to use? xcompmgr is just > a > > > proof-of-concept. Bling doesn't

Re: [E-devel] Gadman feature request

2008-09-03 Thread Dave Andreoli
- "Nikolas Arend" <[EMAIL PROTECTED]> ha scritto: > Hi again, > > now that I think of it, would it be possible to have a third display > behavior variant for gadgets: to show them on the desktop always but > at > the same time be able to bring them on top by pressing a certain key > combi

Re: [E-devel] E SVN: cedric IN trunk/PROTO/eina/src: include lib tests

2008-09-03 Thread Dave Andreoli
- "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> ha scritto: > Uh, oh I guess eina is turning into ecore... that's bad. yes, why file functions are in eina? is there a good reason for this? > > On Wed, Sep 3, 2008 at 11:40 AM, <[EMAIL PROTECTED]> > > Add a routine to extract path inf

[E-devel] Edje 'data' proposal change

2008-09-05 Thread Dave Andreoli
Hi guys I'm working on make edje editor to edit 'data' fields in the top level (not at part level). When you edje_cc the file the data is stored in the EdjeFile->data list (EvasList), then when the edje file is loaded the list is readed and the data is stored in the EdjeFile->data_cache (EvasHas

Re: [E-devel] E SVN: toma trunk/THEMES/b_and_w

2008-09-09 Thread Dave Andreoli
- [EMAIL PROTECTED] ha scritto: > Author: toma > Date: 2008-09-09 07:12:31 -0700 (Tue, 09 Sep 2008) > New Revision: 35894 > > Modified: > trunk/THEMES/b_and_w/theme.edc > Log: > > ibar and ibox sort of in. requires gadman stuff to complete. also > going in, is a repeat_even

Re: [E-devel] Results of Edje speed-up

2008-09-11 Thread Dave Andreoli
- "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> ha scritto: > On Thu, Sep 11, 2008 at 5:56 AM, Anders Petersson > <[EMAIL PROTECTED]> wrote: > > Hi, > > I have continued to investigate the slow performance of my edje > project. > > > > Of course you are right, there are many Evas_Objects and

Re: [E-devel] A little change on the template of svn commit email

2008-09-16 Thread Dave Andreoli
and also I like to change the sender address from "no-replay" to something better, like "Enlightenment SVN" ? I can give a look at the script this night. Dave - "Ravenlock" <[EMAIL PROTECTED]> ha scritto: > Personally, I'd like to see the prefix "TRUNK/" removed from the > subject > line

Re: [E-devel] editable evas textblock

2008-09-17 Thread Dave Andreoli
- "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> ha scritto: > On Wed, Sep 17, 2008 at 7:41 AM, Veli Ogla Sungutay > <[EMAIL PROTECTED]> wrote: > > hey guys, > > i cannot find a way to create an editable evas textblock. > > Expected to find something like this: > > evas_object_textblock_set_e

[E-devel] R: Re: editable evas textblock

2008-09-20 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Wed, 17 Sep 2008 16:46:42 +0200 (CEST) Dave Andreoli > <[EMAIL PROTECTED]> babbled: > > > > > - "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> ha >

[E-devel] R: [Announce] Edje_Player

2008-09-21 Thread Dave Andreoli
- "Andreas Volz" <[EMAIL PROTECTED]> ha scritto: > Hello, > > I wrote a little tool called 'Edje_Player'. The main reason was that > I > needed a light weight tool to preview my hand written Edje file. See > here how to use it: > > > ./edje_player --help > Usage: edje_player [OPTION...] >

[E-devel] R: E SVN: davemds trunk/web/www/p/index

2008-09-22 Thread Dave Andreoli
- "Enlightenment SVN" <[EMAIL PROTECTED]> ha scritto: > Author: davemds > Date: 2008-09-17 13:00:38 -0700 (Wed, 17 Sep 2008) > New Revision: 36059 > > Log: > Ok on the main site the scripts works! but not on exchange :( > Someone know how the update works?? please please...

[E-devel] R: Re: R: E SVN: davemds trunk/web/www/p/index

2008-09-22 Thread Dave Andreoli
- "Toma" <[EMAIL PROTECTED]> ha scritto: > 2008/9/22 Dave Andreoli <[EMAIL PROTECTED]>: > > > > - "Enlightenment SVN" <[EMAIL PROTECTED]> ha scritto: > > > >> Author: davemds > >> Date: 2008-0

[E-devel] R: E SVN: raster trunk/edje/src/lib

2008-09-23 Thread Dave Andreoli
- "Enlightenment SVN" <[EMAIL PROTECTED]> ha scritto: > Author: raster > Date: 2008-09-17 18:48:17 -0700 (Wed, 17 Sep 2008) > New Revision: 36064 > > Log: > disabel start/stop emits for programs - there is a good point that > they are > largely useless. > > I use pro

[E-devel] R: Re: R: [Announce] Edje_Player

2008-09-27 Thread Dave Andreoli
- "Andreas Volz" <[EMAIL PROTECTED]> ha scritto: > Am Mon, 22 Sep 2008 01:09:12 +0200 (CEST) schrieb Dave Andreoli: > > > > > - "Andreas Volz" <[EMAIL PROTECTED]> ha scritto: > > > > > Hello, > > > > >

[E-devel] R: Tooltip disable for edje_editor

2008-09-27 Thread Dave Andreoli
- "Andreas Volz" <[EMAIL PROTECTED]> ha scritto: > Hello, > > as tooltips seem to be broken in Etk I created a little patch for > edje_editor to disable tooltips. Witch problem do you get with tooltips? They work well here Dave > > Index: src/bin/edje_editor_window.c > ==

[E-devel] R: Re: always e17 on opensolaris

2008-09-29 Thread Dave Andreoli
- "Peter Wehrfritz" <[EMAIL PROTECTED]> ha scritto: > Carsten Haitzler (The Rasterman) schrieb: > > On Thu, 14 Aug 2008 11:01:59 +0200 _doof <[EMAIL PROTECTED]> > babbled: > > > > both of these are c99 issues... and yes - we require c99. thus.. i > guess > > opensolaris is unsupported until i

[E-devel] R: Exchange library, update and suggestion...

2008-10-04 Thread Dave Andreoli
- "Massimiliano Calamelli" <[EMAIL PROTECTED]> ha scritto: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, here's a update for the client side of exchange. > A lot of things are done, other are coming. > Major changes: > * the cli (exchange_cli) are powered by getopt > * the librar

[E-devel] Edje gradient rel1/rel2

2008-10-07 Thread Dave Andreoli
Hi all it seems to me that in edje the rel1 and rel2 properties of gradients are unused now. Gradient always use the fill properties, is this right? can I remove that unused props? Thanks Dave - This SF.Net email is sponsor

[E-devel] E moudule API BREAK proposal

2008-10-11 Thread Dave Andreoli
Hi all, I want to make an e17 module that expose simple edje objects as gadgets. The idea is that people can download edje file from the net(calculator, clocks and whatever next), put it in the right directory and then my module can expose this objects as they was gadgets (they must appear in the

Re: [E-devel] [RFC] Eina need to be renamed

2008-10-22 Thread Dave Andreoli
- "muzzle" <[EMAIL PROTECTED]> ha scritto: > On Wed, Oct 22, 2008 at 11:03 AM, Steven Le Roux <[EMAIL PROTECTED]> > wrote: > > elisa elisa is used by a good media center http://elisa.fluendo.com/ what about a simple edata? > > enora > > ecorce > > elnino //pretty strong sence > > > > neper

[E-devel] Efreet mime default application patch

2008-10-27 Thread Dave Andreoli
Hi all This is a relly small patch that add 2 functions to Efreet_Mime. EAPI const char* efreet_mime_default_application_get(const char *mime) EAPI void efreet_mime_default_application_set(const char *mime, const char *desktop) The _get function take a mime-type (as 'text/html') and return the

Re: [E-devel] Efreet mime default application patch

2008-10-27 Thread Dave Andreoli
...and the attachment ;) the patch is to be applied in the main efreet directory. Dave - "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > Hi all > This is a relly small patch that add 2 functions to Efreet_Mime. > > EAPI const char* > efreet_mime_default_a

Re: [E-devel] Efreet mime default application patch

2008-10-28 Thread Dave Andreoli
the same way and we can also change the lib to fit a final freedesktop standard without touching modules. If we don't do this now all the apps/modules will do the associations in a different way and when the fdo standard will become a reality we need to redo everything. Regards Dave

Re: [E-devel] Is there any efl object instead of gtk.drawingarea ?

2008-11-03 Thread Dave Andreoli
- "Nicolas Aguirre" <[EMAIL PROTECTED]> ha scritto: > 2008/11/3 Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>: > > > Gstreamer just sucks to play video on nokia devices, and doing > extra > > copies or transformation from YUV to RGB is no-go on those > hardwares. > > That's why canola uses at

Re: [E-devel] Efreet mime default application patch

2008-11-03 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Tue, 28 Oct 2008 23:06:58 +0100 (CET) Dave Andreoli > <[EMAIL PROTECTED]> > babbled: > > > > > - "Nick Hughart" <[EMAIL PROTECTED]> ha scritto: >

Re: [E-devel] E moudule API BREAK proposal

2008-11-03 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Sat, 11 Oct 2008 20:48:04 +0200 (CEST) Dave Andreoli > <[EMAIL PROTECTED]> babbled: > > > Hi all, > > > > I want to make an e17 module that expose simple edje obje

[E-devel] Gadcon V3 *BREAK*

2008-11-03 Thread Dave Andreoli
Ok, I have committed the gadcon_client_class V3. ALL THE MODULES around need to be patched (just add the new params). I have updated all the internal modules and I will do all the EXTRA modules shortly. All the modules outside need to be fixed. Sorry for the inconvenience. Dave This is the new

[E-devel] [Announce] Edgar + Places

2008-11-07 Thread Dave Andreoli
Hi all I can finally present you my new modules, for the occasion I have open an account on google-code and I'm going to move all the contents of my site on google. You can find all the new stuff at http://code.google.com/p/e17mods/ The new modules are Places and Edgar (plus some new gadgets f

Re: [E-devel] [e-users] [Announce] Edgar + Places

2008-11-08 Thread Dave Andreoli
- "Andrew G. Stack" <[EMAIL PROTECTED]> ha scritto: > Hi Dave, > > I'm trying to compile places and I'm getting some errors. Here's the > first few: > > In file included from e_mod_main.c:22: > e_mod_main.h:36: error: expected specifier-qualifier-list before > 'Eina_List' > e_mod_main.h:88

Re: [E-devel] E SVN: devilhorns trunk/E-MODULES-EXTRA/skel/src

2008-11-09 Thread Dave Andreoli
yes, better now :) Dave - "Enlightenment SVN" <[EMAIL PROTECTED]> ha scritto: > Log: > Proper fix for not using _gc_id_del. > > > Author: devilhorns > Date: 2008-11-08 22:50:49 -0800 (Sat, 08 Nov 2008) > New Revision: 37558 > > Modified: > trunk/E-MODULES-EXTRA/skel/s

Re: [E-devel] E SVN: devilhorns trunk/E-MODULES-EXTRA/skel/src

2008-11-09 Thread Dave Andreoli
is there a reason to call id_del on every shoutdown? Dave ----- "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > yes, better now :) > Dave > > - "Enlightenment SVN" <[EMAIL PROTECTED]> ha scritto: > > > Log: > > Proper fix for not

  1   2   3   4   5   6   7   >