Re: [E-devel] E17 catches all keystrokes

2006-07-01 Thread Daniel Kasak
Eric Sandall wrote: I recently tried to use TightVNC to connect to a Windows server box also running TightVNC. The account is of course locked, which requires one to press CTRL+ALT+Delete to log in, but e17 is catching this and asking if I want to log off. Perhaps e17 should check if the

[E-devel] uptime module i18n

2006-07-01 Thread Massimo Maiurana
trying to update the italian translation for uptime I found that in e_mod_main.c there is now this line: snprintf(users, sizeof(users), D_(user%s: %d), (inst-nusers != 1) ? s : , inst-nusers); for what I understand this assumes that the way to obtain a plural name is to add an s in the word, but

Re: [E-devel] uptime module i18n

2006-07-01 Thread Christopher Michael
Massimo Maiurana wrote: trying to update the italian translation for uptime I found that in e_mod_main.c there is now this line: snprintf(users, sizeof(users), D_(user%s: %d), (inst-nusers != 1) ? s : , inst-nusers); for what I understand this assumes that the way to obtain a plural name

Re: [E-devel] uptime module i18n

2006-07-01 Thread Martin Geisler
Christopher Michael [EMAIL PROTECTED] writes: Fixed this in cvs by adding some if statements are it so that is users == 1 it will print just user, and if users 1 it will print users. You should now be able to translate user and users. I'm sorry, but this is the wrong way to fix this. There

Re: [E-devel] Edje not working

2006-07-01 Thread Frank Dischner
My plan was to write a new menu for the GP2X (www.gp2x.com), but I haven't gotten the efl to do anything useful yet. If I do get something working, then I'll definitely post my progress on the forums at www.gp32x.com. Also, it seems that my last email didn't reach the list,so yes, I do have the

Re: [E-devel] Edje not working

2006-07-01 Thread Simon TRENY
Hi Frank, On Fri, 30 Jun 2006 19:41:46 -0700 (PDT), Frank Dischner [EMAIL PROTECTED] wrote : Hi, I'm trying to get the EFL working on a handheld running linux and am having some problems. I've got the libraries compiled and rendering to the framebuffer and I can display images, use timers,

Re: [E-devel] e gadcon menu patch

2006-07-01 Thread The Rasterman
On Sat, 17 Jun 2006 17:13:55 +0200 Laurent GHIGONIS [EMAIL PROTECTED] babbled: imho shelf menu should be in a submenu http://.zapto.org/httpup/e17_shelf_menu2.jpg attached a little patch slight problem - this will leak the submenu. there is no delete of the submenu object anywhere.

Re: [E-devel] Edje not working

2006-07-01 Thread Frank Dischner
Thanks for the tip Simon! The error code returned is EDJE_LOAD_ERROR_UNKNOWN_FORMAT. After a quick glance it seems that the problem is somewhere in eet_open. I'll investigate further and let you know what I find. Frank --- Simon TRENY [EMAIL PROTECTED] wrote: Hi Frank, On Fri, 30 Jun 2006

Re: [E-devel] EFL High Level documentation draft

2006-07-01 Thread brian . mattern
This is even more misleading imo. Embryo relies in no way on ecore, esmart OR epeg/epsilon (in fact it has no deps). Epeg doesn't rely on evas. Its really difficult (if not impossible) to accurately portray the EFL as a block diagram. -- rephorm On Thu, Jun 29, 2006 at 03:31:56PM -0700, Blake

Re: [E-devel] Evas Smart objects

2006-07-01 Thread The Rasterman
On Mon, 19 Jun 2006 01:17:03 +0200 Jorge Luis Zapata Muga [EMAIL PROTECTED] babbled: Hi all, i have some doubts-ideas about evas smart objects, 1. the API in order to add an object to a smart object you have to do _member_add(o, s) and to delete _member_del(o,s). On the code of both an

Re: [E-devel] Actions for window fullscreen

2006-07-01 Thread The Rasterman
On Tue, 20 Jun 2006 21:07:29 +0530 R.Ramkumar [EMAIL PROTECTED] babbled: Hi! well it's not a unified diff - so it'll have to be rejected (ie a diff with the +'s and -'s at the start of lines). also please attach diffs to mails - not inline them :) Took the liberty of an inline cvs

Re: [E-devel] battery-module: run an command on alarm

2006-07-01 Thread The Rasterman
On Thu, 22 Jun 2006 08:57:21 +0200 Stephan Wezel [EMAIL PROTECTED] babbled: Am Thu, 22 Jun 2006 08:11:54 +0900 schrieb Carsten Haitzler (The Rasterman) [EMAIL PROTECTED]: On Wed, 21 Jun 2006 23:00:30 +0200 Stephan Wezel [EMAIL PROTECTED] babbled: Hi, i have written a patch with

Re: [E-devel] Premultiply or not

2006-07-01 Thread The Rasterman
On Thu, 29 Jun 2006 08:24:48 -0500 [EMAIL PROTECTED] babbled: Ok - time to jump in on this thread. 1. premultiply does speed things up in the internal engine. it also would speed up dealing with xrender as we then deal in xrender's native ARGB colorspace. premul makes sens from many viewpoints.

Re: [E-devel] Edje not working

2006-07-01 Thread The Rasterman
On Sat, 1 Jul 2006 19:05:21 -0700 (PDT) Frank Dischner [EMAIL PROTECTED] babbled: Thanks for the tip Simon! The error code returned is EDJE_LOAD_ERROR_UNKNOWN_FORMAT. After a quick glance it seems that the problem is somewhere in eet_open. I'll investigate further and let you know what I