Re: [E-devel] Elm_Entry - context menu patch

2013-02-25 Thread SHILPA ONKAR SINGH
Hi All, Please refer the link below and review the patch. https://phab.enlightenment.org/D16 Change description: Issue: Currently There is no possibility in entry to get currently selected context menu item’s contents i.e., Label, icon etc:- due to this issue a separate callback has to be added p

Re: [E-devel] Platform specific engine new function

2013-02-25 Thread Diogo Dutra
Hello guys, have you look the projects http://python-for-android.readthedocs.org/en/latest/ , http://pyjnius.readthedocs.org/en/latest/ and http://kivy.org/ ? they use SDL and opengles. > Am Tue, 19 Feb 2013 15:23:16 +0900 schrieb Carsten Haitzler (The > Rasterman): > > On Mon, 18 Feb 2013 23:22:0

Re: [E-devel] [EGIT] [core/elementary] master 01/01: push bluezery's patch. approved.

2013-02-25 Thread Daniel Juyung Seo
Oh.. you lost Taehwan's commit message. Maybe we need to fix this? Daniel Juyung Seo (SeoZ) On Tue, Feb 26, 2013 at 1:42 PM, Tae-Hwan Kim - Enlightenment Git wrote: > raster pushed a commit to branch master. > > commit 8f7164e9dc917a4afd9f90cdd4f9a454b6fe5593 > Author: Tae-Hwan Kim > Date: Tu

Re: [E-devel] [GIT] HTTP cloning

2013-02-25 Thread Daniel Juyung Seo
Oh yes, it's been enhanced a lot! http is slightly faster: [git] real0m28.836s user0m20.261s sys 0m3.132s [http] real0m26.372s user0m19.157s sys 0m3.716s Coolz! Daniel Juyung Seo (SeoZ) On Tue, Feb 26, 2013 at 3:21 AM, Adrien Nader wrote: > Older versions of git had a

Re: [E-devel] enable Eina logging

2013-02-25 Thread Leif Middelschulte
Am Montag, 25. Februar 2013 um 22:57 schrieb Andreas Volz: > Am Mon, 25 Feb 2013 11:47:21 +0900 (KST) schrieb ChunEon Park: > > > ah mistake. > > EINA_LOG_LEVEL=3 > > > > > As I said... no good chance to modify the C environment in Android... > > I hacked > > static Eina_Log_Level _log_

Re: [E-devel] [PATCH core/elementary] configure.ac: Fix rev to work outside of git tree too

2013-02-25 Thread Rafael Antognolli
Applied, thanks! On Mon, Feb 25, 2013 at 6:10 PM, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > When configuring the source outside of the git tree > (i.e. git checkout-index ...), 'git rev-list --count HEAD' > will fail. Thus, just set v_rev to 0 like we did when this > was an svn managed p

Re: [E-devel] enable Eina logging

2013-02-25 Thread Andreas Volz
Am Mon, 25 Feb 2013 11:47:21 +0900 (KST) schrieb ChunEon Park: > ah mistake. > EINA_LOG_LEVEL=3 As I said... no good chance to modify the C environment in Android... I hacked static Eina_Log_Level _log_level = EINA_LOG_LEVEL_DBG; in eina_log.c now it works :-) > -

[E-devel] [PATCH core/elementary] configure.ac: Fix rev to work outside of git tree too

2013-02-25 Thread U. Artie Eoff
From: "U. Artie Eoff" When configuring the source outside of the git tree (i.e. git checkout-index ...), 'git rev-list --count HEAD' will fail. Thus, just set v_rev to 0 like we did when this was an svn managed project. Signed-off-by: U. Artie Eoff --- configure.ac | 2 +- 1 file changed, 1 i

Re: [E-devel] [GIT] HTTP cloning

2013-02-25 Thread Adrien Nader
Older versions of git had a dumb protocol over HTTP. It's been improved for more than a year. On Sun, Feb 24, 2013, Bertrand Jacquin wrote: > Not really, it does not use stock HTTP (GET every objects, pack etc), it > use git-http-backend that is CGI code that use git-upload-pack and git > pack-obj

Re: [E-devel] E SVN: jackdanielz trunk/clouseau/src/lib

2013-02-25 Thread Tom Hacohen
On 25/02/13 16:12, Daniel Juyung Seo wrote: > On Tue, Feb 26, 2013 at 1:07 AM, Tom Hacohen wrote: >> On 14/02/13 10:37, Tom Hacohen wrote: >>> >>> On 14/02/13 10:27, Daniel Juyung Seo wrote: Dear Aharon, After this commit, it's hard to read all the evas informations at a glance

Re: [E-devel] E SVN: jackdanielz trunk/clouseau/src/lib

2013-02-25 Thread Daniel Juyung Seo
On Tue, Feb 26, 2013 at 1:07 AM, Tom Hacohen wrote: > On 14/02/13 10:37, Tom Hacohen wrote: >> >> On 14/02/13 10:27, Daniel Juyung Seo wrote: >>> >>> Dear Aharon, >>> After this commit, it's hard to read all the evas informations at a >>> glance. >>> Information such as min, max, size, position, .

Re: [E-devel] E SVN: jackdanielz trunk/clouseau/src/lib

2013-02-25 Thread Tom Hacohen
On 14/02/13 10:37, Tom Hacohen wrote: > On 14/02/13 10:27, Daniel Juyung Seo wrote: >> Dear Aharon, >> After this commit, it's hard to read all the evas informations at a >> glance. >> Information such as min, max, size, position, ... are contracted and we >> have to expand them all by manual. >> I

[E-devel] Warning: Incoming new Stable release 1.7.6

2013-02-25 Thread Rafael Antognolli
Hey guys, Just a heads up, by the end of this week we will be spinning a new stable release of the EFL. It should come after Daniel Willmann finish moving the 1.7 branch into GIT. Regards, antognolli -- Rafael Antognolli http://antognolli.org/ --

Re: [E-devel] E SVN: tasn trunk/efl

2013-02-25 Thread Tom Hacohen
Dunno, raster doesn't want to, I think. I'd be happy to. I did this so people will be more likely to notice, but it's still not a catch-all solution. -- Tom. On 25/02/13 14:08, Cedric BAIL wrote: > Le 25 févr. 2013 21:50, "Enlightenment SVN" a > écrit : >> >> Log: >> Efl: THIS REPOSITORY HAS

Re: [E-devel] E SVN: tasn trunk/efl

2013-02-25 Thread Cedric BAIL
Le 25 févr. 2013 21:50, "Enlightenment SVN" a écrit : > > Log: > Efl: THIS REPOSITORY HAS MOVED TO GIT, PLEASE USE THAT INSTEAD. > > git://git.enlightenment.org/core/efl.git Shouldn't we move it like we did when merging EFL tree at least people that run script will notice. > Author: tasn