Re: [E-devel] etk?

2008-04-04 Thread simon . treny
Hi guys, About the current situation of Etk, I don't think I will work on it anytime soon for several reasons. First of all, for the last months, I haven't really had so much free time to dedicate to Etk, I have been kept quite busy by a lot of things such as school, personnal projects, friends...

Re: [E-devel] Ecore Split

2007-11-19 Thread Simon TRENY
Is there actually any project that is still using ecore_config? Maybe it could be removed. Ecore_Desktop should be removed too since it's deprecated now. Simon On Mon, 19 Nov 2007 16:46:29 +0100, "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> wrote : > Hi, as the "ecore split" topic is around the

Re: [E-devel] News from the E stables

2007-11-14 Thread Simon TRENY
On Wed, 14 Nov 2007 20:44:59 GMT, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote : > > Simon wrote: > > > > I hope that everyone can be just as excited. I know I am. > > > I smell a new age of... Enlightenment. :) :) > > > > I'm really excited about this too! Especially about the new > >

Re: [E-devel] Themes (Was: News from the E stables)

2007-11-13 Thread Simon TRENY
On Tue, 13 Nov 2007 23:36:52 +0100, Morten Nilsen <[EMAIL PROTECTED]> wrote : > Simon TRENY wrote: > > Another possibility would be to use an existing theme. Detour would > > be a perfect candidate for the job! It is already complete, it has a > > really good look imo a

Re: [E-devel] News from the E stables

2007-11-13 Thread Simon TRENY
I actually even think we should do more on the communication point. It would be great to establish a roadmap for example, with a list of items to get done in priority, for the different release-candidates, with eventually some

Re: [E-devel] E CVS: libs/evas raster

2007-11-13 Thread Simon TRENY
On Tue, 13 Nov 2007 12:15:39 +1100, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Wed, 10 Oct 2007 18:23:56 +0200 Christian Hunke > <[EMAIL PROTECTED]> babbled: > > > Its only the out-commenting of the constants in evas_object_main.c. > > When you just undo this it already wor

Re: [E-devel] {Spam?} News from the E stables

2007-11-13 Thread Simon TRENY
On Tue, 13 Nov 2007 16:05:55 +1100, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Tue, 6 Nov 2007 19:07:00 +0100 (CET) Vincent Torri > <[EMAIL PROTECTED]> babbled: > > > --snip-- > > > > I was just wondering if it was the right time to start a new theme, > > which is a big bi

Re: [E-devel] Discussion about Evas perfs for scrolling

2007-11-05 Thread Simon TRENY
On Mon, 5 Nov 2007 20:21:05 +0100, Cedric BAIL <[EMAIL PROTECTED]> wrote : > On Sunday 04 November 2007 17:00:27 Gustavo Sverzut Barbieri wrote: > > On 11/4/07, Simon TRENY <[EMAIL PROTECTED]> wrote: > > > On Sat, 3 Nov 2007 22:36:49 -0300, > > > "

[E-devel] Discussion about Evas perfs for scrolling

2007-11-03 Thread Simon TRENY
mory consumption anyway). - Evas and Evas' engines would need to support viewports that are not placed at 0,0, and viewports that can be moved. But I don't think it should be too hard So, what do you think about this? Any other solution in mind?

Re: [E-devel] New SDL, FB and X11 etk engine with one window.

2007-10-22 Thread Simon TRENY
probably not have time to review your code this week. I'll try to read it as soon as possible, but it may be in more than a week. Sorry! Thanks for your work! :) Simon TRENY - This SF.net email is sponsored by: Splunk In

Re: [E-devel] E CVS: libs/etk barbieri (about recent Etk changes)

2007-10-16 Thread Simon TRENY
On Sat, 13 Oct 2007 15:27:06 -0300, "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> wrote : > On 10/13/07, Simon TRENY <[EMAIL PROTECTED]> wrote: > > On Wed, 26 Sep 2007 00:58:05 -0400 (EDT), > > Enlightenment CVS <[EMAIL PROTECTED]> wrote : > > >

Re: [E-devel] E CVS: libs/etk barbieri (about recent Etk changes)

2007-10-13 Thread Simon TRENY
the opportunity to give my opinion before such a change happens. More generally, there has been a lot of important changes recently in Etk internals, some of them are great, but there also have been changes that I really don't like. I would have ap

Re: [E-devel] Starting programming in EFL

2007-09-10 Thread Simon TRENY
us to choose their own toolkit. I think the best you can do to make your choice is too run both ewl_test and etk_test and try all the widgets, and compare the look-and-feel. Simple widgets will obviously feel the same (a button will feel the same way with the two toolkits), but try more complex

Re: [E-devel] Evas smart-objects future plans?

2007-09-04 Thread Simon TRENY
On Sat, 25 Aug 2007 12:41:02 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Tue, 21 Aug 2007 00:58:58 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > Hi, > > > > I've seen in Evas.h that most of the methods of Evas_Sm

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Simon TRENY
On Tue, 21 Aug 2007 10:02:03 +1000, Brett Nash <[EMAIL PROTECTED]> wrote : > On Tue, 2007-08-21 at 00:58 +0200, Simon TRENY wrote: > > Hi, > > > > I've seen in Evas.h that most of the methods of Evas_Smart_Class are > > marked as to-be-deleted in

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Simon TRENY
On Tue, 21 Aug 2007 10:26:16 +0200, Peter Wehrfritz <[EMAIL PROTECTED]> wrote : > Chady Kassouf schrieb: > > On 8/21/07, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > > > >> Simon TRENY schrieb: > >> > >>> Hi, > >>> &

Re: [E-devel] Evas smart-objects future plans?

2007-08-21 Thread Simon TRENY
On Tue, 21 Aug 2007 08:50:46 +0200, Peter Wehrfritz <[EMAIL PROTECTED]> wrote : > Simon TRENY schrieb: > > Hi, > > > > I've seen in Evas.h that most of the methods of Evas_Smart_Class are > > marked as to-be-deleted in the future ("FIXME: DELETE ME&quo

[E-devel] Evas smart-objects future plans?

2007-08-20 Thread Simon TRENY
parent? I can see a use for this: in estickies, the window is semi-transparent while the text is opaque, and yet, the text is a member-object of the window. Are you ok with this? Do you have any other requirements for the smart-objects? Regards, Simon TRENY ---

Re: [E-devel] evas_list_free API change

2007-07-27 Thread Simon TRENY
Instead of this, I would prefer to have: evas_list_free_cb_set(Evas_List *list, void (*free_cb)(void *data, void user_data), void *user_data); This way, you don't break the API and the free-callback could be called also when an item is removed from the list with evas_list_remove(). Simon On

[E-devel] Is this a community project?

2007-07-08 Thread Simon TRENY
Hi guys, Recent discussions about config dialogs being moved to modules leads me to a question I've been asking myself quite often recently. I'm working on the E-project for at least a couple of years now, and actually, I still can't tell what is the scope of this project? How would you define it

Re: [E-devel] RFC evas_object_transform()

2007-05-19 Thread Simon TRENY
On Sat, 19 May 2007 09:35:25 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Sat, 12 May 2007 10:58:26 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > On Sat, 12 May 2007 07:14:04 GMT, > > "[EMAIL PROTECTED]" <[EMAIL P

Re: [E-devel] RFC evas_object_transform()

2007-05-12 Thread Simon TRENY
On Sat, 12 May 2007 07:14:04 GMT, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote : > > Carsten wrote: > > > personally, as an intermediate-step i'd like to simply be able to > > modify the FILL of an image (or text object) so the FILL can be > > transformed (we need to be able to disable ti

Re: [E-devel] [RFC] SDL Engine

2007-04-30 Thread Simon TRENY
On Mon, 30 Apr 2007 12:34:25 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Wed, 25 Apr 2007 01:17:56 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > On Tue, 24 Apr 2007 14:41:22 +0900, > > Carsten Haitzler (The Ras

Re: [E-devel] [RFC] SDL Engine

2007-04-25 Thread Simon TRENY
On Wed, 25 Apr 2007 18:56:25 GMT, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote : > > Cedric's sdl engine email/patch has been hijacked into > a bitter battle over evas and opengl :) > > Simon wrote: > > > It would indeed make the engine generic but then, if the engine > > swaps the

Re: [E-devel] [RFC] SDL Engine

2007-04-25 Thread Simon TRENY
On Wed, 25 Apr 2007 17:19:25 +0200, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote : > Simon TRENY wrote: > > On Tue, 24 Apr 2007 17:33:11 -0500, > > "Nathan Ingersoll" <[EMAIL PROTECTED]> wrote : > > > >> On 4/24/07, Simon TRENY <[EMAIL PRO

Re: [E-devel] [RFC] SDL Engine

2007-04-25 Thread Simon TRENY
On Tue, 24 Apr 2007 17:33:11 -0500, "Nathan Ingersoll" <[EMAIL PROTECTED]> wrote : > On 4/24/07, Simon TRENY <[EMAIL PROTECTED]> wrote: > > > > from this: > > 1. Creation of a drawable > > 2. Creation of the GL-engine from the drawable > &g

Re: [E-devel] Ideas for a new 'desklet'-module api

2007-04-25 Thread Simon TRENY
On Wed, 25 Apr 2007 08:07:27 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Wed, 25 Apr 2007 00:13:22 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > On Tue, 24 Apr 2007 15:11:42 +0900, > > Carsten Haitzler (The Ras

Re: [E-devel] itask engaged - pre alpha release

2007-04-25 Thread Simon TRENY
On Wed, 25 Apr 2007 10:18:46 +0200, Thomas Kuther <[EMAIL PROTECTED]> wrote : > On Mi, 25.04.07 00:18 Simon TRENY <[EMAIL PROTECTED]> wrote: > > > On Tue, 24 Apr 2007 08:39:06 +0200, > > "Igor \"FeR\" Scabini" <[EMAIL PROTECTED]> wr

Re: [E-devel] [RFC] SDL Engine

2007-04-24 Thread Simon TRENY
On Tue, 24 Apr 2007 14:41:22 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Mon, 9 Apr 2007 10:16:56 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > On Fri, 6 Apr 2007 15:21:52 +0200, > > Cedric BAIL <[EMAIL PROTECTED]> wrot

Re: [E-devel] itask engaged - pre alpha release

2007-04-24 Thread Simon TRENY
On Tue, 24 Apr 2007 08:39:06 +0200, "Igor \"FeR\" Scabini" <[EMAIL PROTECTED]> wrote : > Daniel Kasak ha scritto: > > Hannes Janetzek wrote: > > > >> Hi, > >> itask_ng starts to get usable. So if someone wants to try it's > >> available from svn: > >> http://itask-module.googlecode.com/svn/trunk/

Re: [E-devel] Ideas for a new 'desklet'-module api

2007-04-24 Thread Simon TRENY
solution - 2/ When the resolution is changed, the gadgets keep their absolute position, i.e if a gadget was at pos 200,300, it will stay at 200,300. If the gadget is no longer entirely visible, it will be moved in order to get visible again. The first one seems bette

Re: [E-devel] Ideas for a new 'desklet'-module api

2007-04-19 Thread Simon TRENY
On Thu, 19 Apr 2007 16:04:24 -0500, Brian Mattern <[EMAIL PROTECTED]> wrote : > On Thu, Apr 19, 2007 at 08:51:43PM +, [EMAIL PROTECTED] wrote: > > > > Simon wrote: > > I think it would be good to have freely placed modules in > > e17... but I just wonder if this should be the main met

Re: [E-devel] Ideas for a new 'desklet'-module api

2007-04-19 Thread Simon TRENY
Hi, I quite agree with you, I think that for now, modules are rather limited. Either a module is contained by a shelf by providing a gadcon client, or it has to do everything by itself (for example, if we want to put a module on the background, we have to handle its placement, the creation/deletio

Re: [E-devel] [RFC] SDL Engine

2007-04-09 Thread Simon TRENY
of the GL-X11 engine (creation of the context and buffer-swapping) to Ecore_Evas_GL_X11? If this is ok, I'm willing to do it if you want. Regards, Simon TRENY > > Cedric > > - > Take Surveys. Earn Cash

Re: [E-devel] [PATCH] edje_extern_object_*() sets swallow_params and trigger recalc

2007-04-04 Thread Simon TRENY
On Wed, 4 Apr 2007 10:48:53 -0500, Brian Mattern <[EMAIL PROTECTED]> wrote : > On Wed, Apr 04, 2007 at 06:36:41PM +0200, Simon TRENY wrote: > > Does this mean, we don't have to unswallow/reswallow a swallowed > > object anymore when we change its size with edje_exte

Re: [E-devel] [PATCH] edje_extern_object_*() sets swallow_params and trigger recalc

2007-04-04 Thread Simon TRENY
Does this mean, we don't have to unswallow/reswallow a swallowed object anymore when we change its size with edje_extern_object_*() ? Simon On Wed, 4 Apr 2007 21:43:24 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Wed, 28 Mar 2007 19:01:17 -0300 "Gustavo Sverzut Barbie

Re: [E-devel] Fwd: Re: [collab4] eclair improvements

2007-03-31 Thread Simon TRENY
On Tue, 27 Mar 2007 19:08:33 +0200, Peter Parkanyi <[EMAIL PROTECTED]> wrote : > Inspired by the latest "E17 gui toolkits" discussion on e-devel, i > would gladly work on eclair, and improve it, add the file add dialog, > and maybe library support, drop the XMMS-style playlist, and instead > desig

Re: [E-devel] E and gui-toolkits.

2007-03-25 Thread Simon TRENY
On Fri, 23 Mar 2007 13:21:33 +0100, Laurent Ghigonis <[EMAIL PROTECTED]> wrote : > Thu, 22 Mar 2007 00:10:33 +0100, > Simon TRENY <[EMAIL PROTECTED]> wrote : > > > There is something I'd like to discuss here although I'm not sure > > it's really t

Re: [E-devel] E and gui-toolkits.

2007-03-23 Thread Simon TRENY
On Fri, 23 Mar 2007 09:21:40 GMT, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote : > > > > It'd be good to see a real example of this combined use > > > of toolkit-widgets + custom-edje-widgets in an app like "rage" > > > or "entrance" or "elicit" or whatever. > > > > src/bin/ewl_embed_test.

Re: [E-devel] E and gui-toolkits.

2007-03-22 Thread Simon TRENY
On Thu, 22 Mar 2007 09:59:02 -0500, Brian Mattern <[EMAIL PROTECTED]> wrote : > On Thu, Mar 22, 2007 at 02:31:57PM +, [EMAIL PROTECTED] wrote: > > > > Simon writes: > > > > > Actually, I see no real point in coding with Etk/Ewl an aplication > > > that already exists with Gtk or Qt. It w

Re: [E-devel] E and gui-toolkits.

2007-03-22 Thread Simon TRENY
On Thu, 22 Mar 2007 04:13:35 GMT, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote : > > From Nathan's, Simon's, and Dan's replies, it seems that > both ewl and etk do have mechanisms for allowing app-specific > theme overriding of the toolkit widgets, and in fairly general > ways. Wow. >

Re: [E-devel] E and gui-toolkits.

2007-03-22 Thread Simon TRENY
On Wed, 21 Mar 2007 22:41:28 -0400, dan sinclair <[EMAIL PROTECTED]> wrote : > > On 21-Mar-07, at 7:10 PM, Simon TRENY wrote: > > In Etk, as in Ewl I think, you can change the theme of a specific > > widget or change globally the theme used by all the widgets. > &

Re: [E-devel] E and gui-toolkits.

2007-03-21 Thread Simon TRENY
l, it would just have been a common application. I just wish that when someone will want to start a new application, he will consider making it using Edje and not jumping directly on Etk or Ewl. Or Enlighenment apps will just be a copy of Gnome/Kde apps (with some glint on the buttons though :))

Re: [E-devel] [PATCH] Etk combobox

2007-03-09 Thread Simon TRENY
Hi Chady! Why exactly do you need these two functions? To insert new items in a combobox? If that's so, couldn't you just do what you did with row insertion in an Etk_Tree? iirc you fixed row insertion by using directly etk_tree_row_fields_set(). Since there is no etk_tree_row_fields_nth_set() in

Re: [E-devel] Edje data speedup

2007-03-02 Thread Simon TRENY
On Fri, 2 Mar 2007 09:12:54 -0600, "Nathan Ingersoll" <[EMAIL PROTECTED]> wrote : > On 3/2/07, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote: > > > > IIRC there's one global "data" section, and every collection/group > > does have its own "data" section, too. So we can't get away with a > > single ha

Re: [E-devel] Viewport feature removed from evas

2007-03-02 Thread Simon TRENY
engine of Evas to render your objects into an image, and then use this image object as a viewport (it can be scaled, moved, and even be blended). But maybe it's not as efficient as the previous viewport feature. Regards, Simon TRENY > > > >

Re: [E-devel] Module Popup Policy

2007-02-22 Thread Simon TRENY
t to change the volume, and then you need to lock the popup anyway. And actually, it would annoy me a bit to have the mixer's popup show each time I move the mouse over it. Regards, Simon TRENY On Thu, 22 Feb 2007 19:15:28 +0100, Brian 'morlenxus' Miculcy <[EMAIL PROTECTED]>

Re: [E-devel] Window client list submenus added....

2007-02-18 Thread Simon TRENY
On Sun, 18 Feb 2007 00:47:15 -0500, Christopher Michael <[EMAIL PROTECTED]> wrote : > Ravenlock wrote: > > Hello, > > > > The attached patch will affect the "client list" seen when using the > > middle mouse button on the desktop. The list will continue to have > > the current desktops clients a

[E-devel] Clock module patch

2007-02-13 Thread Simon TRENY
s not committed but I just thought that maybe it could interest other people. Here is how the clock looks like when the mouse is over it: http://mtreny.free.fr/e17_clock.png Regards, Simon TRENY Index: default_clock.edc === RCS file: /cvs/

Re: [E-devel] What are E_Manager/Container/Zone ?

2007-02-04 Thread Simon TRENY
? (I never used Xinerama so I may be wrong...) Or maybe the E_Desks from 2 E_Zones that belong to the same E_Container are the same? Thanks for your help :) Simon On Sun, 04 Feb 2007 17:18:59 +0100, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote : > Simon TRENY wrote: > > Hi ev

[E-devel] What are E_Manager/Container/Zone ?

2007-02-04 Thread Simon TRENY
Hi everyone, I'm writing a module for e17 and I have some difficulties to understand the differences between E_Manager, E_Container and E_Zone. It seems E_Manager contains several E_Containers which contain several E_Zones. E_Zone seems to be divided in several E_Desk's (the virtual desktops) so

Re: [E-devel] [PATCH] Etk_Tree model fields setting

2007-01-28 Thread Simon TRENY
On Wed, 24 Jan 2007 18:07:35 -0200, "Chady Kassouf" <[EMAIL PROTECTED]> wrote : > Hi, > > In order to fully implement the new Etk_Tree in Etk-Perl, I need to > be able to set the fields of each model individually because I cannot > manipulate va_lists in the xs code. > Here's a patch that introdu

Re: [E-devel] etk_colorpicker patch to add alpha slider ... and also a problem to solve :)

2007-01-19 Thread Simon TRENY
On Wed, 17 Jan 2007 23:41:27 +0100, DaveMDS <[EMAIL PROTECTED]> wrote : > Hi > attached a patch to add an alpha slider to etk_colorpicker. > If someone need I can also make an option to > disable the slider. (an application could not handle > alpha channel and so could want to hide the slider) >

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

2007-01-14 Thread Simon TRENY
On Sun, 14 Jan 2007 01:29:55 -0600, Ed Presutti <[EMAIL PROTECTED]> wrote : > Is there any way to do desktop translucency with the available Evas > engines? I know i'm asking for a lot here and that this has been > discussed in the past, but my current project would benefit greatly > from it. (It'

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

2007-01-14 Thread Simon TRENY
On Sun, 14 Jan 2007 01:29:55 -0600, Ed Presutti <[EMAIL PROTECTED]> wrote : > Is there any way to do desktop translucency with the available Evas > engines? I know i'm asking for a lot here and that this has been > discussed in the past, but my current project would benefit greatly > from it. (It'

Re: [E-devel] Etk_Entry issue

2007-01-07 Thread Simon TRENY
On Sun, 07 Jan 2007 03:57:47 +0100, DaveMDS <[EMAIL PROTECTED]> wrote : > Hi all > I can't make the function etk_entry_clear() to work as expected: > the text wont be cleared correctly .The caret is placed correctly > but the text doesn't disappear. > and also: > etk_entry_text_set(entry,""); and

Re: [E-devel] Evas GL engine patch

2006-12-29 Thread Simon TRENY
On Fri, 29 Dec 2006 11:25:28 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Sat, 16 Dec 2006 10:57:48 GMT "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> babbled: > > > > > > > One thing though.. If one needs to have the 'viewport' > > > > and > > > > 'view matrices' set for

Re: [E-devel] Evas GL engine patch

2006-12-29 Thread Simon TRENY
On Fri, 29 Dec 2006 10:55:28 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Sun, 10 Dec 2006 12:37:20 +0100 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > Hi, > > > > The GL engine of Evas has an annoying bug when you want t

Re: [E-devel] edje_editor: first snapshot!

2006-12-21 Thread simon . treny
Selon DaveMDS <[EMAIL PROTECTED]>: > Hi all, > I have done a first snapshot of the edje_editor source . > this is the link > http://www.gurumeditation.it/edje_editor-0.1-beta3.tar.gz > > It's the very first release so expect various segv > > just type make and RUN IN PLACE. > > NOTE: The file you

Re: [E-devel] Evas GL engine patch

2006-12-16 Thread simon . treny
Selon "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > > > > One thing though.. If one needs to have the 'viewport' and > > > 'view matrices' set for each rendering pass, then I would say > > > that this should maybe be done per obj, ie. in the internal > > > engine render functions of each object...

Re: [E-devel] Evas GL engine patch

2006-12-13 Thread simon . treny
utput_redraws_rect_add() method of the gl_x11 engine > > (because this method is called at the start of the rendering process) > > just as a proof that it could fix the bug, but this is definitely > > not the place to put this code. The patch is attached. > > > > P

Re: [E-devel] Etk Tree Bug

2006-11-23 Thread simon . treny
Hi Bjornar, The tree widget is currently being entirely rewritten and this bug has been fixed with the rewrite (well.. I guess so actually). The first commit of the new tree widget will probably come this Week End. Regards, Simon TRENY > From: Bjornar Ness <[EMAIL PROTECTED]> >

Re: [E-devel] Putting GL-textures into Etk, Evas, bla bla... How to choke a horse with words.

2006-11-14 Thread Simon TRENY
s image. This should even be compatible with all the engines, but it may be a lot slower (I don't know, I never did something like that). Simon > > Regards > Rene > > > > Simon TRENY wrote: > > Here is a fixed version of the test code. It fixes the back-face >

Re: [E-devel] Putting GL-textures into Etk, Evas, bla bla... How to choke a horse with words.

2006-11-12 Thread Simon TRENY
Here is a fixed version of the test code. It fixes the back-face culling and some glPush/Pop*() bugs. Simon On Sun, 12 Nov 2006 18:21:09 +0100, Simon TRENY <[EMAIL PROTECTED]> wrote : > Hi Rene, > > The main problem we have here is that what you'd like to do is > def

Re: [E-devel] Putting GL-textures into Etk, Evas, bla bla... How to choke a horse with words.

2006-11-12 Thread Simon TRENY
Hi Rene, The main problem we have here is that what you'd like to do is definitely engine-specific whereas Evas tends to abstract totally the engine layer. Anyway, with some Evas engines it should be quite easy to use OpenGL to render 3D stuff. Here is how to do it with the GL-X11 engine of Evas (

Re: [E-devel] E CVS: libs/evas raster

2006-11-01 Thread Simon TRENY
On Wed, 1 Nov 2006 07:56:12 -0500 (EST), Enlightenment CVS <[EMAIL PROTECTED]> wrote : > Enlightenment CVS committal > > Author : raster > Project : e17 > Module : libs/evas > > Dir : e17/libs/evas/src/lib/engines/common > > > Modified Files: > evas_font_main.c > > > Log Messag

Re: [E-devel] Evas Utf-8 patch

2006-10-31 Thread Simon TRENY
On Wed, 1 Nov 2006 08:42:00 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Tue, 31 Oct 2006 23:21:46 +0100 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > Hi, > > > > Here is a patch that changes the behaviour of &

[E-devel] Evas Utf-8 patch

2006-10-31 Thread Simon TRENY
this patch, evas_common_font_utf8_get_next() will return valid char code if the string is encoded in ascii 8-bit. Simon TRENY --- evas_font_main.orig.c 2006-09-06 09:33:40.0 +0200 +++ evas_font_main.c 2006-10-31 22:54:58.0 +0100 @@ -120,34 +120,34 @@ * the decoded code point at iindex o

Re: [E-devel] Subtitles in Emotion ?

2006-10-29 Thread Simon TRENY
On Sun, 29 Oct 2006 10:13:15 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Sat, 28 Oct 2006 22:44:07 +0200 Charles de Noyelle > <[EMAIL PROTECTED]> babbled: > > > Hello, > > > > My post is about .srt subtitles in Emotion. > > > > I tried to look into the code, and I *

Re: [E-devel] E CVS: libs/edje rephorm

2006-10-12 Thread simon . treny
Quoting Enlightenment CVS <[EMAIL PROTECTED]>: > Enlightenment CVS committal > > Author : rephorm > Project : e17 > Module : libs/edje > > Dir : e17/libs/edje/src/bin > > > Modified Files: > edje_cc.h edje_cc_handlers.c edje_cc_out.c > > > Log Message: > > add group aliases. > use as f

[E-devel] [Etk] Evas Premul - Please do not fix

2006-09-30 Thread simon . treny
or me to commit my patch (I will commit from a Windows machine, over SSH, so it won't be fun if I have a lot of conflicts to fix...). I will probably commit it during the week. Thanks :) Simon TRENY - Take Surveys. Earn

Re: [E-devel] E CVS: sebastid sebastid

2006-09-27 Thread simon . treny
Sebastian is probably one of the developers who done the most for e17 and the EFL (a lot of useful and painful work on ecore_x and e17), and there is no way he's going to leave for reasons like these (this problem should have been sorted out privately, there was really no need to publicly criticize

Re: [E-devel] edje canvas objects

2006-09-19 Thread simon . treny
order to scroll, we would just have to move this subcanvas. No need to redraw all the objects of the subcanvas). We could maybe implement this in the smart objects: A smart object could render (if we say so) in a subcanvas, so moving the smart object won't require to redraw all the sub objects.

Re: [E-devel] E CVS: libs/ecore shorne

2006-09-07 Thread Simon TRENY
On Thu, 7 Sep 2006 19:38:58 +0800, Stafford Horne <[EMAIL PROTECTED]> wrote : > On Tue, 5 Sep 2006 02:54:33 +0200 > Simon TRENY <[EMAIL PROTECTED]> wrote: > > > Any reason to do this actually? Ecore_FB is not dead/unmaintained, > > Jorge has recently worked on

Re: [E-devel] E CVS: libs/ecore shorne

2006-09-04 Thread Simon TRENY
cently worked on it, and it now works really well (thanks Jorge :)). If you have noticed any bug with it, please tell us :) You can give it a try with the Ecore_FB engine of Etk. Just run "etk_test --etk-engine=ecore_fb" (it should work with other ETK apps to

Re: [E-devel] Fwd: Edje drag and drop, random translations

2006-09-04 Thread Simon TRENY
On Mon, 4 Sep 2006 17:54:23 +1000, "Alysander Stanley" <[EMAIL PROTECTED]> wrote : > Hello, I have been experimenting with edje and had some odd > behaviour with drag and drop in edje. > > After clicking and draging a part through dragable { }, and then > (without moving the mouse) clicking and

Re: [E-devel] [Evas] double click issues

2006-08-25 Thread Simon TRENY
On Fri, 25 Aug 2006 11:13:08 +0200, Simon TRENY <[EMAIL PROTECTED]> wrote : > Hey there, > > I've got some problems with the "flags" member of the "mouse down" > events of Evas. Sometimes those flags are not set correctly. > > - First example, I

Re: [E-devel] [Evas] double click issues

2006-08-25 Thread Simon TRENY
On Fri, 25 Aug 2006 12:04:40 +0300, Eugen Minciu <[EMAIL PROTECTED]> wrote : > On Fri, 25 Aug 2006 11:13:08 +0200 > Simon TRENY <[EMAIL PROTECTED]> wrote: > > If you've ever used an older LAPTOP with the trackball thingie (hey, > I still do!) you'll know s

[E-devel] [Evas] double click issues

2006-08-25 Thread Simon TRENY
quot; will receive a double-click instead of a single-click. But I don't think that this is too important. If you think this solution is better than the current one, I can implement it. Regards, Simon TRENY click_bug.tar.gz Description: GNU Zip compressed data ---

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Simon TRENY
On Mon, 21 Aug 2006 23:32:56 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Mon, 21 Aug 2006 16:11:52 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > On Mon, 21 Aug 2006 14:36:05 +0100, > > Essien Ita Essien <[EMAIL PROTECTED]&

Re: [E-devel] Resizing Edje Parts - on the road to entrance preview

2006-08-21 Thread Simon TRENY
On Mon, 21 Aug 2006 14:36:05 +0100, Essien Ita Essien <[EMAIL PROTECTED]> wrote : > Carsten Haitzler (The Rasterman) wrote: > > On Mon, 21 Aug 2006 13:55:45 +0100 Essien Ita Essien > > <[EMAIL PROTECTED]> babbled: > > > > no attachment :) > > > > but - note the livethumb uses a BUFFER canvas - it

Re: [E-devel] Getting the window containing an e17 widget

2006-08-20 Thread Simon TRENY
rsten Haitzler (The Rasterman) > <[EMAIL PROTECTED]> babbled: > > ok - actually - added this: > > E_Pointer *p; > > p = e_widget_pointer_get(my_widget); > > :) then push/pop pointers there :) > > > On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY > > &

[E-devel] Getting the window containing an e17 widget

2006-08-19 Thread Simon TRENY
rder *" containing the widget. Do you have any idea how could I get the border (or another struct that would allow me to get what I need) that contains the entry? Thanks, Simon TRENY - Using Tomcat but need to do more? Ne

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Simon TRENY
On Wed, 16 Aug 2006 16:28:15 -0400, dan sinclair <[EMAIL PROTECTED]> wrote : > Essien Ita Essien wrote: > > > > Anyhoo... who *own* ecore (i.e. who do i have to bug with that > > recommendation? :) ). > > Send a patch to the ml. Someone will look at it. HandyAndE is the > main author of ecore_c

Re: [E-devel] [PATCH] add data set/get of specific columns of an Etk_Combobox_Item

2006-08-16 Thread Simon TRENY
On Fri, 4 Aug 2006 12:00:57 -0200, "Chady Kassouf" <[EMAIL PROTECTED]> wrote : > Hi, > > This is to allow people to get/set the widgets on specific columns of > the combobox item. > Hi Chady, I'm sorry, I still haven't had the time to look at it. Going to look at it in the next days. Thanks f

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Simon TRENY
string_set(key, try2); > > that's why i did that. anyways... what's the best way to do this? or > just ignore it? its a trivial warning *i tink* etk_entry_text_get() returns a "const char *" because it returns the string used internally by the entry. So you should n

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

2006-08-16 Thread Simon TRENY
On Wed, 16 Aug 2006 16:13:13 +0200, Simon TRENY <[EMAIL PROTECTED]> wrote : > On Sat, 12 Aug 2006 23:37:23 -0400 (EDT), > Enlightenment CVS <[EMAIL PROTECTED]> wrote : > > > Enlightenment CVS committal > > > > Author : raster > > Project : e17 >

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

2006-08-16 Thread Simon TRENY
wn REALLY quickly. Here is the backtrace: http://rafb.net/paste/results/WQe3U182.html and the valgrind log: http://rafb.net/paste/results/VpdN5T35.html (this warning is repeated at least 30 times) Cheers, Simon TRENY > > ===

Re: [E-devel] E CVS: proto rhapsodhy

2006-08-16 Thread Simon TRENY
27;t exists. Also, fixed the > messageboxes, now they work again. You should probably update Etk :) etk_box_pack_start/end() has been replaced by etk_box_append() and other functions. Regards, Simon TRENY - Using Tomcat bu

[E-devel] Ecore_List bugs

2006-07-30 Thread Simon TRENY
It is just to save a pointer per node in the memory? Because, I don't think it is worth it, and it's just confusing imho. Regards, Simon TRENY - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net'

Re: [E-devel] ecore borderless_set in conflict with alpha_set ?

2006-07-28 Thread Simon TRENY
window. So for now, just call ecore_evas_alpha_set() before ecore_evas_borderless_set(), it should work. Regards, Simon TRENY - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [E-devel] [Evas] key_down events' params are not set with accented chars

2006-07-10 Thread Simon TRENY
g_unichar_to_utf8(). All those functions are called by translate_key_event() in gdkevents-x11.c. Btw, my charset is also detected as "ANSI_X3.4-1968" by Gdk/Gtk. I probably could fix that problem by changing my locales, but since it works with GTK and QT, I think we should make it work i

Re: [E-devel] [Evas] key_down events' params are not set with accented chars

2006-07-09 Thread Simon TRENY
Sorry, there was an error in my test code, ->key is not set to NULL. But ->string and ->compose are still NULL, so the problem is still here. Simon On Sun, 9 Jul 2006 18:05:38 +0200, Simon TRENY <[EMAIL PROTECTED]> wrote : > Hi, > > I'm using the "string&quo

[E-devel] [Evas] key_down events' params are not set with accented chars

2006-07-09 Thread Simon TRENY
he config of xorg, so maybe it's because my xorg config is incorrect, but here, even ->key is set to NULL. Regards, Simon TRENY - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [E-devel] Premultiply or not

2006-07-03 Thread Simon TRENY
ce", or another more adapted colorspace). Perhaps that is what you were already discussing with Jose, I haven't understood very well. Regards, Simon TRENY Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

Re: [E-devel] Too many Ecore events stop the Ecore's main loop?

2006-07-02 Thread Simon TRENY
On Mon, 3 Jul 2006 07:59:35 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote : > On Sun, 2 Jul 2006 18:40:50 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > Hi everyone, > > > > In Etk, in order to update the widgets when the window

[E-devel] Too many Ecore events stop the Ecore's main loop?

2006-07-02 Thread Simon TRENY
ot the only ones affected by this problem, I tried with timers and animators, they are also not called. Ecore's main loop just seems to be stopped when the window is resized?! For info, my CPU is an Athlon XP 2700+ Could you explain me why this happens? Regards, Simon TRENY #include #in

Re: [E-devel] Premultiply or not

2006-07-02 Thread Simon TRENY
premul color, but I don't really like the idea of having a function evas_colorspace_set() to switch the current colorspace (and I don't like the idea of having a colorspace by object too). And if we'll have to choose, I'm still for non-premul colors!! :) Regards, :) Simon TRENY

Re: [E-devel] Edje not working

2006-07-01 Thread Simon TRENY
post my progress on the forums at > www.gp32x.com. Interesting idea, I wanted to do that too but I haven't had the time (and I still haven't the handheld too :)). I'd be glad if you could post here a video of the handheld running an EFL app once you'll have solve this pr

Re: [E-devel] Premultiply or not

2006-06-26 Thread Simon TRENY
Move as much of elibs/eapps as feasible to use premul > color space. > > > I have tried to give my view above of some of the pros > of going with 3, and why I don't want anything to do with 2. I'd rather be for solution 2, i.e. keep all the API functions use non-

  1   2   >