Re: [E-devel] [EGIT] [core/enlightenment] enlightenment-0.17 02/02: e_sys - address security concerns with environment - more

2013-12-05 Thread Peter van de Werken
Hi, Encountered a small bug in this commit that can cause e_sys_main to busy loop. Turns out the wrong variable is used when trying to clean up the environment. On Sat, Nov 30, 2013 at 07:10:05PM -0800, Carsten Haitzler wrote: > raster pushed a commit to branch enlightenment-0.17. > > http://gi

[E-devel] [PATCH] eina_stringshare_dump output

2012-08-06 Thread Peter van de Werken
Hi, I noticed that the output of eina_stringshare_dump contains rather strange strings (it clearly doesn't match with what is in stringshare). Attached is a patch that fixes the appropriate printf statement by using the node struct to get the string. cheers, Peter -- . ..: Index: src/lib/eina_s

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Peter van de Werken
On Wed, Apr 20, 2011 at 11:04:05PM +0900, Daniel Juyung Seo wrote: > LInks are broken :( > I don't have any clue what ffi is even I wanna know. > Any hints? FFI probably stands for 'Foreign Function Interface' meaning it provides a way for binding with dynamic libraries it might be related to http

Re: [E-devel] E SVN: cedric IN trunk: BINDINGS/javascript/elixir PROTO/elsa e e_dbus ecore edje eet eeze efreet eina eio elementary embryo enki enlil ephoto evas exalt

2011-02-23 Thread Peter van de Werken
On Mon, Feb 21, 2011 at 06:56:49AM -0800, Enlightenment SVN wrote: > Log: > efl: turn on cached result, that will reduce your configure time a lot ! > > Author: cedric > Date: 2011-02-21 06:56:49 -0800 (Mon, 21 Feb 2011) > New Revision: 57213 > Trac: http://trac.enlightenment.

[E-devel] [PATCH] Make illume2 indicator buttons square.

2010-12-29 Thread Peter van de Werken
It looks better and also the button edges no longer overlap. --- e/data/themes/default.edc | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index adaf472..a807517 100644 --- a/e/data/themes/default.edc +++ b/e

[E-devel] [PATCH] Only add a separator if there is something to separate.

2010-12-29 Thread Peter van de Werken
--- e/src/bin/e_gadcon.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index e413f33..d36a6c1 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gadcon.c @@ -1365,9 +1365,11 @@ e_gadcon_client_util_menu_items_append(E_G

[E-devel] [PATCH] Make the compact gadcon menu the default.

2010-12-29 Thread Peter van de Werken
The illume indicator would also benefit of the less deep gadcon menu. Since there is no quick check for that situation, make the compact menu the default instead. --- e/src/bin/e_gadcon.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/e/src/bin/e_gadcon.c b/e/src/bi

[E-devel] [PATCH] Remove double definition of system-restart icon.

2010-12-29 Thread Peter van de Werken
For some reason this caused the reboot button in the System Control popup to have the lock icon. --- e/data/themes/default.edc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index 3b9d752..adaf472 100644 --- a/e/data/t

[E-devel] [PATCH] Make the compact gadcon menu the default.

2010-12-29 Thread Peter van de Werken
The illume indicator would also benefit of the less deep gadcon menu. Since there is no quick check for that situation, make the compact menu the default instead. diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index 2fb9f69..e413f33 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gad

[E-devel] [PATCH] Make illume2 indicator buttons square.

2010-12-29 Thread Peter van de Werken
It looks better and also the button edges no longer overlap. diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index adaf472..a807517 100644 --- a/e/data/themes/default.edc +++ b/e/data/themes/default.edc @@ -35726,7 +35726,8 @@ collections {

[E-devel] [PATCH] Only add a separator if there is something to separate.

2010-12-29 Thread Peter van de Werken
diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index e413f33..d36a6c1 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gadcon.c @@ -1365,9 +1365,11 @@ e_gadcon_client_util_menu_items_append(E_Gadcon_Client *gcc, E_Menu *menu_main, if ((gcc->gadcon->shelf) || (gcc->gadcon->toolb

[E-devel] [PATCH] Remove double definition of system-restart icon.

2010-12-29 Thread Peter van de Werken
For some reason this caused the reboot button in the System Control popup to have the lock icon. diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index 3b9d752..adaf472 100644 --- a/e/data/themes/default.edc +++ b/e/data/themes/default.edc @@ -29739,7 +29739,6 @@ collections {

[E-devel] [PATCH] call quickpanel show func on uniconify

2010-12-29 Thread Peter van de Werken
When the quickpanel uniconifies it stays put and obscures the indicator window. This happens it gets uniconify in another way than through clicking on the indicator. With this patch it always moves to its regular position. diff --git a/e/src/modules/illume2/e_mod_quickpanel.c b/e/src/modules/il

[E-devel] [PATCH] make distcheck

2010-10-14 Thread Peter van de Werken
Hi, Attached are three patches that fix 'make distcheck' for e17, elementary and the calendar module. regards, Peter diff --git a/e/src/bin/e_fm/Makefile.am b/e/src/bin/e_fm/Makefile.am --- a/src/bin/e_fm/Makefile.am +++ b/src/bin/e_fm/Makefile.am @@ -21,6 +21,9 @@ internal_bin_PROGRAMS = \ enli

[E-devel] [PATCH] Screen Lock config dialog

2010-04-28 Thread Peter van de Werken
Hi, Attached is a patch that makes the config dialog of the conf_desklock module work better on small screens. I moved the advanced dialog options into a toolbook on the basic dialog. (I used the Screen Saver dialog as an example.) In order to make the wallpaper stuff fit I removed the preview w

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2009-07-27 Thread Peter van de Werken
On Sun, Jul 26, 2009 at 05:30:07PM -0700, Enlightenment SVN wrote: > Log: > Remove whitespace. > Use E_FREE for things created with E_NEW. > Add new function to clear the toolbar. > Add new function to return the number of the selected item. got two patches: #1: hide eina_list internals by

Re: [E-devel] [PATCH] Favorite Applications menu

2009-02-01 Thread Peter van de Werken
ications. Moving my ~/.e away solved the problem, should have tried that earlier. Sorry to have bothered you all. Regards, Peter van de Werken signature.asc Description: Digital signature -- This SF.net email is

[E-devel] [PATCH] Favorite Applications menu

2009-02-01 Thread Peter van de Werken
patch make E use the .menu file. Regards, Peter van de Werken Index: e/src/bin/e_main.c === --- e/src/bin/e_main.c (revision 38865) +++ e/src/bin/e_main.c (working copy) @@ -1167,7 +1167,6 @@ "%s/.e/e/backgrounds",

Re: [E-devel] [PATCH] Illume keyboard

2008-12-22 Thread Peter van de Werken
rong: the e_flaunch.h has the wrong (non-existent) function in it. Attached patch fixes the typo and the .h file. regards, Peter van de Werken -- Everything fears time, but time fears the pyramids -- ancient Egyptian proverb Index: e/src/modules/illume/e_

Re: [E-devel] [PATCH] Illume keyboard

2008-12-21 Thread Peter van de Werken
on my earlier patches. I've attached them again, now I made them from the root of the trunk (instead of from the illume dir as I did earlier). kind regards, Peter van de Werken -- Everything fears time, but time fears the pyramids -- ancient Egyptian prove

[E-devel] [PATCH] mail module

2008-03-02 Thread Peter van de Werken
need do need to fill the num_new and num_total when creating the mdir mailbox. Otherwise it doesn't show the number of new/total mails until something happens with the mailbox. regards, Peter van de Werken -- Live in a world of your own, but always welcome visitors. Index: mdir.c =

[E-devel] [PATCH] start module

2008-02-29 Thread Peter van de Werken
A small patch for the start module: instead of hardcoding the size of the shell icon/button, get it from the theme. regards, Peter van de Werken -- Live in a world of your own, but always welcome visitors. Index: apps/e/src/modules/start/e_mod_main.c

[E-devel] [PATCH] Sticky windows

2008-02-24 Thread Peter van de Werken
t also now ignores windows that are iconified. regards, Peter van de Werken Index: apps/e/src/bin/e_border.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.625 diff -u -r1.625 e_border.c --- apps/e/src/bin/e_