[EGIT] [core/enlightenment] master 01/01: pass the proper window to ecore_wl functions

2015-01-29 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=323f41122e47182bf467a2f7132e475600f2f9a4 commit 323f41122e47182bf467a2f7132e475600f2f9a4 Author: Chris Michael cp.mich...@samsung.com Date: Thu Jan 29 10:15:36 2015 -0500 pass the

[EGIT] [core/enlightenment] master 01/01: fix copy/paste errors

2015-01-29 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6f2f7c0e9463612c05b7a85cc049df5581d57581 commit 6f2f7c0e9463612c05b7a85cc049df5581d57581 Author: Chris Michael cp.mich...@samsung.com Date: Thu Jan 29 10:12:08 2015 -0500 fix

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Jeff Hoogland
So, I was able to disable the scroll bars in the lists by setting ELM_SCROLLER_POLICY_OFF. The issue now is that the single scroller that all four of my lists are residing in does not activate: http://www.enlightenment.org/ss/e-54c9e8d7eaac14.54985977.png Any ideas? On Thu, Jan 29, 2015 at 1:46

[E-devel] Adding when accessing Scrollable Interface of a List not all callback Function properly

2015-01-29 Thread Jeff Hoogland
I've defined the following callbacks via the scrollable interface of an Elementary List: elm_list.callback_edge_top_add(self.scrolling, top) elm_list.callback_edge_bottom_add(self.scrolling, bottom) elm_list.callback_scroll_add(self.scrolling, scrolling)

Re: [E-devel] [PROPOSAL] [Evas] Enabling openmp optimisations in evas

2015-01-29 Thread Krishnaraj Raghavendra Bhat
On Thu, 22 Jan 2015 04:58 AM, Carsten Haitzler ras...@rasterman.com said: could you send the patch needed for this change? i like the theoretical number improvement. what i want to know is how invasive is it to the code. --- a/configure.ac +++ b/configure.ac @@ -1666,6 +1666,12 @@ if test

[EGIT] [core/efl] master 01/01: eolian: fix unary expression parsing (correctly consume tokens)

2015-01-29 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4a14bbd0f5cadf35b177e4d16515122bf7d702ec commit 4a14bbd0f5cadf35b177e4d16515122bf7d702ec Author: Daniel Kolesa d.kol...@samsung.com Date: Thu Jan 29 11:12:04 2015 + eolian: fix unary expression

[EGIT] [core/enlightenment] master 01/02: Do not add /usr/share twice for XDG_DATA_DIRS

2015-01-29 Thread Samuel F. Baggen
princeamd pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e3eda1d690240e3754432ebba540114479e721ed commit e3eda1d690240e3754432ebba540114479e721ed Author: Thanatermesis thanaterme...@gmail.com Date: Tue Dec 23 16:53:02 2014 +0100 Do not add

[EGIT] [core/enlightenment] master 02/02: Include /usr/local too in the no-duplication of XDG_DATA_DIRS

2015-01-29 Thread Samuel F. Baggen
princeamd pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ae3410a0bad31c1850e845eab284540aadb8c65b commit ae3410a0bad31c1850e845eab284540aadb8c65b Author: Thanatermesis thanaterme...@gmail.com Date: Wed Dec 31 19:12:36 2014 +0100 Include

[E-devel] [ANNOUNCE] python-elmextensions

2015-01-29 Thread Jeff Hoogland
There are a few elementary objects I find myself having the need for in a few different applications I am working on/planning to write so I've created one location to house all of these extra objects so I'm not retyping code over and over again. I am calling it elmextensions and you can find the

[EGIT] [core/enlightenment] master 01/02: Revert Include /usr/local too in the no-duplication of XDG_DATA_DIRS

2015-01-29 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=9f36dc1b439776dce1ff2a2a3830574e71dc8061 commit 9f36dc1b439776dce1ff2a2a3830574e71dc8061 Author: Mike Blumenkrantz zm...@osg.samsung.com Date: Thu Jan 29 12:43:14 2015 -0500 Revert

[EGIT] [core/enlightenment] master 02/02: Revert Do not add /usr/share twice for XDG_DATA_DIRS

2015-01-29 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=fbde0824d1960f890550d816ac9d21c0459ff984 commit fbde0824d1960f890550d816ac9d21c0459ff984 Author: Mike Blumenkrantz zm...@osg.samsung.com Date: Thu Jan 29 12:43:20 2015 -0500 Revert

[EGIT] [core/enlightenment] master 01/01: fix e_pointer using incorrect comp variable

2015-01-29 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b42e70c73ac3555da0f16ad3d561283989457ef0 commit b42e70c73ac3555da0f16ad3d561283989457ef0 Author: Chris Michael cp.mich...@samsung.com Date: Thu Jan 29 09:28:28 2015 -0500 fix

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: Include /usr/local too in the no-duplication of XDG_DATA_DIRS

2015-01-29 Thread Cedric BAIL
Seriously ? That's how you deduplicate content ? Are you planning to add all the possible path on earth ? Use eina str split and check their is no duplicate for real, and remove that patch. Le 29 janv. 2015 13:44, Samuel F. Baggen thanaterme...@gmail.com a écrit : princeamd pushed a commit to

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: Include /usr/local too in the no-duplication of XDG_DATA_DIRS

2015-01-29 Thread Thanatermesis
Are you planning to add all the possible path on earth ? not really, they are already static entries (so just these ones) that comes from the default/fallback XDG_DATA_DIRS standard (if im not wrong), as you can see in the middle of the screenshot (snprintf stuff):

Re: [E-devel] Eflete 0.4.1

2015-01-29 Thread Viacheslav Reutskyi
Hello, sorry for delay On 01/28/2015 12:02 PM, Simon wrote: Hi, When i try to build ewe from a dist tar i get the following error https://build.opensuse.org/package/live_build_log/X11:Enlightenment:Nightl y/ewe/openSUSE_13.2/x86_64 I have a script that pulls the

Re: [E-devel] [EGIT] [core/enlightenment] master 02/02: Include /usr/local too in the no-duplication of XDG_DATA_DIRS

2015-01-29 Thread Tom Hacohen
On 29/01/15 19:56, Cedric BAIL wrote: On Thu, Jan 29, 2015 at 7:40 PM, Thanatermesis thanatermesis.e...@gmail.com wrote: Are you planning to add all the possible path on earth ? not really, they are already static entries (so just these ones) that comes from the default/fallback

Re: [E-devel] Elementary Libappindicator support?

2015-01-29 Thread Tom Hacohen
On 29/01/15 20:49, Jeff Hoogland wrote: I know once upon a time Elementary had (still has?) exembed/sysray support. Is there currently any support for Libappindicator icons? From elementary to a tray? elementary_test - tray in the box. -- Tom.

Re: [E-devel] Elementary Libappindicator support?

2015-01-29 Thread Tom Hacohen
It's a simple dbus interface iirc, shouldn't be hard to use from python. On 29/01/15 21:20, Jeff Hoogland wrote: Thanks! Looks like it doesn't have python bindings yet. Rats. On Thu, Jan 29, 2015 at 2:55 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 29/01/15 20:49, Jeff Hoogland wrote:

[EGIT] [core/elementary] master 02/02: NEWS: Clean up news file before release.

2015-01-29 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=051fdcf0d208327dd0e1653ef4d3f96a252b8105 commit 051fdcf0d208327dd0e1653ef4d3f96a252b8105 Author: Daniel Juyung Seo seojuyu...@gmail.com Date: Fri Jan 30 07:35:16 2015 +0900 NEWS: Clean up

[EGIT] [core/elementary] master 01/02: test_panes: Remove unnecessary align/weight set for panes contents.

2015-01-29 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=02c5580acdbb55659606625fb1dcc9c2e8ad3d60 commit 02c5580acdbb55659606625fb1dcc9c2e8ad3d60 Author: Daniel Juyung Seo seojuyu...@gmail.com Date: Thu Jan 29 15:28:08 2015 +0900 test_panes:

[EGIT] [core/enlightenment] enlightenment-0.19 01/01: ensure no duplicate XDG paths are prepended during startup

2015-01-29 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch enlightenment-0.19. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e7f995294ac677e343a4f159fb4a5363ccf897fb commit e7f995294ac677e343a4f159fb4a5363ccf897fb Author: Mike Blumenkrantz zm...@osg.samsung.com Date: Thu Jan 29 16:01:25 2015 -0500

[EGIT] [core/efl] master 01/02: evil: fix SEGFAULT in strcasestr

2015-01-29 Thread Andrii Kroitor
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b457dff840ff1e0e1c278b9aa492628f025422c3 commit b457dff840ff1e0e1c278b9aa492628f025422c3 Author: Andrii Kroitor an.kroi...@samsung.com Date: Thu Jan 29 21:17:00 2015 +0100 evil: fix SEGFAULT in

[EGIT] [core/efl] master 02/02: Edje: edje_cc - abort recursive Reference that is made by GROUP parts

2015-01-29 Thread Vitalii Vorobiov
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ac0b42a51a756ab15416aadeeb053eff7ed77d53 commit ac0b42a51a756ab15416aadeeb053eff7ed77d53 Author: Vitalii Vorobiov vi.vorob...@samsung.com Date: Thu Jan 29 21:21:05 2015 +0100 Edje: edje_cc -

Re: [E-devel] Elementary Libappindicator support?

2015-01-29 Thread Jeff Hoogland
Thanks! Looks like it doesn't have python bindings yet. Rats. On Thu, Jan 29, 2015 at 2:55 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 29/01/15 20:49, Jeff Hoogland wrote: I know once upon a time Elementary had (still has?) exembed/sysray support. Is there currently any support for

[E-devel] Elementary Libappindicator support?

2015-01-29 Thread Jeff Hoogland
I know once upon a time Elementary had (still has?) exembed/sysray support. Is there currently any support for Libappindicator icons? -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

[EGIT] [core/enlightenment] master 01/01: ensure no duplicate XDG paths are prepended during startup

2015-01-29 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4aa4c64508a6ffe8bedfc0fa7cec41f2f0817b38 commit 4aa4c64508a6ffe8bedfc0fa7cec41f2f0817b38 Author: Mike Blumenkrantz zm...@osg.samsung.com Date: Thu Jan 29 16:01:25 2015 -0500 ensure

[EGIT] [apps/ephoto] master 01/02: Ephoto: Cleanup autofoo

2015-01-29 Thread Stephen Houston
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=4ce94caf480970f99fafadafca161e5a2ff15a1f commit 4ce94caf480970f99fafadafca161e5a2ff15a1f Author: Stephen Houston smhousto...@gmail.com Date: Thu Jan 29 15:05:21 2015 -0600 Ephoto: Cleanup

Re: [E-devel] Elementary Libappindicator support?

2015-01-29 Thread Simon
On 01/30/2015 07:19 AM, Jeff Hoogland wrote: I know once upon a time Elementary had (still has?) exembed/sysray support. Is there currently any support for Libappindicator icons? Based off the fact elementary test (systray test) still works, i'd say it does.

[EGIT] [apps/terminology] master 01/01: make selection consistent when selecting space with no text. Closes T2013

2015-01-29 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=e94051dd86fde0eb13993c32a99cb463b8a5b724 commit e94051dd86fde0eb13993c32a99cb463b8a5b724 Author: Boris Faure bill...@gmail.com Date: Sun Jan 18 19:29:39 2015 +0100 make selection

[EGIT] [core/elementary] master 01/01: test_label: Use meaningful test name for label test.

2015-01-29 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=55ed0204de88c28f25b36a6e98226a5061a7a4ee commit 55ed0204de88c28f25b36a6e98226a5061a7a4ee Author: Daniel Juyung Seo seojuyu...@gmail.com Date: Fri Jan 30 09:10:43 2015 +0900 test_label: Use

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Daniel Juyung Seo
Hi Jeff, From the screenshot, it looks like the scroller content size is not big enough to make it scrollable. That's because the 4 lists are scrollable itself. Try to stretch the 4 lists vertically so the outer scroller content size gets bigger than the scroller size. Call elm_list_mode_set(list,

[EGIT] [core/elementary] master 01/01: Elm_Entry: Removed empty line and added error message

2015-01-29 Thread kabeer khan
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d4964ec03671a98268fe897da1511292b2cf6719 commit d4964ec03671a98268fe897da1511292b2cf6719 Author: kabeer khan kabeer.k...@samsung.com Date: Fri Jan 30 08:02:21 2015 +0900 Elm_Entry: Removed

[E-devel] Link the width of two Elementary Objects

2015-01-29 Thread Jeff Hoogland
Is it possible to have two different elementary objects maintain the same width at all times using built in functions/variables? If not - can anyone recommend a good way to go about doing this? -- ~Jeff Hoogland http://jeffhoogland.com/ My Projects on GitHub https://github.com/JeffHoogland

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Jeff Hoogland
Setting each of the lists to mode ELM_LIST_EXPAND after disabling their individual scroll bars did exactly what I wanted! Thank you Daniel - missed that before. On Thu, Jan 29, 2015 at 6:04 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: Hi Jeff, From the screenshot, it looks like the

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Daniel Juyung Seo
Congratulations! But genlist does not support that feature yet. I will add that after this release. Thanks. Daniel Juyung Seo (SeoZ) On Fri, Jan 30, 2015 at 12:21 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: Is it possible to extend this to a genlist? Settings ELM_LIST_EXPAND does not

[EGIT] [core/elementary] master 01/01: win: Add default return value at elm_win_type_get API according to API description.

2015-01-29 Thread Youngbok Shin
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bc605e439b738776ea3eb4e07273c19d807b47d3 commit bc605e439b738776ea3eb4e07273c19d807b47d3 Author: Youngbok Shin youngb.s...@samsung.com Date: Fri Jan 30 11:04:24 2015 +0900 win: Add default

Re: [E-devel] Disable the Scrollbar in an Elementary List

2015-01-29 Thread Jeff Hoogland
Is it possible to extend this to a genlist? Settings ELM_LIST_EXPAND does not cause a genlist to expand in the same way as a normal list it seems. On Thu, Jan 29, 2015 at 8:44 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: Setting each of the lists to mode ELM_LIST_EXPAND after disabling their

[EGIT] [tools/edi] master 01/01: Cleaner test output, add click on test failures.

2015-01-29 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=8c8a890d58285857dcc9e7d64000bf3997ef871b commit 8c8a890d58285857dcc9e7d64000bf3997ef871b Author: Andy Williams a...@andywilliams.me Date: Fri Jan 30 00:08:12 2015 + Cleaner test output,