[EGIT] [core/efl] master 01/01: Evas GL: Fix GLES1.1 extension initialisation bug

2015-02-08 Thread mythri.venugopal
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=48d8cdb4dd430667b6c70adeabd0daffbab6249f commit 48d8cdb4dd430667b6c70adeabd0daffbab6249f Author: mythri.venugopal Date: Mon Feb 9 14:23:29 2015 +0900 Evas GL: Fix GLES1.1 extension initialisation b

[EGIT] [core/elementary] master 01/01: widgets: Apply default return value according to description in .eo or add description too.

2015-02-08 Thread Youngbok Shin
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bfa5fdf7de3ead3306c68538e4bf3be983de7276 commit bfa5fdf7de3ead3306c68538e4bf3be983de7276 Author: Youngbok Shin Date: Mon Feb 9 13:09:05 2015 +0900 widgets: Apply default return value accordi

[EGIT] [core/elementary] master 02/02: elm_widget: added evas smart callback descriptions

2015-02-08 Thread kabeer khan
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=99c430e596382ca83b52a0724cde84ba5d7b658d commit 99c430e596382ca83b52a0724cde84ba5d7b658d Author: kabeer khan Date: Mon Feb 9 10:40:29 2015 +0900 elm_widget: added evas smart callback descrip

[EGIT] [core/elementary] master 01/02: test_genlist: Clean up reorder test case.

2015-02-08 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c950521697c8dfc233a6278bd00b51ec97d84cbf commit c950521697c8dfc233a6278bd00b51ec97d84cbf Author: Daniel Juyung Seo Date: Mon Feb 9 10:34:06 2015 +0900 test_genlist: Clean up reorder test cas

[EGIT] [tools/edi] master 01/03: Mainview: prior/next tabbing wrap

2015-02-08 Thread Kelly Wilson
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=1a4843fba8e66113c5677850d34b867eaafbbec4 commit 1a4843fba8e66113c5677850d34b867eaafbbec4 Author: Kelly Wilson Date: Sun Feb 8 14:38:46 2015 -0700 Mainview: prior/next tabbing wrap

[EGIT] [tools/edi] master 03/03: editor: Control the auto-save function locally so we can re-sync with clang.

2015-02-08 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=3a3bf2b6db608a33c33435c8233fa2b8324ae614 commit 3a3bf2b6db608a33c33435c8233fa2b8324ae614 Author: Andy Williams Date: Sun Feb 8 23:21:27 2015 + editor: Control the auto-save function loc

[EGIT] [tools/edi] master 02/03: about: add a donate button too

2015-02-08 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=87c35fcf27c6d710accb27a89a1f606b21d7fcbf commit 87c35fcf27c6d710accb27a89a1f606b21d7fcbf Author: Andy Williams Date: Sun Feb 8 20:39:29 2015 + about: add a donate button too --- src/bi

[E-devel] Help debugging an entry text size/theme issue

2015-02-08 Thread Jeff Hoogland
I have two entries set inside the same scroller. Source code is here for those wanting to test themselves. I am wondering where might be the best place to debug a sizing issue with a custom theme. Under the default theme things line up properly: https://www

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

2015-02-08 Thread Davide Andreoli
2015-02-08 19:44 GMT+01:00 Doug Newgard : > > > > Date: Sun, 1 Feb 2015 12:46:41 -0600 > > From: jeffhoogl...@linux.com > > To: enlightenment-devel@lists.sourceforge.net > > Subject: Re: [E-devel] Issue with py-efl importing > > > > Error happens everywhere I try to run the app from. I was just in

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

2015-02-08 Thread Doug Newgard
> Date: Sun, 1 Feb 2015 12:46:41 -0600 > From: jeffhoogl...@linux.com > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] Issue with py-efl importing > > Error happens everywhere I try to run the app from. I was just in that > directory trying to figure out what was wrong. >

[EGIT] [core/enlightenment] master 01/01: enlightenment: Don't crash if fwin app dialog has no exec_cmd

2015-02-08 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=96b3a04192f30c79b66cf8eae809d411998f9cda commit 96b3a04192f30c79b66cf8eae809d411998f9cda Author: Chris Michael Date: Sun Feb 8 11:53:45 2015 -0500 enlightenment: Don't crash if fwin

Re: [E-devel] [e-users] enlightenment 0.19.3 backlight problem

2015-02-08 Thread Vasiliy Tolstov
2015-02-06 2:21 GMT+03:00 Carsten Haitzler : > that is left up to whatever comes after e to restore - eg login manager. > there > is an option in comp settings to not do this. restoring means the nice > fade out > to black is broken eg on shutdown or logging out to a login manager than > properly/

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

2015-02-08 Thread Davide Andreoli
I'm still not able to reproduce, I think it's a problem with your installation. I suggest to try again using the latest generate tarball on jenkins (1.13.0-beta2) https://build.enlightenment.org/view/Base%20jobs/job/base_pyefl_build/lastSuccessfulBuild/artifact/dist/ This tarball will probably be

Re: [E-devel] Toolbar left and right align with spacer

2015-02-08 Thread Viacheslav Reutskyi
Hello, early I had this problem too. I tried to set align to icon in the toolbar item, but I did not get result. I find one solution: I am create a custom style for item. Maybe it help you. - Best regards Viacheslav Reutskyi 02:11, February 8, 2015, Andrew Williams :

Re: [E-devel] Toolbar left and right align with spacer

2015-02-08 Thread Davide Andreoli
2015-02-08 1:10 GMT+01:00 Andrew Williams : > Hi, > > I'm trying to make a toolbar with left aligned icons but right align an > icon too. > I have tried to make this happen by inserting an item (or seperator) > that has a EXPAND weight but that doesn't work. > I tryed that layout too and did not