[E-devel] DeskLock and VMWare, VMWare keeps keyboard input

2006-03-03 Thread Marc McGarry
I'm having an issue with desklock and VMWare. I have VMWare setup to grab keyboard and mouse focus using VMWare Tools. Basically, when I move the mouse into the VMWare window, it gets key+mouse control and when I mouse out of it, it loses the focus and E17 then gets key+mouse control. Now, when

Re: [E-devel] [patch] clock module -- diplomacy (take 2)

2005-12-16 Thread Marc McGarry
Nice work, I'm sure a lot of people will appreciate it once it gets applied. I apologize for the 12 hour == normal terminology, I'm decidedly less diplomatic than yourself : ). I'm afraid I haven't spent much time outside the United States and United Kingdom. Also, big thanks out to whomever got

Re: [E-devel] Patch to default_clock.edc

2005-07-18 Thread Marc McGarry
You could make the analog clock larger. Unfortunately, the digital display is part of the analog clock, so it's going to scale with the size of the clock. You could pretty easily edit the default_clock.edc and remove all of the analog clock display components, then you could scale the digital

Re: [E-devel] [Patch] Add digital display support to the clock module

2005-07-12 Thread Marc McGarry
CVS as of late this morning. Anyhow, this should look (176x176 looks good at 1600x1200) and work much better than the first attempt. Enjoy, Marc On 7/12/05, Jeremy Kolb [EMAIL PROTECTED] wrote: Quoting Carsten Haitzler [EMAIL PROTECTED]: On Mon, 11 Jul 2005 18:41:47 -0500 Marc McGarry

[E-devel] [Patch] Add digital display support to the clock module

2005-07-11 Thread Marc McGarry
Hi all, I've created a patch for the clock module that adds a little digital time display below the analog one. It has a toggle between no digital display, normal digital display (with am/pm) and 24-hour time. It's pretty rough, as I couldn't figure out how to hide elements other than by

[E-devel] Re: Patch: Adds IPC call to execute generic E_Actions and Desk Selection E_Action

2005-07-08 Thread Marc McGarry
Here's the same patch again with the (redundant) desk_flip_complete E_Action removed. This patch adds E_Action execution support to enlightenment_remote. I've tested it against CVS from this morning and it appears to apply cleanly. --Marc On 7/6/05, Marc McGarry [EMAIL PROTECTED] wrote: All

[E-devel] Patch: Adds IPC call to execute generic E_Actions and Desk Selection E_Action

2005-07-06 Thread Marc McGarry
All, Raster suggested that I use the E_Action system to change desks instead of my current method of 5 parameters which I thought was clunky. So I've added a generic IPC call to execute a named action, as well as a new action which flips to a desk given the manager, container, zone, row and

[E-devel] Patch to add desktop selection to enlightenment_remote

2005-06-30 Thread Marc McGarry
All, I just did a quick hack to allow desktop selection using enlightenment_remote. I was thinking it might be nice to be able to use a shell script to change desktops. It doesn't do any validation except to ensure that it is changing to a real desktop (to prevent e from segfaulting :) and this