Re: [E-devel] First project submittal -- a calendar module

2005-09-28 Thread Andrew Elcock
Michael Jennings wrote: On Wednesday, 21 September 2005, at 18:44:10 (-0600), Nathan A. Smith wrote: For those who would like to try out and comment on my efforts, http://home.comcast.net/~nasa01/calendar.tar.gz has my first full project. It's an alpha version of my calendar module. Please g

Re: [E-devel] properties menu

2005-09-23 Thread Andrew Elcock
Martin Zwickel wrote: On Fri, 23 Sep 2005 14:41:58 +1200 jochen <[EMAIL PROTECTED]> bubbled: Hi guys, I have a little request concerning the window properties menu, in particular the remember settings. Is is it possible to make the menu stay open until maybe the mouse moves away from over the

Re: [E-devel] First project submittal -- a calendar module

2005-09-22 Thread Andrew Elcock
Sebastian Dransfeld wrote: Andrew Elcock wrote: Nathan A. Smith wrote: Hey, For those who would like to try out and comment on my efforts, http://home.comcast.net/~nasa01/calendar.tar.gz has my first full project. It's an alpha version of my calendar module. Please give it

Re: [E-devel] First project submittal -- a calendar module

2005-09-22 Thread Andrew Elcock
Nathan A. Smith wrote: Hey, For those who would like to try out and comment on my efforts, http://home.comcast.net/~nasa01/calendar.tar.gz has my first full project. It's an alpha version of my calendar module. Please give it a try. dude, you need to learn more about relative in .edc files.

Re: [E-devel] Re: E CVS: enotes handyande

2005-09-20 Thread Andrew Elcock
Sebastian Dransfeld wrote: [snip] Why do you still use some ecore_x_window commands? And not just ecore_evas? Sebastian sorry, this was simply the quickest fix to get it working, I forgot that ecore_evas had all of these calls - my bad. feel free to correct me ;) (KainX - shh!) A

Re: [E-devel] Ewl fixage...

2005-09-20 Thread Andrew Elcock
Heck, sorry - did not see this was the origional, it seems my mailbox is having fun undeleting and marking as new some of my old emails... [EMAIL PROTECTED] wrote: Attached patch fixes breakage in ewl_config resulting in changes from PF_foo to ECORE_CONFIG_FLAG in ecore_config. Please commit :)

Re: [E-devel] Ewl fixage...

2005-09-20 Thread Andrew Elcock
this has previously been fixed, please update [EMAIL PROTECTED] wrote: Attached patch fixes breakage in ewl_config resulting in changes from PF_foo to ECORE_CONFIG_FLAG in ecore_config. Please commit :) Ryan Index: ewl

Re: [e-devel] patch for desktop naming

2005-08-05 Thread Andrew Elcock
I would of thought that as each desk has exactly one name that add / del is not appropriate simply set / get - list may still be cool :) ilLogict wrote: Hello ! I'm attaching a patch that enables virtual desktop naming via ipc. -desktop-name-add OPT1 OPT2 OPT3 OPT4 OPT5 Add a desktop name de

Re: [E-devel] todo_parser bugfix

2005-06-28 Thread Andrew Elcock
in cvs I _really_ will get this on the site soon, but I may get the wedding out of the way first ;) Stafford Horne wrote: > Hi, > > I have fixed a bug (it was only looking for the asignee on the first > line) and cleaned up the code in the todo parser. here is a patch and > the source file. >

[E-devel] Eclair configure

2005-06-20 Thread Andrew Elcock
./configure: line 21163: PKG_PROG_PKG_CONFIG: command not found pkg-config is not in your $PATH. Please ensure it is. Read the manual page for you shell as to how to extend your path. configure: error: Cannot find pkg-config \-> which pkg-config /usr/bin/pkg-config -

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

2005-06-15 Thread Andrew Elcock
looks to me that this misses "if (!modpath)", so on a null entry segs? enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : lofwyrm > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_module.c > > > Log Me

Re: [E-devel] elitaire - an efl based solitaire

2005-06-14 Thread Andrew Elcock
why not PACKAGE_DATA_DIR "/themes/" (I think) ? HandyAndE Bertrand Jacquin wrote: > elitaire is fine. > Also, I have a question, why existe this path in hard ? > > src/eli_app.cpp:29 > ecore_config_theme_search_path_append("/usr/local/share/elitaire/themes/"); > > could it be initialized with

Re: [E-devel] new version of eWeather

2005-06-14 Thread Andrew Elcock
looks like eWeather is not shutting down its connections properly Boldin Pavel wrote: > Jonathan Schmidt пишет: > >> Hi everyone, >> >> here is a new version of eWeather with some major bug fixe sent by >> Boldin Pavel. Thank a lot Boldin. If someone wants to add the project to >> enlightenment's

[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

[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] Re: E CVS: engage handyande

2005-06-10 Thread Andrew Elcock
Thanks, good point - fixed as for ignoring gkrellm - the idea is (check the FIXME) the list will be configurable, so the user can ignore anything they want... Sebastian Dransfeld wrote: > enlightenment-cvs@lists.sourceforge.net wrote: > >> Enlightenment CVS committal >> >> Author : handyande >>

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

2005-06-09 Thread Andrew Elcock
Pitrat wrote: > Andrew Elcock a ecrit : > >>Can you please provide a patch using "diff -u"? >>that will enable us to insert it quicker >> > > > No problem. > Sorry, it's

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

2005-06-09 Thread Andrew Elcock
Can you please provide a patch using "diff -u"? that will enable us to insert it quicker Colin Pitrat wrote: > Hello, > I just fixed the ewl_colorpicker. As I haven't access to the CVS, I post > the files here (see attachement). > > I also think there's a modification to do in ewl_spectrum.c on l

Re: [E-devel] Code about the middle mousse button

2005-06-08 Thread Andrew Elcock
src/bin/e_int_menus.c method _e_int_menus_clients_pre_cb line #468 in e17/apps/e joel vennin wrote: >Hello, > > Where is located the code of the menu(which displays all windows) that > appears when you click on the middle mouse button on the e window > manager. > > I unable to find it :( >

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

2005-06-08 Thread Andrew Elcock
yes he will take time to realise, but no - it does not work, I tested that before removing it to no avail. :-p Michael Jennings wrote: > On Wednesday, 08 June 2005, at 04:00:44 (-0700), > E CVS List wrote: > > >>Log Message: >>This broke the PACKAGE_LIB_DIR, will the submitter of the patch plea

[E-devel] Re: [e]: last e_path.c commit

2005-06-06 Thread Andrew Elcock
it does look peculiar - but if you check the man page for getenv it returns a pointer to the environment, and I want to play with it (insert \0 etc, so need to make it safe, then destroy it... At least that was my plan Beber wrote: > Hello, > > I am reading the last commit you did on e_path.c an

Re: [E-devel] A little EFL run app dialog

2005-06-05 Thread Andrew Elcock
now in e_utils as it rocks Mathieu Lamar wrote: > Hello, > I wrote a little EFL run application dialog > http://www.deviantart.com/deviation/19072694/ > Here is its source code. > It's just a start. > > Regards > Mathieu Lamar. --- This SF.N

Re: [E-devel] DR17+EFL will be in Fedora Core Extras repository :)

2005-06-01 Thread Andrew Elcock
Didier Casse wrote: > On 6/1/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > >>On Wed, 25 May 2005 11:23:33 +0800 Didier Casse <[EMAIL PROTECTED]> >>babbled: >> >> >>>Hi all, >>> I'm pleased to announce that I've been sponsored by Tom >>>'spot' Callaway (from RedHat) to pu

Re: [E-devel] Patch for engage on x86_64

2005-05-31 Thread Andrew Elcock
seems to me that this is not a patch against a clean CVS co - I cannot see what is new / changed / old Didier Casse wrote: > Dear developers, > Please take a look at the patches and commit > if possible, Thanks. > > cheers, > Didier > > -- Forwarded message

Re: [E-devel] Ecore_config command line tool

2005-05-25 Thread Andrew Elcock
Michael Jennings wrote: > On Wednesday, 25 May 2005, at 14:23:39 (+0100), > Andrew Elcock wrote: > > >>the reason it only works over IPC is because that is how it is >>supposed to work!!! > > > Thank you, Captain Obvious. > > >>if you edit the

Re: [E-devel] Ecore_config command line tool

2005-05-25 Thread Andrew Elcock
Simon Poole wrote: > Andrew Elcock wrote: > >> what is wrong with exsh? >> > Ooo.. I wasn't aware it existed (newbie to E17).. > > However, it is different. I've just had a look through examine and exsh > and they both appear to only offer IPC access to

Re: [E-devel] Ecore_config command line tool

2005-05-25 Thread Andrew Elcock
what is wrong with exsh? Simon Poole wrote: > Okay Raster, I took the bait.. > > Here's a simple command-line tool ('econfig') to read and write settings > to an Ecore_config file. The name was chosen to avoid confusion with > the altogether different 'ecore-config'. > > Provided as a patch aga

[E-devel] E17 issues today

2005-05-24 Thread Andrew Elcock
Just updated and have a number of issues 1) gadman on engage will seg if you "edit mode" then "center horizontally" 2) make a window fullscreen (gnome askpass caused this) your desktops are screwed, no edge flip, no pager click and pager previews are messed up. 3) actually, 2a when the desktops me

Re: [E-devel] edge flip

2005-05-04 Thread Andrew Elcock
He has a point, sometimes it does not work here - especially does not always scroll up, but going down then allows up to work again. Have not figured how to reproduce it reliably though :( Andy Sebastian Dransfeld wrote: > Massimo Maiurana wrote: > >> so.. there is an edge flip feature in e17!

Re: [E-devel] Fw: The results of me wasting time . . .

2005-04-27 Thread Andrew Elcock
Unfortunately this is now wrongly categorising the bugs... perhaps I should categorise them tho... Carsten Haitzler (The Rasterman) wrote: > fwd to the list (as i think it's better that a lot of patches go through here > so multiple people can handle getting it into cvs) :) > btw - tnx for the c

Re: [E-devel] e_util_app_edit seg faults

2005-03-24 Thread Andrew Elcock
This was an ewl bug - you need to get a more recent ewl Vikas BN wrote: Hi all, e_util_app_edit seg faults when u try to change to a directory from the home dir in the file dialog. Steps to reproduce this: * Either start e_util_app_edit from the cmd line or by choosing "Edit Icon" in the

Re: [E-devel] Seg in e17 on some machines

2005-03-23 Thread Andrew Elcock
oops, copy results to all... (B (B (BCarsten Haitzler (The Rasterman) wrote: (B> On Mon, 21 Mar 2005 16:56:13 +0000 Andrew Elcock <[EMAIL PROTECTED]> babbled: (B> (B> (B>>OK - not sure what is going on here, I notice this on some machines only. (B>> (B>>

Re: [E-devel] E17 users guide complete

2005-03-22 Thread Andrew Elcock
Looks good :) - hope this can be made "official" sometime ... Valtteri Vainikka wrote: Hey all, I posted some time ago about the work-in-progress E17 users guide me and Tom (gimpel) have been working on. It's complete now :) Please see http://lude.net/edocs - it's the final version, including the l

[E-devel] Seg in e17 on some machines

2005-03-21 Thread Andrew Elcock
OK - not sure what is going on here, I notice this on some machines only. Open enotes and hit "new" or just open xmms (sometimes) and I get: (gdb) bt #0 0xb78fecba in mallopt () from /lib/libc.so.6 #1 0xb78fe62a in calloc () from /lib/libc.so.6 #2 0xb7df67f9 in evas_common_image_new () at evas_i

Re: [E-devel] E Summary 16-03-2005

2005-03-17 Thread Andrew Elcock
Morten Nilsen wrote: Andrew Elcock wrote: any window that does not call pack() (dialogs, interfaces, whatever) will default to 1x1 (ot some other default). calling pack() is where there were bugs appearing... so it pack()s the first dialogue it opens, but not the subsequent ones? maybe, would

Re: [E-devel] E Summary 16-03-2005

2005-03-17 Thread Andrew Elcock
Morten Nilsen wrote: Andrew Elcock wrote: Morten Nilsen wrote: I wonder, is this related to a bug I'm seeing with java and e16 (cvs) ? when I open a dialogue window (banned ip list, column configuration) in azureus, the newly created window becomes 0px wide, and sometimes 0px high (not cou

Re: [E-devel] E Summary 16-03-2005

2005-03-17 Thread Andrew Elcock
Morten Nilsen wrote: I wonder, is this related to a bug I'm seeing with java and e16 (cvs) ? when I open a dialogue window (banned ip list, column configuration) in azureus, the newly created window becomes 0px wide, and sometimes 0px high (not counting theborder) - which is a bit annoying, but I

Re: [E-devel] Re: E CVS: libs/ecore raster

2005-03-14 Thread Andrew Elcock
Yes, java!!! (which is what we are trying to debug now - wanna help? :) ) Andy Kim Woelders wrote: enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h Ma

Re: [E-devel] error while compiling apps/e/

2005-03-13 Thread Andrew Elcock
Yeah, raster typo'd (BAD raster) it is fixed, waiting game for anon users ;) HandyAndE Carlos Daniel Ruvalcaba Valenzuela wrote: I had the same problem yesterday, i got an error compiling the source and a eet file, I searched through the code and discovered it was a silly error like this: var = som

Re: [E-devel] Problems with building engage from cvs

2005-03-01 Thread Andrew Elcock
Didier Casse wrote: It's the first time that I get these errors: *** The enlightenment-config script installed by enlightenment could not be foun d All other stuff have compiled except for engage. Let me get this straight, does that mean that E 0.16.999 should be installed first? Apologies this sh

Re: [E-devel] [PATCH] E

2005-02-17 Thread Andrew Elcock
ahem!!! Sebastian Dransfeld wrote: Implemented desktops as a list, instead of an array. Moved e_desk_current_get, e_desk_at_xy_get to e_zone_desk_current_get and e_zone_desk_at_xy_get. Anyone against? YES!!! It is an array for efficiency - was decided by raster when I implemented it - we talked

Re: [E-devel] engage .eet icons problem

2005-01-27 Thread Andrew Elcock
Did you read the documentation or check the archives before asking? hmm. The answer is that .eet is not the format any more, engage (as was planned) now uses 100% e17 icons, these can be created by copying your .eet to a .eapp and using enlightenment_eapp in the e17 source. OR using the e_util_ea

Re: [E-devel] default_gadman.edc

2005-01-16 Thread Andrew Elcock
We are all aware of this, but thanks I guess. Raster went to be and forgot to commit it (BAD raster ;) ) We have all done it before, but he will get it sorted as soon as he wakes... Patience my compiling friend Jason Williams wrote: FYI: Tried to do a build of the latest CVS tree for e17/apps/e see

Re: [E-devel] Wiki

2005-01-05 Thread Andrew Elcock
Mathieu Bruneau wrote: (B> (B> AFAIK tikiwiki use ADODB abstraction layer for database operation. That (B> means it can (almost transparently) use any database from the list (from (B> the adodb website): (B> (B> MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, (B> Foxpro,

Re: [E-devel] Engage / strcmp v. strncmp

2005-01-02 Thread Andrew Elcock
Frederick Heckel wrote: On Fri, 17 Dec 2004 21:57:25 + Andrew Elcock <[EMAIL PROTECTED]> claimed: It should not be listening to directories at all - see how it passes 0 as the recurse setup bit? anyhow all .eet icons will be moved to .eapp soon, so this code will change. as for null winc

Re: [E-devel] Strange err after cvs chkout

2004-12-29 Thread Andrew Elcock
that bug was fixed a while ago - please update :) DM wrote: Good time of day! After today's cvs chkout, i receive strange error on compilation in apps/e/bin: if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/e17/include -I../.. -I../../src/bin -I../../src/lib -I/opt/e17/include -I/opt/e17/include -

Re: [E-devel] Engage / strcmp v. strncmp

2004-12-29 Thread Andrew Elcock
[EMAIL PROTECTED] wrote: On Fri, 17 Dec 2004 16:15:16 EST, Frederick Heckel said: What happened here is that there was an empty directory sitting in my mapping/ dir. It looks like e_app_new is fine with directories, but it doesn't actually fill out the app->winclass field if $subdir/.directory.e

Re: [E-devel] Entrance testing mode

2004-12-08 Thread Andrew Elcock
I had this too, ang getting gentooed.eet from atmos' site fixes it :) Andreas Volz wrote: Am Sun, 05 Dec 2004 14:04:20 -0500 schrieb Peter Hyman: Running entrance -T returns the following: bash-2.05b$ entrance -T WARNING: not a utf8 locale! Debug: ipc_title = /var/entrance_ipc_0 entrance_ipc_ini

Re: [E-devel] Extra pixels on engage

2004-12-06 Thread Andrew Elcock
This is correct - this is the system tray, it can dock your system icons as per kde and gnome panels. for cpu and freshness reasons this is not transparent. If you want to turn it off use -T 0 Handy Ravi wrote: When I run engage with -b "#" -B "#" (which should make it transpare

Re: [E-devel] New to E

2004-12-01 Thread Andrew Elcock
forget X development, just use ecore_x - a joy :) ecore also handles timers, configuration, ipc etc etc Juan Medín Piñeiro wrote: Hi, I’m new to this list, so first and foremost hello to everyone. I'm new to Linux and Linux development (and open source projects for this matter). My

Re: [E-devel] Program eet file formats

2004-12-01 Thread Andrew Elcock
If you have engage installed that comes with a build_icon.sh that builds e17 compatible icons. Later this week I will be adding an icon editor, so you can just copy over then edit which will be easier I think. Good luck, Handy Peter Hyman wrote: I dumped the eterm.eet included in the favorite_ap

Re: [E-devel] engage in cvs... images are replaced by a green question mark!

2004-11-09 Thread Andrew Elcock
Didier Casse wrote: Hellooo again, Engage in cvs compiles nicely but it seems that most of my icons are replaced by a green question mark although I took care to recompile my themes. So I had to replace the new one with the old engage-0.0.1-0.20040903.e17.fc1.i386.rpm which st

Re: [E-devel] fixes for e17 EFL CVS

2004-10-14 Thread Andrew Elcock
Dave Andruczyk wrote: Also on my gentoo system, a straight "./autogen.sh" for almost all libs did NOT work, I'd get an immediate failure usually at the end of ./configure or when running "make": make[2]: Entering directory `/home/dave/cvs/e17/libs/edb/src' Makefile:324: *** missing separator. Sto

Re: [E-devel] about enotes (white text on white background?)

2004-10-12 Thread Andrew Elcock
These are EWL bugs, not to do with enotes specifically. Both are being worked on and we hope to have it working soon! (cos I wanna use enotes ;) ) Andy Alan Schmitt wrote: Hi, I just emerged enotes-0.1.20040912 and I cannot seem to use it: when I create a new note, as soon as I start typing the "e

Re: [E-devel] ewl_embed clipping

2004-10-06 Thread Andrew Elcock
yeah, you need to pass resize/move callbacks to the ewl container or something similar. There are a few examples of this already - check enotes in cvs/misc/enotes, that works well. It does also do some crazy ewl theme overriding tho, so don't get too confused ;) Handy Bart Elberg wrote: All, I

Re: [E-devel] Time to get started.

2004-08-04 Thread Andrew Elcock
I think that the libraries were supposed to get a little more polishing before we jumped into all the apps, but this may have changed. Try looking through all the libraries for todo lists (there are lots) and see if any tickle your fancy/expertise... Andy Shish wrote: Now, the question is: what

Re: [E-devel] eOrg Facelift RFC

2004-07-02 Thread Andrew Elcock
Moritz Angermann wrote: [Was: E-Org facelift - Now: eOrg RFC] $ Moritz Angermann, v1, July 2nd 2004 $ what is this? = This is about a possible Redising and reorganisation of the eOrg Webrepresentation. The idea is to generate a better publicity. And more people to use e/eOrg/eApps. Yes

Re: [E-devel] problems building engage cvs

2004-06-01 Thread Andrew Elcock
Your ecore (well, ecore_config really) is out of date, rebuild and then engage will be happy Didier Casse wrote: Can anybody help? ([EMAIL PROTECTED]:engage)$ make --- make all-recursive make[1]: Entering directory `/home/didier/b

Re: [E-devel] engage wallpaper problem

2004-05-14 Thread Andrew Elcock
Gen Zhang wrote: On Friday 14 May 2004 00:07, Andreas Volz wrote: Hi, If I size down (horizontal) the wallpaper in enlightenment wallpaper dialog and then start engage this error is printed: engage bg_ebg_trans: got invalid pixmap from root-window, ignoring... bg_ebg_trans: cannot create transparen

Re: [E-devel] engage cvs?

2004-05-07 Thread Andrew Elcock
Antonio Palladini wrote: Am 29.04.2004 01:31:41 schrieb(en) Andreas Volz: Are there any configuration files for engage? For example I like only to see the windows from one workspace. Sorry, don't know. Have not used engage yet. when running engage type "examine engage" (you need to install exam

Re: [E-devel] engage cvs?

2004-04-28 Thread Andrew Elcock
in CVS at misc/engage Andreas Volz wrote: Hi, I read about "engage" on xcomputerman.com. I searched at the e17 CVS for engage, but didn't find it. Could you say me where it is? regards Andreas --- This SF.Net email is sponsored by: Oracle 10g Ge

Re: [E-devel] problems w/ iconbar

2004-04-24 Thread Andrew Elcock
Looks like your ewl is out of date - is it installed also from cvs? Andrew Didier Casse wrote: I'm not too familiar with those E17 libraries. This is an excerp of compilation of iconbar from CVS. Can anybody help? - D -MP -MF

Re: [E-devel] use of ewl path with an application

2004-04-10 Thread Andrew Elcock
surely you need to use ewl-config to retreive the libs and cflags in autofoo, so wmy not use it to get the path and put it in your own config.h? Andy Vincent Torri wrote: Hello, i am making a small program with ewl, and i would like to use the e-logo.png, which is located in /where-ewl-is_insta

Re: [E-devel] ecore_config updates arent so friendly ?

2004-02-01 Thread Andrew Elcock
Mike Frysinger wrote: when updating the cvs snapshot of ecore this week i hit two snags: (1) parallel build fails ... i filed a bug but Trill closed it on me :P http://xcomputerman.com/bugs/view_bug_page.php?f_id=023 disabling ecore_config building allows -j to work just fine (2) i've got an /

[E-devel] Re: E CVS: proto handyande

2004-01-07 Thread Andrew Elcock
___ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs -- Andrew Elcocktel: 0131 651 1434 EDINA, Edinburgh University Data Library fax: 0131 650 3308

Re: [E-devel] ecore build error

2004-01-01 Thread Andrew Elcock
oc_id=3371&op=click ___ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Andrew Elcocktel: 0131 651 1434 EDINA, Edinburgh University Data Library

Re: [E-devel] Re: [enlightenment-devel] osxdocker

2003-12-10 Thread Andrew Elcock
That helped thanks - looks good. For some reason though it is not ignoring my menus. They have a window class of "" which is in the ignore list... Gen Zhang wrote: On Tuesday 25 Nov 2003 10:28 am, Andrew Elcock wrote: Well, spent a small ammount of time getting icons setup and associ

Re: [E-devel] Re: [enlightenment-devel] osxdocker

2003-12-10 Thread Andrew Elcock
is it possible to ignore a window class? I have three blanks, the enlightenment pager etc and gkrellm, kinda fancy not seeing them... screenie at: http://gallery.codewordt.co.uk/enlightenment/osxdocker Thanks muchly, Andrew -- Andrew Elcocktel: 0131 651

Re: [E-devel] Re: OSXDocker

2003-11-13 Thread Andrew Elcock
hout having to create a "event capturing" object in evas. I think that would help quite a bit with performance. Cheers for the testing, Gen -- Andrew Elcocktel: 0131 651 1434 EDINA, Edinburgh University Data Library fax: 0131 650 3

Re: Fw: Re: [E-devel] e16.6 BUGS

2003-08-26 Thread Andrew Elcock
Begin forwarded message: Date: Mon, 11 Aug 2003 21:14:58 +0200 From: Kim Woelders <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [E-devel] e16.6 BUGS Dhruba Bandopadhyay wrote: (1) Sticky settings: I think this one has already been dealt with but just in case it hasn't here it is. Somet

Re: [E-devel] e16.6 BUGS

2003-08-14 Thread Andrew Elcock
I know, and am not stupid. I was replying to a message from Dhruba about 16.6-pre5 which I have noticed. I was also noting that this is also noticable in my other, but default 16.5. Sorry if this offended you in some way Andrew Kim Woelders wrote: Andrew Elcock wrote: Gaim and gkrellm are

Re: [E-devel] e16.6 BUGS

2003-08-14 Thread Andrew Elcock
Begin forwarded message: Date: Mon, 11 Aug 2003 21:14:58 +0200 From: Kim Woelders <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [E-devel] e16.6 BUGS Dhruba Bandopadhyay wrote: (1) Sticky settings: I think this one has already been dealt with but just in case it hasn't here it is. Somet

Re: [E-devel] e16.6 BUGS

2003-08-14 Thread Andrew Elcock
Dhruba Bandopadhyay wrote: On Mon, 11 Aug 2003 20:14:14 -0700 Ben Ford <[EMAIL PROTECTED]> wrote: Kim Woelders wrote: Dhruba Bandopadhyay wrote: (1) Sticky settings: I think this one has already been dealt with but> just in case it hasn't here it is. Sometimes, when a window is made> sticky a

Re: [E-devel] efm

2003-06-12 Thread Andrew Elcock
; this very good file manager > fast and beautifull! > thanks! > bye! > -- Andrew Elcocktel: 0131 651 1434 EDINA, Edinburgh University Data Library fax: 0131 650 3308 Main Library Building, George Square email: [EMAIL PROTECTED

Re: [E-devel] virtual desktop question

2003-04-02 Thread Andrew Elcock
iting the Xserver. It would be nice to be > able to use any wm but it seems like it would be more work. Still, I > might look into it as an option. Thanks for the thought. > > brian > > On Tue, 2003-04-01 at 17:12, Andrew Elcock wrote: > > Surely it would be easier

Re: [E-devel] virtual desktop question

2003-04-01 Thread Andrew Elcock
Surely it would be easier to re-configure X to have a HUGE desktop size on a smaller monitor... Andy -- There is no emoticon for what I am feeling! --The comic book guy, The Simpsons On Wed, 2 Apr 2003 07:52:33 +1000 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On 01 Apr 200

[E-devel] New EVAS API and E

2003-02-07 Thread Andrew Elcock
Hey ho all. Was hoping to get myself up to date with E this weekend. Unfortunately I forgot to save (/read properly) the relevant CVS commits and was wondering: Does E use the new EVAS API? Also, I forgot to note, is all the new API stuff in SPLIT for now? Thanks guys, Andy -

Re: [E-devel] more elogin questions

2003-01-22 Thread Andrew Elcock
On Wed, 2003-01-22 at 16:08, Alan Schmitt wrote: > * Andrew Elcock ([EMAIL PROTECTED]) wrote: > > On Wed, 2003-01-22 at 15:05, Alan Schmitt wrote: > > > * Andrew Elcock ([EMAIL PROTECTED]) wrote: > > > > On Wed, 2003-01-22 at 14:21, Alan Schmitt wrote: > > >

[E-devel] starting elogin at boot

2003-01-21 Thread Andrew Elcock
as per e1x.codewordt.co.uk use this to start elogin at boot insert to file /etc/init.d/elogind: #!/sbin/runscript # Copyright Andrew Elcock, 2003 start() { ebegin "Starting Elogind" start-stop-daemon --start --quiet --pidfile \ /var/run/elogind.

Re: [E-devel] more elogin questions

2003-01-21 Thread Andrew Elcock
ug mode, but elogind --help > segfaults. > > How can I see what is preventing e17 from starting (startx with the same > .xinitrc works perfectly). > > Another question: how do I quit elogind ? ctrl-alt-backspace relaunches > it, so I must kill -9 elogind and X. > > Alan --

Re: [E-devel] looking for some info about elogin

2003-01-21 Thread Andrew Elcock
what exactly are you looking for? If I know what you need and I know then I can add it to the forum. Andy (apologies for the crappy outlookish reply - at work :( ) - Original Message - From: "Alan Schmitt" <[EMAIL PROTECTED]> To: "e-develop" <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2

[E-devel] elogin

2003-01-17 Thread Andrew Elcock
"Personal" item in elogin that executes .xsession, so that I can call startup scripts and apps etc. Thanks, Andy -- Andrew Elcock <[EMAIL PROTECTED]> Rectang.com --- This SF.NET email is sponsored by: Thawte.com - A 128-bit super

[E-devel] Multiple Desktops

2003-01-13 Thread Andrew Elcock
\o/ cool , so I have 8 desktops, but having a little difficulty. As the menus do not work I cannot "send to desktop" (don't remember if that was implemented anyhow). A window stays in its desktop fine if you start it there - but if you iconify it, and then bring it up in another desktop it just jum

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

2003-01-11 Thread Andrew Elcock
= > RCS file: /cvsroot/enlightenment/e17/apps/e/src/desktops.h,v > retrieving revision 1.9.2.5 > retrieving revision 1.9.2.6 > diff -u -3 -r1.9.2.5 -r1.9.2.6 > --- desktops.h30 Oct 2002 22:24:28 - 1.9.2.5 > +++ desktops.h7 Jan 2003 22:16:04 - 1.9.2.6 > @@ -103,6 +103,7 @@ > void