[EGIT] [core/efl] master 01/01: evas_gl: fix memory leak in case that version doesn't include dot

2014-03-22 Thread Jihoon Kim
jihoon pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=014183a1b7c69fed2430886bed57841368fe52ed commit 014183a1b7c69fed2430886bed57841368fe52ed Author: Jihoon Kim Date: Sun Mar 23 13:36:00 2014 +0900 evas_gl: fix memory leak in case that version does

Re: [E-devel] Trouble with PY Bindings and Entry.file_set()

2014-03-22 Thread Jeff Hoogland
The solution to this was creating the file using python and THEN loading it using file_set. On Sat, Mar 22, 2014 at 5:56 PM, Jeff Hoogland wrote: > I am getting the following error when trying to set a new file for an > elementary.entry object: > > Traceback (most recent call last): File "object

[E-devel] Stop strange ? character in entry when ctrl key is pressed

2014-03-22 Thread Jeff Hoogland
Example Screen shot . Using elm_event_callback_add I've successfully been able to check when control+desired key combination is pressed to trigger a file save/open/new file. However - when any key is pressed with control is held I get

[E-devel] Trouble with PY Bindings and Entry.file_set()

2014-03-22 Thread Jeff Hoogland
I am getting the following error when trying to set a new file for an elementary.entry object: Traceback (most recent call last): File "object.pyx", line 295, in efl.elementary.object._object_callback (efl/elementary/object.c:7609) File "ePad.py", line 122, in fileSelected self.mainEn.file_set(fil

[EGIT] [core/elementary] master 04/04: gengrid: Commented out some temporarily unused code.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a3ebeb890a87f8de77b1b6818532e28cd873b572 commit a3ebeb890a87f8de77b1b6818532e28cd873b572 Author: Daniel Juyung Seo Date: Sun Mar 23 02:07:20 2014 +0900 gengrid: Commented out some temporaril

[EGIT] [core/elementary] master 01/04: focus: Added optional focus feature - focus movement by mouse_in.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2cc50b3613435429c6642be1235dee0ec7244c53 commit 2cc50b3613435429c6642be1235dee0ec7244c53 Author: Daniel Juyung Seo Date: Thu Mar 20 23:50:46 2014 +0900 focus: Added optional focus feature -

[EGIT] [core/elementary] master 02/04: test_list: Added focus move policy set example to test_list.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ce886262415222847543365991425365099f306b commit ce886262415222847543365991425365099f306b Author: Daniel Juyung Seo Date: Sun Mar 23 01:35:00 2014 +0900 test_list: Added focus move policy set

[EGIT] [core/elementary] master 03/04: elm: Fixed shadow variable build warning.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=406e27a98ccb4f6a904bdb62ea89a6305660c5f1 commit 406e27a98ccb4f6a904bdb62ea89a6305660c5f1 Author: Daniel Juyung Seo Date: Sun Mar 23 02:05:16 2014 +0900 elm: Fixed shadow variable build warni

[EGIT] [core/elementary] master 01/01: test_genlist/gengrid: Renamed 'item focus' test to just 'focus'.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e40243ade5abac0310ac4b4285a215066f6a1b64 commit e40243ade5abac0310ac4b4285a215066f6a1b64 Author: Daniel Juyung Seo Date: Sun Mar 23 00:49:41 2014 +0900 test_genlist/gengrid: Renamed 'item fo

[EGIT] [core/elementary] master 01/03: test_genlist: Merged 'Genlist Focus' and 'Genlist Item Focus' test.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bcd128149457dac68c0646ca17158f2187be42e6 commit bcd128149457dac68c0646ca17158f2187be42e6 Author: Daniel Juyung Seo Date: Sun Mar 23 00:13:58 2014 +0900 test_genlist: Merged 'Genlist Focus' a

[EGIT] [core/elementary] master 02/03: test_genlist: Flourish genlist focus test case to reveal more bugs.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b719ad2ae75641846eaadb07e0f1689e8654ede5 commit b719ad2ae75641846eaadb07e0f1689e8654ede5 Author: Daniel Juyung Seo Date: Sun Mar 23 00:38:01 2014 +0900 test_genlist: Flourish genlist focus t

[EGIT] [core/elementary] master 03/03: focus: Set the focus target as NULL on focus highlight init.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f951572644295cc72d8176860fa5f1f02eed97de commit f951572644295cc72d8176860fa5f1f02eed97de Author: Daniel Juyung Seo Date: Sun Mar 23 00:42:59 2014 +0900 focus: Set the focus target as NULL on

[EGIT] [core/elementary] master 01/03: list: Added missing return from my previous commit ac0b3c.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4ff314d72749b845443ca9aac870779c88bcea78 commit 4ff314d72749b845443ca9aac870779c88bcea78 Author: Daniel Juyung Seo Date: Sat Mar 22 21:50:21 2014 +0900 list: Added missing return from my pre

[EGIT] [core/elementary] master 03/03: gengrid: Fixed broken gengrid item focus support.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=13983bfb775bccd81352008a21601f667e09af5d commit 13983bfb775bccd81352008a21601f667e09af5d Author: Daniel Juyung Seo Date: Sat Mar 22 23:51:52 2014 +0900 gengrid: Fixed broken gengrid item foc

[EGIT] [core/elementary] master 02/03: genlist: Fixed broken genlist item focus support.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7d43205a0017d4423152f8aad06cad31308a06b9 commit 7d43205a0017d4423152f8aad06cad31308a06b9 Author: Daniel Juyung Seo Date: Sat Mar 22 23:28:19 2014 +0900 genlist: Fixed broken genlist item foc

[EGIT] [admin/devs] master 01/01: Updated info for Thanatermesis

2014-03-22 Thread Thanatermesis
thanatermesis pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=3f423bbe388c8af9fcd4305b468a1e482de0d8a2 commit 3f423bbe388c8af9fcd4305b468a1e482de0d8a2 Author: Thanatermesis Date: Sat Mar 22 14:54:41 2014 +0100 Updated info for Thanatermesis --- de

[EGIT] [admin/devs] master 01/01: thanatermesis -> back.

2014-03-22 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=f07a087dcf41458df9f2c671cfb12443ef721118 commit f07a087dcf41458df9f2c671cfb12443ef721118 Author: Carsten Haitzler (Rasterman) Date: Sat Mar 22 21:59:50 2014 +0900 thanatermesis -> back. --- {i

Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-22 Thread The Rasterman
On Sat, 22 Mar 2014 13:37:51 +0100 Thanatermesis said: > Some commits that I can remember in my broken memory: done. restored. they were not under the email you have in info.txt. you may want to update info.txt :) > ~/t/m/s/w/*terminology* git:master >>> git log --author=Thanatermesis --all >

Re: [E-devel] [EGIT] [core/elementary] master 01/01: win - removed unknown type.

2014-03-22 Thread Daniel Juyung Seo
Hmm actually feel sorry/sad about this as I really try to maintain elementary in a good shape. I miss stuffs like this when I was in a super busy mode... But I agree with the idea that lists up all the newly added exposed apis, enums, macros, and etc. before the release. Thanks for the suggestion.

Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-22 Thread Thanatermesis
Some commits that I can remember in my broken memory: ~/t/m/s/w/*terminology* git:master >>> git log --author=Thanatermesis --all commit 4641ad1a0519138ff53b99d1c706c658680c17c3 Author: Thanatermesis *Date: Mon Feb 3 17:11:38 2014 +0100* improved manpage in formatting and a small bugfix

Re: [E-devel] [EGIT] [core/elementary] master 01/01: win - removed unknown type.

2014-03-22 Thread ChunEon Park
yes I missed that. so reverted my revert. And I pretty agree on your question that list up the new symbols before final release. Somtimes we can not catch up some commits including new apis/symbols like this case. Since we are human, we weren't perfect, some of commits may be good, some of co

[EGIT] [core/efl] efl-1.9 01/01: evas/gl - fill up missed blend mode.

2014-03-22 Thread ChunEon Park
hermet pushed a commit to branch efl-1.9. http://git.enlightenment.org/core/efl.git/commit/?id=0645512feabd60d6e775f3b362775278aefbc460 commit 0645512feabd60d6e775f3b362775278aefbc460 Author: ChunEon Park Date: Sat Mar 22 21:09:58 2014 +0900 evas/gl - fill up missed blend mode. S

[EGIT] [core/efl] master 01/01: evas/gl - fill up missed blend mode.

2014-03-22 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=461555e4cc44adcdf13ccb64d066180824fc75c9 commit 461555e4cc44adcdf13ccb64d066180824fc75c9 Author: ChunEon Park Date: Sat Mar 22 21:09:58 2014 +0900 evas/gl - fill up missed blend mode. St

Re: [E-devel] [EGIT] [core/elementary] master 01/01: win - removed unknown type.

2014-03-22 Thread Stefan Schmidt
Hello. On Sat, 2014-03-22 at 20:00, ChunEon Park wrote: > ... > you should not read the changes there. Your intentition was good to remove this ugly part. But as you figured aout yourself the new symbol was already in 1.9 and thus we can't remove it again. Only deprecate. This raises the questio

[EGIT] [core/efl] master 01/01: evas/gl - don't set blend function in RENDER COPY mode.

2014-03-22 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f556cd1328c502d1778e883b095a5a184892e538 commit f556cd1328c502d1778e883b095a5a184892e538 Author: ChunEon Park Date: Sat Mar 22 20:28:45 2014 +0900 evas/gl - don't set blend function in RENDER COP

Re: [E-devel] [EGIT] [core/elementary] master 01/01: win - removed unknown type.

2014-03-22 Thread ChunEon Park
... you should not read the changes there. -Regards, Hermet- -Original Message- From: "Cedric BAIL" To: "e-devel"; Cc: ; Sent: 2014-03-22 (토) 19:26:32 Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: win - removed unknown type. Hum,sti

Re: [E-devel] [EGIT] [core/elementary] master 01/01: win - removed unknown type.

2014-03-22 Thread Daniel Juyung Seo
You should read more. Revert of revert of revert of revert and fix the revert and revert of that fix and... arggg. Daniel Juyung Seo (SeoZ) On Mar 22, 2014 7:27 PM, "Cedric BAIL" wrote: > Hum,still looks like an API break against 1.9. > > Cedric Bail > On Mar 22, 2014 6:24 PM, "Cedric BAIL" wro

Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-22 Thread The Rasterman
On Sat, 22 Mar 2014 00:44:27 -0700 Michael Jennings said: > On Fri, Mar 21, 2014 at 6:44 PM, Carsten Haitzler > wrote: > > >> I am still working on libast and Eterm as I have time and would prefer > >> my access be kept intact. > > > > you are? i see no commits in 6 months... ? > > Yes, I am.

[EGIT] [admin/devs] master 01/01: move mej back

2014-03-22 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=80cdb1b61124d7066a2a67c9376a194fa2aa8cb8 commit 80cdb1b61124d7066a2a67c9376a194fa2aa8cb8 Author: Carsten Haitzler (Rasterman) Date: Sat Mar 22 19:28:00 2014 +0900 move mej back --- {inactive =

Re: [E-devel] [EGIT] [core/elementary] master 01/01: win - removed unknown type.

2014-03-22 Thread Cedric BAIL
Hum,still looks like an API break against 1.9. Cedric Bail On Mar 22, 2014 6:24 PM, "Cedric BAIL" wrote: > Ah weird way to remove it. Don't pay to my previous mail. > > Cedric Bail > On Mar 22, 2014 2:19 PM, "ChunEon Park" wrote: > >> hermet pushed a commit to branch master. >> >> >> http://git

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Revert "elm_win: Unbreak the ABI break of window type."

2014-03-22 Thread Daniel Juyung Seo
He fixed this again. Btw what are you doing in Taipei?!?!?! Daniel Juyung Seo (SeoZ) On Sat, Mar 22, 2014 at 7:23 PM, Cedric BAIL wrote: > Wtf !? Please explain the revert! It's an abi break! > > Cedric Bail > On Mar 22, 2014 2:13 PM, "ChunEon Park" wrote: > > > hermet pushed a commit to bran

[EGIT] [core/elementary] master 01/03: genlist/gengrid: Used item callback infrastructure.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=841b0e2282ce56f373db2d09563985ad77c80fa1 commit 841b0e2282ce56f373db2d09563985ad77c80fa1 Author: Daniel Juyung Seo Date: Sat Mar 22 19:10:27 2014 +0900 genlist/gengrid: Used item callback in

[EGIT] [core/efl] master 01/02: drm - shut up warnings (not actual bugs)

2014-03-22 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4da1081c4d657f9dcf63dbe54a12be738b66a968 commit 4da1081c4d657f9dcf63dbe54a12be738b66a968 Author: Carsten Haitzler (Rasterman) Date: Sat Mar 22 19:09:01 2014 +0900 drm - shut up warnings (not actu

[EGIT] [core/elementary] master 03/03: mobile config: Added key bindings to mobile profile.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ed1c3ff53267629d180922f0c993deb631a6121d commit ed1c3ff53267629d180922f0c993deb631a6121d Author: Daniel Juyung Seo Date: Sat Mar 22 19:21:38 2014 +0900 mobile config: Added key bindings to m

[EGIT] [core/elementary] master 02/03: test_list: Added clicked callback to buttons and made focus highlight optional.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=994d3121664ee4ca98682d9a01ea2ca167f9ae8c commit 994d3121664ee4ca98682d9a01ea2ca167f9ae8c Author: Daniel Juyung Seo Date: Sat Mar 22 19:17:01 2014 +0900 test_list: Added clicked callback to b

[EGIT] [core/efl] master 02/02: warnings--

2014-03-22 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=939669d6cef000af584fb2d1896de0788b580acd commit 939669d6cef000af584fb2d1896de0788b580acd Author: Carsten Haitzler (Rasterman) Date: Sat Mar 22 19:19:48 2014 +0900 warnings-- --- src/lib/eeze/eez

Re: [E-devel] [EGIT] [core/elementary] master 01/01: win - removed unknown type.

2014-03-22 Thread Cedric BAIL
Ah weird way to remove it. Don't pay to my previous mail. Cedric Bail On Mar 22, 2014 2:19 PM, "ChunEon Park" wrote: > hermet pushed a commit to branch master. > > > http://git.enlightenment.org/core/elementary.git/commit/?id=1974aff066a10df59750a6d52fd993eb0ee3 > > commit 1974aff066a10df597

Re: [E-devel] [EGIT] [core/elementary] master 01/02: Revert "elm_win: Unbreak the ABI break of window type."

2014-03-22 Thread Cedric BAIL
Wtf !? Please explain the revert! It's an abi break! Cedric Bail On Mar 22, 2014 2:13 PM, "ChunEon Park" wrote: > hermet pushed a commit to branch master. > > > http://git.enlightenment.org/core/elementary.git/commit/?id=8ab26599550adbb53002bceab4a5334d9ed64c24 > > commit 8ab26599550adbb53002bce

[EGIT] [core/elementary] master 02/06: list: Fixed item focus logic correctly by checking mouse down instead of highlighted_item.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6965e6b163adbf579dbebb5784669381f8403829 commit 6965e6b163adbf579dbebb5784669381f8403829 Author: Daniel Juyung Seo Date: Sat Mar 22 18:01:22 2014 +0900 list: Fixed item focus logic correctly

[EGIT] [core/elementary] master 04/06: list: Select the first item when the list widget is just focused first time.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=234c1bed8ac236c25483c2ae64ff0cfd750a85fd commit 234c1bed8ac236c25483c2ae64ff0cfd750a85fd Author: Daniel Juyung Seo Date: Sat Mar 22 18:07:27 2014 +0900 list: Select the first item when the l

[EGIT] [core/elementary] master 05/06: list: Fixed heavily broken list item focus/selection movement.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ac0b3c52f1779d9ded30903377ea0e43a78b40a2 commit ac0b3c52f1779d9ded30903377ea0e43a78b40a2 Author: Daniel Juyung Seo Date: Sat Mar 22 18:30:45 2014 +0900 list: Fixed heavily broken list item f

[EGIT] [core/elementary] master 06/06: list/genlist/gengrid: Call item_show not bring_in on focus.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=573e39e606c1a2fea1280fd62ee9cbcd58db812c commit 573e39e606c1a2fea1280fd62ee9cbcd58db812c Author: Daniel Juyung Seo Date: Sat Mar 22 18:38:00 2014 +0900 list/genlist/gengrid: Call item_show n

[EGIT] [core/elementary] master 01/06: flip, index: Renamed smart data member 'down' to 'mouse_down' and used EINA_TRUE/FALSE.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d121d96ac7a2dd492abcdd6af5ff3de95a47b9d1 commit d121d96ac7a2dd492abcdd6af5ff3de95a47b9d1 Author: Daniel Juyung Seo Date: Sat Mar 22 17:54:49 2014 +0900 flip, index: Renamed smart data member

[EGIT] [core/elementary] master 03/06: list: Fixed formatting before fixing a bug.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=39dc787bba078f76568b15281c14de9e7aaefd82 commit 39dc787bba078f76568b15281c14de9e7aaefd82 Author: Daniel Juyung Seo Date: Sat Mar 22 18:06:42 2014 +0900 list: Fixed formatting before fixing a

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm:list: Avoiding two items be focused at same action

2014-03-22 Thread Daniel Juyung Seo
OK I got your point. I will fix it in other way. Patch is coming soon. Daniel Juyung Seo (SeoZ) On Sat, Mar 22, 2014 at 5:39 PM, Daniel Juyung Seo wrote: > HI Ceolin, > how can I reproduce the problem? > Even without your patch, it looks ok to me. > > Thanks. > > Daniel Juyung Seo (SeoZ) > >

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm:list: Avoiding two items be focused at same action

2014-03-22 Thread Daniel Juyung Seo
HI Ceolin, how can I reproduce the problem? Even without your patch, it looks ok to me. Thanks. Daniel Juyung Seo (SeoZ) On Tue, Mar 18, 2014 at 7:22 AM, Flavio Ceolin wrote: > ceolin pushed a commit to branch master. > > > http://git.enlightenment.org/core/elementary.git/commit/?id=fb13ad2a8

[EGIT] [core/efl] master 01/01: evas/common - initialize only the available blend stuff that cpu is supporting.

2014-03-22 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4de2059d41e3e99efa4ab834dbd8f46fd67b commit 4de2059d41e3e99efa4ab834dbd8f46fd67b Author: ChunEon Park Date: Sat Mar 22 17:24:20 2014 +0900 evas/common - initialize only the available blen

Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-22 Thread Michael Jennings
On Fri, Mar 21, 2014 at 6:44 PM, Carsten Haitzler wrote: >> I am still working on libast and Eterm as I have time and would prefer >> my access be kept intact. > > you are? i see no commits in 6 months... ? Yes, I am. I don't recall when my last commits were, though I know they were on a branch

[EGIT] [core/elementary] master 01/01: button: Check return value of _elm_config_key_binding_call.

2014-03-22 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=662f554422a462478fcf196f8ed8884423ca491a commit 662f554422a462478fcf196f8ed8884423ca491a Author: Daniel Juyung Seo Date: Sat Mar 22 16:25:34 2014 +0900 button: Check return value of _elm_con