Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2010-10-13 Thread Vincent Torri
On Tue, 12 Oct 2010, Enlightenment SVN wrote: Log: tiny api addition to allow adding a data pointer to a watch we are in beta, no feature addition, please revert that. Tiny or not we are feature freeze. Vincent Author: discomfitor Date: 2010-10-12 19:53:35 -0700 (Tue, 12

Re: [E-devel] E SVN: bdilly IN trunk/TMP/st/elementary: data/objects data/themes src/bin src/lib

2010-10-13 Thread Bruno Dilly
On Wed, Oct 13, 2010 at 1:12 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 13 Oct 2010 11:30:46 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: that's actually my fault - they have all the patches but not the original emails they were in. i actually have some advice... include

Re: [E-devel] E SVN: caro trunk/TMP/st/elementary/src/lib

2010-10-13 Thread Lucas De Marchi
On Wed, Oct 13, 2010 at 10:39 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  [Elm_diskpicker] define MAX macro for those (poor Windows  developers) who don't have it Author:       caro Date:         2010-10-13 06:39:24 -0700 (Wed, 13 Oct 2010) New Revision: 53355 Modified:  

Re: [E-devel] E SVN: tiago trunk/editje/editje

2010-10-13 Thread Sachiel
On Wed, Oct 13, 2010 at 11:11 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Removing focus highlight  Blue smile isn't acceptable. Damn you Nazis. Author:       tiago Date:         2010-10-13 07:11:21 -0700 (Wed, 13 Oct 2010) New Revision: 53356 Modified:  

Re: [E-devel] E SVN: caro trunk/TMP/st/elementary/src/lib

2010-10-13 Thread Vincent Torri
On Wed, 13 Oct 2010, Lucas De Marchi wrote: On Wed, Oct 13, 2010 at 10:39 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  [Elm_diskpicker] define MAX macro for those (poor Windows  developers) who don't have it Author:       caro Date:         2010-10-13 06:39:24 -0700 (Wed, 13

Re: [E-devel] E SVN: cedric IN trunk/eina: . m4 src/modules/mp/chained_pool

2010-10-13 Thread Vincent Torri
you did that in such a way that the compilation on Windows is broken if one choose that configure option Vincent On Wed, 13 Oct 2010, Enlightenment SVN wrote: Log: * eina: add assert to ease tracking down efl misuse with threads. Author: cedric Date: 2010-10-13

Re: [E-devel] E SVN: cedric IN trunk/eina: . m4 src/modules/mp/chained_pool

2010-10-13 Thread Cedric BAIL
On Wed, Oct 13, 2010 at 5:43 PM, Vincent Torri vto...@univ-evry.fr wrote: you did that in such a way that the compilation on Windows is broken if one choose that configure option I am not a autostuff master, but from what I understand I did it should just build this assert only when posix

Re: [E-devel] E SVN: bdilly IN trunk/TMP/st/elementary: data/objects data/themes src/bin src/lib

2010-10-13 Thread Daniel Juyung Seo
Dear Bruno Dilly, thank you for your concern. I was not blaming any body. I was just curious about that. Mentioning contributor's name would encourage people to contribute more and more. Carsten will add contributor lists to AUTHORS file soon. Thank you. Regards. On Wed, Oct 13, 2010 at 11:02

Re: [E-devel] E SVN: caro trunk/TMP/st/elementary/src/lib

2010-10-13 Thread Lucas De Marchi
On Wed, Oct 13, 2010 at 12:25 PM, Vincent Torri vto...@univ-evry.fr wrote: +#ifndef MAX +# define MAX(a, b) (((a) (b)) ? (a) : (b)) +#endif + What about http://en.wikipedia.org/wiki/C_preprocessor#Multiple_evaluation_of_side_effects ? No, but as MAX is defined in sys/param.h like that,

[E-devel] Bug in evas_smart_cb_descriptions_fix in evas_smart.c

2010-10-13 Thread Otávio Pontes
I was using externals in edje and i realized that some signals are not being emitted. If you use an elm_slider, the signal SIG_DRAG_STOP is not emitted and if you use a elm_toggle, signal SIG_CHANGED is not emitted too. I took a look at some code in edje and elementary and I found no problems. But

Re: [E-devel] Bug in evas_smart_cb_descriptions_fix in evas_smart.c

2010-10-13 Thread Lucas De Marchi
2010/10/13 Otávio Pontes ota...@profusion.mobi: I was using externals in edje and i realized that some signals are not being emitted. If you use an elm_slider, the signal SIG_DRAG_STOP is not emitted and if you use a elm_toggle, signal SIG_CHANGED is not emitted too. I took a look at some

[E-devel] segfault on xrandr

2010-10-13 Thread michael bouchaud
I have a segfault with e17 updated to current svn when I do an xrandr -s something this is due to my current xrandr version (1.3.2) or not ? here is my backtrace #0 0x7f5d72964783 in select () from /lib/libc.so.6 #1 0x7f5d75dbab95 in _ecore_main_select (timeout=value optimized out) at

Re: [E-devel] segfault on xrandr

2010-10-13 Thread Leif Middelschulte
Hello, 2010/10/13 michael bouchaud michael.bouch...@gmail.com: I have a segfault with e17 updated to current svn I assume you've also updated ecore? when I do an xrandr -s something I've tried it here and could only spot a bug (maybe due to my graphicscard driver(?)) by changing resolution:

[E-devel] Edje build-in types access as external?

2010-10-13 Thread Andreas Volz
Hello, I just discovered how to access external objects (e.g. Elementary) with edje_object_part_external_param_get/edje_object_part_external_param_set. In my application I like to build a generic model interface to access my edje widgets from another application layer. It's not hard to put the

Re: [E-devel] Edje build-in types access as external?

2010-10-13 Thread Gustavo Sverzut Barbieri
On Wed, Oct 13, 2010 at 5:40 PM, Andreas Volz li...@brachttal.net wrote: Hello, I just discovered how to access external objects (e.g. Elementary) with edje_object_part_external_param_get/edje_object_part_external_param_set. In my application I like to build a generic model interface to

Re: [E-devel] segfault on xrandr

2010-10-13 Thread The Rasterman
On Wed, 13 Oct 2010 21:49:19 +0200 michael bouchaud michael.bouch...@gmail.com said: ummm the below isn't a segv bt.. thats e sitting normally waiting for timeouts/events to come in. I have a segfault with e17 updated to current svn when I do an xrandr -s something this is due to my current

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/everything-files

2010-10-13 Thread Gustavo Sverzut Barbieri
On Wednesday, October 13, 2010, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  fix annoying random segv Author:       discomfitor Date:         2010-10-13 19:57:35 -0700 (Wed, 13 Oct 2010) New Revision: 53387 Modified:  trunk/e/src/modules/everything-files/e_mod_main.c

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/everything-files

2010-10-13 Thread The Rasterman
On Thu, 14 Oct 2010 00:21:37 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: indeed. you didn't fix the bug - you covered it up. the fact that something is accessing d-* members AFTEr d is freed is the problem. valgrind should find out where. On Wednesday, October 13, 2010,

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/everything-files

2010-10-13 Thread Michael Blumenkrantz
On Thu, 14 Oct 2010 12:57:36 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 14 Oct 2010 00:21:37 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: indeed. you didn't fix the bug - you covered it up. the fact that something is accessing d-* members

[E-devel] EFL 1.0 release

2010-10-13 Thread The Rasterman
just a note.. other than hunting bugs (which i have been doing), 2 things need doing for a release 1. docs (api docs). these: http://docs.enlightenment.org/auto/eina/ http://docs.enlightenment.org/auto/eet/ http://docs.enlightenment.org/auto/evas/ http://docs.enlightenment.org/auto/ecore/