Re: [E-devel] break;

2018-02-07 Thread Jean-Philippe André
eb 6, 2018 at 9:34 PM, Jean-Philippe André wrote: > Hello, > > As some of you may already know, I am going to take an indefinitely long > break away from work and away from EFL. > > > I believe Andy has clearly hilighted some of the problems with our project > and community,

[E-devel] break;

2018-02-06 Thread Jean-Philippe André
unrelated to Andy's proposal. Please feel free to keep contacting me privately, preferrably about non-technical issues. Best regards, -- Jean-Philippe André PS: Commit and contributor counts are on a sharp decline: https://devs.enlightenment.org/~jpeg/efl-stats/activity.html#commits

Re: [E-devel] EFL_UI_BG_WIDGET_DATA_GET_OR_RETURN

2018-01-31 Thread Jean-Philippe André
afe_get). We might want to change this to ERR(), instead of CRI. Best regards, -- Jean-Philippe André -- Check out the vibrant tech community on one of the world's most engaging

Re: [E-devel] GPL icons in theme

2018-01-30 Thread Jean-Philippe André
On Tue, Jan 30, 2018 at 9:30 PM, Simon Lees wrote: > > > On 30/01/18 22:20, Jean-Philippe André wrote: > > Hi, > > > > Sungtaek pointed out to me that we have GPLv3-licensed artworks (unsual > for > > images) in our theme, under data/elementary/theme/fdo. Thos

Re: [E-devel] Committer proposal: taxi2se

2018-01-30 Thread Jean-Philippe André
On Mon, Jan 29, 2018 at 3:25 PM, Jean-Philippe André wrote: > Hi~ > > I would like to propose "proper" committer access for taxi2se also known > as Sungtaek Hong in real life. He has recently been doing a lot of very > complex changes, mainly to elementary, which I bel

[E-devel] GPL icons in theme

2018-01-30 Thread Jean-Philippe André
er ask away :) -- Jean-Philippe André -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ enl

[E-devel] Committer proposal: taxi2se

2018-01-28 Thread Jean-Philippe André
ny comment or objection? Best regards, -- Jean-Philippe André -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sd

Re: [E-devel] Eolian template based generator presentation

2018-01-28 Thread Jean-Philippe André
Hey, On Sat, Jan 27, 2018 at 9:36 PM, Davide Andreoli wrote: > 2018-01-27 12:40 GMT+01:00 Felipe Magno de Almeida < > felipe.m.alme...@gmail.com>: > > > On Fri, Jan 26, 2018 at 11:20 AM, Gustavo Sverzut Barbieri > > wrote: > > > On Fri, Jan 26, 2018 at

Re: [E-devel] Eolian template based generator presentation

2018-01-25 Thread Jean-Philippe André
t you provide here, but I doubt other languages than Python will adopt this straight away. Unless we start working on a new binding, maybe? One way or another, good job! Thanks a lot :) > The only issue I know atm is that you must build the efl source IN-TREE, > otherwise it wi

Re: [E-devel] [EGIT] [core/efl] master 02/03: widget: Rename orientation_mode_disabled

2018-01-18 Thread Jean-Philippe André
On Fri, Jan 19, 2018 at 2:14 PM, Jean-Philippe André wrote: > Hi, > > On Fri, Jan 19, 2018 at 12:56 AM, Davide Andreoli > wrote: > >> 2018-01-18 9:35 GMT+01:00 Jean-Philippe ANDRÉ : >> >> > jpeg pushed a commit to branch master. >> > >> >

Re: [E-devel] [EGIT] [core/efl] master 02/03: widget: Rename orientation_mode_disabled

2018-01-18 Thread Jean-Philippe André
Hi, On Fri, Jan 19, 2018 at 12:56 AM, Davide Andreoli wrote: > 2018-01-18 9:35 GMT+01:00 Jean-Philippe ANDRÉ : > > > jpeg pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id= > > f312ed6db9cb64e1c4685fa27

Re: [E-devel] [EGIT] [core/efl] master 02/05: selection: add efl_selection interface

2018-01-18 Thread Jean-Philippe André
) Selectable -> item select in a list (work in progress...) Selection -> text selection for cnp & dnd. This one belongs more to cnp I think, and selection may be an abusive name. So I think cnp, dnd and selection (NOT selectable!) belong to the same category. > > Andy > > On Thu

Re: [E-devel] Eo/Eolian namespace definition

2018-01-18 Thread Jean-Philippe André
On Thu, Jan 18, 2018 at 8:59 PM, Felipe Magno de Almeida < felipe.m.alme...@gmail.com> wrote: > On Sat, Jan 13, 2018 at 8:43 AM, Davide Andreoli > wrote: > > 2018-01-11 6:18 GMT+01:00 Jean-Philippe André : > > [snip] > > > If all the bindings we have written

Re: [E-devel] Eo/Eolian namespace definition

2018-01-18 Thread Jean-Philippe André
ow fine with having a As a side note, the documentation lacks a section "these classes use / implement / inherit from this class / interface". > Thanks, > Andy > > On Sat, 13 Jan 2018 at 10:45 Davide Andreoli > wrote: > > > 2018-01-11 6:18 GMT+01:00 Jean-Phil

Re: [E-devel] [EGIT] [core/efl] master 02/05: selection: add efl_selection interface

2018-01-17 Thread Jean-Philippe André
quest_obj, > EFL_SELECTION_EVENT_SELECTION_CHANGED, &e); > > + efl_event_callback_call(sel->request_obj, > EFL_SELECTION_EVENT_SELECTION_CHANGED, &e); > > > > return ECORE_CALLBACK_RENEW; > > } > > diff --git a/src/lib/elementary/efl_ui_w

Re: [E-devel] efl_add causing confusion

2018-01-17 Thread Jean-Philippe André
what your experiments lead to. Best regards, -- Jean-Philippe André -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sd

Re: [E-devel] [EGIT] [core/efl] master 01/02: eina: remove usless newline

2018-01-16 Thread Jean-Philippe André
Quick note: I think this patch affects ABI for anything that uses EO files outside of EFL tree (which isn't a stable feature). On Tue, Jan 16, 2018 at 7:53 PM, Jean-Philippe André wrote: > Hi, > > This broke make check (I fixed it now). > > Note that this patch probably

Re: [E-devel] [EGIT] [core/efl] master 01/02: eina: remove usless newline

2018-01-16 Thread Jean-Philippe André
Hi, (skip this mail if you don't care about micro optimization^^) On Tue, Jan 16, 2018 at 9:13 PM, Carsten Haitzler wrote: > On Tue, 16 Jan 2018 20:25:37 +0900 Jean-Philippe André > said: > > > Oh, another point. > > > > I'm pretty sure that the many very

Re: [E-devel] [EGIT] [core/efl] master 01/02: eina: remove usless newline

2018-01-16 Thread Jean-Philippe André
y good to remove the goto. On Tue, Jan 16, 2018 at 7:53 PM, Jean-Philippe André wrote: > Hi, > > This broke make check (I fixed it now). > > Note that this patch probably should not have been merged as a single > commit, as the Phab Diff contains multiple patches. > > B

Re: [E-devel] [EGIT] [core/efl] master 01/02: eina: remove usless newline

2018-01-16 Thread Jean-Philippe André
s > '%s' for super of '%s'.", > -file, line, func_name, cache->op, main_klass->desc->name, > + file, line, func_name, op, main_klass->desc->name, > cur_klass->desc->name); > goto err; > } > @@ -602,7 +559,7

Re: [E-devel] efl_add causing confusion

2018-01-10 Thread Jean-Philippe André
mains unchanged: delete most things but keep internal evas object data safe for 2 frames for cur/prev stuff - manual_free done by evas itself. already 0 ref here as a last note to this long email, shall we opt to use the "parent > keeps a ref" method, since we use the eoid abstraction,

Re: [E-devel] [EGIT] [core/efl] master 01/03: efl thread signal masks - fix up for various threads manually created

2018-01-10 Thread Jean-Philippe André
t;>>>>> That should at least give us an idea if latest master works again > with > > >>>>>> them reverted. Not really debugged, but at least verified that it > is > > >>>>>> one of these patches and not something else. > >

Re: [E-devel] Eo/Eolian namespace definition

2018-01-10 Thread Jean-Philippe André
quot;quite random names" (exageration intended and for joking) > imo we really need to write down the full hierarchy (also with planned > classes) and discuss on that ! > Believe me or not, we've actually been trying to have consistent names :) I was actually assuming the gen

Re: [E-devel] efl_add causing confusion

2018-01-10 Thread Jean-Philippe André
; method, since we use the eoid abstraction, I'd highly > recommend that efl_ref() creates ANOTHER eoid for the same object, > with associated WARN_UNUSED_RESULT/MALLOC and efl_unref() behaves like > free(), considering the handle to be destroyed. This should help > finding bugs...

Re: [E-devel] efl_add causing confusion

2018-01-10 Thread Jean-Philippe André
Hi On Wed, Jan 10, 2018 at 11:39 PM, Carsten Haitzler wrote: > On Wed, 10 Jan 2018 16:31:33 +0900 Jean-Philippe André > said: > > > Hi, > > > > I created a new event "destruct" in Efl.Object. > > It's triggered just before removing the callbacks

Re: [E-devel] efl_add causing confusion

2018-01-09 Thread Jean-Philippe André
ds, On Wed, Jan 10, 2018 at 1:50 AM, Carsten Haitzler wrote: > On Tue, 9 Jan 2018 21:03:53 +0900 Jean-Philippe André > said: > > > On Tue, Jan 9, 2018 at 3:17 PM, Carsten Haitzler > > wrote: > > > > > On Mon, 8 Jan 2018 18:15:13 +0900 Jean-Philippe A

Re: [E-devel] efl_add causing confusion

2018-01-09 Thread Jean-Philippe André
On Tue, Jan 9, 2018 at 3:17 PM, Carsten Haitzler wrote: > On Mon, 8 Jan 2018 18:15:13 +0900 Jean-Philippe André > said: > > > Hi, > > > > > > Some of the argumentation here seems to lack a bit of a scientific > > approach... > > So, I looked

Re: [E-devel] efl_add causing confusion

2018-01-08 Thread Jean-Philippe André
experiments only can tell us what's best. I see 3 items: > > > > - @noparent tag > - efl_new (= efl_add without a parent -- requires @noparent if we want > > strong NULL check) > - efl_invalidate / efl_terminate (I prefer efl_close :P) > > I

Re: [E-devel] efl_add causing confusion

2018-01-08 Thread Jean-Philippe André
he @own really mean. Does that mean > that the > > > > > object own at least one reference of it ? But in that case, doesn't > > > that > > > > > mean that the user need to always ref it, if it plans

Re: [E-devel] API namespacing

2018-01-07 Thread Jean-Philippe André
. > Efl.Player > Efl.Screen > No idea either :) > I'd like to be able to tidy the API so we have at least 50% fewer child > namespaces to Efl. Somewhere between the number of legacy modules and the > number of namespaces currently. Yes, this makes sense to me. --

Re: [E-devel] vtorri commit access

2018-01-07 Thread Jean-Philippe André
cent as well, I know he likes getting reviews sometimes. :) -- Jean-Philippe André -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slas

Re: [E-devel] [EGIT] [core/efl] master 01/01: promise: Add even simpler helper for main loop promise creation

2018-01-07 Thread Jean-Philippe André
-- > ------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourcefor

Re: [E-devel] ecore / efl loop work

2017-12-19 Thread Jean-Philippe André
On Wed, Dec 20, 2017 at 12:41 PM, Carsten Haitzler wrote: > On Wed, 20 Dec 2017 11:58:21 +0900 Jean-Philippe André > said: > > > On Wed, Dec 20, 2017 at 11:01 AM, Carsten Haitzler > > > wrote: > > > > > On Mon, 18 Dec 2017 20:16:49 +0900 Jean-Philippe

Re: [E-devel] ecore / efl loop work

2017-12-19 Thread Jean-Philippe André
On Wed, Dec 20, 2017 at 12:36 PM, Carsten Haitzler wrote: > On Wed, 20 Dec 2017 11:19:30 +0900 Jean-Philippe André > said: > > > On Wed, Dec 20, 2017 at 11:10 AM, Carsten Haitzler > > > wrote: > > > > > On Tue, 19 Dec 2017 11:53:13 +0900 Jean-Philippe

Re: [E-devel] ecore / efl loop work

2017-12-19 Thread Jean-Philippe André
On Wed, Dec 20, 2017 at 11:01 AM, Carsten Haitzler wrote: > On Mon, 18 Dec 2017 20:16:49 +0900 Jean-Philippe André > said: > > > On Sat, Dec 16, 2017 at 12:20 PM, Carsten Haitzler > > > wrote: > > > > > On Fri, 15 Dec 2017 14:29:22 -0500 Cedric Bail

Re: [E-devel] ecore / efl loop work

2017-12-19 Thread Jean-Philippe André
On Wed, Dec 20, 2017 at 11:10 AM, Carsten Haitzler wrote: > On Tue, 19 Dec 2017 11:53:13 +0900 Jean-Philippe André > said: > > > Hey raster, > > > > I'm confused by something, see ecore_test_ecore_main_loop_timer_inner, > > and ecore_test_ecore_main_loop_e

Re: [E-devel] [EGIT] [core/efl] master 06/12: loop: Try harder to find the main loop

2017-12-19 Thread Jean-Philippe André
On Wed, Dec 20, 2017 at 2:56 AM, Gustavo Sverzut Barbieri < barbi...@gmail.com> wrote: > On Mon, Dec 18, 2017 at 9:04 AM, Jean-Philippe ANDRÉ > wrote: > > jpeg pushed a commit to branch master. > > > > http://git.enlightenme

Re: [E-devel] What are we going to release?

2017-12-18 Thread Jean-Philippe André
hings, which should then be carefully divided between "stable" and "non-stable" parts of the unified API. I would love to stabilize the API in parts. Best regards, > > On Mon, Dec 11, 2017 at 8:13 PM Carsten Haitzler > wrote: > > > On Mon, 11 Dec 2017 13:11:53

Re: [E-devel] ecore / efl loop work

2017-12-18 Thread Jean-Philippe André
rks the success variable before really running the test). It's not testing that either of the inner timers even run. What's up with this? Did those inner loops use to work and then this became forbidden? On Mon, Dec 18, 2017 at 8:16 PM, Jean-Philippe André wrote: > > > On Sat,

Re: [E-devel] Type info in futures

2017-12-18 Thread Jean-Philippe André
s near impossible to guess the type. It would be nice to have some introspection, I think? -- Jean-Philippe André -- Check out the vibrant tech community on one of the world's most engaging tech s

Re: [E-devel] ecore / efl loop work

2017-12-18 Thread Jean-Philippe André
handlers are the glue to do this with and they handle the lower level > objects > (fd's, win32 handles). > > > Cedric > > > ------ &g

Re: [E-devel] Interfaces API not in EFL namespace

2017-12-11 Thread Jean-Philippe André
sts.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > -- > http://andywilliams.me > http://ajwillia.ms > > -- > Check out the vibrant tech

Re: [E-devel] What are we going to release?

2017-12-10 Thread Jean-Philippe André
On Mon, Dec 11, 2017 at 3:36 PM, Simon Lees wrote: > On 11/12/17 14:41, Jean-Philippe André wrote: > > Cedric mentioned to me a couple of times how long it took large projects > > using Qt4 to finally move on to Qt5. So we're trying to avoid that > > bottleneck. > &

Re: [E-devel] API cleaning eina_str etc

2017-12-10 Thread Jean-Philippe André
ss maybe you use #ifndef EINA_UNIFIED_API_ONLY to hide the legacy forms when working exclusively in EO land -- Jean-Philippe André -- Check out the vibrant tech community on one of

Re: [E-devel] What are we going to release?

2017-12-10 Thread Jean-Philippe André
gt; > > > > > better > > > > > > > > >> chance now as people are really focusing on it, but i > actually > > > > > suspect > > > > > > > > >> 2019 is a safe bet. mid 2018 m

Re: [E-devel] Theme for EO widgets

2017-12-08 Thread Jean-Philippe André
Hi, This series of patches has been merged. Thanks again to everyone who worked on this so far. Community, please report any new issue you can spot (related to theme). On Tue, Nov 28, 2017 at 1:34 PM, Simon Lees wrote: > > > On 28/11/17 14:54, Jean-Philippe André wrote: > >

Re: [E-devel] [EGIT] [core/efl] master 06/06: eolian: pass state where necessary

2017-12-08 Thread Jean-Philippe André
I believe this broke elm_check when clouseau is enabled. See the bt at the end of the file. On Wed, Dec 6, 2017 at 7:30 PM, Daniel Kolesa wrote: > On Wed, Dec 6, 2017, at 10:22, Jean-Philippe André wrote: > > This breaks the C# bindings as some Eolian APIs are changed :( >

Re: [E-devel] (eolian) @since doc tags on property getters/setters

2017-12-07 Thread Jean-Philippe André
On Fri, Dec 8, 2017 at 11:54 AM, Jean-Philippe André wrote: > Hi, > > On Fri, Dec 8, 2017 at 5:56 AM, Lauro Moura expertisesolutions.com.br> wrote: > >> Hi all. >> >> Currently eolian makes the class members inherit the @since value from the >> class i

Re: [E-devel] (eolian) @since doc tags on property getters/setters

2017-12-07 Thread Jean-Philippe André
mmunity on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > -- Jean-Philippe André ---

Re: [E-devel] [EGIT] [core/efl] master 06/06: eolian: pass state where necessary

2017-12-06 Thread Jean-Philippe André
> > - fail_if(!(unit = eolian_file_parse(PACKAGE_ > DATA_DIR"/data/import.eo"))); > + fail_if(!(unit = eolian_file_parse(eos, PACKAGE_DATA_DIR"/data/import. > eo"))); > fail_if(!(class = eolian_class_get_by_name(unit, "Import")));

Re: [E-devel] [EGIT] [core/efl] master 16/16: eolian: Add inarray and inlist to source generation

2017-12-04 Thread Jean-Philippe André
diff --git a/src/tests/efl_mono/test_testing.eo b/src/tests/efl_mono/test_ > testing.eo > index db6f13bcf2..bf13a57283 100644 > --- a/src/tests/efl_mono/test_testing.eo > +++ b/src/tests/efl_mono/test_testing.eo > @@ -370,7 +370,7 @@ class Test.Testing (Efl.Object) { >/* Integer */ >

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_spin: Add new spin and spin_button widgets

2017-12-04 Thread Jean-Philippe André
I guess you still have a file "efl_ui_spin.eo.h" in efl/interfaces. Please remove it and compile again. It should be located in elementary, not efl. On Mon, Dec 4, 2017 at 8:03 PM, Jean-Philippe André wrote: > Does this still happen? I can't reproduce this problem. Unless

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_spin: Add new spin and spin_button widgets

2017-12-04 Thread Jean-Philippe André
> efl::ui::Spin::max_reached_event::description()’: > ../../../src/lib/elementary/efl_ui_spin.eo.hh:678:16: error: > ‘EFL_UI_SPIN_EVENT_MAX_REACHED’ was not declared in this scope >{ return EFL_UI_SPIN_EVENT_MAX_REACHED; } > ^ > ../../../src/lib/elementar

Re: [E-devel] [EGIT] [core/efl] master 03/05: efl: Introduce interface Efl.Dup

2017-12-04 Thread Jean-Philippe André
I think we'll rename to duplicate or cloneable. > Maybe that’s just me. > Andy > On Fri, 1 Dec 2017 at 18:50, Davide Andreoli > wrote: > > > 2017-12-01 3:12 GMT+01:00 Jean-Philippe André : > > > > > On Fri, Dec 1, 2017 at 3:49 AM, Davide Andreoli <

Re: [E-devel] [EGIT] [core/efl] master 03/05: efl: Introduce interface Efl.Dup

2017-11-30 Thread Jean-Philippe André
On Fri, Dec 1, 2017 at 3:49 AM, Davide Andreoli wrote: > 2017-11-30 3:36 GMT+01:00 Jean-Philippe ANDRÉ : > > > jpeg pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id= > > bd5b76508b0b3bdc5d92f5f7d

Re: [E-devel] Git Feature/ Proposal

2017-11-28 Thread Jean-Philippe André
presumed this would be a minimal expectation of any review, I > guess it should be explicitly documented somewhere. > > > On Wed, 22 Nov 2017 at 02:56, Jean-Philippe André > wrote: > > > >> My problem is that those branches won't be in sync with master. > >>

Re: [E-devel] [EGIT] [core/efl] master 01/01: elm_code: Reload grid colours on theme change

2017-11-27 Thread Jean-Philippe André
Hi Andy, On Tue, Nov 28, 2017 at 6:23 AM, Andy Williams wrote: > ajwillia-ms pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id= > d43fe6c16fd763215e2741b37baa8df913f151c0 > > commit d43fe6c16fd763215e2741b37baa8df913f151c0 > Author: Andy Williams > Date:

Re: [E-devel] Theme for EO widgets

2017-11-27 Thread Jean-Philippe André
On Tue, Nov 28, 2017 at 1:04 PM, Simon Lees wrote: > > > On 28/11/17 13:45, Jean-Philippe André wrote: > > Hello all, > > > > > > I have some terrible news to announce here. > > > > > > In order to alter the behavior and fix oddities in the

[E-devel] Theme for EO widgets

2017-11-27 Thread Jean-Philippe André
new classes) - It's a crazy amount of work to make sure everything is consistent and complete. I'll be merging a patch introducing this new theme very shortly. See D5473. I really wish there was a better solution but we couldn't find another way that doesn't bre

Re: [E-devel] Efl.Ui.Panes

2017-11-27 Thread Jean-Philippe André
> -- > >> Check out the vibrant tech community on one of the world's most > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot > >> _______ > >> enlightenment-devel mailing list > >> enlightenment-devel@lists.sourceforge.net >

Re: [E-devel] [EGIT] [core/efl] master 07/12: ecore_con: quiet 2 "clobbered" warnings in ecore_con

2017-11-26 Thread Jean-Philippe André
ough, I don't quite understand the exact meaning of the warning nor do I find longjmp or vfork in that code. -- Jean-Philippe André -- Check out the vibrant tech com

Re: [E-devel] ecore main loop -> efl_loop full convert

2017-11-23 Thread Jean-Philippe André
ethods (getters, protected > > setters)... > > > > I'd not go with Eina_Value as events. It could be done, would work > > exactly the same but offers less flexibility (needs copy intead of ref > > count, no way to protect members). But if Eo is considere

[E-devel] C++ bindings

2017-11-23 Thread Jean-Philippe André
Hey guys, I've recently been playing with our C++ bindings, trying to make them easier to use and more complete. I managed to implement function pointer support and a few other things. But I'd like to know if we have people here who are well knowledgeable about modern C++ (basically C++11 and lat

Re: [E-devel] ecore main loop -> efl_loop full convert

2017-11-21 Thread Jean-Philippe André
k to its type the loop creates and manages these temporary objects as events are being processed This is consistent with input events (info type are EO objects with a common base class). I see no major issue with this design, besides extra memory requir

Re: [E-devel] Eo API docs: Large inheritance content

2017-11-21 Thread Jean-Philippe André
tion and maybe a pseudo-language signature, if that's possible. PS: The inheritance graph picture should not be generated with a max size, as it becomes unreadable. -- Jean-Philippe André

Re: [E-devel] Git Feature/ Proposal

2017-11-21 Thread Jean-Philippe André
er do a regular rebase/merge as in the git > >> > practices documentation or you can choose to rebase/squash on the > >> branched > >> > commits prior to pushing the merge. There is no rewriting within the > >> > branch, but you can still rewrite anythi

Re: [E-devel] Git Feature/ Proposal

2017-11-20 Thread Jean-Philippe André
;> >> > Check out the vibrant tech community on one of the world's most > >> >> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > >> >> > ___ > >> >> > enlightenment-devel

Re: [E-devel] Probie proposal: Taxi2se

2017-11-12 Thread Jean-Philippe André
I think. Maybe my > go ahead set you on the track that it needed acknowledgments from > others. For probies that is indeed not needed. > Got it. I've now added him. -- Jean-Philippe André -- Check out th

Re: [E-devel] Eo installed files issue

2017-11-12 Thread Jean-Philippe André
s we discussed earlier, this had to be done, and I think now is a good time to try and fix everything. Having errors is a good way to know what to fix :) If you have any specific issue or a tool I can run, let me know so I can help! -- Jean-Philippe André ---

[E-devel] Probie proposal: Taxi2se

2017-11-09 Thread Jean-Philippe André
even more ^^ Unless there is a strong opposition, I'll add him on Monday. Best regards, -- Jean-Philippe André -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.

Re: [E-devel] It's That Time Again (tm)

2017-11-08 Thread Jean-Philippe André
__ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > -- Jean-Philippe André

Re: [E-devel] OS X build error

2017-11-07 Thread Jean-Philippe André
The difference between my build (Linux) and OSX seems to be the presence or not of cserve2 which lead to the inclusion of all of evas private headers, thus LKI() was well defined (and LKD, etc... were defined multiple times). 2017-11-07 20:22 GMT+09:00 Jean-Philippe André : > > > 2017

Re: [E-devel] OS X build error

2017-11-07 Thread Jean-Philippe André
ah. LKI is undefined. The evas functions reference it. LKI is a macro. Somehow didn't get defined, thus became a symbol., I wonder why it works for us. I pushed a patch, please test. > > > > Thanks, > > > > Andy > > > > On Tue, 7 Nov 2017 at 01:48 Jean-P

Re: [E-devel] OS X build error

2017-11-06 Thread Jean-Philippe André
rsten Haitzler - ras...@rasterman.com > > > > > > > > -- > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > ___

Re: [E-devel] [EGIT] [core/efl] master 01/04: elm_multibuttonentry: do not eat all the events

2017-10-27 Thread Jean-Philippe André
t; MBE. > > Please verify it with elm test -> multibuttonentry shrink example. > > > > > Okay, so 53fcc4bb7de3bfc9c69f6e138bc25a made mbe a not focusable widget by > default and the elm test case rely on focus property of mbe. > so fixed it by making mbe focusable. >

Re: [E-devel] [EGIT] [core/efl] master 01/03: Efl.Ui.Format: implement generic format_string function

2017-10-26 Thread Jean-Philippe André
format_string_set(). > > > > > > > -elm_layout_text_set(obj, "elm.units", buf); > > > +sd->format_cb(sd->format_cb_data, sd->format_strbuf, val); > > > > this is not that good. You should wrap this into a protected method &

Re: [E-devel] GitFlow

2017-10-25 Thread Jean-Philippe André
> -- > > >> Check out the vibrant tech community on one of the world's most > > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > >> _

Re: [E-devel] [EGIT] [core/efl] master 03/03: config: Simplify EO API

2017-10-19 Thread Jean-Philippe André
ry little to do with this specific interface, but would have to do with the config backend, i.e. elm_config or any preference module we come up with (if we ever do). Unless we want to expose options for such feedback policy... but that can be added later. --

Re: [E-devel] Phab EFL ticket management

2017-10-17 Thread Jean-Philippe André
the new namespaces for everything in the > > > > > interfaces - > > > > > > > > this is surely how we should be thinking going forward :) > > > > > > > > If we are able to split things out a bit more then we can > have &g

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl intf: Add format interface

2017-10-16 Thread Jean-Philippe André
> only to format units of a value. You may use it to format some date, > etc. > > my suggestion is to change it to "format_template" or > "format_string"... and pass that to format_cb/func as above, so you > could change the template string and get it passed

Re: [E-devel] Evas_Engine_Software_X11.h missing on purpose?

2017-10-15 Thread Jean-Philippe André
that should have been kept internal, and bind the applications to a specific display system, which we've been trying to abstract. Now I have to admit that I hadn't heard of exactimage before and thus wonder why this header is required? -- Jean-Philippe André -

Re: [E-devel] EFL 1.20.5

2017-10-15 Thread Jean-Philippe André
lightenment.org/T6079 > If can try to take a look if no one is. > That's a problem with the elementary config. I just don't know how the value got changed to the default instead of the standard one. -- Jean-Philippe André --

[EGIT] [core/efl] master 02/02: widget: Rename focus_region (EO)

2017-10-12 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=72f1fbf4f1eddbc1cde4455081be4f3a9b8a1a44 commit 72f1fbf4f1eddbc1cde4455081be4f3a9b8a1a44 Author: Jean-Philippe Andre Date: Thu Oct 12 18:16:42 2017 +0900 widget: Rename focus_region (EO) T

[EGIT] [core/efl] master 01/02: edje_object: Mark access_part_iterate as @beta

2017-10-12 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=19dff855194f2c4b411fc5d27b33d212ff26bcb0 commit 19dff855194f2c4b411fc5d27b33d212ff26bcb0 Author: Jean-Philippe Andre Date: Thu Oct 12 16:00:42 2017 +0900 edje_object: Mark access_part_iterate as @b

[EGIT] [core/efl] master 02/03: evas: Implement support for different H/V font DPI

2017-10-11 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ca581e00baea8d8f714fdc4850dd77898db5a80b commit ca581e00baea8d8f714fdc4850dd77898db5a80b Author: Jean-Philippe Andre Date: Thu Oct 12 15:15:34 2017 +0900 evas: Implement support for different H/V f

[EGIT] [core/efl] master 01/03: widget: Some EO docs formatting

2017-10-11 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=47a46323981925f715153e921fe10aec9283fb35 commit 47a46323981925f715153e921fe10aec9283fb35 Author: Jean-Philippe Andre Date: Thu Oct 12 12:28:23 2017 +0900 widget: Some EO docs formatting Co

Re: [E-devel] [EGIT] [core/efl] master 01/04: evas: Override del() for evas objects

2017-10-10 Thread Jean-Philippe André
I thought you'd be interested since you previously had issues with evas_object_del(), and raster added the hide() in there. I can't remember the details exactly, though. 2017-10-10 23:57 GMT+09:00 Mike Blumenkrantz : > Hi? > > On Tue, Oct 10, 2017, 6:32 AM Jean-Phil

[EGIT] [core/efl] master 01/04: evas: Override del() for evas objects

2017-10-10 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e021e25c852313463925195b1367938057734c5f commit e021e25c852313463925195b1367938057734c5f Author: Jean-Philippe Andre Date: Thu Sep 28 18:03:33 2017 +0900 evas: Override del() for evas objects

[EGIT] [core/efl] master 02/04: combobox: Mark as legacy only if legacy API is used

2017-10-10 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=15f95c374e32e37871411ecd5ebe9ef8fa48df5e commit 15f95c374e32e37871411ecd5ebe9ef8fa48df5e Author: Jean-Philippe Andre Date: Tue Oct 10 14:15:21 2017 +0900 combobox: Mark as legacy only if legacy API

[EGIT] [core/efl] master 03/04: widget: Make focus_mouse_up_handle internal

2017-10-10 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f75d2e6be22187fd7428290469ec5a93bbc88200 commit f75d2e6be22187fd7428290469ec5a93bbc88200 Author: Jean-Philippe Andre Date: Tue Oct 10 18:53:43 2017 +0900 widget: Make focus_mouse_up_handle internal

[EGIT] [core/efl] master 04/04: focus: Avoid infinite loop in window

2017-10-10 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4c0167916bd472569a71f2888f32b49231dedb5e commit 4c0167916bd472569a71f2888f32b49231dedb5e Author: Jean-Philippe Andre Date: Tue Oct 10 19:30:38 2017 +0900 focus: Avoid infinite loop in window

[EGIT] [core/efl] efl-1.20 04/16: evas: Fix shutdown of async cmd cache

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=757c5f83d8eb37e5509bdff1f4b53b8cb4d99c82 commit 757c5f83d8eb37e5509bdff1f4b53b8cb4d99c82 Author: Jean-Philippe Andre Date: Tue Sep 26 14:26:56 2017 +0900 evas: Fix shutdown of async cmd cache

[EGIT] [core/efl] efl-1.20 05/16: win: Avoid calling same function twice on shutdown

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=b9ad278737c0988cab76db4914e246a17783cbbf commit b9ad278737c0988cab76db4914e246a17783cbbf Author: Jean-Philippe Andre Date: Tue Sep 26 15:00:53 2017 +0900 win: Avoid calling same function twice on

[EGIT] [core/efl] efl-1.20 02/16: win: Avoid safety ERR in efreet

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=2b4f0bee7f74d6eede4dbd905aaf6deff11b7d96 commit 2b4f0bee7f74d6eede4dbd905aaf6deff11b7d96 Author: Jean-Philippe Andre Date: Tue Sep 26 12:20:43 2017 +0900 win: Avoid safety ERR in efreet

[EGIT] [core/efl] efl-1.20 03/16: elm: Properly unregister providers on shutdown

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=f24a9903f8ef7f598979c4d1696c62d021fedada commit f24a9903f8ef7f598979c4d1696c62d021fedada Author: Jean-Philippe Andre Date: Tue Sep 26 14:09:14 2017 +0900 elm: Properly unregister providers on shu

[EGIT] [core/efl] efl-1.20 13/16: evas: Fix dangling references with input devices

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=7890d93c2e101e3c8892f81d36e62f064299a254 commit 7890d93c2e101e3c8892f81d36e62f064299a254 Author: Jean-Philippe Andre Date: Thu Sep 28 11:27:56 2017 +0900 evas: Fix dangling references with input

[EGIT] [core/efl] efl-1.20 10/16: ecore: Reset do_quit when ecore shuts down

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=ed29bbe56f1badfc45c2931b992115d938113fd0 commit ed29bbe56f1badfc45c2931b992115d938113fd0 Author: Jean-Philippe Andre Date: Tue Sep 26 17:18:02 2017 +0900 ecore: Reset do_quit when ecore shuts dow

[EGIT] [core/efl] efl-1.20 06/16: elm: Fix elm_shutdown

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=9b6a6098dc9ea3a35ba6f2b2cf80670df2931f06 commit 9b6a6098dc9ea3a35ba6f2b2cf80670df2931f06 Author: Jean-Philippe Andre Date: Tue Sep 26 16:21:27 2017 +0900 elm: Fix elm_shutdown ecore coul

[EGIT] [core/efl] efl-1.20 16/16: eo: Allow efl_reuse to be called with a parent

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=85e97c7c293f6cf1c670ef71909c8fc796b31358 commit 85e97c7c293f6cf1c670ef71909c8fc796b31358 Author: Jean-Philippe Andre Date: Thu Sep 28 15:43:28 2017 +0900 eo: Allow efl_reuse to be called with a p

[EGIT] [core/efl] efl-1.20 01/16: elm: Fix module load with ELM_RUN_IN_TREE

2017-09-28 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=d199516dbffb4ae45da4a6dbb6f5f17efc25745d commit d199516dbffb4ae45da4a6dbb6f5f17efc25745d Author: Jean-Philippe Andre Date: Tue Sep 26 12:13:24 2017 +0900 elm: Fix module load with ELM_RUN_IN_TREE

  1   2   3   4   5   6   7   8   9   10   >