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:
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
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
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
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
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
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
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
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
--
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
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
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
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
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
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
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
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
===
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
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,
> +
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!
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
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
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_
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_
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
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
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
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
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
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
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.
> >
>
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
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
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.
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
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
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
>
> --
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
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.
>
39 matches
Mail list logo