Re: [E-devel] [PATCH] python-elementary broken build

2012-03-14 Thread Sanjeev BA
In SVN http://trac.enlightenment.org/e/changeset/69321 Thanks. On Wed, Mar 14, 2012 at 3:57 PM, ChunEon Park wrote: > hello Martin. > I mistook the patch as the svn based but you made a git based. > Anyhow Sanjeev will try them again. > > > they will be submitted---

Re: [E-devel] [patch] elm_genlist - add checking at show_item and widget type at calc_job

2012-03-14 Thread Daniel Juyung Seo
Hello, widget type check should be done in EAPI and obj in internal function must be valid at any time. If the "obj" is NULL in _calc_job, somewhere else must be wrong. Can you check that point again? Daniel Juyung Seo (SeoZ) On Wed, Mar 14, 2012 at 3:09 PM, Hyoyoung Chang wrote: > Dear all. >

Re: [E-devel] Lost Home Dir and Public Keys

2012-03-14 Thread Daniel Juyung Seo
Someone has to fix this annoying bug. Raster knows the answer. Daniel Juyung Seo (SeoZ) On Wed, Mar 14, 2012 at 3:21 PM, Sanjeev BA wrote: > The problem is gone now. That was fast. Thanks. > > On Wed, Mar 14, 2012 at 3:19 PM, Sanjeev BA wrote: > >> Hi, >> >> This is the second time inside ten d

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-14 Thread Davide Andreoli
Il giorno 14 marzo 2012 07:52, Sanjeev BA ha scritto: > I converted the patches to svn patches and was able to apply the patches > and build python elementary bindings. > > There are still lot of warnings, but it builds fine. > The majority of the warnings there are correct, they just say the bi

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-14 Thread The Rasterman
On Wed, 14 Mar 2012 11:57:50 +0100 Davide Andreoli said: > Il giorno 14 marzo 2012 07:52, Sanjeev BA ha scritto: > > > I converted the patches to svn patches and was able to apply the patches > > and build python elementary bindings. > > > > There are still lot of warnings, but it builds fine.

Re: [E-devel] [PATCH] python-elementary broken build

2012-03-14 Thread ChunEon Park
Currently jypark_jiyoun is killing the deprecated APIs hard. -Regards, Hermet- -Regards, Hermet- -Original Message- From: "Carsten Haitzler" To: "Enlightenment developer list"

[E-devel] Windows port and elementary_test

2012-03-14 Thread Vincent Torri
Hey, currently, the images (and maybe other data files) have a harcoded path in elementary_test. Hence, the images are not displayed when installed on Windows with the NSIS installer. Solution : use eina_prefix (so that I don't have a lot of time to do it, so if some people can help me to solve t

Re: [E-devel] Windows port and elementary_test

2012-03-14 Thread Daniel Juyung Seo
+1 I will join you. I can just refer your upcoming commits? On Mar 14, 2012 9:13 PM, "Vincent Torri" wrote: > Hey, > > currently, the images (and maybe other data files) have a harcoded > path in elementary_test. Hence, the images are not displayed when > installed on Windows with the NSIS instal

Re: [E-devel] Windows port and elementary_test

2012-03-14 Thread Vincent Torri
On Wed, Mar 14, 2012 at 1:24 PM, Daniel Juyung Seo wrote: > +1 > I will join you. I can just refer your upcoming commits? yes Vincent -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes us

Re: [E-devel] E SVN: hermet trunk/edje/src/lib

2012-03-14 Thread Vincent Torri
On Wed, Mar 14, 2012 at 1:11 PM, Enlightenment SVN wrote: > Log: > edje - removed EINA_WARN_UNUSED_RESULT. > >  elm prints warnings madly. maybe elm should use the returned value instead ? Vincent > > > > Author:       hermet > Date:         2012-03-14 05:11:33 -0700 (Wed, 14 Mar 2012) > New Re

Re: [E-devel] E SVN: hermet trunk/edje/src/lib

2012-03-14 Thread Cedric BAIL
On Wed, Mar 14, 2012 at 3:43 PM, Vincent Torri wrote: > On Wed, Mar 14, 2012 at 1:11 PM, Enlightenment SVN > wrote: >> Log: >> edje - removed EINA_WARN_UNUSED_RESULT. >> >>  elm prints warnings madly. > > maybe elm should use the returned value instead ? Yes, it should. This means that if a them

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

2012-03-14 Thread Vincent Torri
what about eina_file_win32.c ? Vincent On Wed, Mar 14, 2012 at 4:35 PM, Enlightenment SVN wrote: > Log: > eina: fix dead lock issue. This is hidding a bug with eina_hash_pointer_new. > > > Author:       cedric > Date:         2012-03-14 08:35:12 -0700 (Wed, 14 Mar 2012) > New Revision: 69338 > T

Re: [E-devel] Dialer/Speller widget for elementary

2012-03-14 Thread Andreas Volz
Am Wed, 14 Mar 2012 00:40:14 +0100 schrieb michael bouchaud: Hi, > Ekbd is the way to use (look trunk/PROTO/ekbd). I still need to > export it as a widget into elementary. I could do it soon, if you > want it... Le 13 mars 2012 23:26, "Pau Espin Pedrol" > a écrit : only for reference here a scr

[E-devel] eina_prefix : strange behavior (bug ?)

2012-03-14 Thread Vincent Torri
hey in the edje examples, i use eina_prefix like that: pfx = eina_prefix_new(argv[0], main, "EDJE_EXAMPLES", "edje/examples", edje_file, PACKAGE_BIN_DIR, PACKAGE_LIB_DIR

Re: [E-devel] eina_prefix : strange behavior (bug ?)

2012-03-14 Thread The Rasterman
On Thu, 15 Mar 2012 00:15:19 +0100 Vincent Torri said: no no.. don't use eina_prefix. elm has already wrapped this up more simply: elm_app_info_set(). elm test/config already call this and set it up right. ALL u need to do is use the funcs to GET dirs: elm_app_data_dir_get() is what u want - th

Re: [E-devel] E SVN: hermet trunk/edje/src/lib

2012-03-14 Thread ChunEon Park
Yes I know but I couldn't cover all of warnings of elm so I removed it for now. And Edje needs also add the EINA_WARN_UNUSED_RESULT flags entirely. Let me check later. -Regards, Hermet- -Original Message- From: "Cedric BAIL"

Re: [E-devel] [patch] elm_genlist - add checking at show_item and widget type at calc_job

2012-03-14 Thread Hyoyoung Chang
Hi I'm tried several times to reproduce. but i can't. so i remove checking in _calc_job. review this patch, please thanks. On Wed, Mar 14, 2012 at 4:40 PM, Daniel Juyung Seo wrote: > Hello, > widget type check should be done in EAPI and obj in internal function > must be valid at any time. > If t

Re: [E-devel] [patch] elm_genlist - add checking at show_item and widget type at calc_job

2012-03-14 Thread Daniel Juyung Seo
In SVN except for _calc_job diff. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Mar 15, 2012 at 11:39 AM, Hyoyoung Chang wrote: > Hi > I'm tried several times to reproduce. but i can't. > so i remove checking in _calc_job. > review this patch, please > thanks. > > On Wed, Mar 14, 2012 at 4:40 PM, Dan

[E-devel] [Patch][Genlist] simple bugfix at rotate

2012-03-14 Thread chanwook jung
Dear all, I made a simple patch. If ELM_LIST_COMPRESS mode, did not recalc minw/minh in _sizing_eval. Thanks, Joey. Index: src/lib/elm_genlist.c === --- src/lib/elm_genlist.c (revision 69353) +++ src/lib/elm_genlist.c (working copy)

Re: [E-devel] eina_prefix : strange behavior (bug ?)

2012-03-14 Thread Vincent Torri
well, i use eina_prefix for edje examples, so... The problem is not here anyway, the problem is that I think that there is a bug in eina_prefix On Wed, Mar 14, 2012 at 8:36 AM, Carsten Haitzler wrote: > On Thu, 15 Mar 2012 00:15:19 +0100 Vincent Torri > said: > > no no.. don't use eina_p

Re: [E-devel] E SVN: jypark IN trunk: BINDINGS/cxx/elementaryxx/include/elementaryxx BINDINGS/cxx/elementaryxx/src BINDINGS/perl/Elementary BINDINGS/perl/lib/EFL enki/src/bin eve/src/bin

2012-03-14 Thread Daniel Juyung Seo
On Wed, Mar 14, 2012 at 2:04 PM, Enlightenment SVN wrote: > Log: > due to elm_genlist_item_object_get() is deprecated, I made a patch to >  replace them to adequate apis. >  most of case is sending signal. > >  Signed-off-by: Hyoyoung Chang > > > > Author:       jypark > Date:         2012-03-13

Re: [E-devel] eina_prefix : strange behavior (bug ?)

2012-03-14 Thread David Seikel
On Thu, 15 Mar 2012 07:19:42 +0100 Vincent Torri wrote: > well, i use eina_prefix for edje examples, so... > > The problem is not here anyway, the problem is that I think that > there is a bug in eina_prefix > > > On Wed, Mar 14, 2012 at 8:36 AM, Carsten Haitzler > wrote: > > On Thu, 15