Re: [E-devel] E SVN: bdilly IN trunk/elementary: data/themes/widgets src/lib

2013-01-18 Thread Cedric BAIL
On Fri, Jan 18, 2013 at 7:44 PM, Gustavo Sverzut Barbieri wrote: > On Fri, Jan 18, 2013 at 3:01 PM, Henrique Dante wrote: >> Looks like the text gave you the wrong hint. I'll send a patch later. >> The idea is the following: >> >> ELM_EXTERNAL_MENU=1: use canonical dbus menu >> no ELM_EXTERNAL_

Re: [E-devel] E SVN: kuri trunk/devs

2013-01-18 Thread The Rasterman
On Fri, 18 Jan 2013 16:16:50 +0100 Guillaume Friloux said: > Mail resent, first one doesnt seem to find its way. > > On 18/01/2013 15:49, Ulisses Furquim wrote: > > Hi, > > > > This kind of attitude is just weird to me. People are free to do what > > they want, sure, but this is so childish. :-/

Re: [E-devel] Git and Phabricator

2013-01-18 Thread The Rasterman
On Sat, 19 Jan 2013 02:08:24 +1000 David Seikel said: > On Sat, 19 Jan 2013 00:57:59 +0900 Daniel Juyung Seo > wrote: > > > On Fri, Jan 18, 2013 at 11:23 PM, Bruno Dilly > > wrote: > > > On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen > > > wrote: > > >> Hey guys, > > >> > > >> Daniel and I have

[E-devel] Can we expect a post-stable snapshot any time soon of E17?

2013-01-18 Thread Jeff Hoogland
Is there a time line anywhere for a post E17 stable snapshot of the desktop? I would like to get bug fixes out to folks using our wonderful desktop. Not being able to create application launchers in the stable E17 release due to entry input issues is a giant annoyance. -- ~Jeff Hoogland

Re: [E-devel] Error building efl/

2013-01-18 Thread Alex-P. Natsios
On Fri, Jan 18, 2013 at 1:11 AM, Carsten Haitzler wrote: > over the past 16+ years i've learned that: > > 1. autotools likes to upgrade regularly from 1.xx to 1.yy and so on > 2. as it upgrades it often creates brekages, deprecates stuff and breaks it > etc. > 3. you often can't just choose any c

[E-devel] [PATCH] Fix memory leak in Eina cow

2013-01-18 Thread Paulo Alcantara
Is this the correct fix ? >From 5805f1d6734b396ad5af6d1dd03170ed5d5884e0 Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Fri, 18 Jan 2013 19:02:17 -0200 Subject: [PATCH] efl/eina_cow: Fix memory leak This patch fixes this leak: ==20662== Memcheck, a memory error detector ==20662== Copyrigh

Re: [E-devel] E SVN: bdilly IN trunk/elementary: data/themes/widgets src/lib

2013-01-18 Thread Henrique Dante
Me and bdilly just talked about run-time menu placement changes (switching to and from dbus menu) and concluded that the variable should change to ELM_DISABLE_EXTERNAL_MENU instead. The default case, then, will be to try to connect to the D-Bus menu gadget. On Fri, Jan 18, 2013 at 4:44 PM, Gustav

Re: [E-devel] E SVN: bdilly IN trunk/elementary: data/themes/widgets src/lib

2013-01-18 Thread Bruno Dilly
On Fri, Jan 18, 2013 at 3:01 PM, Henrique Dante wrote: > Looks like the text gave you the wrong hint. I'll send a patch later. > The idea is the following: > > ELM_EXTERNAL_MENU=1: use canonical dbus menu > no ELM_EXTERNAL_MENU: embed menu in the window > > On Fri, Jan 18, 2013 at 2:29 PM, Danie

Re: [E-devel] E SVN: bdilly IN trunk/elementary: data/themes/widgets src/lib

2013-01-18 Thread Gustavo Sverzut Barbieri
On Fri, Jan 18, 2013 at 3:01 PM, Henrique Dante wrote: > Looks like the text gave you the wrong hint. I'll send a patch later. > The idea is the following: > > ELM_EXTERNAL_MENU=1: use canonical dbus menu > no ELM_EXTERNAL_MENU: embed menu in the window with canonical dbus menu being displayed

Re: [E-devel] E SVN: bdilly trunk/elementary/data/themes/widgets

2013-01-18 Thread Gustavo Sverzut Barbieri
On Fri, Jan 18, 2013 at 2:44 PM, Daniel Juyung Seo wrote: > On Sat, Jan 19, 2013 at 1:19 AM, Henrique Dante wrote: >> On Fri, Jan 18, 2013 at 2:09 PM, Daniel Juyung Seo >> wrote: >>> On Sat, Jan 19, 2013 at 12:56 AM, Enlightenment SVN >>> wrote: Log: Fix main menu rectangle

Re: [E-devel] E SVN: bdilly IN trunk/elementary: data/themes/widgets src/lib

2013-01-18 Thread Henrique Dante
Looks like the text gave you the wrong hint. I'll send a patch later. The idea is the following: ELM_EXTERNAL_MENU=1: use canonical dbus menu no ELM_EXTERNAL_MENU: embed menu in the window On Fri, Jan 18, 2013 at 2:29 PM, Daniel Juyung Seo wrote: > How can I use this main menu? > I tried eleme

Re: [E-devel] E SVN: bdilly trunk/elementary/data/themes/widgets

2013-01-18 Thread Daniel Juyung Seo
On Sat, Jan 19, 2013 at 1:19 AM, Henrique Dante wrote: > On Fri, Jan 18, 2013 at 2:09 PM, Daniel Juyung Seo > wrote: >> On Sat, Jan 19, 2013 at 12:56 AM, Enlightenment SVN >> wrote: >>> Log: >>> Fix main menu rectangle >>> >>> Patch by: Henrique Dante de Almeida >>> >>> >>> >>> Author:

Re: [E-devel] E SVN: bdilly IN trunk/elementary: data/themes/widgets src/lib

2013-01-18 Thread Daniel Juyung Seo
How can I use this main menu? I tried elementary_test main menu with: ELM_EXTERNAL_MENU=1 elementary_test and just got: Note: this example requires support from ... Daniel Juyung Seo (SeoZ) On Sat, Jan 19, 2013 at 12:56 AM, Enlightenment SVN wrote: > Log: > Fix main menu coding style > >

Re: [E-devel] E SVN: bdilly trunk/elementary/data/themes/widgets

2013-01-18 Thread Henrique Dante
On Fri, Jan 18, 2013 at 2:09 PM, Daniel Juyung Seo wrote: > On Sat, Jan 19, 2013 at 12:56 AM, Enlightenment SVN > wrote: >> Log: >> Fix main menu rectangle >> >> Patch by: Henrique Dante de Almeida >> >> >> >> Author: bdilly >> Date: 2013-01-18 07:56:34 -0800 (Fri, 18 Jan 2013) >

Re: [E-devel] E SVN: bdilly trunk/elementary/data/themes/widgets

2013-01-18 Thread Daniel Juyung Seo
On Sat, Jan 19, 2013 at 12:56 AM, Enlightenment SVN wrote: > Log: > Fix main menu rectangle > > Patch by: Henrique Dante de Almeida > > > > Author: bdilly > Date: 2013-01-18 07:56:34 -0800 (Fri, 18 Jan 2013) > New Revision: 82986 > Trac: http://trac.enlightenment.org/e/cha

Re: [E-devel] Git and Phabricator

2013-01-18 Thread David Seikel
On Sat, 19 Jan 2013 00:57:59 +0900 Daniel Juyung Seo wrote: > On Fri, Jan 18, 2013 at 11:23 PM, Bruno Dilly > wrote: > > On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen > > wrote: > >> Hey guys, > >> > >> Daniel and I have been working on migrating SVN to git while > >> keeping complete history. W

Re: [E-devel] Git and Phabricator

2013-01-18 Thread David Seikel
On Sat, 19 Jan 2013 00:58:32 +0900 Daniel Juyung Seo wrote: > On Fri, Jan 18, 2013 at 11:05 PM, Cedric BAIL > wrote: > > On Fri, Jan 18, 2013 at 10:53 PM, Christopher Michael > > wrote: > >> On 18/01/13 13:38, Tom Hacohen wrote: > >>> On 18/01/13 13:32, Christopher Michael wrote: > On 18/0

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Michael Blumenkrantz
On Sat, 19 Jan 2013 00:58:32 +0900 Daniel Juyung Seo wrote: > On Fri, Jan 18, 2013 at 11:05 PM, Cedric BAIL wrote: > > On Fri, Jan 18, 2013 at 10:53 PM, Christopher Michael > > wrote: > >> On 18/01/13 13:38, Tom Hacohen wrote: > >>> On 18/01/13 13:32, Christopher Michael wrote: > On 18/01/

Re: [E-devel] E SVN: kuri trunk/devs

2013-01-18 Thread Daniel Juyung Seo
On Sat, Jan 19, 2013 at 12:13 AM, David Seikel wrote: > On Fri, 18 Jan 2013 12:49:01 -0200 Ulisses Furquim > wrote: > >> This kind of attitude is just weird to me. People are free to do what >> they want, sure, but this is so childish. :-/ And we were in the >> middle of a conversation on IRC. We

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Daniel Juyung Seo
On Fri, Jan 18, 2013 at 11:05 PM, Cedric BAIL wrote: > On Fri, Jan 18, 2013 at 10:53 PM, Christopher Michael > wrote: >> On 18/01/13 13:38, Tom Hacohen wrote: >>> On 18/01/13 13:32, Christopher Michael wrote: On 18/01/13 13:27, Tom Hacohen wrote: > On 18/01/13 11:47, Gustavo Sverzut Barb

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Daniel Juyung Seo
On Fri, Jan 18, 2013 at 11:23 PM, Bruno Dilly wrote: > On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen wrote: >> Hey guys, >> >> Daniel and I have been working on migrating SVN to git while keeping >> complete history. We believe we got it figured out, we'll share the >> results on Monday. >> As for

Re: [E-devel] E SVN: kuri trunk/devs

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 16:16:50 +0100 Guillaume Friloux wrote: > Mail resent, first one doesnt seem to find its way. > > On 18/01/2013 15:49, Ulisses Furquim wrote: > > Hi, > > > > This kind of attitude is just weird to me. People are free to do > > what they want, sure, but this is so childish. :-

Re: [E-devel] E SVN: kuri trunk/devs

2013-01-18 Thread Guillaume Friloux
On 18/01/2013 15:49, Ulisses Furquim wrote: Hi, This kind of attitude is just weird to me. People are free to do what they want, sure, but this is so childish. :-/ And we were in the middle of a conversation on IRC. We should be discussing more and reaching agreement. :-( -- Ulisses I disagre

Re: [E-devel] E SVN: kuri trunk/devs

2013-01-18 Thread Michael Blumenkrantz
On Sat, 19 Jan 2013 01:13:46 +1000 David Seikel wrote: > On Fri, 18 Jan 2013 12:49:01 -0200 Ulisses Furquim > wrote: > > > This kind of attitude is just weird to me. People are free to do what > > they want, sure, but this is so childish. :-/ And we were in the > > middle of a conversation on I

Re: [E-devel] E SVN: kuri trunk/devs

2013-01-18 Thread Guillaume Friloux
Mail resent, first one doesnt seem to find its way. On 18/01/2013 15:49, Ulisses Furquim wrote: Hi, This kind of attitude is just weird to me. People are free to do what they want, sure, but this is so childish. :-/ And we were in the middle of a conversation on IRC. We should be discussing mor

Re: [E-devel] E SVN: kuri trunk/devs

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 12:49:01 -0200 Ulisses Furquim wrote: > This kind of attitude is just weird to me. People are free to do what > they want, sure, but this is so childish. :-/ And we were in the > middle of a conversation on IRC. We should be discussing more and > reaching agreement. > > :-(

Re: [E-devel] Suspend loop

2013-01-18 Thread Tom Hacohen
On 18/01/13 14:33, Nikolas Arend wrote: > Hello, > > Since a few days I experience the problem that after resuming from > suspend, enlightenment will trigger another suspend after about 20 > seconds, even if I don't touch anything after the resume. What usually > fixes it and breaks this suspend lo

Re: [E-devel] E SVN: kuri trunk/devs

2013-01-18 Thread Ulisses Furquim
Hi, This kind of attitude is just weird to me. People are free to do what they want, sure, but this is so childish. :-/ And we were in the middle of a conversation on IRC. We should be discussing more and reaching agreement. :-( -- Ulisses On Fri, Jan 18, 2013 at 12:33 PM, Enlightenment SVN wr

[E-devel] Suspend loop

2013-01-18 Thread Nikolas Arend
Hello, Since a few days I experience the problem that after resuming from suspend, enlightenment will trigger another suspend after about 20 seconds, even if I don't touch anything after the resume. What usually fixes it and breaks this suspend loop is an enlightenment restart (well, until the

Re: [E-devel] Git and Phabricator

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 14:21:45 + Christopher Michael wrote: > On 18/01/13 14:12, David Seikel wrote: > > On Fri, 18 Jan 2013 14:05:24 + Tom Hacohen > > wrote: > > > >> On 18/01/13 13:53, Christopher Michael wrote: > >>> On 18/01/13 13:38, Tom Hacohen wrote: > On 18/01/13 13:32, Christ

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Bruno Dilly
On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen wrote: > Hey guys, > > Daniel and I have been working on migrating SVN to git while keeping > complete history. We believe we got it figured out, we'll share the > results on Monday. > As for phabricator: We have it configured and running. > > Both of t

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Christopher Michael
On 18/01/13 14:12, David Seikel wrote: > On Fri, 18 Jan 2013 14:05:24 + Tom Hacohen > wrote: > >> On 18/01/13 13:53, Christopher Michael wrote: >>> On 18/01/13 13:38, Tom Hacohen wrote: On 18/01/13 13:32, Christopher Michael wrote: > On 18/01/13 13:27, Tom Hacohen wrote: >> On 18/

Re: [E-devel] Git and Phabricator

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 14:05:24 + Tom Hacohen wrote: > On 18/01/13 13:53, Christopher Michael wrote: > > On 18/01/13 13:38, Tom Hacohen wrote: > >> On 18/01/13 13:32, Christopher Michael wrote: > >>> On 18/01/13 13:27, Tom Hacohen wrote: > On 18/01/13 11:47, Gustavo Sverzut Barbieri wrote:

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 22:51:57 +0900 Carsten Haitzler (The Rasterman) wrote: > On Fri, 18 Jan 2013 23:32:31 +1000 David Seikel > said: > > > On Fri, 18 Jan 2013 22:52:56 +1000 David Seikel > > wrote: > > > > > On Fri, 18 Jan 2013 21:29:35 +0900 Carsten Haitzler (The > > > Rasterman) wrote: > >

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Cedric BAIL
On Fri, Jan 18, 2013 at 10:53 PM, Christopher Michael wrote: > On 18/01/13 13:38, Tom Hacohen wrote: >> On 18/01/13 13:32, Christopher Michael wrote: >>> On 18/01/13 13:27, Tom Hacohen wrote: On 18/01/13 11:47, Gustavo Sverzut Barbieri wrote: > > > On Friday, January 18, 2013, Tom

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Tom Hacohen
On 18/01/13 13:53, Christopher Michael wrote: > On 18/01/13 13:38, Tom Hacohen wrote: >> On 18/01/13 13:32, Christopher Michael wrote: >>> On 18/01/13 13:27, Tom Hacohen wrote: On 18/01/13 11:47, Gustavo Sverzut Barbieri wrote: > > > On Friday, January 18, 2013, Tom Hacohen wrote:

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Christopher Michael
On 18/01/13 13:38, Tom Hacohen wrote: > On 18/01/13 13:32, Christopher Michael wrote: >> On 18/01/13 13:27, Tom Hacohen wrote: >>> On 18/01/13 11:47, Gustavo Sverzut Barbieri wrote: On Friday, January 18, 2013, Tom Hacohen wrote: On 18/01/13 11:29, Gustavo Sverzut Bar

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-18 Thread The Rasterman
On Fri, 18 Jan 2013 23:32:31 +1000 David Seikel said: > On Fri, 18 Jan 2013 22:52:56 +1000 David Seikel > wrote: > > > On Fri, 18 Jan 2013 21:29:35 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Fri, 18 Jan 2013 20:29:37 +1000 David Seikel > > > said: > > > > > > > On Fri, 1

Re: [E-devel] E SVN: barbieri trunk/efl/src/tests/eina

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 13:40:53 + Tom Hacohen wrote: > On 18/01/13 13:35, Gustavo Sverzut Barbieri wrote: > > On Fri, Jan 18, 2013 at 9:48 AM, Stefan Schmidt > > wrote: > >>> We must bump required check's version. Could u do it? > >> > >> I would have done if I liked the idea. :) My problem is

Re: [E-devel] E SVN: barbieri trunk/efl/src/tests/eina

2013-01-18 Thread Tom Hacohen
On 18/01/13 13:35, Gustavo Sverzut Barbieri wrote: > On Fri, Jan 18, 2013 at 9:48 AM, Stefan Schmidt wrote: >>> We must bump required check's version. Could u do it? >> >> I would have done if I liked the idea. :) My problem is that the ubuntu >> version listed above is the one I have installed on

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Tom Hacohen
On 18/01/13 13:32, Christopher Michael wrote: > On 18/01/13 13:27, Tom Hacohen wrote: >> On 18/01/13 11:47, Gustavo Sverzut Barbieri wrote: >>> >>> >>> On Friday, January 18, 2013, Tom Hacohen wrote: >>> >>> On 18/01/13 11:29, Gustavo Sverzut Barbieri wrote: >>> >>> On Friday, January

Re: [E-devel] E SVN: billiob trunk/E-MODULES-EXTRA/eenvader.fractal

2013-01-18 Thread Gustavo Sverzut Barbieri
On Fri, Jan 18, 2013 at 11:01 AM, Enlightenment SVN wrote: > Log: > eenvader.fractal: correctly install edje external module > > EFL_WITH_BIN([edje], [edje-cc], [edje_cc]) > vmaj=$($PKG_CONFIG --variable=vmaj edje) > -MODULE_ARCH="$host_os-$host_cpu-$vmaj.0.0" > +vmin=$($PKG_CONFIG --variable=vm

Re: [E-devel] E SVN: barbieri trunk/efl/src/tests/eina

2013-01-18 Thread Gustavo Sverzut Barbieri
On Fri, Jan 18, 2013 at 9:48 AM, Stefan Schmidt wrote: >> We must bump required check's version. Could u do it? > > I would have done if I liked the idea. :) My problem is that the ubuntu > version listed above is the one I have installed on my work machine. So > I see the actual build problem. w

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Iván Briano
On Fri, Jan 18, 2013 at 11:27 AM, Tom Hacohen wrote: > On 18/01/13 11:47, Gustavo Sverzut Barbieri wrote: >> >> >> On Friday, January 18, 2013, Tom Hacohen wrote: >> >> On 18/01/13 11:29, Gustavo Sverzut Barbieri wrote: >> >> On Friday, January 18, 2013, Ulisses Furquim wrote: >> >>

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Christopher Michael
On 18/01/13 13:27, Tom Hacohen wrote: > On 18/01/13 11:47, Gustavo Sverzut Barbieri wrote: >> >> >> On Friday, January 18, 2013, Tom Hacohen wrote: >> >> On 18/01/13 11:29, Gustavo Sverzut Barbieri wrote: >> >> On Friday, January 18, 2013, Ulisses Furquim wrote: >> >> Hi

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 22:52:56 +1000 David Seikel wrote: > On Fri, 18 Jan 2013 21:29:35 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Fri, 18 Jan 2013 20:29:37 +1000 David Seikel > > said: > > > > > On Fri, 18 Jan 2013 08:43:44 +0900 Carsten Haitzler (The > > > Rasterman) wrote: > >

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Tom Hacohen
On 18/01/13 11:47, Gustavo Sverzut Barbieri wrote: > > > On Friday, January 18, 2013, Tom Hacohen wrote: > > On 18/01/13 11:29, Gustavo Sverzut Barbieri wrote: > > On Friday, January 18, 2013, Ulisses Furquim wrote: > > Hi Tom, > > On Fri, Jan 18, 2013 at 8:13 AM

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Ulisses Furquim
Hi, On Fri, Jan 18, 2013 at 9:38 AM, Tom Hacohen wrote: > On 18/01/13 11:29, Gustavo Sverzut Barbieri wrote: >> On Friday, January 18, 2013, Ulisses Furquim wrote: >> >>> Hi Tom, >>> >>> On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen >>> > >>> wrote: Hey guys, Daniel and I have been

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 21:29:35 +0900 Carsten Haitzler (The Rasterman) wrote: > On Fri, 18 Jan 2013 20:29:37 +1000 David Seikel > said: > > > On Fri, 18 Jan 2013 08:43:44 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 17 Jan 2013 13:51:16 -0200 Gustavo Sverzut Barbieri > > >

Re: [E-devel] Git and Phabricator

2013-01-18 Thread The Rasterman
On Fri, 18 Jan 2013 11:32:35 + Michael Blumenkrantz said: > On Fri, Jan 18, 2013 at 11:29 AM, Gustavo Sverzut Barbieri < > barbi...@profusion.mobi> wrote: > > > On Friday, January 18, 2013, Ulisses Furquim wrote: > > > > > Hi Tom, > > > > > > On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen > >

Re: [E-devel] Ecore_X specific functions

2013-01-18 Thread The Rasterman
On Fri, 18 Jan 2013 09:37:40 -0200 Rafael Antognolli said: > On Fri, Jan 18, 2013 at 12:24 AM, Carsten Haitzler > wrote: > > On Fri, 18 Jan 2013 09:18:34 +0900 Daniel Juyung Seo > > said: > > > >> Yes this is a good idea. We need a wrapper layer for x and wayland. > >> Even ecore_evas will offe

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-18 Thread The Rasterman
On Fri, 18 Jan 2013 20:29:37 +1000 David Seikel said: > On Fri, 18 Jan 2013 08:43:44 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 17 Jan 2013 13:51:16 -0200 Gustavo Sverzut Barbieri > > said: > > > > > On Thu, Jan 17, 2013 at 1:03 AM, Carsten Haitzler > > > wrote: > > > > On

Re: [E-devel] Entry behavior

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 11:10:53 + Michael Blumenkrantz wrote: > As any of you who use EFL applications on the desktop have noticed, > our text entries have weird/unwanted behavior with regard to how > words are defined. In every other toolkit and desktop environment, a > "word" includes the spac

Re: [E-devel] Git and Phabricator

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 09:47:25 -0200 Gustavo Sverzut Barbieri wrote: > On Friday, January 18, 2013, Tom Hacohen wrote: > > > On 18/01/13 11:29, Gustavo Sverzut Barbieri wrote: > > > >> On Friday, January 18, 2013, Ulisses Furquim wrote: > >> > >> Hi Tom, > >>> > >>> On Fri, Jan 18, 2013 at 8:13 A

Re: [E-devel] Git and Phabricator

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 10:51:18 + Tom Hacohen wrote: > On 18/01/13 10:37, David Seikel wrote: > > On Fri, 18 Jan 2013 10:13:52 + Tom Hacohen > > wrote: > > > >> Daniel and I have been working on migrating SVN to git while > >> keeping complete history. We believe we got it figured out, we'l

Re: [E-devel] E SVN: barbieri trunk/efl/src/tests/eina

2013-01-18 Thread Stefan Schmidt
Hello. On 18/01/13 11:32, Gustavo Sverzut Barbieri wrote: > On Friday, January 18, 2013, Stefan Schmidt wrote: > >> Hello. >> >> On 17/01/13 19:13, Enlightenment SVN wrote: >>> Log: >>> eina/tests: fix some warnings and use better ck macros. >>> >>> >>> Author: barbieri >>> Date: 201

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Gustavo Sverzut Barbieri
On Friday, January 18, 2013, Tom Hacohen wrote: > On 18/01/13 11:29, Gustavo Sverzut Barbieri wrote: > >> On Friday, January 18, 2013, Ulisses Furquim wrote: >> >> Hi Tom, >>> >>> On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen >> > >>> wrote: >>> Hey guys, Daniel and I have been work

Re: [E-devel] Ecore_X specific functions

2013-01-18 Thread Rafael Antognolli
On Fri, Jan 18, 2013 at 12:24 AM, Carsten Haitzler wrote: > On Fri, 18 Jan 2013 09:18:34 +0900 Daniel Juyung Seo > said: > >> Yes this is a good idea. We need a wrapper layer for x and wayland. >> Even ecore_evas will offer the APIs, we should consider usecases in >> elementary applications. > >

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Tom Hacohen
On 18/01/13 11:29, Gustavo Sverzut Barbieri wrote: > On Friday, January 18, 2013, Ulisses Furquim wrote: > >> Hi Tom, >> >> On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen >> > >> wrote: >>> Hey guys, >>> >>> Daniel and I have been working on migrating SVN to git while keeping >>> complete history. W

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Tom Hacohen
On 18/01/13 11:20, Ulisses Furquim wrote: > Hi Tom, > > On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen wrote: >> Hey guys, >> >> Daniel and I have been working on migrating SVN to git while keeping >> complete history. We believe we got it figured out, we'll share the >> results on Monday. > > How e

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Michael Blumenkrantz
On Fri, Jan 18, 2013 at 11:29 AM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Friday, January 18, 2013, Ulisses Furquim wrote: > > > Hi Tom, > > > > On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen > > > wrote: > > > Hey guys, > > > > > > Daniel and I have been working on migratin

Re: [E-devel] E SVN: barbieri trunk/efl/src/tests/eina

2013-01-18 Thread Gustavo Sverzut Barbieri
On Friday, January 18, 2013, Stefan Schmidt wrote: > Hello. > > On 17/01/13 19:13, Enlightenment SVN wrote: > > Log: > > eina/tests: fix some warnings and use better ck macros. > > > > > > Author: barbieri > > Date: 2013-01-17 11:13:24 -0800 (Thu, 17 Jan 2013) > > New Revision: 82943

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Gustavo Sverzut Barbieri
On Friday, January 18, 2013, Ulisses Furquim wrote: > Hi Tom, > > On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen > > > wrote: > > Hey guys, > > > > Daniel and I have been working on migrating SVN to git while keeping > > complete history. We believe we got it figured out, we'll share the > > result

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Ulisses Furquim
Hi Tom, On Fri, Jan 18, 2013 at 8:13 AM, Tom Hacohen wrote: > Hey guys, > > Daniel and I have been working on migrating SVN to git while keeping > complete history. We believe we got it figured out, we'll share the > results on Monday. How everything is going to work with git? Will we have just

[E-devel] Entry behavior

2013-01-18 Thread Michael Blumenkrantz
As any of you who use EFL applications on the desktop have noticed, our text entries have weird/unwanted behavior with regard to how words are defined. In every other toolkit and desktop environment, a "word" includes the space(s) trailing a group of characters, not including punctuation. Entries i

Re: [E-devel] Git and Phabricator

2013-01-18 Thread Tom Hacohen
On 18/01/13 10:37, David Seikel wrote: > On Fri, 18 Jan 2013 10:13:52 + Tom Hacohen > wrote: > >> Daniel and I have been working on migrating SVN to git while keeping >> complete history. We believe we got it figured out, we'll share the >> results on Monday. >> As for phabricator: We have it

Re: [E-devel] Git and Phabricator

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 10:13:52 + Tom Hacohen wrote: > Daniel and I have been working on migrating SVN to git while keeping > complete history. We believe we got it figured out, we'll share the > results on Monday. > As for phabricator: We have it configured and running. > > Both of them are

Re: [E-devel] E SVN: barbieri IN trunk/efl: . licenses

2013-01-18 Thread David Seikel
On Fri, 18 Jan 2013 08:43:44 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 17 Jan 2013 13:51:16 -0200 Gustavo Sverzut Barbieri > said: > > > On Thu, Jan 17, 2013 at 1:03 AM, Carsten Haitzler > > wrote: > > > On Wed, 16 Jan 2013 22:50:08 -0200 Gustavo Sverzut Barbieri > > > said: > >

[E-devel] Git and Phabricator

2013-01-18 Thread Tom Hacohen
Hey guys, Daniel and I have been working on migrating SVN to git while keeping complete history. We believe we got it figured out, we'll share the results on Monday. As for phabricator: We have it configured and running. Both of them are running on a clean VM so it'll be easy to move it to e5

Re: [E-devel] [PATCH] [Elementary] Fix memory leak and callback function in ctxpopup

2013-01-18 Thread Daniel Juyung Seo
I think "elm_ctxpopup_memleak_callback_1.7.diff" is the backport. But he made a mistake in NEWS. Daniel Juyung Seo (SeoZ) On Fri, Jan 18, 2013 at 6:12 PM, ChunEon Park wrote: > and theip, could you please make a backport patch also? > > > > -Regards, Hermet-

Re: [E-devel] E SVN: barbieri trunk/efl/src/tests/eina

2013-01-18 Thread Stefan Schmidt
Hello. On 17/01/13 19:13, Enlightenment SVN wrote: > Log: > eina/tests: fix some warnings and use better ck macros. > > > Author: barbieri > Date: 2013-01-17 11:13:24 -0800 (Thu, 17 Jan 2013) > New Revision: 82943 > Trac: http://trac.enlightenment.org/e/changeset/82943 > > Mo

Re: [E-devel] [PATCH] [Elementary] Fix memory leak and callback function in ctxpopup

2013-01-18 Thread ChunEon Park
and theip, could you please make a backport patch also? -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "Enlightenment developer list"; Cc: Sent: 2013-01-18 (금) 18:08:

Re: [E-devel] [PATCH] [Elementary] Fix memory leak and callback function in ctxpopup

2013-01-18 Thread ChunEon Park
Here is my review of the first patch elm_ctxpopup_memleak_callback.diff. I don't have much time to review both. 1. Reduce line as possible. We don't need to block the area if the conditional has only one 32 + EINA_LIST_FREE (sd->items, it) 33 + { 34 +elm_widget_item_free(it