Re: [E-devel] [PATCH] Pushing windows around with the keyboard

2007-01-05 Thread Martin Geisler
"William Keaney" <[EMAIL PROTECTED]> writes: > On 1/4/07, Martin Geisler <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I recently bought a big monitor, and with that I started to miss >> some way of moving windows quickly to where I wanted

[E-devel] [PATCH] Pushing windows around with the keyboard

2007-01-04 Thread Martin Geisler
ot;), "Resize By...", "window_resize_by", NULL, "syntax: W H, example: 100 150", 1); + + /* window_push */ + ACT_GO(window_push); + e_action_predef_name_set(_("Window : Actions"), "Push in Direction...", "window_push&

Re: [E-devel] uptime module i18n

2006-07-01 Thread Martin Geisler
ttext() one could do this: snprintf(users, sizeof(users), ngettext("user: %d", "users:%d", inst->nusers), inst->nusers); I guess the ngettext() call should be a dngettext() call, but I cannot remember the domain used... :-) -- Martin Geisler

[E-devel] Re: context menu

2006-02-15 Thread Martin Geisler
can be used to detect whether a `gettext' implementation is GNU gettext and not non-GNU system's native gettext implementation. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shel

[E-devel] Re: Imlib not working under xorg-6.9?

2006-01-13 Thread Martin Geisler
compiled with Imlib 1.x cannot be used with Imlib2 or vice versa. to make things very clear. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | http://mgei

[E-devel] Re: Modules

2005-12-21 Thread Martin Geisler
ach in general. Actually, if you pressed space while pointing to a menu item, then it would be toggled without the menu closing. A little-known shortcut which will quickly become totally irrelevant as the rest of the E menus are converted into dialog windows :-) Mer

[E-devel] Re: small patch for clock module (language)

2005-12-06 Thread Martin Geisler
Morten Nilsen <[EMAIL PROTECTED]> writes: Hej Morten > Hi.. the current wording in the menu is a bit unfortunate.. for > many people (me included) a 12-hour clock is not considered "normal" Coming from Denmark, I agree totally with this! :

[E-devel] Re: specifying user environment in Entrance

2005-12-02 Thread Martin Geisler
Michael Jennings <[EMAIL PROTECTED]> writes: > On Thursday, 01 December 2005, at 08:53:33 (+0100), > Martin Geisler wrote: > >> And given that the BSD license is more permissive than the GPL, the >> BSD license cannot have such a requirement: BSD < GPL < LPPL (in

[E-devel] Re: specifying user environment in Entrance

2005-12-01 Thread Martin Geisler
strictive). And given that the BSD license is more permissive than the GPL, the BSD license cannot have such a requirement: BSD < GPL < LPPL (in terms of requirements). -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather

[E-devel] Re: Next witch. Was: Ding dong, the witch is dead.

2005-11-07 Thread Martin Geisler
I want to go to bed. Later the X command options will > have some sort of editor, but for now it is hard coded. Is this not (eventually) the job of the packagers for the different distributions to change this to suit the defaults for that distribution? If so, then having a sane default should be

[E-devel] Re: libs/eet sebastid

2005-11-04 Thread Martin Geisler
y is better than the strdup? >> Is it because you only allocate memory once, or is there some other >> reason? > > It's a trick to allocate the file node and name in one allocation > instead of two. Since we have the memory available for the name, the > strcpy is then used

[E-devel] Re: libs/eet sebastid

2005-11-04 Thread Martin Geisler
because it's a great environment for learning some cool C tricks, so I hope you don't mind me asking. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.n

[E-devel] Re: e_modules removal from cvs

2005-11-03 Thread Martin Geisler
net/tracker/index.php?func=detail&aid=1341005&group_id=1&atid=350001 -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | http://mgeisler.net/ Read/wr

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

2005-10-29 Thread Martin Geisler
iron > man . That talked about a convention used for that particular array -- in general arrays are not NULL terminated. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| htt

[E-devel] Re: Patch for CVSROOT/commit.pl

2005-10-24 Thread Martin Geisler
rsonally, I think the current system gives sufficient information > to determine via the To: and Subject: headers what list the message > is for, who made the commit, and where. Yes, I agree with you that it's a minor detail. Like everything I put up here: take it or leave it :-)

[E-devel] Indention in Emacs (was Re: fork'n'pipe IPC for ecore.)

2005-10-24 Thread Martin Geisler
blocks opened in the middle of a function -- I've even filed a bug with the CC-mode maintainers about this but they didn't respond. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.n

[E-devel] Re: Patch for CVSROOT/commit.pl

2005-10-24 Thread Martin Geisler
Martin Geisler <[EMAIL PROTECTED]> writes: Hello, I sent this mail with a small patch a couple of days ago, and Tilmann replyed explaining that the mail was garbled with two different MIME boundaries. If anybody else had problems reading the mail I would appreciate it if they would mail m

[E-devel] Patch for CVSROOT/commit.pl

2005-10-23 Thread Martin Geisler
quot;From: [EMAIL PROTECTED]"; print MAIL "\n"; print MAIL "Enlightenment CVS committal\n\n"; print MAIL "Author : $login\n"; -print MAIL "Project : $basename\n" if($basename ne $modulename); +print MAIL "Project : $basename\n&quo

[E-devel] Re: Entropy, EFM, Evidence: Why three?

2005-10-22 Thread Martin Geisler
bg image, a theme, fonts etc...). [...] Ahh, thank you for that explaination! I had never thought of that angle on things, but the role of EFM makes much more sense now. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather

[E-devel] Re: Entropy, EFM, Evidence: Why three?

2005-10-22 Thread Martin Geisler
t be streight forward to "merge" it. Another (IMHO quite natural and valid) reason could be that it's fun to write a file manager and thus everybody would like to do their own. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP

[E-devel] Re: cpu usage reporting patch for monitor module

2005-10-18 Thread Martin Geisler
nd then there would be a problem to look at... to me it sounds like you have it fully under control. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | http://

[E-devel] Re: cpu usage reporting patch for monitor module

2005-10-18 Thread Martin Geisler
ion of a more fundamental problem? So instead of hiding it I think it should be fixed --- unless we're talking about rounding errors (so it would display 101% once in a while which is silly). -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library |

[E-devel] Re: Ding dong, the witch is dead.

2005-10-16 Thread Martin Geisler
I love your way of making debugging sound like the a new blockbuster action/thriller movie! Great job finding this bug! -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpwea

[E-devel] Re: Small glitches with the new mouse pointers

2005-10-15 Thread Martin Geisler
on the pointer code atm. (good job too!) I didn't mean to rush you, especially not with those small glitches (the word bug is too big I think :-). Consider it a free-form patch for the TODO list. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library

[E-devel] Small glitches with the new mouse pointers

2005-10-14 Thread Martin Geisler
-Shift-Num Lock), go to a corner and then press 8 on the numeric keypad to move directly upwards. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP Exif Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | http://mg

[E-devel] Re: Segfault in EET

2005-10-14 Thread Martin Geisler
Martin Geisler <[EMAIL PROTECTED]> writes: > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > >> something is weird here. your bt does not match the code. it smells >> like you have out of date code and/or headers somewhere... > > Strange... I

[E-devel] Re: Segfault in EET

2005-10-13 Thread Martin Geisler
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > On Wed, 12 Oct 2005 18:27:10 +0200 Martin Geisler <[EMAIL PROTECTED]> > babbled: > >> Hi everybody, >> >> I updated from CVS today and after that I get a segfault when I do >&g

[E-devel] Segfault in EET

2005-10-12 Thread Martin Geisler
0x40097bac in ecore_main_loop_begin () at ecore_main.c:82 #10 0x0805c307 in main (argc=1, argv=0xb144) at e_main.c:556 I hope this helps with the debugging, if not then just let me know how to provide more information. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP

[E-devel] Re: Patches for a unified module load error box

2005-09-23 Thread Martin Geisler
cation. > The dialog titles could probably be changed in the same fashion to > cut down on their translation too. In my patch I just used the label field in the E_Module struct. Every module did that anyway. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP

[E-devel] Re: apps/e raster

2005-09-22 Thread Martin Geisler
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > On Thu, 22 Sep 2005 15:16:21 +0200 Martin Geisler <[EMAIL PROTECTED]> > babbled: > >> I don't know that much about X, but I've always thought that the >> mouse wheel functioned like a couple

[E-devel] Re: apps/e raster

2005-09-22 Thread Martin Geisler
t that the mouse wheel functioned like a couple of extra buttons (4 and 5 normally), and so no special code was necessary for supporting it. Does this mean that extra code is needed for supporting more buttons, like the sidebuttons on my mouse (6 and 7)? -- Martin Geisler

[E-devel] Patch for resizing windows while respecting limits

2005-09-21 Thread Martin Geisler
by making _e_border_resize_limit public and using it in e_actions.c to limit the resizing. resize-limit.patch Description: Binary data -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP EXIF Library | PHP Weather | PHP Shell http://pel.sf.net/

[E-devel] Patch for typos in Edje documentation

2005-09-20 Thread Martin Geisler
eight * - * Sets the size of the dragable object + * Sets the size of the dragable object. */ void edje_object_part_drag_size_set(Evas_Object *obj, const char *part, double dw, double dh) @@ -1290,7 +1298,8 @@ * @param dx The x step * @param dy The y step * - * Steps x,y where the step increment is the ammou

[E-devel] Updated da.po and thanks!

2005-09-19 Thread Martin Geisler
the wrong window (the one at the top of the TODO file where you press Ctrl-Alt-x and close the window under the cursor in click-to-focus-mode) is gone. Super! # Danish translation for Enlightenment (E17). # This file is put in the public domain. # Martin Geisler <[EMAIL PROTECTED]>, 2005. #

Re: [E-devel] magic?

2005-07-25 Thread Martin Geisler
so that you can recognize them later as being of a specific type. See Wikipedia for more: http://en.wikipedia.org/wiki/Magic_number_%28programming%29 -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP EXIF Library | PHP Weather | PHP Shell http

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Martin Geisler
Mi = 2^20, always. I just wanted to raise the issue in case the original author of the monitor hadn't thought of it yet. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP EXIF Library | PHP Weather | PHP Shell http://pel.sf.net/| http://ph

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Martin Geisler
Michael Jennings <[EMAIL PROTECTED]> writes: > On Thursday, 21 July 2005, at 11:59:54 (+0200), > Martin Geisler wrote: > >> Would you consider changing the texts to reflect the IEC standard of >> KiB for 1024 bytes, MiB for 1024 KiB, and GiB for 1024 MiB? > > Boy

Re: [E-devel] Monitor Module Patch 2-r1

2005-07-21 Thread Martin Geisler
MiB? I think it makes things clearer in the long run if we begin using these units. See http://physics.nist.gov/cuu/Units/binary.html and http://en.wikipedia.org/wiki/Binary_prefix for a bigger discussion. -- Martin Geisler GnuPG Key: 0x7E45DD38

[E-devel] Re: libs/ecore raster

2005-07-12 Thread Martin Geisler
here the first keypress after a focus switch would get lost. No such thing with E17 of course! :-) -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP EXIF Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | ht

Re: [E-devel] Danish translation and updates to po/Makefile.am

2005-07-12 Thread Martin Geisler
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > On Mon, 11 Jul 2005 14:22:08 +0200 Martin Geisler <[EMAIL PROTECTED]> > babbled: > >> Hello, >> >> I must have been bored for I've made a Danish translation of E17 >> :-) > >

[E-devel] Patch for immediate edge_flip config update

2005-07-11 Thread Martin Geisler
@@ START_INT(value, HDL); e_config->use_edge_flip = value; E_CONFIG_LIMIT(e_config->use_edge_flip, 0, 1); + e_zone_update_flip_all(); SAVE; END_INT; #elif (TYPE == E_REMOTE_IN) -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP EXIF Library

[E-devel] Danish translation and updates to po/Makefile.am

2005-07-11 Thread Martin Geisler
;strange" thing about that particular message. # Danish translation for Enlightenment (E17). # This file is put in the public domain. # Martin Geisler <[EMAIL PROTECTED]>, 2005. # msgid "" msgstr "" "Project-Id-Version: Enlightenment\n" "Report-Msgid-Bugs-

Re: [E-devel] Re: [E-devel][PATCH] smart pointer wrapping.

2005-07-08 Thread Martin Geisler
ICK focus policy the best anyway :-) -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP EXIF Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | http://mgeisler.net/ Read/write EXIF data | Show current we

Re: [E-devel] Keyboard move/resize patch

2005-07-07 Thread Martin Geisler
but I haven't found anything that fiddles with the focused window. -- Martin Geisler GnuPG Key: 0x7E45DD38 PHP EXIF Library | PHP Weather | PHP Shell http://pel.sf.net/| http://phpweather.net/ | http://mgeisler.net/ Read/write EX

Re: [E-devel] Keyboard move/resize patch

2005-07-07 Thread Martin Geisler
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > On Wed, 06 Jul 2005 16:17:54 +0200 Martin Geisler <[EMAIL PROTECTED]> > babbled: > >> Apart from the praise, I would also like to help a little, so I've >> made a very simple patch to allow me t

[E-devel] Keyboard move/resize patch

2005-07-06 Thread Martin Geisler
zone->container->win, +bd->x + (bd->w / 2), +bd->y + (bd->h / 2)); + } + } +} + +/***********/ ACT_FN_GO(desk_flip_by) { E_Zone *zone; @

Re: [E-devel] Keybindings

2003-03-07 Thread Martin Geisler
ear Mod4 keycode 115 = Hyper_L keycode 116 = Hyper_R add Mod4 = Hyper_L add Mod4 = Hyper_R I can then use __MOD4 in the E config file: __NEXT_ACTION __KEY Tab __MODIFIER_KEY __MOD4 __EVENT __KEY_PRESS __ACTION __A_FOCUS_NEXT -- Martin Geisler My GnuPG Key: