Re: [E-devel] eWeather module for E17

2005-06-11 Thread Nathan Ingersoll
Nice work! Were you submitting this to be added to the extra modules in CVS or planning to maintain it separately? On 6/11/05, Jonathan Schmidt <[EMAIL PROTECTED]> wrote: > Hello everyone, > > Here is a little module (for e17) I made that reports the weather for a > selected region. Read the READ

Re: [E-devel] Using Ewl lib in a module

2005-06-11 Thread The Rasterman
On Sat, 11 Jun 2005 19:33:44 +0200 Colin Pitrat (B<[EMAIL PROTECTED]> babbled: (B (B> Brian Mattern a ecrit : (B> > e17 doesn't link to ewl at the moment, and i don't think raster will (B> > bring it in as a dependency just for colored drop shadows (B> > however, for personal use, you jus

[E-devel] e17: Iconbar and Ecore's ecore_x_window_prop_xy_set

2005-06-11 Thread OliveAddict
Hello folks. Unable to compile e17/apps/iconbox with the latest CVS tree, I changed some code in apps/iconbox/src/mail.c after seeing this post: http://sourceforge.net/mailarchive/message.php?msg_id=12033784 I changed e17/apps/iconbar/src/main.c:64 - ecore_x_window_prop_xy_set(win, x, y); + ecor

[E-devel] Help with module.

2005-06-11 Thread Boldin Pavel
I write module for changing volume from plugins (i.e. not from eclair). and has some progress: possibly i will write libarary emixer (that replace BIG emotion for mixer settings). but there is some problem: first I write program, that implements actions like module (i.e. for debug it as separ

Re: [E-devel] Using Ewl lib in a module

2005-06-11 Thread Nathan Ingersoll
Sounds like you have an old version of EWL installed somewhere that doesn't have the new colordialog and the old lib is the one getting linked in. On 6/11/05, Colin Pitrat <[EMAIL PROTECTED]> wrote: > Brian Mattern a ecrit : > > e17 doesn't link to ewl at the moment, and i don't think raster will

Re: [E-devel] Using Ewl lib in a module

2005-06-11 Thread Colin Pitrat
Brian Mattern a ecrit : > e17 doesn't link to ewl at the moment, and i don't think raster will > bring it in as a dependency just for colored drop shadows > however, for personal use, you just need to add a -lewl in the right > place in the module's makefile (or even just run: make LDFLAGS="-le

Re: [E-devel] Using Ewl lib in a module

2005-06-11 Thread Brian Mattern
e17 doesn't link to ewl at the moment, and i don't think raster will bring it in as a dependency just for colored drop shadows however, for personal use, you just need to add a -lewl in the right place in the module's makefile (or even just run: make LDFLAGS="-lewl") -- brian Colin Pitrat w

[E-devel] gadman client resize

2005-06-11 Thread Andrew Elcock
as many have pointed out in engage when there are no icons it shrinks to nothing. What puzzles me is that when this happens the gadman client cannot make this resize - the numbers are all OK - it tells me it is resizing, but the render never changes. Can someone please point out what I have done

Re: [E-devel] Where is the e "wish" list?

2005-06-11 Thread Jose O Gonzalez
Therein lies part of the problem.. evas should not depend on ecore. If one wants to write some lib that needs list/hash/file handling, then one is faced with: a. link with evas and use its list/hash routines, and something else for file handling, possibly ecore's.. b. link

[E-devel] Using Ewl lib in a module

2005-06-11 Thread Colin Pitrat
Hi, I'm trying to add the choice of the color of the shadow in the dropshadow module. So far, it works. The only problem is to use the ewl widget ewl_colordialog (based on ewl_colorpicker, not yet in the CVS) to configure the color. The module compile, but I have the following message when I try t

Re: [E-devel] Where is the e "wish" list?

2005-06-11 Thread dan sinclair
Well there already exists lists and hashes in Ecore_Data and Ecore_File should handle the file handling. There are slightly separate list data structures in evas but that was done so evas dosen't depend on ecore. dan On Sat, 2005-06-11 at 08:10 -0400, Jose O Gonzalez wrote: > I have a 'wis

[E-devel] Where is the e "wish" list?

2005-06-11 Thread Jose O Gonzalez
I have a 'wish' for things I'd like to see in e.. not in e the wm, there are enough wishes for things in there already :), but in e as in the efl's. Two specific things to be exact: 1. A general purpose "list/hash" lib. 2. A general purpose "file" lib.

Re: [E-devel] Re: E CVS: engage sebastid

2005-06-11 Thread The Rasterman
On Sat, 11 Jun 2005 11:13:33 +0100 Andrew Elcock <[EMAIL PROTECTED]> babbled: (B (B> OK - this is not working fully :( (B> (B> these lines: (B> (B> > - ecore_x_window_prop_xy_set(od_window, (B> > - (int) ((res_x - options.width) / 2.0 + x), (B> > -

[E-devel] Re: E CVS: engage sebastid

2005-06-11 Thread Andrew Elcock
OK - this is not working fully :( these lines: > - ecore_x_window_prop_xy_set(od_window, > - (int) ((res_x - options.width) / 2.0 + x), > - (int) (res_y - options.height + y)); > + ecore_x_window_move(od_window, > + (i

Re: [E-devel] Fix of the color picker

2005-06-11 Thread Colin Pitrat
Nathan Ingersoll a ecrit : > Thanks for the patches. I will review them this weekend and get back to you. > Forget the bin_Makefile.am.diff, it's useless ! -- Colin Pitrat http://www.framasoft.net/ Découvrez la signification du mot liberté. ---