[E-devel] Edje transitions

2006-05-13 Thread Simon TRENY
what do you think about it? Should we implement a better transition system, or is there a good reason to do that (I can see some) Regards :) Simon TRENY MoOm --- Using Tomcat but need to do more? Need to support web services, security? Get stuff

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

2006-04-20 Thread simon . treny
the COPYING and AUTHORS files of the Tango Project in the images dir of Entropy. Regards, Simon TRENY MoOm --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology

[E-devel] [Evas] Mouse move events and perfs

2006-04-12 Thread Simon TRENY
in some kind of job (well, evas doesn't have job though) as I have done with the scrollbar. Hoping I was clear enough... Regards, Simon TRENY MoOm --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: [E-devel] Evas vs Gtk/Gdk: why the difference of perfs is so important?

2006-04-10 Thread Simon TRENY
: I first have to draw or just blit the content of the iconbox/tree in a buffer, and then display it in an image object. It adds a new rendering pass so maybe it will even make the perfs worst. What do you think? Simon TRENY MoOm Le Sun, 9 Apr 2006 10:03:38 +0900, Carsten Haitzler (The Rasterman

Re: [E-devel] Evas GL engine and several windows

2006-04-10 Thread Simon TRENY
Le Sun, 9 Apr 2006 09:49:05 +0900, Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] a _crit : On Sat, 8 Apr 2006 15:19:54 +0200 Simon TRENY [EMAIL PROTECTED] babbled: Hi, I'm trying to use the GL engine of evas in some applications, but it seems that as soon as I create a new

[E-devel] Evas GL engine and several windows

2006-04-08 Thread Simon TRENY
by changing the texture filters) Regards, Simon TRENY MoOm --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group

Re: [E-devel] Re: Evas double or triple click

2006-03-04 Thread Simon TRENY
Any comments about that? On Sat, 25 Feb 2006 17:47:06 +0100 [EMAIL PROTECTED] wrote: Hey, Thanks raster for the quick fix of the bug on event-flags in Evas :) But I think the behavior is still not perfect. First of all, clicking quickly on an object then double clicking on another object

Re: [E-devel] Ecore/E17: minimization problems

2006-03-04 Thread Simon TRENY
wm (I don't have other one :)), so maybe I'm wrong. Regards, Simon TRENY MoOM --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast

[E-devel] Ecore/E17: minimization problems

2006-02-25 Thread simon . treny
of the main window of k3b, the main window can't be focused anymore. You have to unminimize the config dialog manually. I'm almost sure it's a bug of e17 but I wasn't able to test it on another wm (I don't have other one :)), so maybe I'm wrong. Regards, Simon TRENY MoOM

Re: [E-devel] Evas double or triple click

2006-02-15 Thread Simon TRENY
: On Tue, 14 Feb 2006 20:09:06 +0100 Simon TRENY [EMAIL PROTECTED] babbled: Hey there! I'd like to know when one of my Evas_Object is double or triple clicked. So I use event-flags with EVAS_BUTTON_DOUBLE_CLICK or EVAS_BUTTON_TRIPLE_CLICK. It works almost fine but I noticed 2 bugs

[E-devel] Evas double or triple click

2006-02-14 Thread Simon TRENY
release? Or between the first and the second mouse releases? ... So what do you guys think? Regards, Simon TRENY MoOm --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX

Re: [E-devel] exhibit/etk segv

2006-02-13 Thread Simon TRENY
Hi, It seems to be a bug due to recent changes in Etk. I think I know what the problem is, it should be fixed soon. Thanks for having reported the bug :) Regards, Simon TRENY MoOm On Mon, 13 Feb 2006 07:26:40 -0600 Jesse Luehrs [EMAIL PROTECTED] wrote: Exhibit segfaults inside etk while

[E-devel] Some questions about evas_textblock

2006-02-12 Thread Simon TRENY
object could be considerated as a special char, you can get its size, and then I guess, the render calculations won't change a lot, no? Regards, Simon TRENY MoOm --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

Re: [E-devel] Windows losing focus...

2005-11-28 Thread simon . treny
it. And my Ecore, Evas and Edje libs are updated (I've updated them yesterday). Regards, Simon TRENY Selon Anders Trobäck [EMAIL PROTECTED]: Hi, I have a small question about active windows! I have tested this on both Sylpheed-claws and Thunderbird: If I press ctrl-m to compose a new mail

[E-devel] RE: E CVS: libs/edje raster

2005-11-19 Thread Simon TRENY
Enlightenment CVS committal Author : raster Project : e17 Module : libs/edje Dir : e17/libs/edje/src/lib Modified Files: edje_util.c Log Message: no point disallowing sets. === RCS file:

Re: [E-devel] RE: E CVS: libs/edje raster

2005-11-19 Thread Simon TRENY
Carsten Haitzler (The Rasterman) a écrit : On Sat, 19 Nov 2005 16:33:58 +0100 Simon TRENY [EMAIL PROTECTED] babbled: Enlightenment CVS committal Author : raster Project : e17 Module : libs/edje Dir : e17/libs/edje/src/lib Modified Files: edje_util.c Log Message: no point

[E-devel] Evas:MOUSE_DOWN emits MOUSE_IN and MOUSE_OUT

2005-11-01 Thread Simon TRENY
(maybe some months ago). For most of the things, it's ok, but it causes problems when you want to execute some action when the MOUSE_OUT or MOUSE_IN events are emitted, and if you don't want these actions to be executed when the object is pressed. Regards :) Simon TRENY MoOm

Re: [E-devel] b0rkies - a heads up

2005-10-27 Thread Simon TRENY
the smart objects is moved, he can still connect a callback to the event EVAS_CALLBACK_MOVE of the smart object. Btw, thanks for the work on smart objects, having their own stack fixes a lot of things :) Regards, :) Simon TRENY MoOm --- This SF.Net

Re: [E-devel] Etk - Authors' Explanation

2005-10-24 Thread Simon TRENY
Nathan Ingersoll a écrit : Hisham, I am only responding to your criticisms on EWL in this message, as I have already stated that I don't have a problem with people wanting to write their own toolkit. On 10/23/05, *Hisham Mardam Bey* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello,

Re: [E-devel] Etk - Authors' Explanation

2005-10-24 Thread Simon TRENY
with etk). Solerman Kaplon a écrit : Simon TRENY escreveu: [snip] Here I fully disagree. I played a little bit with ewl_tree_test, and I replaced the ROWS constant by 3000 (it was initially to 50) and I removed the NEST modulo just to make sure all the rows will be directly children of the tree

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

2005-10-08 Thread Simon TRENY
of concepts from GTK (hence the name Etk): properties, signals, resize system and the API. No code has been taken, everything has been recoded, but I'm not sure it won't cause licence problems anyway. So for now, it will stay under LGPL until I'm sure there is no licence problem. Regards, Simon

Re: [E-devel] [edje] problem with 1 source for a signal and several targets

2005-10-08 Thread Simon TRENY
Yes it's totally safe, but you can also do: program { name, focus_choose; signal, mouse,clicked,1; source, titi; action, STATE_SET focus 0.0; target, t1; target, t2; } Vincent Torri a écrit : hello, in an edje, is it safe to do the following : program { name, focus_choose;

Re: [E-devel] Smart objects

2005-08-21 Thread Simon TRENY
call respectively obj2-above_get() and obj2-lower_get() to know above or below which evas object we should really stack obj1. I don't know if I've been really clear, and I've probably said wrong things :) Simon TRENY MoOm Jose O Gonzalez a écrit : There are some aspects of evas

Re: [E-devel] [Patch][border icon drag'n'drop to ibar]

2005-07-22 Thread Simon TRENY
). PS. Sorry if my message isn't directly related to the patch. Regards, Simon TRENY MoOm Sebastien HOUZE a écrit : Hi, this allow to drag and drop a window border icon to ibar (as we can already drag an eapp file from evidence to ibar). -- Sébastien HOUZE [EMAIL PROTECTED

Re: [E-devel] [Eclair] Eclair crashes opening mp3s

2005-07-20 Thread Simon TRENY
finished yet) and the search window and the file chooser dialogs are not rewrote. So for now, the only way to add files in the playlist is the command line or by drag'n'dropping files into the playlist. Regards, Simon TRENY MoOm gianpi a écrit : gianpi wrote: Seems that compiling the latest

[E-devel] ewl_menu bugs and behavior notes

2005-07-14 Thread Simon TRENY
helpful, I'll try to do the same with other widgets. Regards, Simon TRENY MoOm --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts

Re: [E-devel] RE: E CVS: libs/emotion moom16

2005-07-08 Thread Simon TRENY
Done. I removed all the changes I've commited. Sorry, I didn't know that including GPL code in a BSD project make it GPL too (since BSD is more permissive than GPL). I will commit the changes again when I'll have a BSD code to convert yuy2-rgb. Regards, MoOm dan sinclair a écrit : This GPL

Re: [E-devel] [Eclair] cover panel bug?

2005-07-06 Thread Simon TRENY
Hi Laurent, The bug on the sliding panels is a bug of the drop-shadow module of e17 that appeared two weeks ago: when the shape of a shaped window changes, the shadow is not always updated. So, sometimes, panels do not have shadow or, like on your screenshot, there is a shadow where there is

Re: [E-devel] Re: E CVS: apps/eclair moom16

2005-06-19 Thread Simon TRENY
I've (really) quickly looked at edb, but it seems to be more a registry (like gconf or windows registry) than a real database: a key is linked to a value, but you can't create table and add several data fields to this table. I also need to perform fast searches, and I don't think we really can do

Re: [E-devel] Edje patch

2005-06-19 Thread Simon TRENY
Hi Boldin, I applied your patch and compiled it, but it seems to break all the edje interfaces: buttons do not respond anymore and I can't move dragable parts anymore. Also, I haven't really understand what your patch should do? Dragable parts can already act like progress bars, you just need to

Re: [E-devel] Patch for eclair shuffle

2005-06-10 Thread Simon TRENY
Hi Kevin, Thank you for your patch, but I can't applied it since I have modified a lot the playlist.c file and I have started to implement the shuffling. A few comments on your patch: * In fact, your patch doesn't do shuffling but random playing: shuffle is more complicated, a file must only be

[E-devel] Edje embryo bug: set_state_val doesn't redraw the part

2005-05-03 Thread Simon TRENY
Hi, I noticed some redraw problems when I use set_state_val in an embryo script, in an edc file. For example, if I change the color of a part, the part is only redrawn when I move the mouse (and so launch an edje program). I try to set a timer with a time of 0.0 (as raster advised me) to force

[E-devel] How to get a CVS acces

2005-04-16 Thread Simon TRENY
Since eclair, the project I'm currently working on, based on the EFL, is near to be usable, I'd like to have access on the e17 cvs to send it. Can someone (raster?) contact me to tell me how to create an account? Thank you MoOm --- SF email

Re: [E-devel] How to get a CVS acces

2005-04-16 Thread Simon TRENY
is a screenshot: http://www.lan16.com/moom/eclair_screen.png Thank You MoOm Le samedi 16 avril 2005 14:26 -0400, Kevin Brosius a crit : Simon TRENY wrote: Since eclair, the project I'm currently working on, based on the EFL, is near to be usable, I'd like to have access on the e17 cvs

[E-devel] emotion patch

2005-04-10 Thread simon . treny
Here is a patch for emotion that fixes some bugs and improves emotion performances: - It should solve all the bugs related to the delete of the get_pos and seek threads. - It improves the transition between two medias since it doesn't destroy anymore the xine object and the stream when changing

[E-devel] Bug report: Emotion_xine: get_pos_len thread problem

2005-04-02 Thread Simon TRENY
Hi everybody, I'm currently working on a media player based on emotion and I noticed a problem that happens randomly. If I'm playing a media and if I want to play the next one, emotion is sometimes blocked on the instruction while (ev-get_poslen); (l:403 from emotion_xine.c). So it can't close

[E-devel] [patch]e17: several patches to improve us of mouse wheel

2005-03-19 Thread Simon TRENY
Hi everybody, I have done some modifications on e17, module pager and engage code to switch between virtual desktops easily with mouse wheel. The e_zone.c patch allows to switch between virtual desktops by using mouse wheel on the background. The pager_e_mod_main.c patch does the same by using

<    1   2