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---
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.
>
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
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
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.
Currently jypark_jiyoun is killing the deprecated APIs hard.
-Regards, Hermet-
-Regards, Hermet-
-Original Message-
From: "Carsten Haitzler"
To: "Enlightenment developer
list"
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
+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
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
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
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
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
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
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
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
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"
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
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
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)
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
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
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
22 matches
Mail list logo