Re: [E-devel] test

2016-02-04 Thread The Rasterman
On Thu, 4 Feb 2016 23:00:33 +0900 (KST) Hermet Park said: > test FAIL! Over quota! -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread The Rasterman
On Thu, 4 Feb 2016 16:28:32 + Tom Hacohen said: > On 04/02/16 16:21, marcel-hollerb...@t-online.de wrote: > > On Thu, Feb 04, 2016 at 04:07:58PM +, Tom Hacohen wrote: > >> On 04/02/16 15:58, marcel-hollerb...@t-online.de wrote: > >>> Hi, > >>> > >>> On Thu, Feb 04,

[E-devel] Test Mail

2016-02-04 Thread Conrad Um
I heard that Hermet cannot send a mail to enlightenment developer list mailing list. This is a test mail to check whether mailing list work correctly. Regards, conr2d -- Site24x7 APM Insight: Get Deep Visibility into

[E-devel] test

2016-02-04 Thread Hermet Park
test -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now

[E-devel] test

2016-02-04 Thread Hermet Park
test -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread Hermet Park
This may be an annother topic question, _elm_panel_anim_cb(void *data, Eo *o EINA_UNUSED, const Eo_Event_Description *desc EINA_UNUSED, void *event_info EINA_UNUSED) Why should people struggle with these unused desc,

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread Tom Hacohen
On 04/02/16 14:13, Hermet Park wrote: > This may be an annother topic question, > > _elm_panel_anim_cb(void *data, > Eo *o EINA_UNUSED, const > Eo_Event_Description *desc EINA_UNUSED, > void *event_info EINA_UNUSED) >

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread Hermet Park
my point is not EINA_UNUSED nor animator. As you mentioned, event_info is used for sometimes. How many scenarios will use those event_info and desc in the future? Im worring about our code is getting more long and dirty because of this. See our evas_object_smart_callback and

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "Revert "Revert "revise edje_object_size_min_restricted_calc() logic."""

2016-02-04 Thread Hermet Park
Some scenario won't be reached to the zero size change. So, I think raster put a limitation there. but this solution is also bad these days. and even it's inefficent at some scenario. I have no idea the best solution right now because it's hard to avoid side effects. I will keep trying to fix

Re: [E-devel] Test Mail

2016-02-04 Thread Daniel Zaoui
He used his daily quota ;-) On Thu, 04 Feb 2016 22:30:33 +0900 Conrad Um wrote: > I heard that Hermet cannot send a mail to enlightenment developer list > mailing list. > This is a test mail to check whether mailing list work correctly. > > Regards, > conr2d >

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread Cedric BAIL
I am not sure that the following list is going to stay relevant once we are done with the work on efl interface. There is a lot of potential change that can increase the use of event_info at least. I get your point here, but if you look at the change with Ecore_Animator. We have now an event that

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread Hermet Park
elc_combobox.c:96: Eo *obj, const Eo_Event_Description *desc EINA_UNUSED, elc_combobox.c:211: const Eo_Event_Description *desc EINA_UNUSED, void *event) elc_combobox.c:237:const Eo_Event_Description *desc EINA_UNUSED, void *event_info

Re: [E-devel] [EGIT] [core/elementary] elementary-1.16 01/01: calendar.edc: fix typo in text style

2016-02-04 Thread Simon Lees
Should this also go into the 1.17 branch, it was backported to 1.16 after the 1.17 release On 02/03/2016 08:49 PM, Vitalii Vorobiov wrote: > furrymyad pushed a commit to branch elementary-1.16. > >

Re: [E-devel] [EGIT] [core/elementary] elementary-1.16 01/01: calendar.edc: fix typo in text style

2016-02-04 Thread vi.vorobiov
Hello! Yeah, sorry, forgot about this one. Surely I would push that into 1.17 branch as well. On 02/03/2016 09:38 PM, Stefan Schmidt wrote: > Hello. > > On 03/02/16 11:19, Vitalii Vorobiov wrote: >> furrymyad pushed a commit to branch elementary-1.16. >> >>

Re: [E-devel] Scan-build (clang based static analyser) to be removed from our Jenkins

2016-02-04 Thread Stefan Schmidt
Hello. On 28/01/16 11:31, Stefan Schmidt wrote: > Hello. > > After switching to git push notifications and removing the x32 builds > this is the next step of our QA tools consolidation. > > Scan-build is a small tool which uses the static analysis functionality > coming with clang. We have it

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread Tom Hacohen
On 04/02/16 16:21, marcel-hollerb...@t-online.de wrote: > On Thu, Feb 04, 2016 at 04:07:58PM +, Tom Hacohen wrote: >> On 04/02/16 15:58, marcel-hollerb...@t-online.de wrote: >>> Hi, >>> >>> On Thu, Feb 04, 2016 at 03:48:17PM +, Tom Hacohen wrote: On 04/02/16 15:18, Hermet Park wrote:

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread Tom Hacohen
On 04/02/16 15:18, Hermet Park wrote: > my point is not EINA_UNUSED nor animator. > > As you mentioned, event_info is used for sometimes. > > How many scenarios will use those event_info and desc in the future? > Im worring about our code is getting more long and dirty because of this. > See our

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread marcel-hollerbach
Hi, On Thu, Feb 04, 2016 at 03:48:17PM +, Tom Hacohen wrote: > On 04/02/16 15:18, Hermet Park wrote: > > my point is not EINA_UNUSED nor animator. > > > > As you mentioned, event_info is used for sometimes. > > > > How many scenarios will use those event_info and desc in the future? > > Im

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread Tom Hacohen
On 04/02/16 15:58, marcel-hollerb...@t-online.de wrote: > Hi, > > On Thu, Feb 04, 2016 at 03:48:17PM +, Tom Hacohen wrote: >> On 04/02/16 15:18, Hermet Park wrote: >>> my point is not EINA_UNUSED nor animator. >>> >>> As you mentioned, event_info is used for sometimes. >>> >>> How many

Re: [E-devel] EFL interface change - Animator

2016-02-04 Thread marcel-hollerbach
On Thu, Feb 04, 2016 at 04:07:58PM +, Tom Hacohen wrote: > On 04/02/16 15:58, marcel-hollerb...@t-online.de wrote: > > Hi, > > > > On Thu, Feb 04, 2016 at 03:48:17PM +, Tom Hacohen wrote: > >> On 04/02/16 15:18, Hermet Park wrote: > >>> my point is not EINA_UNUSED nor animator. > >>> >

Re: [E-devel] Porting old theme: file manager window empty

2016-02-04 Thread Martin Dietze
On 4 February 2016 at 09:46, wrote: > just in case it could help. Thank you very much, this will surely be helpful! Cheers, Martin -- Dr. Martin Dietze 1. Vorsitzender Deutsch-Ukrainischer Kulturverein e.V. http://www.deutsch-ukrainischer-kulturverein.de/

Re: [E-devel] Porting old theme: file manager window empty

2016-02-04 Thread marcel-hollerbach
Hello, just in case it could help. I wrote last night a tool which extracts all groups/parts/signals, which are standard namespaced, out of a passed theme file. By comparing the log of the default theme and your theme you should get an overview which groups are missing or not needed anymore.