Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Vyacheslav
Yes, Elementary has the different configuration profile, but it's not solved the issues with missing widgets for desktop, I mean statusbar, combobox, or some not the right widget behavior. For example menu (drop-down/popup/main menu etc), this widget should be separate window, I refer to http://s

Re: [E-devel] Model-View-Controller

2014-06-19 Thread The Rasterman
On Mon, 16 Jun 2014 12:00:20 -0300 Felipe Magno de Almeida said: Hey guys. just reading now. looking at emodel.eo a lot of these methods have no return just looking at properties for starters. also child_select_get(). this needs a lot more documentation as it's really mysterious as to what t

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Vyacheslav
Hello, Branch master work properly on the EFL and Elementary 1.10. This problem solved in the develop branch. Please checkout to develop branch and try again. Merge develop to master planed in EWE version 0.1.1 (27-Jun-2014). And in this version will be update the libraries version dependencies.

Re: [E-devel] How to make my program support input method?

2014-06-19 Thread The Rasterman
On Thu, 19 Jun 2014 14:27:40 +0800 Magicloud Magiclouds said: > You are good. There is no. Let me see where could I get it. > > $ find /usr/local/lib/ecore_imf > /usr/local/lib/ecore_imf > /usr/local/lib/ecore_imf/modules > /usr/local/lib/ecore_imf/modules/xim > /usr/local/lib/ecore_imf/modules/

Re: [E-devel] How to make my program support input method?

2014-06-19 Thread Magicloud Magiclouds
Yes, just found I did not have libibus-dev installed. So the configure ruled it out. On Thu, Jun 19, 2014 at 3:53 PM, Carsten Haitzler wrote: > On Thu, 19 Jun 2014 14:27:40 +0800 Magicloud Magiclouds > said: > > > You are good. There is no. Let me see where could I get it. > > > > $ find /usr/

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Yakov Goldberg
Hello, great job! I'm working on Gui Builder for Elementary, and going to try Ewe widgets for UI. Yakov On 06/02/2014 02:51 PM, Vyacheslav Reutskiy wrote: > Hello, > Samsung R&D Institute Ukraine (SRK) team are pleased to announce that > Eflete > 0.2.0 and Ewe 0.1.0 is rel

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Vyacheslav
Hello, It's good news, we will wait feedback ;-) . Thanks, Vyacheslav Reutskiy (rimmed) On 06/19/2014 11:14 AM, Yakov Goldberg wrote: > Hello, > great job! > I'm working on Gui Builder for Elementary, and going to try Ewe > widgets for UI. > > Yakov > > On 06/02/2014 02:51 PM, Vyach

[EGIT] [core/elementary] master 01/01: configure: Report elm_prefs_cc path in configure summary.

2014-06-19 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=372c81510b6c647acf2d2d61122f7ae72bc01280 commit 372c81510b6c647acf2d2d61122f7ae72bc01280 Author: Stefan Schmidt Date: Thu Jun 19 10:49:09 2014 +0200 configure: Report elm_prefs_cc path in

[EGIT] [core/elementary] master 01/01: configure: Report elementary_codegen path in configure summary

2014-06-19 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4f64ca4c19cc5c3b9c3efc204a4ab66bd4cafef0 commit 4f64ca4c19cc5c3b9c3efc204a4ab66bd4cafef0 Author: Stefan Schmidt Date: Thu Jun 19 11:01:28 2014 +0200 configure: Report elementary_codegen pa

[EGIT] [core/elementary] master 01/01: entry: fixed shadow variable build warnings.

2014-06-19 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2621c4124222f1b864b5ba074be9ebddd7b9c4a3 commit 2621c4124222f1b864b5ba074be9ebddd7b9c4a3 Author: Daniel Juyung Seo Date: Thu Jun 19 18:30:21 2014 +0900 entry: fixed shadow variable build war

[E-devel] EO_DBG_INFO_LIST_APPEND and EO_DBG_INFO_APPEND resource handling

2014-06-19 Thread Stefan Schmidt
Hello. I stumpled over this several times before but always forgot to bring it up. There are 7 coverity issues related to resource leaks for these two mentioned in the subject. CID 1193245 1193247 1194717 1191929 1191930 1191934 1191977 Looking at the inline function and the macros shows that re

Re: [E-devel] EO_DBG_INFO_LIST_APPEND and EO_DBG_INFO_APPEND resource handling

2014-06-19 Thread Tom Hacohen
On 19/06/14 12:03, Stefan Schmidt wrote: > Hello. > > I stumpled over this several times before but always forgot to bring > it up. There are 7 coverity issues related to resource leaks for these > two mentioned in the subject. > > CID 1193245 1193247 1194717 1191929 1191930 1191934 1191977 > > Loo

Re: [E-devel] EO_DBG_INFO_LIST_APPEND and EO_DBG_INFO_APPEND resource handling

2014-06-19 Thread Stefan Schmidt
Hello. On Thu, 2014-06-19 at 12:13, Tom Hacohen wrote: > On 19/06/14 12:03, Stefan Schmidt wrote: > > Hello. > > > > I stumpled over this several times before but always forgot to bring > > it up. There are 7 coverity issues related to resource leaks for these > > two mentioned in the subject. > >

[E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Tom Hacohen
Hey, I'm sending this mail to get people up to date regarding what JackDanielZ and I have been working on (mostly chatting about it and building the needed infra) the last few months, and what we will actually be working on during the weeks to come. We are working on the Eo EFL API, making it

Re: [E-devel] EO_DBG_INFO_LIST_APPEND and EO_DBG_INFO_APPEND resource handling

2014-06-19 Thread Tom Hacohen
On 19/06/14 13:49, Stefan Schmidt wrote: > Hello. > > On Thu, 2014-06-19 at 12:13, Tom Hacohen wrote: >> On 19/06/14 12:03, Stefan Schmidt wrote: >>> Hello. >>> >>> I stumpled over this several times before but always forgot to bring >>> it up. There are 7 coverity issues related to resource leaks

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Savio Sena
ack. thanks for bringing it beforehand. that's handy. -- Savio On 6/19/2014 at 10:03 AM, "Tom Hacohen" wrote: > >Hey, > >I'm sending this mail to get people up to date regarding what >JackDanielZ and I have been working on (mostly chatting about it >and >building the needed infra) the last

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Daniel Kolesa
2014-06-19 14:02 GMT+01:00 Tom Hacohen : > Hey, > > I'm sending this mail to get people up to date regarding what > JackDanielZ and I have been working on (mostly chatting about it and > building the needed infra) the last few months, and what we will > actually be working on during the weeks to c

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Tom Hacohen
On 19/06/14 14:18, Savio Sena wrote: > ack. > > thanks for bringing it beforehand. that's handy. > I expect that it would just be a non-issue for you bindings generating guys, as everything should "just work" as expected. -- Tom.

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Felipe Magno de Almeida
On Thu, Jun 19, 2014 at 10:18 AM, Daniel Kolesa wrote: > 2014-06-19 14:02 GMT+01:00 Tom Hacohen : > >> Hey, Hello Tom, [snip] >> We are working on the Eo EFL API, making it clean, consistent, and >> predictable. This work covers sharing similar interfaces among similar >> classes all over the E

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Cedric BAIL
On Thu, Jun 19, 2014 at 3:18 PM, Daniel Kolesa wrote: > 2014-06-19 14:02 GMT+01:00 Tom Hacohen : >> I'm sending this mail to get people up to date regarding what >> JackDanielZ and I have been working on (mostly chatting about it and >> building the needed infra) the last few months, and what we w

[EGIT] [core/efl] master 01/01: Revert "Coverage: Fix base directory."

2014-06-19 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2cebf6785eed26e3f4eda7b6d3d77954a19d3bfc commit 2cebf6785eed26e3f4eda7b6d3d77954a19d3bfc Author: Stefan Schmidt Date: Thu Jun 19 15:36:01 2014 +0200 Revert "Coverage: Fix base directory."

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "Coverage: Fix base directory."

2014-06-19 Thread Tom Hacohen
Coverage doesn't work for me without it, and yes, I have tested it. Also, I looked at it, and it looks correct. We have sources in both srcdir and builddir, and both paths were relative to srcdir, not srcdir/src here. Honestly though, lcov is so broken it's not even funny. Try and look at the d

Re: [E-devel] EO_DBG_INFO_LIST_APPEND and EO_DBG_INFO_APPEND resource handling

2014-06-19 Thread Stefan Schmidt
Hello. On Thu, 2014-06-19 at 14:10, Tom Hacohen wrote: > On 19/06/14 13:49, Stefan Schmidt wrote: > > Hello. > > > > On Thu, 2014-06-19 at 12:13, Tom Hacohen wrote: > >> On 19/06/14 12:03, Stefan Schmidt wrote: > >>> Hello. > >>> > >>> I stumpled over this several times before but always forgot to

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Tom Hacohen
On 19/06/14 14:18, Daniel Kolesa wrote: > 2014-06-19 14:02 GMT+01:00 Tom Hacohen : > >> Hey, >> >> I'm sending this mail to get people up to date regarding what >> JackDanielZ and I have been working on (mostly chatting about it and >> building the needed infra) the last few months, and what we wil

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Tom Hacohen
On 19/06/14 14:39, Cedric BAIL wrote: > On Thu, Jun 19, 2014 at 3:18 PM, Daniel Kolesa wrote: >> 2014-06-19 14:02 GMT+01:00 Tom Hacohen : >>> I'm sending this mail to get people up to date regarding what >>> JackDanielZ and I have been working on (mostly chatting about it and >>> building the need

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Tom Hacohen
On 19/06/14 14:32, Felipe Magno de Almeida wrote: > On Thu, Jun 19, 2014 at 10:18 AM, Daniel Kolesa wrote: >> 2014-06-19 14:02 GMT+01:00 Tom Hacohen : >> >>> Hey, > > Hello Tom, > > [snip] > >>> We are working on the Eo EFL API, making it clean, consistent, and >>> predictable. This work covers sh

Re: [E-devel] EO_DBG_INFO_LIST_APPEND and EO_DBG_INFO_APPEND resource handling

2014-06-19 Thread Tom Hacohen
On 19/06/14 14:54, Stefan Schmidt wrote: > Hello. > > On Thu, 2014-06-19 at 14:10, Tom Hacohen wrote: >> On 19/06/14 13:49, Stefan Schmidt wrote: >>> Hello. >>> >>> On Thu, 2014-06-19 at 12:13, Tom Hacohen wrote: On 19/06/14 12:03, Stefan Schmidt wrote: > Hello. > > I stumpled over

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread The Rasterman
On Thu, 19 Jun 2014 10:32:45 -0300 Felipe Magno de Almeida said: > On Thu, Jun 19, 2014 at 10:18 AM, Daniel Kolesa wrote: > > 2014-06-19 14:02 GMT+01:00 Tom Hacohen : > > > >> Hey, > > Hello Tom, > > [snip] > > >> We are working on the Eo EFL API, making it clean, consistent, and > >> predict

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Tom Hacohen
On 19/06/14 15:01, Carsten Haitzler (The Rasterman) wrote: > On Thu, 19 Jun 2014 10:32:45 -0300 Felipe Magno de Almeida > said: > >> On Thu, Jun 19, 2014 at 10:18 AM, Daniel Kolesa wrote: >>> 2014-06-19 14:02 GMT+01:00 Tom Hacohen : >>> Hey, >> >> Hello Tom, >> >> [snip] >> We are worki

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "Coverage: Fix base directory."

2014-06-19 Thread Stefan Schmidt
Hello. On Thu, 2014-06-19 at 14:51, Tom Hacohen wrote: > Coverage doesn't work for me without it, and yes, I have tested it. Strange as it is broken for me on both my local system as well as on jenkins with this change. > Also, I looked at it, and it looks correct. We have sources in both > src

Re: [E-devel] EO_DBG_INFO_LIST_APPEND and EO_DBG_INFO_APPEND resource handling

2014-06-19 Thread Stefan Schmidt
Hello. On Thu, 2014-06-19 at 15:03, Tom Hacohen wrote: > On 19/06/14 14:54, Stefan Schmidt wrote: > > Hello. > > > > On Thu, 2014-06-19 at 14:10, Tom Hacohen wrote: > >> On 19/06/14 13:49, Stefan Schmidt wrote: > >>> Hello. > >>> > >>> On Thu, 2014-06-19 at 12:13, Tom Hacohen wrote: > On 19/0

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Jeff Hoogland
Doesn't seem to compile with EFL/Elm from git: make all-recursive make[1]: Entering directory `/home/jeff/git/ewe-git' Making all in src make[2]: Entering directory `/home/jeff/git/ewe-git/src' Making all in lib make[3]: Entering directory `/home/jeff/git/ewe-git/src/lib' EOLIANewe_tabs.eo.

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "Coverage: Fix base directory."

2014-06-19 Thread Tom Hacohen
On 19/06/14 15:23, Stefan Schmidt wrote: > Hello. > > On Thu, 2014-06-19 at 14:51, Tom Hacohen wrote: >> Coverage doesn't work for me without it, and yes, I have tested it. > > Strange as it is broken for me on both my local system as well as on > jenkins with this change. > >> Also, I looked at it

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread Felipe Magno de Almeida
On Thu, Jun 19, 2014 at 11:17 AM, Tom Hacohen wrote: > On 19/06/14 15:01, Carsten Haitzler (The Rasterman) wrote: [snip] > Though I wonder if there's a way to put that outside of the .eo, and > into .eo.doc overrides per language that add more info and are contained > elsewhere. Reason for that

Re: [E-devel] EO_DBG_INFO_LIST_APPEND and EO_DBG_INFO_APPEND resource handling

2014-06-19 Thread Tom Hacohen
On 19/06/14 15:26, Stefan Schmidt wrote: > Hello. > > On Thu, 2014-06-19 at 15:03, Tom Hacohen wrote: >> On 19/06/14 14:54, Stefan Schmidt wrote: >>> Hello. >>> >>> On Thu, 2014-06-19 at 14:10, Tom Hacohen wrote: On 19/06/14 13:49, Stefan Schmidt wrote: > Hello. > > On Thu, 2014-06

[EGIT] [core/efl] master 01/01: evas: improvement of Eina Rectangle Pool and integration with Evas GL backend.

2014-06-19 Thread Rajeev Ranjan
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bd65b5db5ddcada0255c5ccbaaa1280279ea5679 commit bd65b5db5ddcada0255c5ccbaaa1280279ea5679 Author: Rajeev Ranjan Date: Thu Jun 19 14:35:37 2014 +0200 evas: improvement of Eina Rectangle Pool and in

[EGIT] [core/efl] master 01/01: Eolian: Improve support (still incomplete) for namespaces.

2014-06-19 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8a4849b1eb119f4070fc3c82f6dc882d9c06670f commit 8a4849b1eb119f4070fc3c82f6dc882d9c06670f Author: Tom Hacohen Date: Thu Jun 19 15:56:38 2014 +0100 Eolian: Improve support (still incomplete) for name

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Vyacheslav
Are you checkout to develop branch? On 06/19/2014 05:27 PM, Jeff Hoogland wrote: > Doesn't seem to compile with EFL/Elm from git: > > make all-recursive > make[1]: Entering directory `/home/jeff/git/ewe-git' > Making all in src > make[2]: Entering directory `/home/jeff/git/ewe-git/src' > Making a

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Jeff Hoogland
Just doing git clone of whatever the default is. On Thu, Jun 19, 2014 at 9:56 AM, Vyacheslav wrote: > Are you checkout to develop branch? > > On 06/19/2014 05:27 PM, Jeff Hoogland wrote: > > Doesn't seem to compile with EFL/Elm from git: > > > > make all-recursive > > make[1]: Entering directo

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Vyacheslav
Please, do checkout to 'develop' branch. I written it early: > Branch master work properly on the EFL and Elementary 1.10. > This problem solved in the develop branch. Please checkout to develop > branch and try again. On 06/19/2014 06:01 PM, Jeff Hoogland wrote: > Just doing git clone of wha

Re: [E-devel] Model-View-Controller

2014-06-19 Thread Carlos Carvalho
Hi raster :) please see below. On Thu, Jun 19, 2014 at 4:09 AM, Carsten Haitzler wrote: > On Mon, 16 Jun 2014 12:00:20 -0300 Felipe Magno de Almeida > said: > > Hey guys. just reading now. looking at emodel.eo a lot of these methods > have no > return just looking at properties for starter

Re: [E-devel] Model-View-Controller

2014-06-19 Thread Carlos Carvalho
s/don't though/didn't think/s :) On Thu, Jun 19, 2014 at 12:20 PM, Carlos Carvalho < ccarva...@expertisesolutions.com.br> wrote: > Hi raster :) > > please see below. > > On Thu, Jun 19, 2014 at 4:09 AM, Carsten Haitzler > wrote: > >> On Mon, 16 Jun 2014 12:00:20 -0300 Felipe Magno de Almeida >>

[EGIT] [core/efl] master 01/01: Introducing new lexer/parser for Eolian

2014-06-19 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f6c13708c5151b118fb8e3206ae1254192e0e401 commit f6c13708c5151b118fb8e3206ae1254192e0e401 Merge: 8a4849b fc72ca5 Author: Daniel Kolesa Date: Thu Jun 19 16:32:13 2014 +0100 Introducing new lexer/parse

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Jeff Hoogland
Still failing tests with EFL/Elm git and develop ewe branch: PASS: ewe_init_test FAIL: ewe_tabs_test FAIL: ewe_combobox_test FAIL: ewe_entry_test FAIL: ewe_ruler_test FAIL: ewe_statusbar_test make[5]: Entering directory `/media/sda5/Bodhi/e17_debs/20140619/ewe-20140619/tests' make[5]: Nothi

Re: [E-devel] Model-View-Controller

2014-06-19 Thread Larry de Oliveira Lira Jr
hi raster about child_del in eio_model the name of the method is wrong, instead of emodel_eio_child_del the right is emodel_eio_del, for a model delete itself, and it dos not need make to override of emodel_child_del. On Thu, Jun 19, 2014 at 12:23 PM, Carlos Carvalho < ccarva...@expertisesoluti

[EGIT] [core/efl] master 01/01: eolian: fix a few casts

2014-06-19 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4ef61a1c291198670f4a81afe032d77ba1484ee1 commit 4ef61a1c291198670f4a81afe032d77ba1484ee1 Author: Daniel Kolesa Date: Thu Jun 19 17:28:19 2014 +0100 eolian: fix a few casts --- src/lib/eolian/eo_lex

[E-devel] Reminder about soon edning first merge window for 1.11

2014-06-19 Thread Stefan Schmidt
Hello. The first merge window is about to close next Monday. For accurate timings please see: https://phab.enlightenment.org/w/efl_and_elementary_1_11/ Please make sure you get all the bigger and invasive changes in during this first window to give more time for testing. Also make sure you use t

[EGIT] [core/efl] master 01/01: evas: fix crash when preloading Evas_Object_Image.

2014-06-19 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=35f0cd2680653b2a2bf1f7e430a91f78b7b792bb commit 35f0cd2680653b2a2bf1f7e430a91f78b7b792bb Author: Cedric BAIL Date: Thu Jun 19 22:39:15 2014 +0200 evas: fix crash when preloading Evas_Object_Image

Re: [E-devel] Model-View-Controller

2014-06-19 Thread Felipe Magno de Almeida
Hello Raster, On Thu, Jun 19, 2014 at 12:20 PM, Carlos Carvalho wrote: > Hi raster :) > > please see below. > > On Thu, Jun 19, 2014 at 4:09 AM, Carsten Haitzler > wrote: > > can i recommend we have a path property you can > > set AND get? so you can create an empty eio model and then point it

[EGIT] [core/enlightenment] master 01/01: bluez-module: Fixup menu activation code

2014-06-19 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=71e7bc0eb9fe4bef4351290538e13b72cd0fbcae commit 71e7bc0eb9fe4bef4351290538e13b72cd0fbcae Author: Chris Michael Date: Thu Jun 19 13:18:35 2014 -0400 bluez-module: Fixup menu activati

[EGIT] [core/enlightenment] master 01/01: ibar - fix segv when ibar_icon data is NULL

2014-06-19 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=30b5b6d70c8cfac821b9015cc52b2831c36ea027 commit 30b5b6d70c8cfac821b9015cc52b2831c36ea027 Author: Carsten Haitzler (Rasterman) Date: Fri Jun 20 07:31:51 2014 +0900 ibar - fix segv when i

[EGIT] [core/efl] master 01/01: Eolian-Cxx: Corrected the syntax of the .eo examples and added missing includes.

2014-06-19 Thread Savio Sena
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bdd5cf5219a24a7ed46d54cbc13a52ff6851e5fe commit bdd5cf5219a24a7ed46d54cbc13a52ff6851e5fe Author: Savio Sena Date: Thu Jun 19 23:54:36 2014 +0100 Eolian-Cxx: Corrected the syntax of the .eo examples

[EGIT] [core/efl] master 01/01: eolian: remove semicolon termination of classes

2014-06-19 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ee24425ab5230ee2035036ad552e687b2d78b8a8 commit ee24425ab5230ee2035036ad552e687b2d78b8a8 Author: Daniel Kolesa Date: Fri Jun 20 00:01:56 2014 +0100 eolian: remove semicolon termination of classes --

Re: [E-devel] mem module

2014-06-19 Thread Igor Murzov
On Wed, 02 Apr 2014 22:28:59 +0200 Massimo Maiurana wrote: > Hi, > perhaps the mem module is the only monitoring module still left in > legacy subversion. As Wido sent a patch for it in the users mailing > list, can someone put it in enlightenment/core/modules so I can commit > the patch? The mo

Re: [E-devel] EFL Interfaces and Eo API

2014-06-19 Thread The Rasterman
On Thu, 19 Jun 2014 15:17:28 +0100 Tom Hacohen said: > On 19/06/14 15:01, Carsten Haitzler (The Rasterman) wrote: > > On Thu, 19 Jun 2014 10:32:45 -0300 Felipe Magno de Almeida > > said: > > > >> On Thu, Jun 19, 2014 at 10:18 AM, Daniel Kolesa wrote: > >>> 2014-06-19 14:02 GMT+01:00 Tom Hacohen

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread The Rasterman
On Thu, 19 Jun 2014 10:27:28 +0300 Vyacheslav said: > Hello, > > Branch master work properly on the EFL and Elementary 1.10. > This problem solved in the develop branch. Please checkout to develop > branch and try again. > Merge develop to master planed in EWE version 0.1.1 (27-Jun-2014). > And

[EGIT] [core/efl] master 01/01: Eina-Cxx: Added native type constructors and examples.

2014-06-19 Thread Savio Sena
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=656d280e6a6e9bbf8d83a67afc4659aaf151c2c3 commit 656d280e6a6e9bbf8d83a67afc4659aaf151c2c3 Author: Savio Sena Date: Fri Jun 20 01:00:13 2014 +0100 Eina-Cxx: Added native type constructors and examples

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Fan Cris
i have git efl/elementary 1 day old i build today ewe and eflete, after ./autogen.sh i have to do again ./configure so can make run build fine, but on run is incomplete after i open default.edj i have widgetlist but editor is empty ERR<14542>:eo lib/eo/eo.c:603 _eo_call_resolve() in elm_widget.e

Re: [E-devel] Model-View-Controller

2014-06-19 Thread The Rasterman
On Thu, 19 Jun 2014 12:20:21 -0300 Carlos Carvalho said: > Hi raster :) > > please see below. > > On Thu, Jun 19, 2014 at 4:09 AM, Carsten Haitzler > wrote: > > > On Mon, 16 Jun 2014 12:00:20 -0300 Felipe Magno de Almeida > > said: > > > > Hey guys. just reading now. looking at emodel.eo a l

Re: [E-devel] Model-View-Controller

2014-06-19 Thread The Rasterman
On Thu, 19 Jun 2014 18:02:02 -0300 Felipe Magno de Almeida said: > Hello Raster, > > On Thu, Jun 19, 2014 at 12:20 PM, Carlos Carvalho > wrote: > > Hi raster :) > > > > please see below. > > > > On Thu, Jun 19, 2014 at 4:09 AM, Carsten Haitzler > > wrote: > > > > > can i recommend we have a

Re: [E-devel] [webkit-efl] Stop to maintain EFL WK1 port

2014-06-19 Thread The Rasterman
On Mon, 16 Jun 2014 18:50:58 +0900 ryuan Choi said: > I cc'd efl mailing list for someone who may use EFL WK1 port. > > Unfortunately, I agree with you. > Nowadays, we don't have enough man power to maintain two ports. > > If nobody volunteer, I will also support it. just webkit2 will do. if w

Re: [E-devel] [terminology] miniview feature discussion

2014-06-19 Thread The Rasterman
On Tue, 17 Jun 2014 23:27:53 +0300 Galatsanos Panagiotis said: > You guys are right. It is prefered this way. Especially what raster said > about zooming. > > I've tried to implement a white box to indicate your position in scrollback > but I couldn't find a clean way to do it... > I'll give it

Re: [E-devel] Issue with TSLIB and removable keyboard (T100)

2014-06-19 Thread The Rasterman
On Wed, 30 Apr 2014 11:36:20 +0200 Olivier Guiter said: > Hi, > I m working on an application on a T100 and i m facing a strange issue. > On T100, you can separate "on the fly" the keyboard from the screen (and > so, you get a full tablet). > In my application, when i do that, ecore crashes (seg

Re: [E-devel] [EGIT] [core/elementary] master 01/01: fileselector: Adding search entry for realtime filename search

2014-06-19 Thread The Rasterman
On Tue, 10 Jun 2014 21:30:56 +0200 Davide Andreoli said: > Really a cool feature indeed, but the theme implementation is really > poor sure. but it's a good step - the feature look good. :) > I strongly suggest to put the new search entry on the top-right corner of > the widget (after the H

Re: [E-devel] Found a little error in documentation (maybe)

2014-06-19 Thread The Rasterman
On Fri, 18 Apr 2014 10:11:15 +0200 cedlemo said: > Hi, > > I have played a little with evas and in the documentation for the > functions used to set/configure the render engine > (see > https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Evas

[EGIT] [misc/polkit-efl] master 01/01: Add instructions for running in-place

2014-06-19 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=fb9a592b65cdb7bf62181dbe5feeb5a8beea1484 commit fb9a592b65cdb7bf62181dbe5feeb5a8beea1484 Author: Kai Huuhko Date: Fri Jun 20 06:32:20 2014 +0300 Add instructions for running in-place --- I

[EGIT] [misc/polkit-efl] master 01/01: Modify setup.py to allow installing with the default generated tarball

2014-06-19 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=f7519f806e598361f20e233315e6a33967581ab6 commit f7519f806e598361f20e233315e6a33967581ab6 Author: Kai Huuhko Date: Fri Jun 20 06:57:44 2014 +0300 Modify setup.py to allow installing with the

[EGIT] [misc/polkit-efl] annotated tag v0.1.0 created

2014-06-19 Thread Enlightenment Git
kuuko pushed a change to annotated tag v0.1.0 in repository misc/polkit-efl. at 871231a75a (tag) tagging f7519f806e598361f20e233315e6a33967581ab6 (commit) tagged by Kai Huuhko on Fri Jun 20 07:00:34 2014 +0300 - Log -

[E-devel] polkit-efl preview release 0.1.0

2014-06-19 Thread Kai Huuhko
I've written, with the help of zmike, a polkit (1) authentication agent for desktop sessions. Currently it's in need of testing and better graphics / gui work. I'm pushing this preview out now for ironing any remaining bugs out and hopefully entice more people with design and graphics knowledge to

Re: [E-devel] Eflete 0.2.0 released

2014-06-19 Thread Vyacheslav
IL: ewe_entry_test > FAIL: ewe_ruler_test > FAIL: ewe_statusbar_test > make[5]: Entering directory > `/media/sda5/Bodhi/e17_debs/20140619/ewe-20140619/tests' > make[5]: Nothing to be done for `all'. > make[5]: Leaving directory > `/medi

[EGIT] [misc/polkit-efl] master 01/01: Allow the script install location to be overridden

2014-06-19 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=c9061df9ae08add62b9d83b1843a28d5c9beb348 commit c9061df9ae08add62b9d83b1843a28d5c9beb348 Author: Kai Huuhko Date: Fri Jun 20 09:10:18 2014 +0300 Allow the script install location to be over

[EGIT] [misc/polkit-efl] master 01/01: Support --root in setup.py

2014-06-19 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=fa35bf26593f93985aad2191d14523546f88d6ee commit fa35bf26593f93985aad2191d14523546f88d6ee Author: Kai Huuhko Date: Fri Jun 20 09:54:39 2014 +0300 Support --root in setup.py --- setup.py | 1