Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread Yakov Goldberg
Thank you for all comments about indentation! :) Could you please direct part of your discussion passion to callback's and snippet's style :) On 03/08/2016 06:14 PM, Yakov Goldberg wrote: > Hello everyone, > I had discussions with Tom and as a result updated wiki page. > > You can find it here:

Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-10 Thread Vasiliy Tolstov
2016-03-09 21:04 GMT+03:00 Mike Blumenkrantz : > This bugfix release improves on the 0.20.5 release and resolves a number of > issues. > NOTE: Wayland >= 1.10 is now required for Wayland compositor support. > > TICKETS ADDRESSED > https://phab.enlightenment.org/T3152 > https://phab.enlightenment.or

Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-10 Thread Simon Lees
On 03/10/2016 10:04 AM, Vasiliy Tolstov wrote: > 2016-03-09 21:04 GMT+03:00 Mike Blumenkrantz : >> This bugfix release improves on the 0.20.5 release and resolves a number of >> issues. >> NOTE: Wayland >= 1.10 is now required for Wayland compositor support. >> >> TICKETS ADDRESSED >> https://pha

Re: [E-devel] Eo: Changes to syntax

2016-03-10 Thread Tom Hacohen
On 10/03/16 06:46, Jean-Philippe André wrote: > On 10 March 2016 at 15:05, Carsten Haitzler wrote: > >> On Thu, 10 Mar 2016 07:42:22 +0200 Daniel Zaoui >> said: >> >>> On Wed, 09 Mar 2016 16:23:04 + >>> Tom Hacohen wrote: >>> On 03/03/16 10:22, Tom Hacohen wrote: > On 01/03/16 09:05

[E-devel] Probie proposal: youngbok (Youngbok Shin)

2016-03-10 Thread Daniel Hirt
Hello, I would like to promote Youngbok Shin to probie. We are working together a lot to add features and fixes to both efl and elementary. He has quite a few patches in EFL already, and personally, it really is going to make my life easier during our current work for Elementary Interfaces and fu

Re: [E-devel] Eo: Changes to syntax

2016-03-10 Thread Tom Hacohen
Is it possible that your clang is buggy? I'm also using clang with the following cflags: -g3 -O2 -Wall -Wextra -Wshadow -Wno-type-limits -Wpointer-arith -Wno-missing-field-initializers -Wstrict-prototypes -fvisibility=hidden Clang version: 3.7.1 Zero warnings. Looking at the code, zero warning

Re: [E-devel] e www AGAIN can;'t commit

2016-03-10 Thread Tom Hacohen
On 10/03/16 05:43, Carsten Haitzler wrote: > hey beber... dokuwiki is broken yet again - can't commit back to git. why does > this keep happening? now of course we likely will have conflicts as people are > editing on both sides. > Adding his personal email. I guess ssh-agent died again? Nothing

Re: [E-devel] 1.18 schedule proposal

2016-03-10 Thread Stefan Schmidt
Hello. On 07/03/16 10:21, Stefan Schmidt wrote: > Hello. > > On 03/03/16 11:41, Stefan Schmidt wrote: >> Hello. >> >> Some people might be wondering why there was no schedule for 1.18 yet >> while we are already in the development phase of it after 1.17 was >> released. The simple reason is that 1

Re: [E-devel] Probie proposal: youngbok (Youngbok Shin)

2016-03-10 Thread Hermet Park
+1 -Original Message- From: "Daniel Hirt" To: "Enlightenment developer list"; Cc: Sent: 2016-03-10 (목) 18:59:06 Subject: [E-devel] Probie proposal: youngbok (Youngbok Shin) Hello, I would like to promote Youngbok Shin to probie. We are working together a lot to add features and fixe

Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-10 Thread Vasiliy Tolstov
2016-03-10 12:09 GMT+03:00 Simon Lees : >> Where i can find info how to build enlightenment and efl with wayland >> support and run enlightenment under wayland? >> > https://git.enlightenment.org/core/enlightenment.git/tree/README.wayland > > is probably still up to date. Thanks! What needed to f

Re: [E-devel] e www AGAIN can;'t commit

2016-03-10 Thread Bertrand Jacquin
It's been just fixed now. I have some fix (again) to apply to the init script. On 10/03/2016 05:43, Carsten Haitzler wrote: > hey beber... dokuwiki is broken yet again - can't commit back to git. > why does > this keep happening? now of course we likely will have conflicts as > people are > edi

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Scaling test: reorder instructions to set the correct scale

2016-03-10 Thread Hermet Park
Sounds like elm scale function is broken. :( -Original Message- From: "Daniel Zaoui" To: ; Cc: Sent: 2016-03-03 (목) 17:54:51 Subject: [EGIT] [core/elementary] master 01/01: Scaling test: reorder instructions to set the correct scale jackdanielz pushed a commit to branch master. htt

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Scaling test: reorder instructions to set the correct scale

2016-03-10 Thread Tom Hacohen
It's not the elm scale function, it's elm widget that needs to propagate scale when adding a child. Jack, you should update elm_widget instead of hiding the bug. -- Tom. On 10/03/16 10:57, Hermet Park wrote: > Sounds like elm scale function is broken. :( > > -Original Message- > From: "

Re: [E-devel] Eo: Changes to syntax

2016-03-10 Thread Andrew Williams
I'd be quite tempted by 1) - should it not only be the class or its children that are able to inject functionality before finalisation? Andy On Thu, 10 Mar 2016 at 06:56, Jean-Philippe André wrote: > On 10 March 2016 at 15:05, Carsten Haitzler wrote: > > > On Thu, 10 Mar 2016 07:42:22 +0200 Da

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread Tom Hacohen
On 10/03/16 06:51, Simon Lees wrote: > > > On 03/10/2016 02:14 AM, Carsten Haitzler (The Rasterman) wrote: >> On Wed, 9 Mar 2016 15:44:57 +0100 Simon Lees said: >> >>> >>> >>> On 03/09/2016 08:29 AM, Carsten Haitzler (The Rasterman) wrote: On Wed, 9 Mar 2016 17:08:54 +1000 David Seikel said:

Re: [E-devel] Eo: Changes to syntax

2016-03-10 Thread Tom Hacohen
On 10/03/16 09:57, Tom Hacohen wrote: > On 10/03/16 06:46, Jean-Philippe André wrote: >> On 10 March 2016 at 15:05, Carsten Haitzler wrote: >> >>> On Thu, 10 Mar 2016 07:42:22 +0200 Daniel Zaoui >>> said: >>> On Wed, 09 Mar 2016 16:23:04 + Tom Hacohen wrote: > On 03/03/16

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread Andrew Williams
Aside from the irony of insisting on 3, 5, 8 etc spaces elsewhere I really don't get the idea of defining language layout based on individuals text editor preferences. Everyone has a different setup so we have effectively free reign to define what works for us and require its followed. If folk are

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Scaling test: reorder instructions to set the correct scale

2016-03-10 Thread Hermet Park
that's the elm scale function. -Original Message- From: "Tom Hacohen" To: ; Cc: Sent: 2016-03-10 (목) 20:14:34 Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: Scaling test: reorder instructions to set the correct scale It's not the elm scale function, it's elm widget th

Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: Ephoto: Move to Ecore_File_Monitor: It behaves better than Eio at this point.

2016-03-10 Thread Hermet Park
fyi, Enventor removed eio monitor calls because of the annoying corruptions on win32 -Original Message- From: "Stephen Houston" To: "Enlightenment developer list"; Cc: Sent: 2016-03-01 (화) 07:15:54 Subject: Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: Ephoto: Move to Ecore_File_Mo

Re: [E-devel] Eo: Changes to syntax

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 15:46:19 +0900 Jean-Philippe André said: > On 10 March 2016 at 15:05, Carsten Haitzler wrote: > > > On Thu, 10 Mar 2016 07:42:22 +0200 Daniel Zaoui > > said: > > > > > On Wed, 09 Mar 2016 16:23:04 + > > > Tom Hacohen wrote: > > > > > > > On 03/03/16 10:22, Tom Hacohen

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 07:51:01 +0100 Simon Lees said: > > > On 03/10/2016 02:14 AM, Carsten Haitzler (The Rasterman) wrote: > > On Wed, 9 Mar 2016 15:44:57 +0100 Simon Lees said: > > > >> > >> > >> On 03/09/2016 08:29 AM, Carsten Haitzler (The Rasterman) wrote: > >>> On Wed, 9 Mar 2016 17:08:54

Re: [E-devel] Eo part - request for comments

2016-03-10 Thread Hermet Park
IMHO, efl_text_set(eo_part(obj, "part"), "text"); is too ugly and counterintuitive. I'm curious how this will be (really) serious in point of total symbol size if we support both efl_text_set(), efl_text_part_set() and We should assume a scenario how to set a default part with efl_text_part_s

Re: [E-devel] Probie proposal: youngbok (Youngbok Shin)

2016-03-10 Thread Jihoon Kim
He has been contributed good patch related to evas textblock, font, and etc. +1 2016. 3. 10. 오후 7:11에 "Hermet Park" 님이 작성: > +1 > > -Original Message- > From: "Daniel Hirt" > To: "Enlightenment developer list"< > enlightenment-devel@lists.sourceforge.net>; > Cc: > Sent: 2016-03-10 (목) 18:

Re: [E-devel] Eo part - request for comments

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 21:51:22 +0900 (KST) Hermet Park said: > IMHO, > efl_text_set(eo_part(obj, "part"), "text"); is too ugly and > counterintuitive. > > I'm curious how this will be (really) serious in point of total symbol size > if we support both efl_text_set(), efl_text_part_set() > > and

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread Hermet Park
efl already has a rule to have 3 spaces for edc and code. I don't think there is any necessities to have one more rules. :( -Original Message- From: "Carsten Haitzler" To: "Enlightenment developer list"; Cc: Sent: 2016-03-10 (목) 21:44:20 Subject: Re: [E-devel] UI syntax, letter 2 On

Re: [E-devel] Probie proposal: youngbok (Youngbok Shin)

2016-03-10 Thread Amitesh Singh
+1 On Mar 10, 2016 6:23 PM, "Jihoon Kim" wrote: > He has been contributed good patch related to evas textblock, font, and > etc. > > +1 > 2016. 3. 10. 오후 7:11에 "Hermet Park" 님이 작성: > > > +1 > > > > -Original Message- > > From: "Daniel Hirt" > > To: "Enlightenment developer list"< > > enli

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Scaling test: reorder instructions to set the correct scale

2016-03-10 Thread Tom Hacohen
If I'm understanding the issue correctly (judging by his code changes and commit message) elm_scale properly applies to the children. The problem is that widgets that have scale set don't set the correct scale on the children if the children are added *after* the scale was set. On 10/03/16 11:5

Re: [E-devel] Eo: Changes to syntax

2016-03-10 Thread Tom Hacohen
On 10/03/16 12:36, Carsten Haitzler wrote: > On Thu, 10 Mar 2016 15:46:19 +0900 Jean-Philippe André > said: > >> On 10 March 2016 at 15:05, Carsten Haitzler wrote: >> >>> On Thu, 10 Mar 2016 07:42:22 +0200 Daniel Zaoui >>> said: >>> On Wed, 09 Mar 2016 16:23:04 + Tom Hacohen wrot

Re: [E-devel] Eo part - request for comments

2016-03-10 Thread Tom Hacohen
On 10/03/16 12:51, Hermet Park wrote: > IMHO, > efl_text_set(eo_part(obj, "part"), "text"); is too ugly and > counterintuitive. > > I'm curious how this will be (really) serious in point of total symbol size > if we support both efl_text_set(), efl_text_part_set() > > and > > We should assume a

Re: [E-devel] Eo part - request for comments

2016-03-10 Thread Tom Hacohen
On 10/03/16 15:54, Tom Hacohen wrote: > On 10/03/16 12:51, Hermet Park wrote: >> IMHO, >> efl_text_set(eo_part(obj, "part"), "text"); is too ugly and >> counterintuitive. >> >> I'm curious how this will be (really) serious in point of total symbol >> size if we support both efl_text_set(), efl_te

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo del interceptor: add the ability to intercept deletions of eo objects

2016-03-10 Thread Tom Hacohen
On 08/03/16 13:39, Tom Hacohen wrote: > Hey, > > Wouldn't it better if the intercept function could return a value saying > "actually, the object is good to go, just delete it normally", like in > your example, if the object is already in the right thread, it should > just delete immediately, no?

Re: [E-devel] [EGIT] [core/elementary] master 04/04: combobox: fix borkage after eo_add change.

2016-03-10 Thread Tom Hacohen
Huh? It is valid and the code is correct. What seems to be the problem? Works here with no warnings (clang), but anyhow, the code is correct. -- Tom. On 10/03/16 00:59, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=d

Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: Ephoto: Move to Ecore_File_Monitor: It behaves better than Eio at this point.

2016-03-10 Thread Cedric BAIL
On Mar 10, 2016 4:07 AM, "Hermet Park" wrote: > > fyi, > Enventor removed eio monitor calls because of the annoying corruptions on win32 If I remember correctly, the issue was all about Windows inability to open file for reading, writing and still allow them to be destroyed. To fix that properly,

Re: [E-devel] [EGIT] [core/elementary] master 04/04: combobox: fix borkage after eo_add change.

2016-03-10 Thread Cedric BAIL
On Mar 10, 2016 8:10 AM, "Tom Hacohen" wrote: > > Huh? It is valid and the code is correct. What seems to be the problem? > Works here with no warnings (clang), but anyhow, the code is correct. >From gcc point of view gl was undefined when set to sd->genlist and that did come with a big fat warni

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread Tom Hacohen
As I said, I don't like the space delimited "on". I prefer on("state,changed", cb) or on.state,changed(cb) or on:state,changed(cb) or on: state,changed(cb) I already said the "create" is an extremely bad idea, raster concurs. Variable manipulation is probably also a bad idea (as I said), though

Re: [E-devel] enlightenment systems

2016-03-10 Thread Stefan Schmidt
Hello. Sorry, for the delay here. I was on vacation when it arrived and nearly missed it. Good that Mike pointed it out to me. On 18/02/16 08:13, Jonathan Aquilina wrote: > Good Morning, > > I noticed a thread about the apache user and having a single system > admin who has very little time. I a

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread Tom Hacohen
On 09/03/16 06:39, Carsten Haitzler wrote: > On Tue, 08 Mar 2016 18:14:42 +0200 Yakov Goldberg said: > >> Hello everyone, >> I had discussions with Tom and as a result updated wiki page. >> >> You can find it here: >> https://phab.enlightenment.org/w/ui_builders_format/ >> >> >> Most things are cl

Re: [E-devel] [EGIT] [core/elementary] master 04/04: combobox: fix borkage after eo_add change.

2016-03-10 Thread Tom Hacohen
On 10/03/16 17:02, Cedric BAIL wrote: > On Mar 10, 2016 8:10 AM, "Tom Hacohen" wrote: >> >> Huh? It is valid and the code is correct. What seems to be the problem? >> Works here with no warnings (clang), but anyhow, the code is correct. > >>From gcc point of view gl was undefined when set to sd->g

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread Andrew Williams
I agree with this all, especially the capitalisation - we need to focus more on consistency. Primary approach should be to provide the path of least surprise for new devs (whilst maintaining the efl way :)) Andy On Thu, 10 Mar 2016 at 17:40, Tom Hacohen wrote: > On 09/03/16 06:39, Carsten Haitz

[E-devel] EFL API Docs

2016-03-10 Thread Andreas Volz
Hello, https://docs.enlightenment.org/efl/current/group__Edje__Object__Part.html could you explain me why I don't see any functions in the EFL documentation? (Here: Edje Object Part) regards Andreas -- Technical Blog --

Re: [E-devel] Modify edje properties

2016-03-10 Thread Andreas Volz
Am Sat, 5 Mar 2016 23:45:55 +0100 schrieb Andreas Volz: Ok, seems not possible or nobody knows. Is there a good way to find out in my application code if a part is a external type or a text part? Should I use edje_edit_part_type_get() for this? I just like to change a text from a common API inter

Re: [E-devel] Modify edje properties

2016-03-10 Thread Cedric BAIL
Hello, On Thu, Mar 10, 2016 at 2:24 PM, Andreas Volz wrote: > Am Sat, 5 Mar 2016 23:45:55 +0100 schrieb Andreas Volz: > Ok, seems not possible or nobody knows. Well, current state of edje external is a serious lack of maintainership activity. It is missing function and the API to access it is no

Re: [E-devel] Modify edje properties

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 23:24:10 +0100 Andreas Volz said: > Am Sat, 5 Mar 2016 23:45:55 +0100 schrieb Andreas Volz: > > Ok, seems not possible or nobody knows. nope - don't know. i know these properties are meant for the elm external plugins - not for edje parts so it's up to whatever plugin it is

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 22:22:13 +0900 (KST) Hermet Park said: > efl already has a rule to have 3 spaces for edc and code. > > I don't think there is any necessities to have one more rules. :( that is for efl's own code. it is the code formatting of a specific project. we are discussing formatting

Re: [E-devel] EFL API Docs

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 23:04:33 +0100 Andreas Volz said: > Hello, > > https://docs.enlightenment.org/efl/current/group__Edje__Object__Part.html > > could you explain me why I don't see any functions in the EFL > documentation? (Here: Edje Object Part) > > regards > Andreas i don't know. the fu

Re: [E-devel] UI syntax, letter 2

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 17:39:58 + Tom Hacohen said: > On 09/03/16 06:39, Carsten Haitzler wrote: > > On Tue, 08 Mar 2016 18:14:42 +0200 Yakov Goldberg > > said: > > > >> Hello everyone, > >> I had discussions with Tom and as a result updated wiki page. > >> > >> You can find it here: > >> https

Re: [E-devel] [EGIT] [core/elementary] master 04/04: combobox: fix borkage after eo_add change.

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 17:43:01 + Tom Hacohen said: > On 10/03/16 17:02, Cedric BAIL wrote: > > On Mar 10, 2016 8:10 AM, "Tom Hacohen" wrote: > >> > >> Huh? It is valid and the code is correct. What seems to be the problem? > >> Works here with no warnings (clang), but anyhow, the code is corre

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo del interceptor: add the ability to intercept deletions of eo objects

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 16:07:58 + Tom Hacohen said: > On 08/03/16 13:39, Tom Hacohen wrote: > > Hey, > > > > Wouldn't it better if the intercept function could return a value saying > > "actually, the object is good to go, just delete it normally", like in > > your example, if the object is alre

Re: [E-devel] [EGIT] [core/elementary] master 04/04: combobox: fix borkage after eo_add change.

2016-03-10 Thread Cedric BAIL
On Thu, Mar 10, 2016 at 3:40 PM, Carsten Haitzler wrote: > On Thu, 10 Mar 2016 17:43:01 + Tom Hacohen said: >> On 10/03/16 17:02, Cedric BAIL wrote: >> > On Mar 10, 2016 8:10 AM, "Tom Hacohen" wrote: >> >> Huh? It is valid and the code is correct. What seems to be the problem? >> >> Works he

Re: [E-devel] T-shirt for the upcoming 2016 EDDs

2016-03-10 Thread The Rasterman
On Wed, 2 Mar 2016 16:12:49 +0100 Stefan Schmidt said: > Hello. > > At our initial Enlightenment Developer Day in Barcelona 2012 we had some > T-shirts for the event. > We failed since to do this again which is a bit sad. Luckily we have a > bit more time in advance for the 2016 edition this y

Re: [E-devel] Eo: Changes to syntax

2016-03-10 Thread Jean-Philippe André
On 11 March 2016 at 00:51, Tom Hacohen wrote: > On 10/03/16 12:36, Carsten Haitzler wrote: > > On Thu, 10 Mar 2016 15:46:19 +0900 Jean-Philippe André < > j...@videolan.org> said: > > > >> On 10 March 2016 at 15:05, Carsten Haitzler > wrote: > >> > >>> On Thu, 10 Mar 2016 07:42:22 +0200 Daniel Za

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Scaling test: reorder instructions to set the correct scale

2016-03-10 Thread Hermet Park
I know. The Only different is I named the process(about scale propagation) in one abstract name. Because most people will expect the exact problem like you. -Original Message From: "Tom Hacohen" To: ; Cc: Sent: 2016-03-10 (목) 23:39:56 Subject: Re: [E-devel] [EGIT] [core/elementary] mas