[EGIT] [core/elementary] master 01/01: dnd: Correct drag window positon in drag start

2014-04-21 Thread Thiep Ha
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d68cf4c7f09af954151ba494c8babf5f4ea79dcc commit d68cf4c7f09af954151ba494c8babf5f4ea79dcc Author: Thiep Ha Date: Mon Apr 21 17:27:46 2014 +0900 dnd: Correct drag window positon in drag star

Re: [E-devel] eo(lian) brainfart - callbacks/signals

2014-04-21 Thread The Rasterman
On Mon, 21 Apr 2014 14:44:39 +0900 Carsten Haitzler (The Rasterman) said: > so... i have... had... a brainfart > > wouldn't it be good to add supported callbacks into the .eo files? why? > 1. documentation can easily list callbacks supported from the .eo file > 2. ide's etc. can properly tab-com

Re: [E-devel] eo(lian) brainfart - callbacks/signals

2014-04-21 Thread David Seikel
On Mon, 21 Apr 2014 18:02:57 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Apr 2014 14:44:39 +0900 Carsten Haitzler (The Rasterman) > said: > > > so... i have... had... a brainfart > > > > wouldn't it be good to add supported callbacks into the .eo files? > > why? 1. documentation

[EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-21 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=1569e4e0abb9b1cb6d18d57ed4897e2b584b7a0f commit 1569e4e0abb9b1cb6d18d57ed4897e2b584b7a0f Author: ChunEon Park Date: Mon Apr 21 19:56:42 2014 +0900 welcome new developer "eunue" --- developers/

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-21 Thread Daniel Juyung Seo
Congratulations!!! Jaeun! Great Power comes with great responsibility. Daniel Juyung Seo (SeoZ) On Mon, Apr 21, 2014 at 7:57 PM, ChunEon Park wrote: > hermet pushed a commit to branch master. > > > http://git.enlightenment.org/admin/devs.git/commit/?id=1569e4e0abb9b1cb6d18d57ed4897e2b584b7a0f >

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-21 Thread Bertrand Jacquin
On 2014-04-21 12:57, ChunEon Park wrote: > > commit 1569e4e0abb9b1cb6d18d57ed4897e2b584b7a0f > Author: ChunEon Park > Date: Mon Apr 21 19:56:42 2014 +0900 > > welcome new developer "eunue" > --- > developers/eunue/id_rsa.pub | 1 + > > --- /dev/null > +++ b/developers/eunue/id_rsa.pub > @

[EGIT] [admin/devs] master 01/01: devs/eunue - fixed ssh key :p

2014-04-21 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=5db1e3b08b74db967094c24808315dea40faef81 commit 5db1e3b08b74db967094c24808315dea40faef81 Author: ChunEon Park Date: Mon Apr 21 21:35:42 2014 +0900 devs/eunue - fixed ssh key :p thanks

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue"

2014-04-21 Thread ChunEon Park
thanks beber. fixed it :p -Regards, Hermet- -Original Message- From: "Bertrand Jacquin" To: "Enlightenment developer list"; Cc: ; Sent: 2014-04-21 (월) 21:26:21 Subject: Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer "eunue" O

[E-devel] EO_CLASS vs EO_BASE_CLASS -> big hulking bug

2014-04-21 Thread The Rasterman
hey guys... so .. trying to use eolian... and the whole shamozzle is broken. why? well e's base class is still Eo_Base (eo_base.eo), amd that means eolian generates inheritance code like this: EO_DEFINE_CLASS(tst_class_get, &_tst_class_desc, EO_BASE_CLASS, NULL); but tom changes things to EO_CLA

Re: [E-devel] EO_CLASS vs EO_BASE_CLASS -> big hulking bug

2014-04-21 Thread The Rasterman
On Mon, 21 Apr 2014 21:49:28 +0900 Carsten Haitzler (The Rasterman) said: again - never mind me.. it does this IF you don't pass the -I include to find the eo_base.eo ... it runs fine without problems, just generating incorrect code! but still.. there should be an option to generate/append to th

[E-devel] eolian generate this...

2014-04-21 Thread The Rasterman
so given: class Tst (Eo_Base) { eo_prefix: tst; data: Tst_Data; properties { name { set { /*@ This sets the name of the tst object */ } get { /*@ This gets the name of the tst object if set */ } values {

Re: [E-devel] eolian generate this...

2014-04-21 Thread Gustavo Sverzut Barbieri
I'd not touch the user file, just my personal experience with all sw that did this that I've used, from first incarnations of glade to some web frameworks. none of them were fine. OTOH used Qt's uic and did implementations inheriting from their generated class on my own files, never had a problem.

Re: [E-devel] eolian generate this...

2014-04-21 Thread The Rasterman
On Mon, 21 Apr 2014 10:31:51 -0300 Gustavo Sverzut Barbieri said: > I'd not touch the user file, just my personal experience with all sw > that did this that I've used, from first incarnations of glade to some > web frameworks. none of them were fine. > > OTOH used Qt's uic and did implementatio

[EGIT] [core/enlightenment] master 06/11: e system: Show units.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=041132bacf84c0b7980d17688f3ea5d496340ce8 commit 041132bacf84c0b7980d17688f3ea5d496340ce8 Author: Chidambar Zinnoury Date: Mon Apr 21 13:24:50 2014 +0200 e system: Show units. --- sr

[EGIT] [core/enlightenment] master 11/11: e xkbswitch: Add check changed.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e045d2c287074f9b20551fe2518e4cb7b0d2bb0f commit e045d2c287074f9b20551fe2518e4cb7b0d2bb0f Author: Chidambar Zinnoury Date: Mon Apr 21 15:50:57 2014 +0200 e xkbswitch: Add check change

[EGIT] [core/enlightenment] master 10/11: e xkbswitch: Align indentation.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2b870ed318a72a79efc28390d6c368bc3953dd06 commit 2b870ed318a72a79efc28390d6c368bc3953dd06 Author: Chidambar Zinnoury Date: Mon Apr 21 15:50:09 2014 +0200 e xkbswitch: Align indentatio

[EGIT] [core/enlightenment] master 01/11: e: It’s now 2014!

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=edaf24d3b0dc6d4af074131cacf7ee963c7eb14d commit edaf24d3b0dc6d4af074131cacf7ee963c7eb14d Author: Chidambar Zinnoury Date: Mon Apr 21 09:11:40 2014 +0200 e: It’s now 2014! --- src/bi

[EGIT] [core/enlightenment] master 08/11: e music-control: Add MPD support.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7496cf207d46e3bd463095cf0f9e93b2bbf27d8e commit 7496cf207d46e3bd463095cf0f9e93b2bbf27d8e Author: Chidambar Zinnoury Date: Mon Apr 21 13:26:13 2014 +0200 e music-control: Add MPD supp

[EGIT] [core/enlightenment] master 05/11: e syscon: For user-friendliness, show “System Controls” instead of “Syscon” on labels.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0414a17fdc8c855d8626f7699e50e143b338d079 commit 0414a17fdc8c855d8626f7699e50e143b338d079 Author: Chidambar Zinnoury Date: Mon Apr 21 13:23:33 2014 +0200 e syscon: For user-friendline

[EGIT] [core/enlightenment] master 03/11: e fileman: Use a macro for minimum dimensions instead of hardcoding them at several places.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=853f8b3c9a324840a5726b00cc9b4cfddc004866 commit 853f8b3c9a324840a5726b00cc9b4cfddc004866 Author: Chidambar Zinnoury Date: Mon Apr 21 09:16:34 2014 +0200 e fileman: Use a macro for mi

[EGIT] [core/enlightenment] master 09/11: Bugfix: e xkbswitch: Disable both up and down buttons when there is only one configuration.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=51935ac26dfef6d60350d90aa4458a1f9cc7a25b commit 51935ac26dfef6d60350d90aa4458a1f9cc7a25b Author: Chidambar Zinnoury Date: Mon Apr 21 15:29:39 2014 +0200 Bugfix: e xkbswitch: Disable

[EGIT] [core/enlightenment] master 02/11: Bugfix: e fileman: Typo on maximum height condition.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3e95955a5cf482f8ef3ac8e309573d4c7f5afa8f commit 3e95955a5cf482f8ef3ac8e309573d4c7f5afa8f Author: Chidambar Zinnoury Date: Mon Apr 21 09:15:11 2014 +0200 Bugfix: e fileman: Typo on ma

[EGIT] [core/enlightenment] master 04/11: Bugfix: e fileman: Client coordinates are not accounted against current zone position, so we should use them when computing maximum width and height.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=485fb36f024e5766c57b0850541ab5ace939b6c1 commit 485fb36f024e5766c57b0850541ab5ace939b6c1 Author: Chidambar Zinnoury Date: Mon Apr 21 09:18:27 2014 +0200 Bugfix: e fileman: Client coo

[EGIT] [core/enlightenment] master 07/11: e syscon: Add check changed.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f63e53530acd6c55ff46899e8cb9d20c2ac1fa64 commit f63e53530acd6c55ff46899e8cb9d20c2ac1fa64 Author: Chidambar Zinnoury Date: Mon Apr 21 13:25:26 2014 +0200 e syscon: Add check changed.

[EGIT] [core/efl] master 01/01: edje now alerts the user to its failure when running recursive embryo programs

2014-04-21 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cefebd492170e3e43e08be9f8b8351573f68377f commit cefebd492170e3e43e08be9f8b8351573f68377f Author: Mike Blumenkrantz Date: Mon Apr 21 10:04:31 2014 -0400 edje now alerts the user to its failur

[EGIT] [core/elementary] master 01/01: web2: Implemented alert/confirm/prompt

2014-04-21 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=1be3950fd336b3624ff9c4d7e46f33cec8363a32 commit 1be3950fd336b3624ff9c4d7e46f33cec8363a32 Author: Ryuan Choi Date: Tue Apr 22 01:42:53 2014 +0900 web2: Implemented alert/confirm/prompt

[EGIT] [core/enlightenment] master 01/02: Bugfix: e filepreview widget: Use correct units for devices sizes.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c52d6e201aa50861a74b5c6758ca96f4880df165 commit c52d6e201aa50861a74b5c6758ca96f4880df165 Author: Chidambar Zinnoury Date: Mon Apr 21 16:32:02 2014 +0200 Bugfix: e filepreview widget:

[EGIT] [core/enlightenment] master 02/02: Bugfix: e fileman: Fixe information popup placement.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=07cd656320c08018621188feb2a84e6ae0ab3c3f commit 07cd656320c08018621188feb2a84e6ae0ab3c3f Author: Chidambar Zinnoury Date: Mon Apr 21 19:36:37 2014 +0200 Bugfix: e fileman: Fixe infor

Re: [E-devel] [EGIT] [core/elementary] master 01/01: web2: Implemented alert/confirm/prompt

2014-04-21 Thread Daniel Juyung Seo
On Tue, Apr 22, 2014 at 1:45 AM, Ryuan Choi wrote: > ryuan pushed a commit to branch master. > > > http://git.enlightenment.org/core/elementary.git/commit/?id=1be3950fd336b3624ff9c4d7e46f33cec8363a32 > > commit 1be3950fd336b3624ff9c4d7e46f33cec8363a32 > Author: Ryuan Choi > Date: Tue Apr 22 01

[EGIT] [core/enlightenment] master 02/02: Bugfix: e fileman: Correct automagic window size computation.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b4a58ad874bb1f0f9dfb85fdcb38f781f3b42d37 commit b4a58ad874bb1f0f9dfb85fdcb38f781f3b42d37 Author: Chidambar Zinnoury Date: Mon Apr 21 21:54:15 2014 +0200 Bugfix: e fileman: Correct au

[EGIT] [core/enlightenment] master 01/02: Bugfix: e fileman: Correct typo on height computation.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=233347209d6bc2e174754708c2c07be29a6429ff commit 233347209d6bc2e174754708c2c07be29a6429ff Author: Chidambar Zinnoury Date: Mon Apr 21 21:53:05 2014 +0200 Bugfix: e fileman: Correct ty

[EGIT] [core/enlightenment] master 01/01: Bugfix: e filepreview widget: No need to compute dimensions and resize widgets at each and every single frame.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=36a49480851bef40f15cc4c5313956bf1880 commit 36a49480851bef40f15cc4c5313956bf1880 Author: Chidambar Zinnoury Date: Mon Apr 21 22:40:45 2014 +0200 Bugfix: e filepreview widget:

[EGIT] [core/enlightenment] master 02/02: Bugfix: e syscon: Cleanup everything when closing the dialog by clicking outside of it.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=be6b912adbb3bf0262924a44fb9957507017b0af commit be6b912adbb3bf0262924a44fb9957507017b0af Author: Chidambar Zinnoury Date: Mon Apr 21 23:24:21 2014 +0200 Bugfix: e syscon: Cleanup eve

[EGIT] [core/enlightenment] master 01/02: Bugfix: e syscon: Use correct coordinates to have the dialog centered on multiple zones.

2014-04-21 Thread Chidambar Zinnoury
illogict pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f193f90ce8bb5909bf53e21b66a124420fc310ae commit f193f90ce8bb5909bf53e21b66a124420fc310ae Author: Chidambar Zinnoury Date: Mon Apr 21 23:04:47 2014 +0200 Bugfix: e syscon: Use correct

[EGIT] [core/efl] master 01/01: rg_etc1: Disable code producing artifacts

2014-04-21 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ccd966ffe8841dae398c9b3c647b079060d51f3 commit 3ccd966ffe8841dae398c9b3c647b079060d51f3 Author: Jean-Philippe Andre Date: Mon Apr 21 11:41:28 2014 +0900 rg_etc1: Disable code producing artifacts

[EGIT] [core/efl] master 01/01: Ecore: Fix compilation warnings

2014-04-21 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=81fbd0e2625775036b55765e996000b6a9115337 commit 81fbd0e2625775036b55765e996000b6a9115337 Author: Jean-Philippe Andre Date: Tue Apr 22 12:41:07 2014 +0900 Ecore: Fix compilation warnings Wh

[EGIT] [core/elementary] master 01/01: slider: fixed build warning

2014-04-21 Thread Gwanglim Lee
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a614afd5476aa3ca1cd2414c75ca7734aebd6f45 commit a614afd5476aa3ca1cd2414c75ca7734aebd6f45 Author: Gwanglim Lee Date: Tue Apr 22 14:32:20 2014 +0900 slider: fixed build warning Summar

[EGIT] [e16/e16] master 01/09: Cosmetics.

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=6ebf4fe167e171460759309a49755f7a8a9b4c51 commit 6ebf4fe167e171460759309a49755f7a8a9b4c51 Author: Kim Woelders Date: Sat Apr 19 07:09:54 2014 +0200 Cosmetics. --- src/pager.c | 6 +++--- 1 file chang

[EGIT] [e16/e16] master 05/09: Move shape window stuff to separate header file.

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=6bd90781c10dc77466ee85b64c95349a2ceb6b81 commit 6bd90781c10dc77466ee85b64c95349a2ceb6b81 Author: Kim Woelders Date: Mon Apr 21 09:09:57 2014 +0200 Move shape window stuff to separate header file. ---

[EGIT] [e16/e16] master 06/09: Simplify pager background update.

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=e48cfb2519992d4c5aae5a55599d2182376046bf commit e48cfb2519992d4c5aae5a55599d2182376046bf Author: Kim Woelders Date: Mon Apr 21 09:01:57 2014 +0200 Simplify pager background update. --- src/pager.c |

[EGIT] [e16/e16] master 08/09: Wrap XDraw/FillRectangle.

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=d1b7b142cf6a43cc3b1e3188d33126b8e39b3b99 commit d1b7b142cf6a43cc3b1e3188d33126b8e39b3b99 Author: Kim Woelders Date: Sat Dec 28 22:55:44 2013 +0100 Wrap XDraw/FillRectangle. --- src/hiwin.c | 13 +++-

[EGIT] [e16/e16] master 09/09: Debug tweaks (pager).

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=c6e5a488173ff1deddc107f0647201d3b4b84d15 commit c6e5a488173ff1deddc107f0647201d3b4b84d15 Author: Kim Woelders Date: Mon Apr 21 16:14:56 2014 +0200 Debug tweaks (pager). --- src/pager.c | 18

[EGIT] [e16/e16] master 07/09: Change some operations to render ones.

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=f334de50cff120db6bc6fae93a3397d54f0b9d5c commit f334de50cff120db6bc6fae93a3397d54f0b9d5c Author: Kim Woelders Date: Mon Apr 21 10:59:02 2014 +0200 Change some operations to render ones. --- src/curs

[EGIT] [e16/e16] master 03/09: Minor tweak in EXFillAreaSolid().

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=91514a94278cb7bdc4533f595b7c6eec9afa000c commit 91514a94278cb7bdc4533f595b7c6eec9afa000c Author: Kim Woelders Date: Sat Apr 19 18:41:17 2014 +0200 Minor tweak in EXFillAreaSolid(). --- src/x.c | 7 +

[EGIT] [e16/e16] master 02/09: Minor simplifications in ImagestateDraw...() functions.

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=b78ee6c0b5ffd867337306f2b4c2543aa881c81c commit b78ee6c0b5ffd867337306f2b4c2543aa881c81c Author: Kim Woelders Date: Sat Apr 19 07:57:44 2014 +0200 Minor simplifications in ImagestateDraw...() functio

[EGIT] [e16/e16] master 04/09: Fix potential use of freed pixmap.

2014-04-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=b3d41f5229bd016657dcb63cd8c5d16b250c7a92 commit b3d41f5229bd016657dcb63cd8c5d16b250c7a92 Author: Kim Woelders Date: Sun Apr 20 07:21:05 2014 +0200 Fix potential use of freed pixmap. --- src/backgrou