[E-devel] clang has mem checks ala valgrind

2011-08-25 Thread Vincent Torri
for thosee who don't know: http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-August/042506.html Vincent -- EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified m

Re: [E-devel] [Question] XLib and Ecore_X

2011-08-25 Thread The Rasterman
On Thu, 25 Aug 2011 23:31:44 -0400 Steve Starr said: > Is it possible to reparent an xlib window to a Ecore_X window? yes. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2011-08-25 Thread Daniel Juyung Seo
If so, just leave it. Thanks :) Daniel Juyung Seo (SeoZ) On Fri, Aug 26, 2011 at 12:04 PM, Carsten Haitzler wrote: > On Fri, 26 Aug 2011 09:33:58 +0900 Daniel Juyung Seo > said: > > thats actually a moot thing. hi is very often short for "high". you'll see it > on appliances with: > > hi > lo >

[E-devel] [Question] XLib and Ecore_X

2011-08-25 Thread Steve Starr
Is it possible to reparent an xlib window to a Ecore_X window? Thanks Steven -- EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more p

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2011-08-25 Thread The Rasterman
On Fri, 26 Aug 2011 09:33:58 +0900 Daniel Juyung Seo said: thats actually a moot thing. hi is very often short for "high". you'll see it on appliances with: hi lo :) > How do you think raster about hilight -> highlight? > > Daniel Juyung Seo (SeoZ) > > On Tue, Aug 23, 2011 at 9:31 PM, Daniel

[E-devel] more elm cnp bugs!

2011-08-25 Thread Mike Blumenkrantz
* pasting anything into an entry which includes escape characters causes the escape sequence to be pasted (column 1) instead of the actual string (column 2) { "", _PARAGRAPH_SEPARATOR }, { "", "\n" }, { "<\t>", "\t" }, { "gt;", ">" }, { "lt;","<" }, { "amp;", "&" }, { "

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

2011-08-25 Thread Mike Blumenkrantz
On Thu, 25 Aug 2011 19:43:48 -0700 "Enlightenment SVN" wrote: > Log: > also fix text_converter I guess > > > Author: discomfitor > Date: 2011-08-25 19:43:48 -0700 (Thu, 25 Aug 2011) > New Revision: 62849 > Trac: http://trac.enlightenment.org/e/changeset/62849 > > Modifi

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2011-08-25 Thread Daniel Juyung Seo
How do you think raster about hilight -> highlight? Daniel Juyung Seo (SeoZ) On Tue, Aug 23, 2011 at 9:31 PM, Daniel Juyung Seo wrote: > hilight -> highlight > http://en.wiktionary.org/wiki/hilight > > I won't touch elm_access while raster is heavily working on it. > So fix it! > > Daniel Juyung

Re: [E-devel] E SVN: lucas trunk/emotion/src/modules/gstreamer

2011-08-25 Thread Lucas De Marchi
On Thu, Aug 25, 2011 at 6:11 PM, Mike Blumenkrantz wrote: > On Thu, 25 Aug 2011 14:09:43 -0700 > "Enlightenment SVN" wrote: > >> Log: >> emotion: g_free already checks if pointer is NULL >> >>   semantic patch: >> >>   @r1@ >>   expression E1; >>   @@ >> >>   - if (E1) >>   -   g_free(E1); >>   +

Re: [E-devel] E SVN: lucas trunk/emotion/src/modules/gstreamer

2011-08-25 Thread Mike Blumenkrantz
On Thu, 25 Aug 2011 14:09:43 -0700 "Enlightenment SVN" wrote: > Log: > emotion: g_free already checks if pointer is NULL > > semantic patch: > > @r1@ > expression E1; > @@ > > - if (E1) > - g_free(E1); > + g_free(E1); > > > > > Author: lucas > Date:

Re: [E-devel] E SVN: englebass trunk/efreet/src/lib

2011-08-25 Thread Vincent Torri
i don't know if some API were added, but ifso, add @since 1.1 in the doxy doc Vincent On Thu, 18 Aug 2011, Enlightenment SVN wrote: > Log: > efreet: Add doc > > Author: englebass > Date: 2011-08-18 23:44:27 -0700 (Thu, 18 Aug 2011) > New Revision: 62579 > Trac: http://tr

Re: [E-devel] E SVN: cedric trunk/evas/src/examples

2011-08-25 Thread Vincent Torri
all the $(srcdir) are useless Vincent On Thu, 18 Aug 2011, Enlightenment SVN wrote: > Log: > evas: fix tarball generation. > > > Author: cedric > Date: 2011-08-18 08:05:57 -0700 (Thu, 18 Aug 2011) > New Revision: 62569 > Trac: http://trac.enlightenment.org/e/changeset/625

Re: [E-devel] patch : eina_prefix + elementary_test

2011-08-25 Thread The Rasterman
On Thu, 25 Aug 2011 21:18:08 +0900 Daniel Juyung Seo said: yes - definitely. this is meant to simplify the job of an app finding its data, companion binaries, modules, libs etc. etc. - now they dont have to depend on a fixed-at-compile-time location and can be moved and installed anywhere. > Thi

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/canvas

2011-08-25 Thread Daniel Juyung Seo
Thanks Tom for the backup :) I was focusing only on smart callback too much. Daniel Juyung Seo (SeoZ) On Thu, Aug 25, 2011 at 7:06 PM, Enlightenment SVN wrote: > Log: > Evas callbacks: Do the same change daniel did to smart callbacks. > >  Spank Spank for not applying it here as well. > > Author

Re: [E-devel] patch : eina_prefix + elementary_test

2011-08-25 Thread Daniel Juyung Seo
This looks cool! So is it encouraged to use elm_app_xxx APIs? Daniel Juyung Seo (SeoZ) On Thu, Aug 25, 2011 at 6:59 PM, Carsten Haitzler wrote: > On Thu, 25 Aug 2011 10:50:36 +0200 Jérémy Zurcher said: > hmm... elm_app_compile_data_dir_set(PACKAGE_DATA_DIR); shouldnt be removed in > your patch

Re: [E-devel] patch : eina_prefix + elementary_test

2011-08-25 Thread The Rasterman
On Thu, 25 Aug 2011 10:50:36 +0200 Jérémy Zurcher said: hmm... elm_app_compile_data_dir_set(PACKAGE_DATA_DIR); shouldnt be removed in your patch - this is done so the elm app finding process can find the compile-time path IF runtime detection fails. it in fact USES this path to figure out the desi

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

2011-08-25 Thread The Rasterman
On Thu, 25 Aug 2011 07:35:33 + (GMT) Gwanglim Lee said: god! how was THAT missed? > Hi all, > > I've fixed a minor bug in the ecore_evas_gl_x11_pre_post_swap_callback_set > API. It wasn't setting a post_swap callback properly. > > Please review it. > > BR, > Gwanglim -- - Co

Re: [E-devel] [PATCH] add elm_entry_input_panel_layout_set API

2011-08-25 Thread The Rasterman
On Thu, 25 Aug 2011 17:18:52 +0900 Jihoon Kim said: typo fixed. :) > Thank you for writing more detail description and @since. > I know the enum matching problem, but I couldn't find the better way. > > Btw, there is typo in your commit (inptu -> input in Edje.h) > Would you please fix it? :) >

Re: [E-devel] [Patch] signal "scroll,anim,stop" in els_scroller

2011-08-25 Thread The Rasterman
On Wed, 24 Aug 2011 05:08:55 + (GMT) Jaehwan Kim said: that looks fine to me. in svn! :) > Commit msg : fix the bug which the signal "scroll,anim,stop" is not called > sometimes. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)

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

2011-08-25 Thread ChunEon Park
in svn. (http://trac.enlightenment.org/e/changeset/62785) Thank you so much GL ! :) Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Gwanglim Lee" To: enlightenment-devel@lists.sourceforge.net

Re: [E-devel] [PATCH] add elm_entry_input_panel_layout_set API

2011-08-25 Thread Jihoon Kim
Thank you for writing more detail description and @since. I know the enum matching problem, but I couldn't find the better way. Btw, there is typo in your commit (inptu -> input in Edje.h) Would you please fix it? :) -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...

[E-devel] [Patch] ecore_evas_gl_x11_pre_post_swap_callback_set bug fix

2011-08-25 Thread Gwanglim Lee
Hi all, I've fixed a minor bug in the ecore_evas_gl_x11_pre_post_swap_callback_set API. It wasn't setting a post_swap callback properly. Please review it. BR, Gwanglim ecore_evas_gl_x11_pre_post_swap_callback_set.patch Description: Binary data ---

Re: [E-devel] [PATCH] add elm_entry_input_panel_layout_set API

2011-08-25 Thread The Rasterman
On Wed, 24 Aug 2011 12:51:01 +0900 Jihoon Kim said: not too bad. the enum matching between Edje_Input_Panel_Layout and Ecore_IMF_Input_Panel_Layout and Elm_Input_Panel_Layout is a bit of an assumption here. documentation for the edje api calls added should also have @since 1.1 in it. > Hi, EFL d

Re: [E-devel] E SVN: raster IN trunk/elementary: data/themes src/lib

2011-08-25 Thread Cedric BAIL
On Thu, Aug 25, 2011 at 7:04 AM, Carsten Haitzler wrote: > On Wed, 24 Aug 2011 23:39:26 +0200 Cedric BAIL said: >> On Wed, Aug 24, 2011 at 11:23 PM, Nicolas Aguirre >> wrote: >> > 2011/8/23 Enlightenment SVN : >> >> Log: >> >> add visual feedback on accessibility mouseover too >> >> >> >> Author

Re: [E-devel] elm_main patch : Password last show setting/getting APIs

2011-08-25 Thread The Rasterman
On Tue, 23 Aug 2011 06:59:09 + (GMT) SHILPAONKAR SINGH said: looks good - no need for more docs than you gave. in svn! :) > Hi All, > > Please find the Attached patch for Password show last feature's set,get APIs. > Using these APIs of elm_main.c, password last show feature can be enabled o