[EGIT] [core/elementary] master 01/01: test_icon_animated.c: Internal code refactoring.

2013-10-02 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=fc931d97fdfec95c0d6b814c68f24ab18c09f4cb commit fc931d97fdfec95c0d6b814c68f24ab18c09f4cb Author: Daniel Juyung Seo seojuyu...@gmail.com Date: Wed Oct 2 15:22:27 2013 +0900

[EGIT] [core/efl] master 01/01: evas - fix deadlock in preload that we seemm to never have hit before...

2013-10-02 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=48a3f299b00554fe2be209af492574e3126344eb commit 48a3f299b00554fe2be209af492574e3126344eb Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Wed Oct 2 16:32:33 2013 +0900 evas - fix

[EGIT] [admin/devs] master 01/01: the release manager giveth, and the release manager taketh away

2013-10-02 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=9a9c78a8212b9153b2f00828ae613cf417ad6c70 commit 9a9c78a8212b9153b2f00828ae613cf417ad6c70 Author: Mike Blumenkrantz m.blumenk...@samsung.com Date: Wed Oct 2 08:50:16 2013 +0100 the release

[EGIT] [core/efl] master 01/01: evas - more deadlocks found. fixed.

2013-10-02 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6a2aafeac36379bb1163bb48d992d035e89366a1 commit 6a2aafeac36379bb1163bb48d992d035e89366a1 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Wed Oct 2 17:06:26 2013 +0900 evas - more

[E-devel] E19 Development Cycle

2013-10-02 Thread Michael Blumenkrantz
Since I've been contacted by a number of people recently who are wanting to do work on E19, here's some general rules that I'd like people to follow to avoid conflicts: * Do NOT merge commits into my branch. Ever. If you have some patches that you'd like merged, send me a mail about it. All

[E-devel] valgrind still reachable memory somewhere between Ecore and Eo

2013-10-02 Thread Yakov Goldberg
I was trying to play with very simple ELM application, like this :) === #include Elementary.h int main(int argc, char **argv) { elm_init(argc, argv); elm_shutdown(); return 0; } === and noticed lot of still reachable memory: ==11408== 256 bytes in

Re: [E-devel] E19 Development Cycle

2013-10-02 Thread Vinícius dos Santos Oliveira
Michael Blumenkrantz is going to be the next release manager. We'll be able to read the Enlightenment Hero of the Week again. =) -- Vinícius dos Santos Oliveira https://about.me/vinipsmaker signature.asc Description: This is a digitally signed message part

Re: [E-devel] [EGIT] [admin/devs] master 01/01: newish dev: yossik!

2013-10-02 Thread Tom Hacohen
On 01/10/13 18:31, Michael Blumenkrantz wrote: Okay, I haven't read most of these replies since I've been busy benchmarking the hell out of things, but I've had things semi-summarized for me by a number of people. I think it's important to keep in mind that FOSS is probably the hardest type

Re: [E-devel] valgrind still reachable memory somewhere between Ecore and Eo

2013-10-02 Thread Tom Hacohen
On 02/10/13 09:15, Yakov Goldberg wrote: I was trying to play with very simple ELM application, like this :) === #include Elementary.h int main(int argc, char **argv) { elm_init(argc, argv); elm_shutdown(); return 0; } === and

Re: [E-devel] E19 Development Cycle

2013-10-02 Thread Tom Hacohen
On 02/10/13 09:45, Vinícius dos Santos Oliveira wrote: Michael Blumenkrantz is going to be the next release manager. We'll be able to read the Enlightenment Hero of the Week again. =) He's also the current Enlightenment relaese manager, there were just not enough heroes. :P -- Tom.

[EGIT] [themes/dark] master 01/01: finally finish off gengrid for dark.

2013-10-02 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/themes/dark.git/commit/?id=064acfe754033b939da7e8a384bf93887fcf87c4 commit 064acfe754033b939da7e8a384bf93887fcf87c4 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Wed Oct 2 19:34:56 2013 +0900 finally

Re: [E-devel] valgrind still reachable memory somewhere between Ecore and Eo

2013-10-02 Thread Yakov Goldberg
Got it. It's not ecore_idle_enterer class, it's me sending only this output. If run elementary_test with valgrind, it will happen for each elm class. Yakov. On 10/02/2013 12:52 PM, Tom Hacohen wrote: On 02/10/13 09:15, Yakov Goldberg wrote: I was trying to play with very simple ELM

[EGIT] [core/efl] master 02/02: Evas Textblock: Use font underline properties.

2013-10-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=04b28686afbffce1305d00eec27752889b8cc9b2 commit 04b28686afbffce1305d00eec27752889b8cc9b2 Author: Tom Hacohen t...@stosb.com Date: Wed Oct 2 11:41:41 2013 +0100 Evas Textblock: Use font underline

[EGIT] [core/efl] master 01/02: Evas font: Added functions to query the underline properties.

2013-10-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fca131d6fae726d3710b53c8088053c8eb6a427b commit fca131d6fae726d3710b53c8088053c8eb6a427b Author: Tom Hacohen t...@stosb.com Date: Tue Oct 1 16:42:48 2013 +0100 Evas font: Added functions to query

[EGIT] [core/efl] master 02/05: ecore_ipc: use the new eina_swap*().

2013-10-02 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=672bd97cea1c9b3cde4b687de18c0a907a3f3587 commit 672bd97cea1c9b3cde4b687de18c0a907a3f3587 Author: Cedric Bail cedric.b...@samsung.com Date: Wed Oct 2 18:32:18 2013 +0900 ecore_ipc: use the new

[EGIT] [core/efl] master 05/05: evas: more fix for ellipsis.

2013-10-02 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=44988e4798552cd97d14c8fc87959d1442a612b9 commit 44988e4798552cd97d14c8fc87959d1442a612b9 Author: Cedric Bail cedric.b...@samsung.com Date: Wed Oct 2 20:52:59 2013 +0900 evas: more fix for

[EGIT] [core/efl] master 04/05: evas: we actually need to take those additional value into account.

2013-10-02 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4c572c827a2ff0a81c15cb95c52096759ee3d315 commit 4c572c827a2ff0a81c15cb95c52096759ee3d315 Author: Cedric Bail cedric.b...@samsung.com Date: Wed Oct 2 19:07:48 2013 +0900 evas: we actually need to

[EGIT] [core/elementary] master 01/01: elm_config/elm_image: Internal small refactoring.

2013-10-02 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4ec1b6aa7a728bd5a7ea858ea37cce777871168a commit 4ec1b6aa7a728bd5a7ea858ea37cce777871168a Author: Daniel Juyung Seo seojuyu...@gmail.com Date: Wed Oct 2 20:18:49 2013 +0900

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-02 Thread Michael Blumenkrantz
this commit breaks building with ephysics support, and also for c++ in general: ../src/lib/eina/eina_inline_cpu.x: In function 'short unsigned int eina_swap16(short unsigned int)': ../src/lib/eina/eina_inline_cpu.x:30:29: error: '__builtin_bswap16' was not declared in this scope On Wed, Oct 2,

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-02 Thread Cedric BAIL
Cedric Bail On Oct 2, 2013 10:45 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: this commit breaks building with ephysics support, and also for c++ in general: ../src/lib/eina/eina_inline_cpu.x: In function 'short unsigned int eina_swap16(short unsigned int)':

Re: [E-devel] E19 Development Cycle

2013-10-02 Thread Rafael Antognolli
On Wed, Oct 2, 2013 at 6:59 AM, Tom Hacohen tom.haco...@samsung.com wrote: On 02/10/13 09:16, Michael Blumenkrantz wrote: Since I've been contacted by a number of people recently who are wanting to do work on E19, here's some general rules that I'd like people to follow to avoid conflicts:

Re: [E-devel] E19 Development Cycle

2013-10-02 Thread Tom Hacohen
On 02/10/13 15:39, Rafael Antognolli wrote: On Wed, Oct 2, 2013 at 6:59 AM, Tom Hacohen tom.haco...@samsung.com wrote: On 02/10/13 09:16, Michael Blumenkrantz wrote: Since I've been contacted by a number of people recently who are wanting to do work on E19, here's some general rules that I'd

[E-devel] Git, merges, and better work-flows

2013-10-02 Thread Tom Hacohen
Hey guys, I would like to suggest a new work-flow. This work-flow will not be mandatory, but just an allowed alternative to the current commit to master approach. At the moment we do not allow merges, at all. This was to prevent people from littering the log with their inability to rebase

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Tom Hacohen
On 02/10/13 16:17, Tom Hacohen wrote: Hey guys, I would like to suggest a new work-flow. This work-flow will not be mandatory, but just an allowed alternative to the current commit to master approach. At the moment we do not allow merges, at all. This was to prevent people from littering

[EGIT] [tools/clouseau] master 01/01: Clouseau: Don't clear the list if an app has exited.

2013-10-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/tools/clouseau.git/commit/?id=81d2d9d021047b15fde59b3c4ff7af507e34b08b commit 81d2d9d021047b15fde59b3c4ff7af507e34b08b Author: Tom Hacohen t...@stosb.com Date: Wed Oct 2 17:28:45 2013 +0100 Clouseau: Don't clear the list

[EGIT] [bindings/python/python-efl] master 01/02: Elementary: Add more failsafes to transit del_cb

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=87e2e8f9a162391b04de4a401ac65c0c30a4b682 commit 87e2e8f9a162391b04de4a401ac65c0c30a4b682 Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 06:35:07 2013 +0300 Elementary:

[EGIT] [bindings/python/python-efl] master 02/02: Elementary: Add custom effects for transit.

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d4308079740bc175077c6d8fccbc214f1107abec commit d4308079740bc175077c6d8fccbc214f1107abec Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 19:34:47 2013 +0300 Elementary:

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Gustavo Sverzut Barbieri
-0 I'm not convinced but I don't have any evidence that it's bad, just a personal feeling. However I'm not an active committer, so I don't count much these days and I'll follow whatever you choose. On Wed, Oct 2, 2013 at 12:20 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 02/10/13 16:17,

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Tom Hacohen
On 02/10/13 17:51, Gustavo Sverzut Barbieri wrote: -0 I'm not convinced but I don't have any evidence that it's bad, just a personal feeling. However I'm not an active committer, so I don't count much these days and I'll follow whatever you choose. All I'm asking is the permission to do so

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Adrien Nader
Hi, On Wed, Oct 02, 2013, Gustavo Sverzut Barbieri wrote: -0 I'm not convinced but I don't have any evidence that it's bad, just a personal feeling. All it does is add a commit that says branch X was merged in branch Y. There are two possible drawbacks: - commit message should be checked to

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Tom Hacohen
On 02/10/13 18:12, Adrien Nader wrote: Hi, On Wed, Oct 02, 2013, Gustavo Sverzut Barbieri wrote: -0 I'm not convinced but I don't have any evidence that it's bad, just a personal feeling. All it does is add a commit that says branch X was merged in branch Y. There are two possible

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Clean up cruft from the transit test and add it to test.py

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=29259e670e55a83fe12e56c61487c4161e52f24b commit 29259e670e55a83fe12e56c61487c4161e52f24b Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 20:28:16 2013 +0300 Elementary:

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Gustavo Lima Chaves
* Tom Hacohen tom.haco...@samsung.com [2013-10-02 17:58:45 +0100]: On 02/10/13 17:51, Gustavo Sverzut Barbieri wrote: -0 I'm not convinced but I don't have any evidence that it's bad, just a personal feeling. However I'm not an active committer, so I don't count much these days and

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Fix Gengrid item_cb crash

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d4e5ea886cbd049204847415d7f248529c6a669d commit d4e5ea886cbd049204847415d7f248529c6a669d Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 23:38:31 2013 +0300 Elementary:

[E-devel] Pen support in EFL?

2013-10-02 Thread Jason Gerecke
Hello, I'm a developer for the linuxwacom project. For the past few weeks I've been reading up on Tizen, which is a new Linux-based OS for mobile devices. Since its quite similar to other Linux distributions, I've been trying to figure out how to get pen data up to apps. Tizen apps are written in

Re: [E-devel] Pen support in EFL?

2013-10-02 Thread Rafael Antognolli
Hi Jason, On Wed, Oct 2, 2013 at 5:59 PM, Jason Gerecke killert...@gmail.com wrote: Hello, I'm a developer for the linuxwacom project. For the past few weeks I've been reading up on Tizen, which is a new Linux-based OS for mobile devices. Since its quite similar to other Linux distributions,

[EGIT] [bindings/python/python-efl] master 01/01: Elementary.general: Enable functions that were previously problematic.

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9e1b6a676c5793242f09307bceeaba5c277d45ad commit 9e1b6a676c5793242f09307bceeaba5c277d45ad Author: Kai Huuhko kai.huu...@gmail.com Date: Thu Oct 3 00:30:23 2013 +0300

Re: [E-devel] Pen support in EFL?

2013-10-02 Thread Jason Gerecke
On Wed, Oct 2, 2013 at 2:18 PM, Rafael Antognolli antogno...@gmail.com wrote: Hi Jason, On Wed, Oct 2, 2013 at 5:59 PM, Jason Gerecke killert...@gmail.com wrote: Hello, I'm a developer for the linuxwacom project. For the past few weeks I've been reading up on Tizen, which is a new

Re: [E-devel] [EGIT] [core/efl] master 01/05: eina: add infrastructure to handle more CPU and compiler builtin information.

2013-10-02 Thread Lucas De Marchi
On Wed, Oct 2, 2013 at 8:57 AM, Cedric Bail cedric.b...@samsung.com wrote: cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 commit ff3d2a68d5762ec6bed88f97f2a3751bb51caf86 Author: Cedric Bail

[EGIT] [core/enlightenment] master 01/01: Fix shelf autohide config

2013-10-02 Thread Iván Briano
sachiel pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d739c009d336f9438558aa3c437575faad7a0a13 commit d739c009d336f9438558aa3c437575faad7a0a13 Author: Iván Briano ivan.bri...@intel.com Date: Wed Oct 2 23:19:59 2013 -0300 Fix shelf

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread The Rasterman
On Wed, 02 Oct 2013 16:20:38 +0100 Tom Hacohen tom.haco...@samsung.com said: On 02/10/13 16:17, Tom Hacohen wrote: Hey guys, I would like to suggest a new work-flow. This work-flow will not be mandatory, but just an allowed alternative to the current commit to master approach. At

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Lucas De Marchi
On Wed, Oct 2, 2013 at 11:55 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 02 Oct 2013 16:20:38 +0100 Tom Hacohen tom.haco...@samsung.com said: On 02/10/13 16:17, Tom Hacohen wrote: Hey guys, I would like to suggest a new work-flow. This work-flow will not be mandatory, but

Re: [E-devel] Pen support in EFL?

2013-10-02 Thread The Rasterman
On Wed, 2 Oct 2013 13:59:47 -0700 Jason Gerecke killert...@gmail.com said: 3 things here. 1. for general device queries (get name, description, device classes etc.) there is already an evas_device api. right now though nothng populates the evas device information from lower levels (xi/xi2, etc.

[EGIT] [bindings/python/python-efl] master 01/01: Evas/Eo: Fix couple of crashes related to Canvas cb's and Eo

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9413b157b960d1023ccb91f31764f0dd92e0265f commit 9413b157b960d1023ccb91f31764f0dd92e0265f Author: Kai Huuhko kai.huu...@gmail.com Date: Thu Oct 3 06:19:04 2013 +0300 Evas/Eo: Fix

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread The Rasterman
On Thu, 3 Oct 2013 00:10:17 -0300 Lucas De Marchi lucas.demar...@profusion.mobi said: On Wed, Oct 2, 2013 at 11:55 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 02 Oct 2013 16:20:38 +0100 Tom Hacohen tom.haco...@samsung.com said: On 02/10/13 16:17, Tom Hacohen wrote: Hey

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Lucas De Marchi
On Thu, Oct 3, 2013 at 12:25 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 3 Oct 2013 00:10:17 -0300 Lucas De Marchi lucas.demar...@profusion.mobi said: On Wed, Oct 2, 2013 at 11:55 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 02 Oct 2013 16:20:38 +0100 Tom Hacohen

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Fix tests config and spinner

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=0004c58c9bb69aa30f27376b2ad07e86b653502d commit 0004c58c9bb69aa30f27376b2ad07e86b653502d Author: Kai Huuhko kai.huu...@gmail.com Date: Thu Oct 3 07:15:05 2013 +0300 Elementary:

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Daniel Juyung Seo
On Thu, Oct 3, 2013 at 12:20 AM, Tom Hacohen tom.haco...@samsung.comwrote: On 02/10/13 16:17, Tom Hacohen wrote: Hey guys, I would like to suggest a new work-flow. This work-flow will not be mandatory, but just an allowed alternative to the current commit to master approach. At the

Re: [E-devel] Git, merges, and better work-flows

2013-10-02 Thread Daniel Juyung Seo
Thanks Tasn for the suggestion. I like the idea. It's been a while since we started Rebase instead of Merge policy and it worked well so far. Now it's time to enhance it more. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Oct 3, 2013 at 12:17 AM, Tom Hacohen tom.haco...@samsung.comwrote: Hey

Re: [E-devel] Pen support in EFL?

2013-10-02 Thread Jason Gerecke
On Wed, Oct 2, 2013 at 8:21 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Oct 2013 13:59:47 -0700 Jason Gerecke killert...@gmail.com said: 3 things here. 1. for general device queries (get name, description, device classes etc.) there is already an evas_device api. right now