Re: [E-devel] Ecore_Evas and desktop translucency...

2007-01-15 Thread metrics
join.php&p=sourceforge&CID=DEVDEV > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-deve There's some code in e_popup.c to do this for

Re: [E-devel] bad drawnig - invisible shelf

2006-11-24 Thread Metrics
nti-aliasing. It's a limitation of the way X is set up. One thing you can try is enabling the composite extension in your X server, using the bling module (or xcompmgr) and run enlightenment_remote -use-composite-set 1 This will give you what you're

Re: [E-devel] 'Restart' menu item exits Enlightenment ( 0.17 )

2006-11-14 Thread Metrics
ed "enlightenment". On gentoo it's something like "enlightenment-0.17" or something. Symlink will fix it. metrics - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

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

2006-11-10 Thread Metrics
ction. This for some reason was causing strcmp to SEGV. Unfortunately, ni1s was saying that this fix, whilst it allowed him to run e, meant that it didn't use his swedish locale, hence my mail to the list. metrics On Fri, Nov 10, 2006 at 11:16:43PM +0800, Stafford Horne wrote: > Metric

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

2006-11-09 Thread Metrics
Just thought I'd point out that although this fixes the segv, I'm not 100% convinced that it is behaving as it should, so maybe whoever wrote this stuff can double check it? metrics On Thu, Nov 09, 2006 at 06:17:06PM -0500, Enlightenment CVS wrote: > Enlightenment CVS committa

Re: [E-devel] icons and svg icons

2006-11-09 Thread Metrics
lis/.icons/gnant/48x48/apps/gnome-terminal.png Name=Aterm Comment=Run commands in a shell Icon=xterm.png Note the X-Enlightenment-WindowTitle matches the actual window title. Hope it helps... metrics - Using Tomcat but need t

Re: [E-devel] several issues

2006-11-06 Thread Metrics
onfirmed fixed, thanks! Good. > > > and the patch attached to this e-mail fixes a problem with merlin, a > > "broken app" problem. > > Indeed it does. Thanks again for the impressive bugfixing spree! No problems. metrics ---

Re: [E-devel] e17 freeze on "App execution error" dialog and segfaults

2006-11-03 Thread Metrics
proggres output is merging in one huge > line. I've committed a fix for this issue, a good compromise it would seem. metrics - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [E-devel] several issues

2006-10-31 Thread Metrics
"broken app" problem. metrics --- graphics.c.old 2006-10-31 21:43:28.0 +1100 +++ graphics.c 2006-10-31 21:41:15.0 +1100 @@ -130,7 +130,7 @@ XSetForeground (myDisplay, myGC, BlackPixel( myDisplay, myScreen ) ); XMapWindow (myDisplay, myWindow); -XL

[E-devel] [PATCH] _e_container_resize_handle Fix

2006-10-31 Thread Metrics
Patch to fix issue picked up by Jan Rychter, where xrandr didn't correctly handle maximised windows. Ended up to actually be a bit more, window list was reordered as it was being used as an index. metrics Index: src/bin/e_contai

Re: [E-devel] several issues

2006-10-30 Thread Metrics
s for merlin: > http://hellkvist.org/software/xmerlin/xmerlin-0.9_public.tar.gz I'll look into this too. > I had to fix one minor (obvious) issue when compiling with gcc-4.1, but > overall it takes 30 seconds to install it. > > --J. metrics --

Re: [E-devel] several issues

2006-10-30 Thread Metrics
writing recognition) do not >work. Windows flash briefly, then disappear, never to be found >again. It seems e17 is intent on hiding them somehow. These apps do >something particular about their window, as they normally appear with >no decorations under other window m

[E-devel] [PATCH] Shelf Delete Segv

2006-10-29 Thread Metrics
Fix for segv for shelf delete for raster to apply. metrics ? gmon.out Index: e_confirm_dialog.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_confirm_dialog.c,v retrieving revision 1.2 diff -u -r1.2 e_confirm_dialog.c

[E-devel] [PATCH]'s Mem Leaks in ecore_x_fixes.c, e_manager.c, bling

2006-10-26 Thread Metrics
Results from a valgrind run revealed the following leaks, resulting in the following patches for ecore_x_fixes.c, e_manager.c and e_mod_main.c in bling. metrics Index: ecore_x_fixes.c === RCS file: /var/cvs/e/e17/libs/ecore/src/lib

Re: [E-devel] [PATCH] System Actions Dialog SEGV

2006-10-24 Thread Metrics
Hmmm...this patch is screwed. Don't know how that happened. Here tis again. metrics On Wed, Oct 25, 2006 at 03:27:43PM +1000, Metrics wrote: > Patch attached to fix a segv lurking in the system actions dialog box > that shows up during suspend/resume/reboot etc. > > Pro

[E-devel] [PATCH] System Actions Dialog SEGV

2006-10-24 Thread Metrics
other means. To work around this, a delete callback was implemented for e_obj_dialog, and it is used to NULL the pointer. metrics Index: e_obj_dialog.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_obj_dialog.c,v retrieving revision 1.2

[E-devel] [PATCH] Refactoring e_remember

2006-10-24 Thread Metrics
will convert old configs to the new version and it can be scrapped in the future. Any comments, criticisms, suggestions etc., you know where to find me. metrics P.S. raster, anything that might seem a bit strange has a good reason. Let me know what you think. I also noticed my name in the About

[E-devel] [PATCH] Shelf Delete Segv.

2006-10-22 Thread Metrics
now has a callback for when it is closed, whether yes/no or some other method is used to close the box. metrics Index: src/bin/e_confirm_dialog.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_confirm_dialog.c,v retrieving revision 1.2

[E-devel] [PATCH] Read-Only e_widget_entry and Stuff

2006-10-20 Thread Metrics
also uncovered a bug where even if a window was disabled, you could still actualled type into it. Comments et al, you know where to find me. metrics Index: e_entry.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_entry.c,v retrieving rev

[E-devel] [PATCH] Evas Test #ifdef

2006-10-19 Thread Metrics
Noticed that this #endif appears in the wrong place. metrics Index: ecore_evas_test_bg.c === RCS file: /var/cvs/e/e17/libs/ecore/src/bin/ecore_evas_test_bg.c,v retrieving revision 1.9 diff -u -r1.9 ecore_evas_test_bg.c

[E-devel] [PATCH] Unmaximize Handling

2006-10-18 Thread Metrics
Small patch to change the logic if a configure_request is called by a maximized window. We don't save the value anymore as its better to just ignore them from a UI point of view. Additionally, don't resize below minimum size on unmaximise (can happen if min size changes whilst max

[E-devel] [PATCH] Add filereg to Desklock/Screenlock/Screamrock

2006-10-17 Thread Metrics
As per the subject. Protect the current background file for the screenlock. metrics Index: e_desklock.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_desklock.c,v retrieving revision 1.27 diff -u -r1.27 e_desklock.c --- e_desklock.c

Re: [E-devel] [PATCH] segv On Desklock Config

2006-10-17 Thread Metrics
On Tue, Oct 17, 2006 at 08:37:16PM +1000, Metrics wrote: > Current CVS segfaults on changing from Basic to Advanced in desklock > config dialog due to callbacks being registered for directory changed > before the widgets are actually created. Just moved the callbacks to a > bit later

[E-devel] [PATCH] segv On Desklock Config

2006-10-17 Thread Metrics
. metrics Index: e_int_config_desklock.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_int_config_desklock.c,v retrieving revision 1.37 diff -u -r1.37 e_int_config_desklock.c --- e_int_config_desklock.c 8 Oct 2006 08:04:17 -

Re: [E-devel] [PATCH] E Protected File Registry

2006-10-16 Thread Metrics
> On Tue, Oct 10, 2006 at 07:21:14PM +1000, Metrics wrote: > > Hi all, > > > > I've attached some patches and additional files that add a protected > > file registry to E. Basically, the point of this is to protect files > > that are in use from being deleted

[E-devel] [PATCH] Epsilon

2006-10-15 Thread Metrics
If epsilon can't connect to the server it exits, and if you're not in debug mode, then you don't get a reason. Not cool at all. metrics Index: epsilon_thumb.c === RCS file: /var/cvs/e/e17/libs/epsilon/src/lib/ep

Re: [E-devel] [PATCH] E Protected File Registry

2006-10-15 Thread Metrics
where to find me. metrics On Tue, Oct 10, 2006 at 07:21:14PM +1000, Metrics wrote: > Hi all, > > I've attached some patches and additional files that add a protected > file registry to E. Basically, the point of this is to protect files > that are in use from being deleted by

[E-devel] [PATCH] E Protected File Registry

2006-10-10 Thread Metrics
works reliably. e_filereg.c and e_filereg.h go into e/src/bin (of course :)). Any suggestions gratefully accepted. metrics ? src/bin/e_filereg.c ? src/bin/e_filereg.h Index: src/bin/Makefile.am === RCS file: /var/cvs/e/e17/apps/e/sr

[E-devel] [PATCH] Theme Config Dialog Box

2006-10-01 Thread Metrics
s the next theme possible in the list. Its not pretty because to activate another theme a restart is required, but its neater than display corruption. Another option would be to put in some form of pre-delete callback to stop the deletion happening in the first place. metrics Index: sr

Re: [E-devel] e_menu Keyboard Navigation using First Characters

2006-10-01 Thread Metrics
Small change in the last patch I sent. To finalise this ongoing thread, the e_menu_prev_next.patch and then menu_keys.patch, both of which are attached. metrics Index: src/bin/e_menu.c === RCS file: /var/cvs/e/e17/apps/e/src/bin

Re: [E-devel] e_menu Keyboard Navigation using First Characters

2006-09-29 Thread Metrics
On Wed, Sep 27, 2006 at 07:38:20PM +1000, Metrics wrote: > On Wed, Sep 27, 2006 at 03:24:54PM +1000, Metrics wrote: > > The patch attached to adds keyboard navigation to the menu using the > > first character of the menu label. It automatically executes anything > > with a sin

Re: [E-devel] [PATCH] Cpufreq Module Clickies & Sourceforge Mail Sucks

2006-09-28 Thread Metrics
; You probably had the MIME type wrong. It needs to be "text/plain". > > Michael > Unfortunately, from my available webmails, I can't choose what MIME type is being used, but I do remember it being set to something like text/x-diff

[E-devel] [PATCH] Cpufreq Module Clickies & Sourceforge Mail Sucks

2006-09-27 Thread metrics
Okay, that's two different webmails sourceforge is stripping the attachment from. So here it is inline. metrics Index: e_mod_main.c === RCS file: /var/cvs/e/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v retrieving revision 1.51

[E-devel] [PATCH] Cpufreq Module Clickies

2006-09-27 Thread metrics
Okay, let's see if the attachment is actually attached this time. metrics- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

[E-devel] [PATCH] Cpufreq Module Clickies

2006-09-27 Thread metrics
Small patch to cpufreq module to fix signal changes. metrics - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & b

Re: [E-devel] e_menu Keyboard Navigation using First Characters

2006-09-27 Thread Metrics
On Wed, Sep 27, 2006 at 03:24:54PM +1000, Metrics wrote: > The patch attached to adds keyboard navigation to the menu using the > first character of the menu label. It automatically executes anything > with a single entry in the menu and just activates those that have > multiple ent

[E-devel] e_menu Keyboard Navigation using First Characters

2006-09-26 Thread Metrics
Applications menu is shown by Win+C. If Firefox is in the menu then Win+C, F, will launch firefox. Again, let me know what you think and if it needs mods, I'm happy to make them. metrics --- e_menu.c.old2006-09-27 12:48:58.0 +1000 +++ e_menu.c2006-09-27 15:12:24.00

[E-devel] e_menu Patch

2006-09-26 Thread Metrics
mment, send to /dev/null, commit. Whatever. Thanks, metrics Index: src/bin/e_menu.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_menu.c,v retrieving revision 1.68 diff -u -r1.68 e_menu.c --- src/bin/e_menu.c9 Sep 2006 07:00:14

Re: [E-devel] [PATCH] exebuf Run in Terminal

2006-09-19 Thread Metrics
Patch attached instead of inline. metrics Index: src/bin/e_config.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_config.c,v retrieving revision 1.203 diff -u -r1.203 e_config.c --- src/bin/e_config.c 16 Sep 2006 11:35:54 -

Re: [E-devel] [PATCH] Show Hidden Files Option in File Selector

2006-09-19 Thread Metrics
Patch attached, and diff -u'd. metrics Index: src/bin/e_fm.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.70 diff -u -r1.70 e_fm.c --- src/bin/e_fm.c 18 Sep 2006 14:52:43 - 1.70 +++ sr

[E-devel] [PATCH] Show Hidden Files Option in File Selector

2006-09-19 Thread Metrics
Attached is a small patch to add an option to show hidden files in the files selector. metrics Index: src/bin/e_fm.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.70 diff -r1.70 e_fm.c 60a61

[E-devel] SEGV in Deskshow/Panel Resize

2006-09-18 Thread Metrics
enlightenment. If you need any more info, happy to provide. metrics 0xe410 in __kernel_vsyscall () (gdb) backtrace #0 0xe410 in __kernel_vsyscall () #1 0xb79fb6cb in poll () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7ac1513 in XProcessInternalConnection () from /usr/lib/libX11.so.6 #3 0xb7ac1921 in

[E-devel] SEGV on Start without .e

2006-09-18 Thread Metrics
Current CVS HEAD sefaults on start up without a .e directory. The patch below fixes the issue. metrics Index: src/bin/e_fdo_menu_to_order.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_fdo_menu_to_order.c,v retrieving revision

Re: [E-devel] [PATCH] exebuf Run in Terminal

2006-09-17 Thread Metrics
I might not have been clear when I sent this earlier. What I'm asking is if it could be applied to the main tree as I think it makes a useful addition to exebuf. If I'm out of line or not doing things the right way, I apologise. metrics On Sun, Sep 17, 2006 at 05:58:30PM +1000, Met

[E-devel] [PATCH] exebuf Run in Terminal

2006-09-17 Thread Metrics
dialog box. This is my first enlightenment code/patch, so if I've done things drastically wrong, or mucked up some stuff let me know. metrics Index: src/bin/e_config.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_config.c,v retr