[E-devel] Elementary Git Build Broken from make dist tar (eolian_gen segfault)

2015-02-01 Thread Simon
Hi All, Getting a segfault in eolian_gen when building efl + elementary from dist tar. [ 211s] /usr/bin/eolian_gen --eo --legacy -I/usr/share/eolian/include/eo-1 -I/usr/share/eolian/include/evas-1 -I/usr/share/eolian/include/edje-1 -I/usr/share/eolian/include/ecore-1

Re: [E-devel] Issue with py-efl importing

2015-02-01 Thread Davide Andreoli
2015-01-31 22:38 GMT+01:00 Jeff Hoogland jeffhoogl...@linux.com: This is only happening with py-efl from git. The 1.12 tarbal imports just fine. Strange, I cannot reproduce the error here. Maybe is just because you are running the app from inside the installed efl package? try to change

[E-devel] Have elementary prefer system icon set to internal elementary one

2015-02-01 Thread Jeff Hoogland
Is there an elementary option somewhere to always prefer the system/E defined icon theme instead of defaulting to the elementary blue icons when it finds one? -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] [EGIT] [core/efl] master 06/11: eolian: fix to pass make check on windows

2015-02-01 Thread Sebastian Dransfeld
$(EXEEXT)? michelle legrand skrev cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9431cde70e25ba40e7408ca11016e58977d09b2b commit 9431cde70e25ba40e7408ca11016e58977d09b2b Author: michelle legrand michelle.legr...@openwide.fr Date: Fri

Re: [E-devel] Issue with py-efl importing

2015-02-01 Thread Jeff Hoogland
Error happens everywhere I try to run the app from. I was just in that directory trying to figure out what was wrong. On Sun, Feb 1, 2015 at 6:52 AM, Davide Andreoli d...@gurumeditation.it wrote: 2015-01-31 22:38 GMT+01:00 Jeff Hoogland jeffhoogl...@linux.com: This is only happening with

[E-devel] Left Align Text on Buttons

2015-02-01 Thread Jeff Hoogland
I have a bunch of buttons with text+icons on them. How can I get the text on the buttons to be left aligned to start just after the icon on the button? Screenshot of what it looks like currently - http://www.enlightenment.org/ss/e-54ce7a6a1bdd21.96001838.png -- ~Jeff Hoogland

Re: [E-devel] Have elementary prefer system icon set to internal elementary one

2015-02-01 Thread Davide Andreoli
2015-02-01 20:16 GMT+01:00 Jeff Hoogland jeffhoogl...@linux.com: Is there an elementary option somewhere to always prefer the system/E defined icon theme instead of defaulting to the elementary blue icons when it finds one? there isn't a general option for that, you need to set the

[EGIT] [core/efl] master 01/01: ecore-wl should maybe clear its repeat timer for keyboard on window free

2015-02-01 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=45aba1343ea30d96e8c4a1b2d9194a2cf65c457f commit 45aba1343ea30d96e8c4a1b2d9194a2cf65c457f Author: Mike Blumenkrantz zm...@osg.samsung.com Date: Sun Feb 1 18:32:04 2015 -0500 ecore-wl should

[EGIT] [core/enlightenment] master 02/02: don't hide client before delete in win del trap

2015-02-01 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d9fec1334325c023c275295fe991a895ac5b5e86 commit d9fec1334325c023c275295fe991a895ac5b5e86 Author: Mike Blumenkrantz zm...@osg.samsung.com Date: Sun Feb 1 19:04:53 2015 -0500 don't

[EGIT] [core/enlightenment] master 01/02: delete all clients in wl delete request cb

2015-02-01 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ae7976bdc8307d9b282d969ca99d3bc5de71ffea commit ae7976bdc8307d9b282d969ca99d3bc5de71ffea Author: Mike Blumenkrantz zm...@osg.samsung.com Date: Sun Feb 1 19:01:57 2015 -0500 delete

Re: [E-devel] Left Align Text on Buttons

2015-02-01 Thread Daniel Juyung Seo
Hi Jeff, This is Daniel. To change the alignment of a button text, you need to customize the button style and set the text.align as 0.0 0.5 for elm.text part. You can refer the following documentation for the widget customization.

[EGIT] [tools/enventor] enventor-0.4 01/05: Makefile: Install eo header files

2015-02-01 Thread Jaehyun Cho
hermet pushed a commit to branch enventor-0.4. http://git.enlightenment.org/tools/enventor.git/commit/?id=a178c499a11f94e87ba60b323bfe3c7bbd085c4c commit a178c499a11f94e87ba60b323bfe3c7bbd085c4c Author: Jaehyun Cho jae_hyun@samsung.com Date: Wed Nov 19 21:57:35 2014 +0900 Makefile:

[EGIT] [tools/enventor] enventor-0.4 05/05: bin/main: fixed missing linenumber toogles.

2015-02-01 Thread ChunEon Park
hermet pushed a commit to branch enventor-0.4. http://git.enlightenment.org/tools/enventor.git/commit/?id=20c11eb4baea2776a0af598d6e31340ce4e47450 commit 20c11eb4baea2776a0af598d6e31340ce4e47450 Author: ChunEon Park her...@hermet.pe.kr Date: Mon Dec 15 09:48:46 2014 +0900 bin/main: fixed

[EGIT] [tools/enventor] enventor-0.4 04/05: edc_parser: Fix max value of mouse_events from 1000 to 1

2015-02-01 Thread Jaehyun Cho
hermet pushed a commit to branch enventor-0.4. http://git.enlightenment.org/tools/enventor.git/commit/?id=84fa8a957b814e19712e6d8d040430e56a574f04 commit 84fa8a957b814e19712e6d8d040430e56a574f04 Author: Jaehyun Cho jae_hyun@samsung.com Date: Wed Dec 3 11:56:25 2014 +0900 edc_parser:

[EGIT] [tools/enventor] enventor-0.4 03/05: edc_parser: Fix keyword name from align to align:

2015-02-01 Thread Jaehyun Cho
hermet pushed a commit to branch enventor-0.4. http://git.enlightenment.org/tools/enventor.git/commit/?id=02181a9f2165d1e2690b4e8fd09a163dfae1ef78 commit 02181a9f2165d1e2690b4e8fd09a163dfae1ef78 Author: Jaehyun Cho jae_hyun@samsung.com Date: Wed Nov 26 21:22:35 2014 +0900 edc_parser:

[EGIT] [tools/enventor] enventor-0.4 01/01: bump up enventor v0.4.2

2015-02-01 Thread ChunEon Park
hermet pushed a commit to branch enventor-0.4. http://git.enlightenment.org/tools/enventor.git/commit/?id=8ddcf231d5a52bf967ef650a24f43b2f6c2c7658 commit 8ddcf231d5a52bf967ef650a24f43b2f6c2c7658 Author: ChunEon Park her...@hermet.pe.kr Date: Mon Feb 2 16:42:42 2015 +0900 bump up enventor