Re: [E-devel] E SVN: englebass trunk/e/src/modules/conf_randr

2012-03-08 Thread leif . middelschulte
Thank you very much :)Enlightenment SVN schrieb am 08.03.12 09:27: Log: modules/conf_randr: Fix display of outputs - Show and pack objects in layout before using e_layout_child_*() functions. - Don't use random EVAS_HINT_* flags when passing parameters. Author: englebass Date:

[E-devel] elm_web, elm_map, elm_box tiny patches

2012-03-08 Thread Jeremy Zurcher
eml_web : remove deprecated elm_web_navigate_possible_get(...) elm_map : remove useless EAPI elm_box : eml_box_transition_new uses Ecore_cb for start_layout_free_data parameter Jeremy diff --git a/elementary/src/lib/elm_web.h b/elementary/src/lib/elm_web.h index f20ac86..a683bdf 10064

[E-devel] elm_entry_editable_set weirdness

2012-03-08 Thread Jérôme Pinot
From the doc: calling this function with editable as EINA_FALSE will prevent the user from inputting text into the entry Right. For keyboard input. But I just saw that it doesn't prevent pasting text with the mouse. Intended behaviour? -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc

Re: [E-devel] elm_web, elm_map, elm_box tiny patches

2012-03-08 Thread The Rasterman
On Thu, 8 Mar 2012 10:33:53 +0100 Jeremy Zurcher said: > eml_web : remove deprecated elm_web_navigate_possible_get(...) > elm_map : remove useless EAPI > elm_box : eml_box_transition_new uses Ecore_cb for start_layout_free_data > parameter dont actually affect api - headers without i

Re: [E-devel] elm_entry_editable_set weirdness

2012-03-08 Thread The Rasterman
On Thu, 8 Mar 2012 18:40:38 +0900 Jérôme Pinot said: > From the doc: > calling this function with editable as EINA_FALSE will prevent the user > from inputting text into the entry > > Right. For keyboard input. But I just saw that it doesn't prevent pasting > text with the mouse. > > Intended b

[E-devel] [Patch] TEST: Add more unit test cases for uncovered ecore_file_xxx APIs.

2012-03-08 Thread myoungwoon kim
Dear All, This is Myoungwoon Roy Kim. This patches are for adding new test cases for uncovered APIs among the ecore_file_xxx APIs. The most of ecore_file_xxx APIs had already been covered. Just 7 APIs regarding ecore_file_monitor_xxx and ecore_file_download_xxx are remaining now. I'll submit u

Re: [E-devel] [Patch] TEST: Add more unit test cases for uncovered ecore_file_xxx APIs.

2012-03-08 Thread Vincent Torri
hey, btw, if you feel couragous enough, feel free to add eina_file unit tests :p Vincent On Thu, Mar 8, 2012 at 10:54 AM, myoungwoon kim wrote: > Dear All, > > This is Myoungwoon Roy Kim. > > This patches are for adding new test cases for uncovered APIs among the > ecore_file_xxx APIs. > > The

Re: [E-devel] [Patch] TEST: Add more unit test cases for uncovered ecore_file_xxx APIs.

2012-03-08 Thread The Rasterman
On Thu, 8 Mar 2012 18:54:52 +0900 myoungwoon kim said: i took a look - seems ok to me! in svn it goes. thanks very much! :) > Dear All, > > This is Myoungwoon Roy Kim. > > This patches are for adding new test cases for uncovered APIs among the > ecore_file_xxx APIs. > > The most of ecore_file

Re: [E-devel] elm_entry_editable_set weirdness

2012-03-08 Thread Tom Hacohen
On 08/03/12 11:40, Jérôme Pinot wrote: > From the doc: > calling this function with editable as EINA_FALSE will prevent the user > from inputting text into the entry > > Right. For keyboard input. But I just saw that it doesn't prevent pasting > text with the mouse. > > Intended behaviour? Nice c

[E-devel] enjoy: 2 build fixes

2012-03-08 Thread Martin Jansa
-- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com From a173d01c2dc3b2fa72a722acf64b81d8a08b37f9 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 8 Mar 2012 11:52:01 +0100 Subject: [PATCH 1/2] enjoy: fix build break from elm_genlist_item_bring_in change * | page.c:750:4: error: too

Re: [E-devel] enjoy: 2 build fixes

2012-03-08 Thread Daniel Juyung Seo
Thanks! In SVN! Daniel Juyung Seo (SeoZ) On Thu, Mar 8, 2012 at 7:59 PM, Martin Jansa wrote: > -- > Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com > > -- > Virtualization & Cloud Management Using Capacity Plannin

Re: [E-devel] elm_web, elm_map, elm_box tiny patches

2012-03-08 Thread Gustavo Sverzut Barbieri
On Thursday, March 8, 2012, Jeremy Zurcher wrote: > eml_web : remove deprecated elm_web_navigate_possible_get(...) Uh oh this was just added as far as I can remember! The deprecated version lacks the _get(), maybe they just forgot about the function body? > elm_map : remove useless E

Re: [E-devel] E SVN: englebass IN trunk/e/src: bin modules/conf_randr

2012-03-08 Thread Leif Middelschulte
In case you plan to work further on the conf_randr stuff, I just want to let you know, that I guess we/I need to put back the recursive position determine logic. I had a reason, when I implemented it in the first place, I just forgot it/was too tired. Determing positions based on scaling their rep

[E-devel] python-elementary broken build

2012-03-08 Thread Martin Jansa
Hi, is someone already working on this issue or should I try to prepare patch for this? Cheers, | cd . && /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/python -m cython -I/OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/include/python-evas -I./include -o elementary/elementary.c_elementa

Re: [E-devel] elm entry bug

2012-03-08 Thread P Purkayastha
I have got elm from r68674 and it has working right click. On Thursday, March 8, 2012 5:12:48 AM UTC+8, Michael Blumenkrantz wrote: > > On Wed, 07 Mar 2012 23:06:37 +0200 > Tom Hacohen wrote: > > > On 07/03/12 19:28, Michael Blumenkrantz wrote: > > > On Wed, 7 Mar 2012 11:49:03 -0500 > > > Michae

Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-03-08 Thread Kim Shinwoo
Thanks for your response. I will follow your way.. Anyhow the elementary_test.exe does not work properly. (r69036) Please refer to the following information. AND, elm_config.c uses eina_file_statat(); but It is not in the eina_file_win32.c. I have made a patch which will be sent different mail acc

[E-devel] [Patch][Eina] eina_file_win32 - using eina_file_statat();

2012-03-08 Thread cnook
Dear All. Hello! On windows, Elementary gives build error. cause.. The elm_config.c uses eina_file_statat(); but It is not in the eina_file_win32.c So the attached patch comes. Please keep the patch in the up stream. Thanks. Sincerely, Shinwoo kim. Index: src/lib/eina_file_win32.c ===

Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-03-08 Thread Vincent Torri
On Thu, Mar 8, 2012 at 1:24 PM, Kim Shinwoo wrote: > Thanks for your response. I will follow your way.. > Anyhow the elementary_test.exe does not work properly. (r69036) Please > refer to the following information. i'm writing a small tool to find leaks and maybe other problems, with a stack trac

Re: [E-devel] [patch] elm_gengrid - add item_select_mode_set/get apis

2012-03-08 Thread The Rasterman
On Thu, 8 Mar 2012 14:48:33 +0900 Hyoyoung Chang said: ok - in... i missed this this morning. :) > Dear all, > > I made a item_select_mode_set/get in elm_gengrid. > It works like genlist_item_select_mode apis. > > +EAPI void > +elm_gengrid_item_select_mode_set(Elm_Object_Item *it, > +

Re: [E-devel] [Patch][Eina] eina_file_win32 - using eina_file_statat();

2012-03-08 Thread The Rasterman
On Thu, 8 Mar 2012 21:29:19 +0900 cnook said: > Dear All. Hello! > > On windows, Elementary gives build error. cause.. > The elm_config.c uses eina_file_statat(); but It is not in the > eina_file_win32.c So the attached patch comes. Please keep the patch in the > up stream. Thanks. aye indeed!

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

2012-03-08 Thread Vincent Torri
On Thu, Mar 8, 2012 at 2:54 PM, Enlightenment SVN wrote: > Log: > From: cnook >  Subject: [E-devel] [Patch][Eina] eina_file_win32 - using >  eina_file_statat(); > >  On windows, Elementary gives build error. cause.. >  The elm_config.c uses eina_file_statat(); but It is not in the >  eina_file_wi

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

2012-03-08 Thread Vincent Torri
On Thu, Mar 8, 2012 at 3:22 PM, Vincent Torri wrote: > On Thu, Mar 8, 2012 at 2:54 PM, Enlightenment SVN > wrote: >> Log: >> From: cnook >>  Subject: [E-devel] [Patch][Eina] eina_file_win32 - using >>  eina_file_statat(); >> >>  On windows, Elementary gives build error. cause.. >>  The elm_confi

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_wayland

2012-03-08 Thread Christopher Michael
On 03/08/2012 02:49 AM, Sebastian Dransfeld wrote: > On 03/07/2012 10:46 PM, Enlightenment SVN wrote: > >> + >> +static void >> +_ecore_wl_cb_interfaces_bound_free(void *data __UNUSED__, void *event) >> +{ >> + Ecore_Wl_Event_Interfaces_Bound *ev; >> + >> + LOGFN(__FILE__, __LINE__, __FUNCTION_

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_wayland

2012-03-08 Thread Michael Blumenkrantz
On Thu, 08 Mar 2012 10:53:17 -0500 Christopher Michael wrote: > On 03/08/2012 02:49 AM, Sebastian Dransfeld wrote: > > On 03/07/2012 10:46 PM, Enlightenment SVN wrote: > > > >> + > >> +static void > >> +_ecore_wl_cb_interfaces_bound_free(void *data __UNUSED__, void *event) > >> +{ > >> + Ecore_

Re: [E-devel] E SVN: englebass IN trunk/e/src: bin modules/conf_randr

2012-03-08 Thread Sebastian Dransfeld
I didn't quite understand this. Do you mean to determine the position from the e_layout when you DnD the outputs? The reason I'm looking into this is because I need to activate/deactivate outputs when I dock/undock my laptop. It doesn't seem like the current code supports it, or does it? S. O

Re: [E-devel] E SVN: englebass IN trunk/e/src: bin modules/conf_randr

2012-03-08 Thread Leif Middelschulte
2012/3/8 Sebastian Dransfeld : > I didn't quite understand this. Do you mean to determine the position > from the e_layout when you DnD the outputs? Yes, that's what I meant. You'll probably get gaps if you calculate new positions using e_layout. > > The reason I'm looking into this is because I ne

Re: [E-devel] E SVN: englebass IN trunk/e/src: bin modules/conf_randr

2012-03-08 Thread The Rasterman
On Thu, 8 Mar 2012 21:19:23 +0100 Leif Middelschulte said: > 2012/3/8 Sebastian Dransfeld : > > I didn't quite understand this. Do you mean to determine the position > > from the e_layout when you DnD the outputs? > Yes, that's what I meant. You'll probably get gaps if you calculate > new positio

Re: [E-devel] E SVN: englebass IN trunk/e/src: bin modules/conf_randr

2012-03-08 Thread Leif Middelschulte
2012/3/9 Carsten Haitzler : > On Thu, 8 Mar 2012 21:19:23 +0100 Leif Middelschulte > said: > >> 2012/3/8 Sebastian Dransfeld : >> > I didn't quite understand this. Do you mean to determine the position >> > from the e_layout when you DnD the outputs? >> Yes, that's what I meant. You'll probably ge

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

2012-03-08 Thread The Rasterman
On Thu, 8 Mar 2012 15:25:53 +0100 Vincent Torri said: i see u did it already! thnx! :) > On Thu, Mar 8, 2012 at 3:22 PM, Vincent Torri wrote: > > On Thu, Mar 8, 2012 at 2:54 PM, Enlightenment SVN > > wrote: > >> Log: > >> From: cnook > >>  Subject: [E-devel] [Patch][Eina] eina_file_win32 - us

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

2012-03-08 Thread Jiyoun Park
I think my commit maybe made this break. elm_hoversel_item_del_cb_set and some APIs was deprecated. so I change test code using elm_hoversel_item_del_cb_set to elm_object_item_del_cb_set and remove hoversel api from pxi file. please guide correct method or send patch to change deprecated api to av

Re: [E-devel] [Patch] TEST: Add more unit test cases for uncovered ecore_file_xxx APIs.

2012-03-08 Thread myoungwoon kim
No problem. I am happy to do it. :) On 8 March 2012 19:03, Vincent Torri wrote: > hey, > > btw, if you feel couragous enough, feel free to add eina_file unit tests :p > > Vincent > > On Thu, Mar 8, 2012 at 10:54 AM, myoungwoon kim > wrote: > > Dear All, > > > > This is Myoungwoon Roy Kim. > > >

[E-devel] ephoto fail

2012-03-08 Thread Dave Ray
Hi, I am guessing that ephoto is now out if sync with all the elm changes yesterday. I am getting the following build error for ephoto: Making all in bin make all-am CC ephoto_ql_la-ephoto.lo CC ephoto_ql_la-ephoto_main.lo ephoto_main.c: In function '_ephoto_thumb_browser_show': ephoto

Re: [E-devel] [Patch] TEST: Add more unit test cases for uncovered ecore_file_xxx APIs.

2012-03-08 Thread Vincent Torri
On Fri, Mar 9, 2012 at 5:17 AM, myoungwoon kim wrote: > No problem. I am happy to do it. :) thanks. Btw, note that I said EINA_file unit tests, not ecore_file unit tests :) But if ecore_file unit tests are missing, no problem to also add them. What interests me is above all eina_file with shared

Re: [E-devel] ephoto fail

2012-03-08 Thread Hyoyoung Chang
Yeah you're right. elm_gengrid_item_bring_in's parameters is changed. added one more parameter to call bring_in to dest. I'll send a patch for this Thanks On Fri, Mar 9, 2012 at 1:15 AM, Dave Ray wrote: > Hi, > I am guessing that ephoto is now out if sync with all the elm changes > yesterday.

[E-devel] [patch] ephoto - resolve build errors

2012-03-08 Thread Hyoyoung Chang
Dear all In ephoto, elm_gengrid_item_bring_in is used. However some days ago, many changes was committed to elm. Also it's parameters are changed. It's patch for this. Thanks Index: ephoto/src/bin/ephoto_main.c === --- ephoto/src/bin

[E-devel] [patch] building error fix at using gen{list, grid} functions

2012-03-08 Thread Hyoyoung Chang
Dear all, After elm radically changed, some compilation errors are not fixed. I changed for this. 1. add a parameter for item_bring_in -elm_genlist_item_bring_in(it); +elm_genlist_item_bring_in(it, ELM_GENLIST_ITEM_SCROLLTO_IN); 2. change a enum type name - Elm_Genlist_Item_Flags + Elm_Genli

Re: [E-devel] [patch] ephoto - resolve build errors

2012-03-08 Thread Daniel Juyung Seo
Thanks! In SVN! Daniel Juyung Seo (SeoZ) On Fri, Mar 9, 2012 at 2:29 PM, Hyoyoung Chang wrote: > Dear all > > In ephoto, elm_gengrid_item_bring_in is used. > However some days ago, many changes was committed to elm. Also it's > parameters are changed. > It's patch for this. > > Thanks > > --

Re: [E-devel] ephoto fail

2012-03-08 Thread Daniel Juyung Seo
Fixed by Hyoyoung Change. Thanks. Daniel Juyung Seo (SeoZ) On Fri, Mar 9, 2012 at 2:26 PM, Hyoyoung Chang wrote: > Yeah you're right. > > elm_gengrid_item_bring_in's parameters is changed. > added one more parameter to call bring_in to dest. > I'll send a patch for this > > Thanks > > On Fri, Ma

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

2012-03-08 Thread Martin Jansa
On Fri, Mar 09, 2012 at 11:01:52AM +0900, Jiyoun Park wrote: > I think my commit maybe made this break. > > elm_hoversel_item_del_cb_set and some APIs was deprecated. > so I change test code using elm_hoversel_item_del_cb_set to > elm_object_item_del_cb_set and remove hoversel api from pxi file. >