Re: [E-devel] E17 Korea meeting, round 2

2012-07-10 Thread Christophe Sadoine
Hello, I just subscribed to the list today, as I was going to submit a patch. I live in Seoul and might be able to join :) -- http://indefini.org -- Live Security Virtual Conference Exclusive live event will cover all th

Re: [E-devel] E17 Korea meeting, round 2

2012-07-10 Thread Christophe Sadoine
On 11 July 2012 00:32, Carsten Haitzler wrote: > On Tue, 10 Jul 2012 23:26:50 +0900 Christophe Sadoine > said: > >> Hello, >> I just subscribed to the list today, as I was going to submit a patch. >> I live in Seoul and might be able to join :) > > are you

[E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-10 Thread Christophe Sadoine
Hello, So this is a patch to rotate an evas map with a quaternion. You can use this to avoid gimbal lock... for example in the elementary evas map 3d test, if you put the Rot y angle to 90 then Rot x and Rot z will do the same rotation... -- http://indefini.org evas_map_quat.diff Description:

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-10 Thread Christophe Sadoine
On 11 July 2012 13:56, Vincent Torri wrote: > beside the fact that you didn't add @since in the doc, that you didn't > update ChangeLog and NEWS, a quaternion can represent a rotation in a > 3D vector space if it is a unit quaternion. It's not mentioned in the > doc, nor tested in the code. Is it

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-11 Thread Christophe Sadoine
On 11 July 2012 14:36, Vincent Torri wrote: > On Wed, Jul 11, 2012 at 7:22 AM, Christophe Sadoine > wrote: >> On 11 July 2012 13:56, Vincent Torri wrote: >>> beside the fact that you didn't add @since in the doc, that you didn't >>> update ChangeLo

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-11 Thread Christophe Sadoine
On 12 July 2012 03:24, Leandro Dorileo wrote: > > Can you update the doc replacing composante by some english word? Besides, the > param doc could be improved a bit, mentioning the measure unit and so on - > similar to evas_map_util_3d_rotate(). Yes, I changed composante with component. How about

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-09-24 Thread Christophe Sadoine
On 24 September 2015 at 17:20, Tom Hacohen wrote: > > Furthermore, speaking of tmpstr, I'm annoyed it's still in, yes, > especially since when it was discussed on the ML the consensus was that > it sucks and shouldn't get in (Adrien, Kolesa and myself objecting, you > calling us idiots and not res

[E-devel] Genlist with widgets and focus

2015-10-03 Thread Christophe Sadoine
Hello, I have a genlist with entries. Items are "full widget" (like the elementary_test example) but the content is just an entry. My problem is I want to press tab to focus the next entry but the focus gets removed from the genlist. Can we add this feature to genlist, list, etc...? I think "tre

Re: [E-devel] Genlist with widgets and focus

2015-10-05 Thread Christophe Sadoine
On 4 October 2015 at 18:31, Amitesh Singh wrote: > Hello Chris, > > > On Sun, Oct 4, 2015 at 10:02 AM, Christophe Sadoine > wrote: >> >> Hello, >> >> I have a genlist with entries. Items are "full widget" (like the >> elementary_test example

Re: [E-devel] EFL and friends 1.16.0 beta 3

2015-10-29 Thread Christophe Sadoine
Does the elementary multitouch test work for you? It only detects one touch for me... It is fine with 1.15. On 26 October 2015 at 16:42, Stefan Schmidt wrote: > A bunch of fresh new tarballs with our latest work waiting for your > testing before we can go into the final stages of releases. > > =

[E-devel] Get mouse movement like a fps

2015-11-06 Thread Christophe Sadoine
Hello, I want to freely move my mouse without being limited by the edges of my screen. Like a fps where I can move the mouse forever and my character turns on itself forever. How can I do that? My use case is a widget like the spinner. When I click it I want to hide or change the cursor and let

Re: [E-devel] Get mouse movement like a fps

2015-11-07 Thread Christophe Sadoine
On 7 November 2015 at 21:57, Carsten Haitzler wrote: > On Sat, 7 Nov 2015 12:07:41 +0900 Christophe Sadoine > said: > >> Hello, >> >> I want to freely move my mouse without being limited by the edges of my >> screen. Like a fps where I can move the mouse for

Re: [E-devel] Regarding Min/Max filter addition in Elm_Spinner

2015-12-06 Thread Christophe Sadoine
On 4 December 2015 at 23:32, SHILPA ONKAR SINGH wrote: > Hi All, > > I am working on this requirement of adding a min/max filter in elm_spinner. > so If applications have set min/max value to spinner or have added a set of > special values to spinner. > and If The values being entered in spinner

Re: [E-devel] [CROSS-POST] GStreamer video sink for EFL

2018-02-19 Thread Christophe Sadoine
On 18 February 2018 at 08:28, Mandar Joshi wrote: > Hello everyone, > I have put together a GStreamer video sink for EFL using vtorri's > static emotion-sink in the EFL sources. > > My purpose of doing this is: > > I did not want to use Emotion for displaying video as it does not > allow control o

Re: [E-devel] [CROSS-POST] GStreamer video sink for EFL

2018-02-19 Thread Christophe Sadoine
On 20 February 2018 at 06:59, Mandar Joshi wrote: >> ** (button4:1801): ERROR **: Cannot Create Pipeline. Error Code:1 >> Message:no element "eflvideosink" > > Can you please try > > cd src/ > gst-inspect-1.0 ./libgsteflvideosink.so ok it was my fault I forgot I still had a git version of gstream

Re: [E-devel] Current State and Future Direction of E/EFL

2018-03-05 Thread Christophe Sadoine
On 6 March 2018 at 10:07, William L. Thomson Jr. wrote: > On Tue, 6 Mar 2018 10:55:36 +1030 > Simon Lees wrote: > >> On 06/03/18 03:56, Stefan Schmidt wrote: >> > Hello. >> > >> > I snipped away a lot of text here to make it easier to follow. If >> > you feel I quoted out of context let me know.

[E-devel] Proposal about project management and communication

2018-03-06 Thread Christophe Sadoine
Hello, I tried to summarize this afternoon discussion about project management in a task. If you have something to add please do it in the task if possible. You can also answer here if you are against having discussion in a phab task :) https://phab.enlightenment.org/T6740 ---

Re: [E-devel] Current State and Future Direction of E/EFL

2018-03-06 Thread Christophe Sadoine
On 6 March 2018 at 20:34, Carsten Haitzler wrote: > On Tue, 6 Mar 2018 09:54:50 +0100 Stefan Schmidt > said: > > i really don't think we have a lot of break issues given size and complexity. > not build breaks anyway. right now if jenkins detects a build break... how > does > a developer know?

Re: [E-devel] Current State and Future Direction of E/EFL

2018-03-06 Thread Christophe Sadoine
On 7 March 2018 at 01:50, Carsten Haitzler wrote: > On Tue, 06 Mar 2018 16:21:48 + Stephen Houston > said: > >> Sigh. You are missing the point... > > i'm not... you're saying "hey look he wants cherries. check out this box of > potatoes we have!". > > i'm not saying that one or the other is

Re: [E-devel] A step to improving communication - Meetings

2018-03-09 Thread Christophe Sadoine
On 9 March 2018 at 22:10, Jonathan Aquilina wrote: > There is another option which Allows text and voice communications and that > is discord. Thoughts on that? Like slack, discord is not foss. Use proprietary stuff and it will bite you in the ass sooner or later. Enlightenment is a foss project

Re: [E-devel] A step to improving communication - Meetings

2018-03-09 Thread Christophe Sadoine
On 10 March 2018 at 01:03, William L. Thomson Jr. wrote: > On Fri, 9 Mar 2018 10:03:25 +0100 > Stefan Schmidt wrote: > >> Hello. >> >> >> On 03/08/2018 06:40 PM, William L. Thomson Jr. wrote: >> > One thing I have seen be of benefit in other communities is having >> > regular meetings. >> > >> >

Re: [E-devel] Get an IRC meeting togther?

2018-04-18 Thread Christophe Sadoine
On 18 April 2018 at 18:12, Stefan Schmidt wrote: > > This ticket has items on: > > o How to handle EFL proposals > o Project and or release roadmap > o Build breakages from commits > o IRC channel merge > o Regular meetings > o Jenkins build status > o Changes to beta APIs > o Moving away from pha

Re: [E-devel] Get an IRC meeting togther? (IRC Channel Merge)

2018-04-19 Thread Christophe Sadoine
2018年4月19日(木) 13:43 Jonathan Aquilina : > When is the date for this meeting. Also can we add something to the agenda? > yes, https://phab.enlightenment.org/V33 please add in the comments if you can. > -- Check out the vi

Re: [E-devel] Get an IRC meeting togther?

2018-04-19 Thread Christophe Sadoine
2018年4月19日(木) 6:16 Christophe Sadoine : > On 18 April 2018 at 18:12, Stefan Schmidt wrote: > > > > This ticket has items on: > > > > o How to handle EFL proposals > > o Project and or release roadmap > > o Build breakages from commits > > o IRC chann

Re: [E-devel] Commit Review Rules and Requirements

2018-04-24 Thread Christophe Sadoine
On 24 April 2018 at 19:42, Stefan Schmidt wrote: > Hello. > > > On 04/23/2018 06:05 PM, Stephen Houston wrote: >> In our meeting today we discussed the need for more patch/commit reviewing >> and that there should be rules in place as to what should require a review >> before being pushed into mas

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "ecore-evas-x: set draw_block until the window receives a configure event"

2018-05-30 Thread Christophe Sadoine
2018年5月30日(水) 23:36 Carsten Haitzler : > On Wed, 30 May 2018 09:06:09 -0500 Derek Foreman > said: > > > On 2018-05-29 12:08 PM, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 29 May 2018 10:13:33 -0400 Mike Blumenkrantz > > > said: > > > > > >> While it is true that a mail was sent by Jac

Re: [E-devel] EFL 1.21.0 beta 2

2018-08-13 Thread Christophe Sadoine
On Thu, 9 Aug 2018 at 21:31, Stefan Schmidt wrote: > > This second, and hopefully last, beta release for 1.21 brings a number > of fixes over the first beta release. > The number of known issues shrunk to just a few left overs we are > working on right now. We appreciate any tester of this to let

Re: [E-devel] Enlightenment Foundation Libraries 1.21 Release

2018-08-21 Thread Christophe Sadoine
On Sat, 18 Aug 2018 at 08:29, Stefan Schmidt wrote: > > After 12 months of development work we are proud to announce the release of > version 1.21 of the Enlightenment Foundation Libraries. In these 12 > months we got > almost 5000 commits from 96 authors. Great job everyone! Some highlights > are

Re: [E-devel] Regarding Proposals

2018-08-21 Thread Christophe Sadoine
On Tue, 21 Aug 2018 at 09:17, Carsten Haitzler wrote: > > On Mon, 20 Aug 2018 08:15:48 -0400 Mike Blumenkrantz > said: > > > Hello, > > > > We've just completed our first round of voting ( > > https://phab.enlightenment.org/T7283). The process was a success overall, > > what on earth a succes

Re: [E-devel] Enlightenment Foundation Libraries 1.21 Release

2018-08-21 Thread Christophe Sadoine
On Wed, 22 Aug 2018 at 00:21, Stefan Schmidt wrote: > > Hello. > > On 08/21/2018 04:27 PM, Christophe Sadoine wrote: > > On Sat, 18 Aug 2018 at 08:29, Stefan Schmidt > > wrote: > >> > >> After 12 months of development work we are proud to announ

Re: [E-devel] Enlightenment Foundation Libraries 1.21 Release

2018-08-21 Thread Christophe Sadoine
On Wed, 22 Aug 2018 at 03:49, Mike Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > > Thanks for your interest in the release process. If you are interested in > continuing to provide meaningful contributions for releases, you may > consider joining the release team, as advertised and discus

Re: [E-devel] Another French^WKorean E diner

2012-10-10 Thread Christophe Sadoine
On 8 October 2012 16:51, Cedric BAIL wrote: > On Mon, Oct 8, 2012 at 5:54 AM, Jérôme Pinot wrote: >> On 10/08/12 01:17, Daniel Juyung Seo wrote: >>> Oh right. Kangnam can be a good place just to celebrate Psy's Gangnam Style >>> :) >>> But Jerome will have hard time to reach there :( >> >> Not r

Re: [E-devel] [e-users] Korean E dinner

2013-01-04 Thread Christophe Sadoine
On 4 January 2013 21:19, Carsten Haitzler wrote: > > i shall try remember my pants. u'll need to be fast with the camera. dancing > may not last long. ;) I will join too so I can see raster's moves :D -- http://indefini.org ---

Re: [E-devel] Enlightenment/EFL Korean Seminar 2013

2013-05-07 Thread Christophe Sadoine
On 30 April 2013 17:59, Daniel Juyung Seo wrote: > Hello I am pleased to announce the first Enlightenment/EFL Korean > Seminar, "Enlightenment/EFL Korean Seminar 2013". Hello, I am late but if it's still okay, I will join! -- http://indefini.org -

[E-devel] [patch] evil and compilation without cryptography

2013-06-12 Thread Christophe Sadoine
Hello, I tried to compile efl and elementary with mingw (on windows and also with cross compiling) - There was a small problem with the mkstemp function in evil. - If you want to compile without cryptography, I put the dependency in the "if there is crypto then" - elementary needs S_IRWXO and S_I

Re: [E-devel] [patch] evil and compilation without cryptography

2013-06-15 Thread Christophe Sadoine
On 12 June 2013 19:08, Cedric BAIL wrote: >> >> Anyway, I wanted to ask if you had thought about using angle for >> windows? ( https://code.google.com/p/angleproject/ ) Qt is using it. > > Yes, I gave a quick look at it and it will be a very valuable solution > as we can't use DirectX due to the f

[E-devel] [patch] windows: problem with eet dictionary / evil_rename for saving elementary configuration

2013-06-19 Thread Christophe Sadoine
Hello, 1) In the eet_dictionary_free function (line 39), I think the following test: if (ed->all_allocated[i >> 8] & (1 << (i & 0x7))) returns true where it should not (on windows), and then tries to erase a bunch of stringshare that are not currently shared. Any ideas about this? 2) I buil

[E-devel] [patch] strsep in evil/ constant address of a function with dllimport

2013-06-20 Thread Christophe Sadoine
This patch adds the strsep function that is used in elementary. It is taken from LibGW32C. There is another fix. Apparently a function with the dllimport symbol doesn't have a constant address at compilation time, so you cannot do this: EAPI extern const Eo_Event_Description EVAS_OBJECT_EVENT_HOL

[E-devel] eet serialization questions

2013-09-02 Thread Christophe Sadoine
Hello I have some questions concerning eet :) 1) I have a struct like this: struct Vec3{ double x; double y; double ; } struct Object { Vec3 position; Vec3 rotation; } I want to serialize Object. I have an eet descriptor for Vec3 that I want to use but EET_DATA_DESCRIPTOR_ADD_SUB takes a poin

Re: [E-devel] eet serialization questions

2013-09-03 Thread Christophe Sadoine
On 3 September 2013 15:26, Cedric BAIL wrote: > Hello, > > On Tue, Sep 3, 2013 at 7:04 AM, Christophe Sadoine wrote: >> I have some questions concerning eet :) >> >> 1) I have a struct like this: >> >> struct Vec3{ >> double x; >> double y; >

Re: [E-devel] eet serialization questions

2013-09-05 Thread Christophe Sadoine
On 4 September 2013 15:25, Cedric BAIL wrote: > On Wed, Sep 4, 2013 at 5:24 AM, Christophe Sadoine wrote: >> On 3 September 2013 15:26, Cedric BAIL wrote: >>> On Tue, Sep 3, 2013 at 7:04 AM, Christophe Sadoine >>> wrote: >>>> I have some questions

[EGIT] [core/efl] master 01/01: eet: added EET_DATA_DESCRIPTOR_ADD_SUB_NESTED().

2013-09-23 Thread Christophe Sadoine
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=87b17f1ce9c68de1fc2ec7d21c46a3c90ba7441a commit 87b17f1ce9c68de1fc2ec7d21c46a3c90ba7441a Author: Christophe Sadoine Date: Fri Sep 6 11:30:37 2013 +0900 eet: added

Re: [E-devel] eet serialization questions

2013-09-24 Thread Christophe Sadoine
On 24 September 2013 15:24, Cedric BAIL wrote: > Hello, > > On Fri, Sep 6, 2013 at 12:01 PM, Christophe Sadoine > wrote: >> On 4 September 2013 15:25, Cedric BAIL wrote: >>> On Wed, Sep 4, 2013 at 5:24 AM, Christophe Sadoine >>> wrote: >>>&g

[EGIT] [core/elementary] master 01/01: spinner: added signals "spinner,drag,start" and "spinner,drag,stop"

2013-10-23 Thread Christophe Sadoine
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c456cf83a0b318c5d031c73c83e7f3fedb357a62 commit c456cf83a0b318c5d031c73c83e7f3fedb357a62 Author: Christophe Sadoine Date: Wed Oct 23 22:43:02 2013 +0900 spinner: added signals "spinner

[EGIT] [core/efl] master 03/07: eet: Adding EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC to add a basic type to a union.

2013-11-03 Thread Christophe Sadoine
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6853dbcf23f71038a14fb4e44c0011dbb475821c commit 6853dbcf23f71038a14fb4e44c0011dbb475821c Author: Christophe Sadoine Date: Mon Nov 4 15:33:12 2013 +0900 eet: Adding

Re: [E-devel] Enlightenment Korean Dinner

2013-11-13 Thread Christophe Sadoine
On 11 November 2013 18:25, Cedric BAIL wrote: > Hello everyone, > > As this Saturday we will see our beloved president of the > Enlightenment foundation in Korea, Philippe Caseiro (Not bad for an > introduction, I think I should be doing marketing !). I think it will > be a good idea to plan a lit

Re: [E-devel] How to write 3D open world virtual world software (or Skyrim) using EFL. A novel. lol

2014-01-11 Thread Christophe Sadoine
On 11 January 2014 21:53, Carsten Haitzler wrote: > On Sat, 11 Jan 2014 19:07:06 +1000 David Seikel said: > > 1. use the preferred engine set. end of story. it isn't broken. it works. i > have a 3d modelling from christophe app proving that it works. it works now. > today. check it out. go google

Re: [E-devel] How to write 3D open world virtual world software (or Skyrim) using EFL. A novel. lol

2014-01-11 Thread Christophe Sadoine
On 11 January 2014 23:35, David Seikel wrote: > BTW, in case it's not so obvious, when I say "big 3D game", I mean one > where the 3D world the game is set in is big, not a 3D game made by a > big company. Just in case that's confusing any one. 3D Tetris is not > a big 3D game. Skyrim is. I'm

Re: [E-devel] Prposed release schedule for 1.10

2014-02-26 Thread Christophe Sadoine
On 26 February 2014 18:20, Stefan Schmidt wrote: > Hello. > > On Tue, 2014-02-25 at 23:10, Adrien Nader wrote: > >> PS: I also hope that before 1.10 alpha, I will have finished a few >> changes to win-builds to harass most of you into testing for Windows. >> PS2: Wine works well enough. > > Good l

Re: [E-devel] Prposed release schedule for 1.10

2014-02-27 Thread Christophe Sadoine
On 27 February 2014 16:53, Stefan Schmidt wrote: > Hello. > > On Thu, 2014-02-27 at 12:00, Christophe Sadoine wrote: >> On 26 February 2014 18:20, Stefan Schmidt wrote: >> > Hello. >> > >> > On Tue, 2014-02-25 at 23:10, Adrien Nader wrote: >> &

Re: [E-devel] Enventor v0.2.0 Release

2014-03-18 Thread Christophe Sadoine
On 19 March 2014 00:34, ChunEon Park wrote: > > Feedback is always welcome. > > Please enjoy it. Looks good^^ When you use a slider, I think it would be nice to see the change directly instead of when closing the slider. Also it would be nice to be able to have a different window for the text and

[E-devel] elm spinner/entry

2014-07-23 Thread Christophe Sadoine
Hello, I am using the spinner widget and I need to set callbacks to the *entry* of the spinner. I was getting the entry with: Evas_Object* entry = elm_layout_content_get(spinner, "elm.swallow.entry"); but now it looks like the entry is only created when the spinner is toggled in '_entry_toggle_c

Re: [E-devel] Preparing EFL Korea Seminar

2014-10-01 Thread Christophe Sadoine
Hello Hermet, I don't know if I will be able to come yet but... Is the date confirmed? On 29 September 2014 21:24, ChunEon Park wrote: > Hi, This is Hermet. > > I and SeoZ 're planning 2nd EFL Korea Seminar for EFl Korea Community > continued to last year. > The purpose of this seminar is not o

Re: [E-devel] Preparing EFL Korea Seminar

2014-10-23 Thread Christophe Sadoine
I won't be able to come :/ maybe next time! On 22 October 2014 17:42, Daniel Juyung Seo wrote: > Yay, the 2nd EFL Korea Seminar is 4 days ahead. > http://onoffmix.com/event/34534 > > Thanks. > > Daniel Juyung Seo (SeoZ) > > > On Sat, Oct 4, 2014 at 8:59 AM, Kim Shinwoo wrote: > >> Hey dear. >> >

Re: [E-devel] Elementary Font Settings and Labels

2015-02-06 Thread Christophe Sadoine
yes, https://phab.enlightenment.org/T1945 I change the fonts directly in the theme to avoid this. 2015/02/06 19:49 "Jeff Hoogland" : > Is the elementary font config supposed to increase the size of label text > when you apply it to everything? It isn't for me: > > http://www.enlightenment.org/ss

[E-devel] eo breaking changes/ library for making window managers?

2017-08-18 Thread Christophe Sadoine
Hello, When making a new release, would it be possible to get a list of breaking changes of the beta api until it is released? A list of changes and how to fix it. I know you shouldn't use it if you are not ready to make the changes etc... but I am ready to do them, just it would be nice to have t

Re: [E-devel] eo breaking changes/ library for making window managers?

2017-08-22 Thread Christophe Sadoine
On 21 August 2017 at 10:35, Jean-Philippe André wrote: > > I very well understand why you want to use beta or EO APIs but it comes at > a cost. It's your responsibility to track the changes in the beta API and > adapt your code to it. > No way we will list the changes in beta API. Often it will tr

[E-devel] Using python (or other) bindings from c application

2017-09-21 Thread Christophe Sadoine
Hello, As the title says, I have a c application and I would like to let the user extend it with plugins. I can do it in c of course, but I wonder if I can also do it with python? So what I need first, is a way to pass an Evas/Efl Object Pointer to the python api, And then it would be nice to be

Re: [E-devel] Using python (or other) bindings from c application

2017-09-25 Thread Christophe Sadoine
On 21 September 2017 at 18:00, Davide Andreoli wrote: > 2017-09-21 9:09 GMT+02:00 Christophe Sadoine : > >> Hello, >> >> As the title says, I have a c application and I would like to let the >> user extend it with plugins. >> I can do it in c of course, b

Re: [E-devel] EFL 1.20.5

2017-10-13 Thread Christophe Sadoine
2017/10/14 午前3:00 "Cedric Bail" : Hello everyone, I will be making another minor release of EFL 1.20 branch sometime after Wednesday next week (It is likely be the only one I will do, as we should see Stefan back on duty next month). If you have patch or bug you would like to see addressed in it,

Re: [E-devel] Using python (or other) bindings from c application

2017-10-18 Thread Christophe Sadoine
On 25 September 2017 at 22:29, Christophe Sadoine wrote: > On 21 September 2017 at 18:00, Davide Andreoli wrote: >> 2017-09-21 9:09 GMT+02:00 Christophe Sadoine : >> >>> Hello, >>> >>> As the title says, I have a c application and I would like to let

Re: [E-devel] edevelop.slack.com experiment

2017-03-22 Thread Christophe Sadoine
On 23 March 2017 at 09:14, Carsten Haitzler wrote: > On Wed, 22 Mar 2017 15:18:27 + Tom Hacohen said: > >> Heya, >> >> I personally think it's a bad idea to rely on a proprietary tool for >> open source development, and from what I remember, I'm not the only >> one. >> This is partially why w

Re: [E-devel] 1.19 release imminent?

2017-04-08 Thread Christophe Sadoine
Hello, I don't mind about the time of the release but I would like to mention something :) About this: > If we can't find a core app this affects I agree we should release. and this: >> What code actually uses this in any of our core applications? will it >> show up as a bug in e or terminology?

Re: [E-devel] Making EFL easier to use

2017-04-11 Thread Christophe Sadoine
On 12 April 2017 at 06:15, Cedric BAIL wrote: > On Mon, Apr 10, 2017 at 7:46 PM, Gustavo Sverzut Barbieri > wrote: >> On Mon, Apr 10, 2017 at 7:12 PM, Cedric BAIL wrote: >> >> We're incurring in the same error as we did for EDC, thinking much of >> our side instead of users... EDC started as som