Re: [E-devel] discussion - documentation

2014-11-05 Thread David Seikel
On Thu, 6 Nov 2014 16:09:26 +0900 Carsten Haitzler (The Rasterman) wrote: > i thought i'd start this here for a wide audience. > > documentation for efl. it's rather horrible. and yesterday it dawned > on me... it has license problems too. > > 1. license problems: > > the documentation in many

[E-devel] discussion - documentation

2014-11-05 Thread The Rasterman
i thought i'd start this here for a wide audience. documentation for efl. it's rather horrible. and yesterday it dawned on me... it has license problems too. 1. license problems: the documentation in many parts is lgpl - and that means copying any code from code snippets or examples in the docs

[EGIT] [core/efl] master 03/03: edje: Edje_Edit - fix segfault on copying state of IMAGE part with twins

2014-11-05 Thread Kateryna Fesyna
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8ceef8c6ca12b00698c7cd13394fba1de8e4c6b7 commit 8ceef8c6ca12b00698c7cd13394fba1de8e4c6b7 Author: Kateryna Fesyna Date: Thu Nov 6 06:18:34 2014 +0100 edje: Edje_Edit - fix segfault on copying stat

[EGIT] [core/efl] master 02/03: edje: Edje_Edit - fix segfaults on restacking of text parts with set 'text_source'.

2014-11-05 Thread Kateryna Fesyna
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=41ea6e81d6aa74d5cb93122899ba7da2d25309fb commit 41ea6e81d6aa74d5cb93122899ba7da2d25309fb Author: Kateryna Fesyna Date: Thu Nov 6 06:04:39 2014 +0100 edje: Edje_Edit - fix segfaults on restacking

[EGIT] [core/efl] master 01/03: evas: fix quaternion initiation for node, which isn't a root node

2014-11-05 Thread perepelits.m
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4dd2b8921349a45be096d583be1dd4837f87a930 commit 4dd2b8921349a45be096d583be1dd4837f87a930 Author: perepelits.m Date: Thu Nov 6 06:03:55 2014 +0100 evas: fix quaternion initiation for node, which i

Re: [E-devel] Eo API parameter nullability

2014-11-05 Thread The Rasterman
On Wed, 5 Nov 2014 23:42:46 -0300 Vinícius dos Santos Oliveira said: > 2014-11-05 23:40 GMT-03:00 Carsten Haitzler : > > > oh shit - yes. you're right. the other way around. maybe not @null but > > @skipnull ? ie it means IF this parameter is NULL, it's skipped (ignored). > > this > > then does

Re: [E-devel] Eo API parameter nullability

2014-11-05 Thread Vinícius dos Santos Oliveira
2014-11-05 23:40 GMT-03:00 Carsten Haitzler : > oh shit - yes. you're right. the other way around. maybe not @null but > @skipnull ? ie it means IF this parameter is NULL, it's skipped (ignored). > this > then does nicely imply that the param can be made optional in langs that > support it (as wit

Re: [E-devel] Eo API parameter nullability

2014-11-05 Thread The Rasterman
On Wed, 5 Nov 2014 22:52:10 -0200 Felipe Magno de Almeida said: > On Wed, Nov 5, 2014 at 10:17 PM, Carsten Haitzler > wrote: > > On Wed, 5 Nov 2014 17:28:56 -0200 Felipe Magno de Almeida > > said: > > > > i'm in favor of "as it stands right now". why? if we explicitly make > > something nullabl

Re: [E-devel] Eo API parameter nullability

2014-11-05 Thread The Rasterman
On Wed, 5 Nov 2014 17:28:56 -0200 Felipe Magno de Almeida said: i'm in favor of "as it stands right now". why? if we explicitly make something nullable to have it there, bindings will be able to drop ALL parameters i don't mark as @null - they are all optional. and that's a really unexpected beha

Re: [E-devel] [e-users] RFC - Dropping Xembed support from E20

2014-11-05 Thread The Rasterman
On Wed, 05 Nov 2014 15:23:44 +0100 Stefan Schmidt said: > Hello. > > On 05/11/14 15:16, Alex-P. Natsios wrote: > > I no longer use systray in any form or function but i do remember that > > all elm apps function correctly with the "new api" as does the Steam > > client. > > Tom also suggested e

Re: [E-devel] Eo API parameter nullability

2014-11-05 Thread Felipe Magno de Almeida
On Wed, Nov 5, 2014 at 10:17 PM, Carsten Haitzler wrote: > On Wed, 5 Nov 2014 17:28:56 -0200 Felipe Magno de Almeida > said: > > i'm in favor of "as it stands right now". why? if we explicitly make something > nullable to have it there, bindings will be able to drop ALL parameters i > don't > ma

Re: [E-devel] Eo API parameter nullability

2014-11-05 Thread Cedric BAIL
Hello, On Wed, Nov 5, 2014 at 8:28 PM, Felipe Magno de Almeida wrote: > I chatted with TAsn and q66 on IRC on 'parameter nullability'. What do > I mean by that? > > elm_widget_part_text_set(widget, NULL, "set this text to the default part"); > > The thing is, some languages that are being bound t

[EGIT] [core/enlightenment] master 01/01: add alignment client menu

2014-11-05 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=5172b7f3f9fd624ce7d854c375bcd4c82b73ffcc commit 5172b7f3f9fd624ce7d854c375bcd4c82b73ffcc Author: Mike Blumenkrantz Date: Wed Nov 5 15:04:10 2014 -0500 add alignment client menu

[E-devel] Eo API parameter nullability

2014-11-05 Thread Felipe Magno de Almeida
Hello, I chatted with TAsn and q66 on IRC on 'parameter nullability'. What do I mean by that? elm_widget_part_text_set(widget, NULL, "set this text to the default part"); The thing is, some languages that are being bound to EFL don't have a NULL value for all objects or references. Which means t

[EGIT] [core/efl] master 01/01: po: forgot to commit updated xgettext_wrapper

2014-11-05 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=90ba56b1ff6376876c0ffe536f7fd546206fa328 commit 90ba56b1ff6376876c0ffe536f7fd546206fa328 Author: Daniel Kolesa Date: Wed Nov 5 16:21:39 2014 + po: forgot to commit updated xgettext_wrapper ---

[EGIT] [core/efl] master 01/01: elua: remove the : prefix for running apps

2014-11-05 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f0f9edd0bd1a35b52e1e0b145dd08f6183d64db3 commit f0f9edd0bd1a35b52e1e0b145dd08f6183d64db3 Author: Daniel Kolesa Date: Wed Nov 5 16:09:36 2014 + elua: remove the : prefix for running apps

Re: [E-devel] RFC - Dropping Xembed support from E20

2014-11-05 Thread Michael Hughes
> Tested with Xchat, Tomboy evolution, Thunderbird and Fifrefox Actually, I can't find anything which works without Xembed, even with the libraries installed. I thought that the Network Manager Applet did but I was mistaken. I still had Xembed enabled although I thought I had disabled it. Ke

[EGIT] [core/enlightenment] master 01/04: e-comp-wl: Set e_client properties on subsurface E_Client

2014-11-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=86617fe717e35942e70bbeb45831340e623365f3 commit 86617fe717e35942e70bbeb45831340e623365f3 Author: Chris Michael Date: Tue Nov 4 09:59:32 2014 -0500 e-comp-wl: Set e_client properties

[EGIT] [core/enlightenment] master 02/04: e-comp-wl: Hook into post_new_client event so we can setup hints and export any shape changes

2014-11-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=19df35bdbf5ab35d9df7bd6eb036ad36745f2aa1 commit 19df35bdbf5ab35d9df7bd6eb036ad36745f2aa1 Author: Chris Michael Date: Tue Nov 4 10:22:17 2014 -0500 e-comp-wl: Hook into post_new_clie

[EGIT] [core/enlightenment] master 03/04: e-comp-wl: Clip shape rectangles to client size

2014-11-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=dcffab5c8289b7e3323cde47a07d8a80cb137a12 commit dcffab5c8289b7e3323cde47a07d8a80cb137a12 Author: Chris Michael Date: Tue Nov 4 10:23:31 2014 -0500 e-comp-wl: Clip shape rectangles t

[EGIT] [core/enlightenment] master 04/04: e-comp-wl: Fix keyboard input with wayland clients when running in X11. Don't run client_post_new hook for deleted clients. Start work on client pre_frame hoo

2014-11-05 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7f8387b4bc96016695d60a2b0ddc20535b95530d commit 7f8387b4bc96016695d60a2b0ddc20535b95530d Author: Chris Michael Date: Wed Nov 5 09:58:49 2014 -0500 e-comp-wl: Fix keyboard input with

Re: [E-devel] [e-users] RFC - Dropping Xembed support from E20

2014-11-05 Thread Stefan Schmidt
Hello. On 05/11/14 15:16, Alex-P. Natsios wrote: > I no longer use systray in any form or function but i do remember that > all elm apps function correctly with the "new api" as does the Steam > client. Tom also suggested elementary_test with the systray test. That is using the indicator thing.

Re: [E-devel] RFC - Dropping Xembed support from E20

2014-11-05 Thread Alex-P. Natsios
I no longer use systray in any form or function but i do remember that all elm apps function correctly with the "new api" as does the Steam client. -- Regards, Alex-P. Natsios (a.k.a Drakevr) -- _

Re: [E-devel] RFC - Dropping Xembed support from E20

2014-11-05 Thread Stefan Schmidt
Hello. On 05/11/14 14:38, Vinícius dos Santos Oliveira wrote: > 2014-11-05 10:27 GMT-03:00 Stefan Schmidt : > >> Xchat > > Xchat is broken[1]. Try Hexchat. > > [1] http://sourceforge.net/p/xchat/bugs/1416/ This bugs refers to the xembed systray stuff not the appindicator I was writing about. I hav

Re: [E-devel] RFC - Dropping Xembed support from E20

2014-11-05 Thread Vinícius dos Santos Oliveira
2014-11-05 10:27 GMT-03:00 Stefan Schmidt : > Xchat Xchat is broken[1]. Try Hexchat. [1] http://sourceforge.net/p/xchat/bugs/1416/ -- Vinícius dos Santos Oliveira https://about.me/vinipsmaker -- _

Re: [E-devel] RFC - Dropping Xembed support from E20

2014-11-05 Thread Stefan Schmidt
Hello. On 03/11/14 17:10, Tom Hacohen wrote: > Adding e-users to CC. > > On 03/11/14 15:58, Tom Hacohen wrote: >> Appindicator: dis is a specification that start by the KDE devs a while >> back, and was adopted by unity/ubuntu. It's essentially a dbus api, >> which means the shell (enlightenment)

[EGIT] [tools/enventor] master 01/01: enventor: add description in README

2014-11-05 Thread Lee Gwang-O
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=b1259eb6b67e6596df4c5bfdadc640292c3cb631 commit b1259eb6b67e6596df4c5bfdadc640292c3cb631 Author: Lee Gwang-O Date: Wed Nov 5 20:38:43 2014 +0900 enventor: add description in README

[EGIT] [core/efl] master 01/01: elua: remove redundant checks

2014-11-05 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d23b9342d5446b688db2187871817d9f0338aefa commit d23b9342d5446b688db2187871817d9f0338aefa Author: Daniel Kolesa Date: Wed Nov 5 09:52:01 2014 + elua: remove redundant checks --- src/bin/elua/cor

[EGIT] [core/efl] master 01/01: elua: support foo.dll and libfoo.dll patterns on Windows in util + better errors

2014-11-05 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1ea00af7e9a0a7bb373c71d50c02f29868de9517 commit 1ea00af7e9a0a7bb373c71d50c02f29868de9517 Author: Daniel Kolesa Date: Wed Nov 5 09:50:08 2014 + elua: support foo.dll and libfoo.dll patterns on Wi

Re: [E-devel] [EGIT] [core/efl] master 01/01: elua: load .dylib on OSX

2014-11-05 Thread Tom Hacohen
On 05/11/14 09:23, Daniel Kolesa wrote: > 2014-11-05 8:30 GMT+00:00 Tom Hacohen : > >> On 04/11/14 23:59, Daniel Kolesa wrote: >>> 2014-11-04 18:44 GMT+00:00 Adrien Nader : >>> Hi, On Tue, Nov 04, 2014, Daniel Kolesa wrote: > 2014-11-04 14:17 GMT+00:00 Tom Hacohen : > >>

Re: [E-devel] [EGIT] [core/efl] master 01/01: elua: load .dylib on OSX

2014-11-05 Thread Daniel Kolesa
2014-11-05 8:30 GMT+00:00 Tom Hacohen : > On 04/11/14 23:59, Daniel Kolesa wrote: > > 2014-11-04 18:44 GMT+00:00 Adrien Nader : > > > >> Hi, > >> > >> On Tue, Nov 04, 2014, Daniel Kolesa wrote: > >>> 2014-11-04 14:17 GMT+00:00 Tom Hacohen : > >>> > That's why autofoo has a variable for lib ex

Re: [E-devel] [EGIT] [core/efl] master 01/01: eldbus-codegen now outputs compileable code for complex method signatures

2014-11-05 Thread Stefan Schmidt
Hello. On 05/11/14 03:50, Zeh Ortigoza wrote: > Have you tried to write tests to D-Bus? > We had try to write eldbus tests but it was not running and to fix we > would need to make some changes on E test server(that I don't have > access to do), so we had comment the tests and stopped to write mor

Re: [E-devel] [EGIT] [core/efl] master 01/01: elua: load .dylib on OSX

2014-11-05 Thread Tom Hacohen
On 04/11/14 23:59, Daniel Kolesa wrote: > 2014-11-04 18:44 GMT+00:00 Adrien Nader : > >> Hi, >> >> On Tue, Nov 04, 2014, Daniel Kolesa wrote: >>> 2014-11-04 14:17 GMT+00:00 Tom Hacohen : >>> That's why autofoo has a variable for lib extension. Use it... >>> >>> I was thinking about doing

[EGIT] [core/enlightenment] master 01/01: src/modules/clock/module.desktop.in korean add

2014-11-05 Thread Jake Jaeseok Yoon
hermet pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=273133ffeafee6d73f8088ff6bb6892b27d93fae commit 273133ffeafee6d73f8088ff6bb6892b27d93fae Author: Jake Jaeseok Yoon Date: Wed Nov 5 17:05:26 2014 +0900 src/modules/clock/module.desktop.i