Re: [E-devel] Settings - Gadgets Advanced screen

2009-08-19 Thread Sachiel
On Wed, Aug 19, 2009 at 3:49 PM, Luis Felipe Strano Moraesluis.str...@gmail.com wrote: Hey, just wondering if the current behaviour is expected, when you go into Settings-Gadgets and click on the Advanced button, you basically go to a completely different screen that has some background and

Re: [E-devel] [patch] patch to fix {horizontal, vertical}_flow box layouts.

2009-08-12 Thread Sachiel
On Wed, Aug 12, 2009 at 11:13 PM, Fabiano Fidênciofiden...@profusion.mobi wrote: The {horizontal,vertical}_flows box layouts bypassed the box padding when set yours objects on the screen. Moreover, checking for known how many objects would serve in the box was always into account a padding

Re: [E-devel] edje TEXTBLOCK style question

2009-08-10 Thread Sachiel
On Mon, Aug 10, 2009 at 12:55 PM, Diego Jacobijacobidi...@gmail.com wrote: 2009/8/10 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Mon, Aug 10, 2009 at 9:46 AM, Thiago Borges Abdnurbol...@gmail.com wrote: On Sun, Aug 9, 2009 at 7:27 PM, Gustavo Sverzut Barbieri

Re: [E-devel] Hi there!

2009-08-10 Thread Sachiel
On Fri, Aug 7, 2009 at 10:40 PM, Christopher Michaelcpmicha...@comcast.net wrote: Found some time to test the shelf_resize patch finally :) No adverse effects apparent so I committed it to svn. With this patch, the swallows min size is set to the size of the shelf, thus making every gadget

Re: [E-devel] Hi there!

2009-08-10 Thread Sachiel
On Mon, Aug 10, 2009 at 3:21 PM, Christopher Michaelcpmicha...@comcast.net wrote: Iván Briano (Sachiel) wrote: On Fri, Aug 7, 2009 at 10:40 PM, Christopher Michaelcpmicha...@comcast.net wrote: Found some time to test the shelf_resize patch finally :) No adverse effects apparent so I

Re: [E-devel] [PATCH] Eina logging domains

2009-07-17 Thread Sachiel
On Fri, Jul 17, 2009 at 7:35 PM, Andre Diebandre.mart...@ee.ufcg.edu.br wrote: I'd also suggest renaming the env var EINA_ERROR_DOMAIN_LEVELS to EINA_ERROR_LEVELS. It's smaller and more compatible with the global one (EINA_ERROR_LEVEL). + // Did not found a slot, realloc 8 more slots. Also

Re: [E-devel] Evas on FreeBSD 7.2!

2009-06-12 Thread Sachiel
On Fri, Jun 12, 2009 at 8:10 AM, Anders Trobackenlightenm...@troback.com wrote: Hi, I'm trying to build e17 on a FreeBSD 7.2 box using easy_17.sh. Any ideas why evas won't build? Thanks! --8- /usr/include/stdlib.h:231:1: warning: this is

Re: [E-devel] autotools shave

2009-06-10 Thread Sachiel
On Wed, Jun 10, 2009 at 2:03 AM, Vincent Torrivto...@univ-evry.fr wrote: On Tue, 9 Jun 2009, Gustavo Sverzut Barbieri wrote: http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/ I've seen some projects using it and actually looks nice! Vincent, are you willing

Re: [E-devel] I cannot run Wizard in any way

2009-06-03 Thread Sachiel
2009/6/3 Luca De Marini luca.darkmas...@gmail.com: 2009/6/3 Tomasz Kontusz rovero...@gmail.com Dnia 2009-06-03, śro o godzinie 20:08 +0200, Luca De Marini pisze: Hallo, my problem is simple: even if I delete my .e folder from the home directory, when I restart the session, the Wizard module

Re: [E-devel] E SVN: sachiel IN trunk/evas: . src/lib/engines/common

2009-05-20 Thread Sachiel
On Wed, May 20, 2009 at 1:58 AM, Vincent Torri vto...@univ-evry.fr wrote: On Tue, 19 May 2009, Enlightenment SVN wrote: @@ -1212,6 +1237,7 @@ echo echo Font Searching Systems: echo  Fontconfig..: $have_fontconfig +echo  Fribidi.: $have_fribidi maybe this

Re: [E-devel] [PATCH] Replace Ecore_List2 with Eina_List

2009-04-26 Thread Sachiel
On Sun, Apr 26, 2009 at 6:09 AM, Albin Tonnerre albin.tonne...@gmail.com wrote: On Sun, Apr 26, 2009 at 10:48:40AM +0200, Vincent Torri wrote : On Sun, 26 Apr 2009, Albin Tonnerre wrote: Hello, The attached patches completely replace Ecore_List2 with Ecore_List. you mean with Eina_List ?

Re: [E-devel] [PATCH] ecore pipe add close functions

2009-04-21 Thread Sachiel
On Mon, Apr 20, 2009 at 9:21 AM, Peter Wehrfritz peter.wehrfr...@web.de wrote: Gustavo Sverzut Barbieri schrieb: was this ever committed? should it be? It was marked as pending in my list. Afaik, it wasn't committed. I think it looks reasonable, but I haven't actually tested it. I hoped

Re: [E-devel] use of gettext_noop

2009-01-24 Thread Sachiel
On Sat, Jan 24, 2009 at 6:14 PM, Massimo Maiurana maiur...@gmail.com wrote: in the modules configuration dialog the modules are grouped in categories, and these categories are defined in the array in line 39 of e/src/bin/e_int_config_modules.c. N_() is used for internazionalization, but

Re: [E-devel] [Gadgets] cannot remove some modules

2009-01-09 Thread Iván Briano (Sachiel)
On Fri, Jan 9, 2009 at 11:54 AM, Dave Andreoli d...@gurumeditation.it wrote: - Atton Jonathan jonathan.at...@gmail.com ha scritto: no I don't have the right click menu because (I guess) the module doesn't defines an action on the right clic. Strange :/ it works here... can someone else

Re: [E-devel] E SVN: sachiel trunk/ecore/src/lib/ecore_x/xlib

2009-01-04 Thread Iván Briano (Sachiel)
On Sat, Jan 3, 2009 at 9:20 PM, Peter Wehrfritz peter.wehrfr...@web.de wrote: Enlightenment SVN schrieb: +#ifdef X_HAVE_UTF8_STRING e-key_compose = strdup(buf); +#else + e-key_compose = ecore_txt_convert(nl_langinfo(CODESET), UTF-8, buf); +#endif } }

Re: [E-devel] E SVN: sachiel IN trunk/edje/src: bin lib

2008-12-18 Thread Iván Briano (Sachiel)
On Thu, Dec 18, 2008 at 7:20 AM, Cedric BAIL cedric.b...@free.fr wrote: On Thu, Dec 18, 2008 at 3:43 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: And finally, edje table goes in Author: sachiel Date: 2008-12-17 18:43:20 -0800 (Wed, 17 Dec 2008) New Revision

Re: [E-devel] Debug...

2008-12-03 Thread Iván Briano (Sachiel)
On Wed, Dec 3, 2008 at 9:45 AM, Anders Troback [EMAIL PROTECTED] wrote: Hi, E17 is crashing for me! I just start up E17, click on desktop to get main menu, moving the mouse over the menu and then it srgfault! Running FreeBSD 7.1-STABLE and the co from svn are about 2h old! gdb output:

Re: [E-devel] Debug...

2008-12-03 Thread Iván Briano (Sachiel)
On Wed, Dec 3, 2008 at 12:04 PM, Anders Troback [EMAIL PROTECTED] wrote: On Wed, 3 Dec 2008 10:33:55 -0200 Iván Briano (Sachiel) [EMAIL PROTECTED] wrote: On Wed, Dec 3, 2008 at 9:45 AM, Anders Troback [EMAIL PROTECTED] wrote: Hi, E17 is crashing for me! I just start up E17, click

Re: [E-devel] [RFC] Edje gustavo patch

2008-11-26 Thread Iván Briano (Sachiel)
On Wed, Nov 26, 2008 at 9:24 PM, Viktor Kojouharov [EMAIL PROTECTED] wrote: Sorry to resurrect this ancient thread, but I'm experiencing a problem, which I think has strong relations to the recalc modifications. Basically, from a couple of days ago, I've noticed that the ruler in elicit

Re: [E-devel] Box object in Edje

2008-11-21 Thread Iván Briano (Sachiel)
On Fri, Nov 21, 2008 at 1:20 PM, Cedric BAIL [EMAIL PROTECTED] wrote: On Fri, Nov 21, 2008 at 3:50 PM, Iván Briano (Sachiel) [EMAIL PROTECTED] wrote: Hello list, Attached is a patch that adds the Evas box functionality to Edje, allowing to define a box in themes, which can contain objects

Re: [E-devel] Box object in Edje

2008-11-21 Thread Iván Briano (Sachiel)
Sourceforge dropped the theme, here it is now. collections { #define BOX_ITEM(NAME, R, G, B, A) \ group { \ name: NAME; \ parts { \ part { \ name: it; \ type: RECT; \ repeat_events: 0; \ description { \ state: default 0.0; \ min: 50 50; \ rel1 { relative: 0.0

Re: [E-devel] ecore timer precision

2008-11-13 Thread Iván Briano (Sachiel)
On Thu, Nov 13, 2008 at 9:22 AM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: Hi guys, Attached is a patch to add configurable precision for ecore timers, an idea that I got at ELC-E from various power saving talks and also after looking at my machine's powertop results with some effects

Re: [E-devel] RFC: enlightenment_start -locked

2008-11-13 Thread Iván Briano (Sachiel)
On Thu, Nov 13, 2008 at 8:41 AM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Wed, Nov 12, 2008 at 6:41 AM, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Tue, 11 Nov 2008 17:28:42 -0200 Gustavo Sverzut Barbieri [EMAIL PROTECTED] babbled: On Tue, Nov 11, 2008 at 7:05 AM,

[E-devel] Shading windows with no animation

2008-11-09 Thread Iván Briano (Sachiel)
Maybe it's not the proper fix, but the attached patch makes shading with no animation work again. I don't fully understand why, but keeping the two calls to edje_object_message_signal_process results in the sequence of events: shade - unshade - shade - unshade, which ends with shading not working

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2008-11-03 Thread Iván Briano (Sachiel)
On Mon, Nov 3, 2008 at 8:46 AM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN [EMAIL PROTECTED] wrote: Log: add patch to add a pipe handler for glueing threads to the core main loop via pipes - makes it save for a thread to send a

Re: [E-devel] Entrance and network manager not working

2008-10-31 Thread Iván Briano (Sachiel)
On Fri, Oct 31, 2008 at 5:21 AM, Luca De Marini [EMAIL PROTECTED] wrote: Uhm, I tried something, but I'm a bit confused.So, after the conversation we had, I tried to do something different, something to have dbus being loaded for every user. What I did was editing the file

Re: [E-devel] E SVN: mcalamelli trunk/edje/doc

2008-10-31 Thread Iván Briano (Sachiel)
On Fri, Oct 31, 2008 at 12:02 PM, Vincent Torri [EMAIL PROTECTED] wrote: On Fri, 31 Oct 2008, Enlightenment SVN wrote: doc: all doc-clean + cat ../src/lib/Edje.h ./edje.dox I think that there was something missing in the Doxyfile. It's better to put Edje.h in the INPUT field of that

Re: [E-devel] E SVN: mcalamelli trunk/edje/doc

2008-10-31 Thread Iván Briano (Sachiel)
On Fri, Oct 31, 2008 at 12:22 PM, Massimiliano Calamelli [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 31 Oct 2008 15:02:21 +0100 (CET) Vincent Torri [EMAIL PROTECTED] wrote: I think that there was something missing in the Doxyfile. It's better to put

Re: [E-devel] E SVN: mcalamelli trunk/edje/doc

2008-10-31 Thread Iván Briano (Sachiel)
On Fri, Oct 31, 2008 at 1:47 PM, Massimiliano Calamelli [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 31 Oct 2008 15:02:21 +0100 (CET) Vincent Torri [EMAIL PROTECTED] wrote: I think that there was something missing in the Doxyfile. It's better to put Edje.h

Re: [E-devel] Entrance and network manager not working

2008-10-30 Thread Iván Briano (Sachiel)
On Thu, Oct 30, 2008 at 3:55 PM, Luca De Marini [EMAIL PROTECTED] wrote: Well but nm works with GDM or KDM... so there's something, maybe, that they do more than entrance when loggin in the user? Maybe they're launching dbus with the session, or running some other init scripts to set up the

[E-devel] Fix selection in edje entry/evas textblock

2008-10-28 Thread Iván Briano (Sachiel)
Attached patch fixes getting selected text in an edje entry, both an infinite loop that caused a massive alloc and getting the right range of selected text. Index: src/lib/canvas/evas_object_textblock.c === ---

<    1   2   3   4