Re: [E-devel] E SVN: raster trunk/web/www/p/contribute

2011-06-15 Thread The Rasterman
On Wed, 15 Jun 2011 01:28:10 -0400 Mike Blumenkrantz said: > On Tue, 14 Jun 2011 22:21:27 -0700 > "Enlightenment SVN" wrote: > > > Log: > > add note about live git mirror/server > whoa did hell just freeze over? its just a mirror for people who want to use git to check out the svn tree. doesnt

Re: [E-devel] Provide sensible errors for edje utilities

2011-06-15 Thread The Rasterman
On Wed, 15 Jun 2011 07:34:08 +0200 Ulrich Eckhardt said: well the error isnt bogus.. it's correct. it contains none.. that you can read :) but yes better error message could be good. it's an improvement and the code isnt bad. :) in svn! > Hi! > > If you start edje_player or edje_inspector with

Re: [E-devel] [Patch] Evas_image_load_gif bug fix

2011-06-15 Thread The Rasterman
On Wed, 15 Jun 2011 12:56:11 +0900 Jiyoun Park said: thanks jiyoun! in svn it is! > I found if gif file didn't have colormap, evas make segmentation fault. > So I add null check code of the gif color map . -- - Codito, ergo sum - "I code, therefore I am" -- The Raste

Re: [E-devel] [patch] elm_cnp_helper - pasting at uri request

2011-06-15 Thread The Rasterman
On Mon, 13 Jun 2011 20:41:21 +0900 Hyoyoung Chang said: fyi i dont think your patch does what you say it does. :) cnp helper ignores uris if they DONT start with either file:// or /. what i'd like to know is.. why do you have to patch this behavior? > Dear Elementary developers. > > I've made

Re: [E-devel] E SVN: raster trunk/edje/src/bin

2011-06-15 Thread Vincent Torri
On Wed, 15 Jun 2011, Enlightenment SVN wrote: > Log: > From: Ulrich Eckhardt > Subject: [E-devel] Provide sensible errors for edje utilities > > If you start edje_player or edje_inspector with a path to a file that doesn't > exist you get a bogus error message saying that the file doesn't co

Re: [E-devel] [patch] elm_cnp_helper - string iteration bugfix

2011-06-15 Thread The Rasterman
On Tue, 14 Jun 2011 18:25:16 +0900 Hyoyoung Chang said: indeed correct. elm_entry handles it now. in svn! merci! :) > I've made a patch about elm_cnp_helper. > In elm_cnp_helper, some codes are unused. > It related with elm_entry for image showing, it makes image provider. > However elm_entry ca

Re: [E-devel] E SVN: mike_m trunk/PROTO/elev8/src/bin

2011-06-15 Thread Gustavo Sverzut Barbieri
On Wed, Jun 15, 2011 at 4:28 AM, Enlightenment SVN wrote: > +   out->Set(v8::String::New("_eo"), v8::External::Wrap(eo)); Mike, A hint for you is to store common strings in a pool and use their reference later. Good cases are "_eo" and property names such as "size", "color"... this way you avoid

Re: [E-devel] E SVN: raster trunk/edje/src/bin

2011-06-15 Thread Gustavo Sverzut Barbieri
On Wed, Jun 15, 2011 at 6:50 AM, Vincent Torri wrote: > On Wed, 15 Jun 2011, Enlightenment SVN wrote: >> Log: >> From: Ulrich Eckhardt >>  Subject: [E-devel] Provide sensible errors for edje utilities >> >>  If you start edje_player or edje_inspector with a path to a file that >> doesn't >>  exi

Re: [E-devel] E SVN: mike_m trunk/PROTO/elev8/src/bin

2011-06-15 Thread Mike McCormack
On 06/15/2011 07:31 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Jun 15, 2011 at 4:28 AM, Enlightenment SVN > wrote: >> + out->Set(v8::String::New("_eo"), v8::External::Wrap(eo)); > > Mike, > > A hint for you is to store common strings in a pool and use their > reference later. Good cases are

Re: [E-devel] E SVN: mike_m trunk/PROTO/elev8/src/bin

2011-06-15 Thread Gustavo Sverzut Barbieri
On Wed, Jun 15, 2011 at 7:40 AM, Mike McCormack wrote: > On 06/15/2011 07:31 PM, Gustavo Sverzut Barbieri wrote: >> On Wed, Jun 15, 2011 at 4:28 AM, Enlightenment SVN >> wrote: >>> +   out->Set(v8::String::New("_eo"), v8::External::Wrap(eo)); >> >> Mike, >> >> A hint for you is to store common st

Re: [E-devel] [patch] elm_cnp_helper - pasting at uri request

2011-06-15 Thread Hyoyoung Chang
omitting to mention about 'file://' that is my mistake. Anyway, my intend is making fallback to text paste. also I think just making fallback is not good idea than detecting targets. I write a small patch to determine data type.(such as uri or text) > -Original Message- > From: Carsten Hai

[E-devel] [patch] elm_cnp_helper - determine uri or text data types.

2011-06-15 Thread Hyoyoung Chang
Dear Elementary developers. I've made a patch about elm_cnp_helper. It's contains two things. First is remove pastedimages variable (unused variable) Other thing is about determine type. When a user is trying to paste data, elm_cnp_helper call notify_handler_targets. In notify_handler_targets, it

Re: [E-devel] about packaging/debian directories

2011-06-15 Thread Mark-Willem Jansen
So my idea was not a very good one. But I would like to pose another idea. What about setting up a Vcs-Git for all the packages, so it will be easier to collaborate on setting up the packages. We could use something like github to store the gits and set-up the collaboration. A free account on gi

Re: [E-devel] E SVN: antognolli IN trunk/eina: doc/img src/examples src/include

2011-06-15 Thread Gustavo Lima Chaves
* Daniel Juyung Seo [2011-06-15 11:29:26 +0900]: > Awesome! Good job! > We really needed this kind of tutorial. > Thanks glima and gastal. You're welcome. > > Daniel Juyung Seo (SeoZ) > > On Wed, Jun 15, 2011 at 2:43 AM, Enlightenment SVN > wrote: > > Log: > > eina: Add detailed description

Re: [E-devel] about packaging/debian directories

2011-06-15 Thread The Rasterman
On Wed, 15 Jun 2011 14:17:07 +0200 Mark-Willem Jansen said: why do we have to put stuff on github when we have our own svn servers sitting right here with lots of space and bandwidth? > > So my idea was not a very good one. But I would like to pose another idea. > > What about setting up a Vcs

Re: [E-devel] about packaging/debian directories

2011-06-15 Thread Mark-Willem Jansen
Okay lets use the svn server then. Would it be an idea then to remove all the Cvs-Git lines from the control files. As the bleeding packages generated by us will not be maintained through git. So pointing to the git repos in the control files could confuse the users and maintainers. -- Mark

Re: [E-devel] about packaging/debian directories

2011-06-15 Thread The Rasterman
On Wed, 15 Jun 2011 16:35:39 +0200 Mark-Willem Jansen said: why would control files point to git.. or svn? they are just needed to build stuff and dont need to point TO any location. we can simply rely on a script to do a make dist to generate tarballs that then we build into pkgs using the contr

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Vincent Torri
@since... On Wed, 15 Jun 2011, Enlightenment SVN wrote: > Log: > eina: +eina_hash_free_set. > > > Author: cedric > Date: 2011-06-15 08:46:10 -0700 (Wed, 15 Jun 2011) > New Revision: 60354 > Trac: http://trac.enlightenment.org/e/changeset/60354 > > Modified: > trunk/eina/C

Re: [E-devel] about packaging/debian directories

2011-06-15 Thread michael bouchaud
Saperlipopette, I forgot to sed these fields... 2011/6/15 Carsten Haitzler > On Wed, 15 Jun 2011 16:35:39 +0200 Mark-Willem Jansen < > markwil...@hotmail.com> > said: > > why would control files point to git.. or svn? they are just needed to > build > stuff and dont need to point TO any location

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Mike Blumenkrantz
On Wed, 15 Jun 2011 08:46:11 -0700 "Enlightenment SVN" wrote: > Log: > eina: +eina_hash_free_set. > > > Author: cedric > Date: 2011-06-15 08:46:10 -0700 (Wed, 15 Jun 2011) > New Revision: 60354 > Trac: http://trac.enlightenment.org/e/changeset/60354 > > Modified: > tr

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Cedric BAIL
On Wed, Jun 15, 2011 at 5:53 PM, Mike Blumenkrantz wrote: > On Wed, 15 Jun 2011 08:46:11 -0700 > "Enlightenment SVN" wrote: > >> Log: >> eina: +eina_hash_free_set. >> >> >> Author:       cedric >> Date:         2011-06-15 08:46:10 -0700 (Wed, 15 Jun 2011) >> New Revision: 60354 >> Trac:         h

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Sachiel
2011/6/15 Cedric BAIL : > On Wed, Jun 15, 2011 at 5:53 PM, Mike Blumenkrantz wrote: >> On Wed, 15 Jun 2011 08:46:11 -0700 >> "Enlightenment SVN" wrote: >> >>> Log: >>> eina: +eina_hash_free_set. >>> >>> >>> Author:       cedric >>> Date:         2011-06-15 08:46:10 -0700 (Wed, 15 Jun 2011) >>> Ne

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Tom Hacohen
On Wed, 2011-06-15 at 13:08 -0300, Iván Briano (Sachiel) wrote: > eina_hash_lets_set_the_callback_to_use_to_free_the_data_we_hold_when_the_hash_itself_is_freed() > +1. -- EditLive Enterprise is the world's most technic

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Mike Blumenkrantz
On Wed, 15 Jun 2011 19:11:52 +0300 Tom Hacohen wrote: > On Wed, 2011-06-15 at 13:08 -0300, Iván Briano (Sachiel) wrote: > > eina_hash_lets_set_the_callback_to_use_to_free_the_data_we_hold_when_the_hash_itself_is_freed() > > > > +1. > > > >

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Tom Hacohen
On Wed, 2011-06-15 at 12:16 -0400, Mike Blumenkrantz wrote: > ++ > Sorry, I don't yet support this syntax. Added to TODO. -- Tom. -- EditLive Enterprise is the world's most technically advanced content authoring tool.

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Sebastian Dransfeld
On 06/15/2011 06:06 PM, Cedric BAIL wrote: > On Wed, Jun 15, 2011 at 5:53 PM, Mike Blumenkrantz wrote: >> On Wed, 15 Jun 2011 08:46:11 -0700 >> "Enlightenment SVN" wrote: >> >>> Log: >>> eina: +eina_hash_free_set. >>> >>> >>> Author: cedric >>> Date: 2011-06-15 08:46:10 -0700 (Wed,

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

2011-06-15 Thread Vincent Torri
add @since also for new typedef and struct Vincent On Wed, 15 Jun 2011, Enlightenment SVN wrote: > Log: > +ecore_con_ssl_server_upgrade > +ecore_con_ssl_client_upgrade > +ECORE_CON_EVENT_SERVER_UPGRADE > +ECORE_CON_EVENT_CLIENT_UPGRADE > new functions for upgrading an existing plaintext co

Re: [E-devel] Provide sensible errors for edje utilities

2011-06-15 Thread Ulrich Eckhardt
On Wednesday 15 June 2011 07:56:25 Mike Blumenkrantz wrote: > On Wed, 15 Jun 2011 07:55:27 +0200 (CEST) > Vincent Torri wrote: > > On Wed, 15 Jun 2011, Mike Blumenkrantz wrote: > > > I like the idea of better error messages, but using access creates a > > > permissions loophole where the file coul

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Ulrich Eckhardt
On Wednesday 15 June 2011 18:06:03 Cedric BAIL wrote: > On Wed, Jun 15, 2011 at 5:53 PM, Mike Blumenkrantz wrote: > > On Wed, 15 Jun 2011 08:46:11 -0700 > > > >> /** > >> + * @brief Redefine the callback that clean the data of a hash > >> + * > >> + * @param hash The given hash table > >> + * @

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Cedric BAIL
On Wed, Jun 15, 2011 at 9:38 PM, Ulrich Eckhardt wrote: > On Wednesday 15 June 2011 18:06:03 Cedric BAIL wrote: >> On Wed, Jun 15, 2011 at 5:53 PM, Mike Blumenkrantz > wrote: >> > On Wed, 15 Jun 2011 08:46:11 -0700 >> > >> >>  /** >> >> + * @brief Redefine the callback that clean the data of a ha

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib

2011-06-15 Thread Ulrich Eckhardt
On Wednesday 15 June 2011 22:27:06 Cedric BAIL wrote: [...] > /** > + * @brief Redefine the callback that clean the data of a hash > + * > + * @param hash The given hash table > + * @param data_free_cb The function called on each value when the > + * hash table is freed. @c

Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-15 Thread Andreas Volz
Am Mon, 6 Jun 2011 12:24:11 +0900 schrieb Carsten Haitzler (The Rasterman): Hi Raster, I like the new module! One idea if you touch it again: - Optional display of calendar weeks in the calendar. This is very helpful as I talk very often about calendar weeks in my job. :-) regards And

Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-15 Thread The Rasterman
On Thu, 16 Jun 2011 00:17:02 +0200 Andreas Volz said: not going to add any features at this stage. it's "done" :) > Hi Raster, > > I like the new module! > > One idea if you touch it again: > > - Optional display of calendar weeks in the calendar. > > This is very helpful as I talk very ofte

Re: [E-devel] Provide sensible errors for edje utilities

2011-06-15 Thread The Rasterman
On Wed, 15 Jun 2011 21:27:13 +0200 Ulrich Eckhardt said: > On Wednesday 15 June 2011 07:56:25 Mike Blumenkrantz wrote: > > On Wed, 15 Jun 2011 07:55:27 +0200 (CEST) > > Vincent Torri wrote: > > > On Wed, 15 Jun 2011, Mike Blumenkrantz wrote: > > > > I like the idea of better error messages, but

[E-devel] [patch] els_scroller simple bug

2011-06-15 Thread Jaehwan Kim
els_scroller in elementary has a simple bug. In the function "_smart_scrollto_x", it makes the animator 'sd->scrollto.x.animator', if the animator does not exist. But "_smart_anim_start" before ecore_animator_add can make 2 animators. If the function which be called by _smart_anim_start call "

[E-devel] backlight support in e17

2011-06-15 Thread The Rasterman
i added backlight control support in e17 now. load the backlight module and add the backlight control gadget, bind some keys to changing backlight etc. as you see fit. the actual backlight control and config is in e17 proper, with module just offering the popup slider gadget one more thing on the

Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-15 Thread Mike Blumenkrantz
On Thu, 16 Jun 2011 08:49:21 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 16 Jun 2011 00:17:02 +0200 Andreas Volz said: > > not going to add any features at this stage. it's "done" :) > > > Hi Raster, > > > > I like the new module! > > > > One idea if you touch it again: > > > >

Re: [E-devel] backlight support in e17

2011-06-15 Thread Gustavo Sverzut Barbieri
On Wed, Jun 15, 2011 at 9:34 PM, Carsten Haitzler wrote: > i added backlight control support in e17 now. load the backlight module and > add > the backlight control gadget, bind some keys to changing backlight etc. as you > see fit. the actual backlight control and config is in e17 proper, with m

Re: [E-devel] backlight support in e17

2011-06-15 Thread Mike Blumenkrantz
On Wed, 15 Jun 2011 23:00:43 -0300 Gustavo Sverzut Barbieri wrote: >- Plans to support leds (keyboard backlight)? It's basically the > same sysfs interface, but under /sys/class/leds (here it's > /sys/class/leds/smc::kbd_backlight/) > This will, at the least, be supported with eeze 1.2 when

Re: [E-devel] [patch] els_scroller simple bug

2011-06-15 Thread Daniel Juyung Seo
looks good to me. any other comment? Daniel Juyung Seo (SeoZ) 2011/6/16 Jaehwan Kim : > > els_scroller in elementary has a simple bug. > > In the function "_smart_scrollto_x", it makes the animator > 'sd->scrollto.x.animator', if the animator does not exist. > But "_smart_anim_start" before ecor

Re: [E-devel] backlight support in e17

2011-06-15 Thread The Rasterman
On Wed, 15 Jun 2011 23:00:43 -0300 Gustavo Sverzut Barbieri said: > On Wed, Jun 15, 2011 at 9:34 PM, Carsten Haitzler > wrote: > > i added backlight control support in e17 now. load the backlight module and > > add the backlight control gadget, bind some keys to changing backlight etc. > > as yo

[E-devel] [PATCH] scrolled entry doxygen patch

2011-06-15 Thread Jihoon Kim
Hi, EFL developers. There is typing error in doxygen of elm_scrolled_entry_entry_get() API. The attached file is simple patch for fixing it. Would you please apply in svn? Index: elc_scrolled_entry.c === --- elc_scrolled_entry.c (rev

Re: [E-devel] XRender engine causes ecore build failure

2011-06-15 Thread Ulrich Eckhardt
On Saturday 11 June 2011 16:43:55 Christopher Michael wrote: > On 06/11/2011 06:11 AM, Ulrich Eckhardt wrote: > > On Saturday 11 June 2011 10:19:40 Ulrich Eckhardt wrote: > >> I'm trying to create a patch which does just that, which I'll post > >> lateron. > > > > Here it comes. > > > > There are

Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-15 Thread Tom Hacohen
On Thu, 2011-06-16 at 00:17 +0200, Andreas Volz wrote: > Am Mon, 6 Jun 2011 12:24:11 +0900 schrieb Carsten Haitzler (The > Rasterman): > > Hi Raster, > > I like the new module! > > One idea if you touch it again: > > - Optional display of calendar weeks in the calendar. > > This is very helpfu

Re: [E-devel] [PATCH] scrolled entry doxygen patch

2011-06-15 Thread Tom Hacohen
Oops, thanks. In SVN. -- Tom. On Thu, 2011-06-16 at 13:22 +0900, Jihoon Kim wrote: > Hi, EFL developers. > > There is typing error in doxygen of elm_scrolled_entry_entry_get() API. > The attached file is simple patch for fixing it. > > Would you please apply in svn? > --