Re: [E-devel] [EGIT] [apps/ecrire] master 01/01: Fix .arcconfig to point to the correct repo.

2014-09-10 Thread Tom Hacohen
Huh? It's ecrire... On 10/09/14 17:07, Daniel Juyung Seo wrote: Hi, which phab page does this change affect? Thanks in advance. Daniel Juyung Seo (SeoZ) On Wed, Sep 10, 2014 at 11:05 PM, Tom Hacohen t...@stosb.com wrote: tasn pushed a commit to branch master. http

Re: [E-devel] Enlightenment Developer day is on again - Düsseldorg, Germany, 12th of October

2014-09-09 Thread Tom Hacohen
On 27/08/14 11:02, Carsten Haitzler (The Rasterman) wrote: Enlightenment developer day is on again! https://phab.enlightenment.org/phame/live/3//post/enlightenment_developer_day_2014/ come one, come all! Registration is now open, and space is limited. Register at:

Re: [E-devel] Blog about EO

2014-09-08 Thread Tom Hacohen
On 08/09/14 14:50, Daniel Zaoui wrote: ReHi, On 09/08/14 16:42, Daniel Zaoui wrote: Hi, On 09/08/14 16:16, Jean Rene Dawin wrote: On Sat, Aug 16, 2014 at 02:36:10PM +0900, Carsten Haitzler wrote: About time i got back to blogging about EFL etc.

[E-devel] A nice git cheat sheet in graph form

2014-09-06 Thread Tom Hacohen
http://justinhileman.info/article/git-pretty/ Maybe some people here will find it helpful. -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ ___

[EGIT] [admin/devs] master 01/01: devs tasn: Update headshot.

2014-09-06 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=1d4d716a7fccac7a00cf48675f1f3149f2d1f8f1 commit 1d4d716a7fccac7a00cf48675f1f3149f2d1f8f1 Author: Tom Hacohen t...@stosb.com Date: Sat Sep 6 17:23:00 2014 +0100 devs tasn: Update headshot

Re: [E-devel] [EGIT] [core/efl] master 01/01: eolian: fix auto/empty parsing/fill and add tests

2014-09-04 Thread Tom Hacohen
On 04/09/14 11:21, Daniel Zaoui wrote: Spank on you :P ! Next time, do the tests and push them inside the feature commit itself, so you can be almost sure no fixes will be needed. I said the same. :) On 09/04/14 13:09, Daniel Kolesa wrote: q66 pushed a commit to branch master.

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_x_vsync: Remove ahadowign variable.

2014-09-04 Thread Tom Hacohen
Are you sure about this one? It doesn't look correct. Someone was setting ok to false inside the {} and then checking for it's value. You changed it to set ok after the if. On 04/09/14 12:18, Stefan Schmidt wrote: stefan pushed a commit to branch master.

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_x_vsync: Remove ahadowign variable.

2014-09-04 Thread Tom Hacohen
On 04/09/14 12:44, Stefan Schmidt wrote: Hello. On 04/09/14 13:19, Tom Hacohen wrote: Are you sure about this one? It doesn't look correct. I thought so. Would not have pushed if I was not sure. But lets go through this. Someone was setting ok to false inside the {} and then checking

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_x_vsync: Remove ahadowign variable.

2014-09-04 Thread Tom Hacohen
On 04/09/14 13:06, Stefan Schmidt wrote: Hallo. On 04/09/14 13:59, Tom Hacohen wrote: On 04/09/14 12:44, Stefan Schmidt wrote: Hello. On 04/09/14 13:19, Tom Hacohen wrote: Are you sure about this one? It doesn't look correct. I thought so. Would not have pushed if I was not sure. But lets

Re: [E-devel] [EGIT] [apps/ecrire] master 01/01: Minor error handling fixes in file_utils

2014-09-04 Thread Tom Hacohen
if (text) { -fputs(text, f); // FIXME: catch error +if(fputs(text, f)==EOF) Coding conventions, spaces before and after the '=='... -- Tom. -- Slashdot TV. Video for Nerds. Stuff

Re: [E-devel] [EGIT] [apps/terminology] master 01/01: update po: modify typo and corresponding to the D1404

2014-09-04 Thread Tom Hacohen
Commit message is a bit misleading. Should be: Fix a typo in the bla bla bla. -- Tom. On 04/09/14 19:32, Gwang O Lee wrote: seoz pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=a14652de139aaba36b8ff3191add9516356e5b28 commit

[EGIT] [core/enlightenment] master 01/01: Update gitignore.

2014-09-03 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=107ee3ed5098d88b8f052080baafec2be4e9101e commit 107ee3ed5098d88b8f052080baafec2be4e9101e Author: Tom Hacohen t...@stosb.com Date: Wed Sep 3 15:42:29 2014 +0100 Update gitignore

[E-devel] Git commit email improvements

2014-09-03 Thread Tom Hacohen
Hey, After much work, I finally managed to update the script we use for sending git commit message emails. They changed a lot, so it was annoying, but I finally got it to work. I mainly updated it so finally, commits of the same push will be sorted in mail clients in order. This should

[EGIT] [core/elementary] master 01/01: C++ bindings: disable generation by default (to follow the efl).

2014-09-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d46fa601ef45d579d1448b19887d02ff2dfbb576 commit d46fa601ef45d579d1448b19887d02ff2dfbb576 Author: Tom Hacohen t...@stosb.com Date: Tue Sep 2 09:29:57 2014 +0100 C++ bindings: disable

[EGIT] [core/elementary] master 07/07: Configure: Stop using deprecated AC_HELP_STRING.

2014-09-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4d9b5eccb8ae901bb53461369917d6ba1a4c96fe commit 4d9b5eccb8ae901bb53461369917d6ba1a4c96fe Author: Tom Hacohen t...@stosb.com Date: Tue Sep 2 10:31:29 2014 +0100 Configure: Stop using

[EGIT] [core/elementary] master 06/07: C++ bindings: disable generation by default (to follow the efl).

2014-09-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=81a1ce2699e5d11c8faac2716b4f59ba863b06cf commit 81a1ce2699e5d11c8faac2716b4f59ba863b06cf Author: Tom Hacohen t...@stosb.com Date: Tue Sep 2 10:28:37 2014 +0100 C++ bindings: disable

[EGIT] [core/elementary] master 01/07: Revert C++ bindings: disable generation by default (to follow the efl).

2014-09-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c707a638d365f401d0f1063fa8eb738d35c44089 commit c707a638d365f401d0f1063fa8eb738d35c44089 Author: Tom Hacohen t...@stosb.com Date: Tue Sep 2 10:19:57 2014 +0100 Revert C++ bindings: disable

[EGIT] [core/efl] master 01/01: Ecore exe: Fix ecore_exe_send (on posix).

2014-09-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e5ed4b7f043218efc95a5ebdd26b9fa2b24a80fb commit e5ed4b7f043218efc95a5ebdd26b9fa2b24a80fb Author: Tom Hacohen t...@stosb.com Date: Tue Sep 2 12:56:54 2014 +0100 Ecore exe: Fix ecore_exe_send

[EGIT] [core/efl] master 01/01: Ecore exe: Mark obj as unused.

2014-09-02 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1a58ad78ab630f35b360a329aff6de410c023952 commit 1a58ad78ab630f35b360a329aff6de410c023952 Author: Tom Hacohen t...@stosb.com Date: Tue Sep 2 13:23:26 2014 +0100 Ecore exe: Mark obj as unused

Re: [E-devel] [EGIT] [core/efl] master 01/01: revert all recent ecore-con related eo changes. completely broken.

2014-09-01 Thread Tom Hacohen
This is the worst bug report ever, and a stupid revert. First of all, when reverting, please list the commits being reverted because unlike what you said, you didn't revert all of them. Second of all, I assume you are talking about the one small issue with thumbnailing not working, which

[EGIT] [core/efl] master 01/02: Ecore con url: Migrate to eo.

2014-09-01 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a58c1b6c97f800d1ead7ac264977abd5782a18d1 commit a58c1b6c97f800d1ead7ac264977abd5782a18d1 Author: Tom Hacohen t...@stosb.com Date: Thu Aug 28 11:30:53 2014 +0100 Ecore con url: Migrate to eo

[EGIT] [core/efl] master 02/02: Ecore con server: Fix destructor to call super correctly.

2014-09-01 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=056c54ebc98e905a55a655f9bacfcafc6cee1b79 commit 056c54ebc98e905a55a655f9bacfcafc6cee1b79 Author: Tom Hacohen t...@stosb.com Date: Fri Aug 29 10:07:14 2014 +0100 Ecore con server: Fix destructor

Re: [E-devel] [EGIT] [core/efl] master 01/01: revert all recent ecore-con related eo changes. completely broken.

2014-09-01 Thread Tom Hacohen
On 01/09/14 12:20, David Seikel wrote: On Mon, 01 Sep 2014 10:36:42 +0100 Tom Hacohen tom.haco...@samsung.com wrote: This is the worst bug report ever, and a stupid revert. First of all, when reverting, please list the commits being reverted because unlike what you said, you didn't revert

Re: [E-devel] Weekly news from the automated build and QA front

2014-09-01 Thread Tom Hacohen
On 01/09/14 10:36, Boris Faure wrote: On 14-09-01 11:14, Stefan Schmidt wrote: […] Unit tests: o 326 (399) unit tests for efl and none failing Did we remove a bunch of unit tests? Yes we did. C++ is now disabled by default. -- Tom.

[EGIT] [core/efl] master 01/01: Ecore con: Add Connector class (the connecting variant of server).

2014-09-01 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0c9a1d8a99e8807833bdd320bd8cdacff26a0e52 commit 0c9a1d8a99e8807833bdd320bd8cdacff26a0e52 Author: Tom Hacohen t...@stosb.com Date: Thu Aug 28 14:17:16 2014 +0100 Ecore con: Add Connector class

Re: [E-devel] eo porting of evas callbacks has a problem

2014-08-31 Thread Tom Hacohen
confused. :) On 08/31/14 05:33, Carsten Haitzler (The Rasterman) wrote: On Sat, 30 Aug 2014 18:32:01 +0100 Tom Hacohen t...@stosb.com said: Pfft, how dare you blame me as the borker? It's JACK! this was a general blame sent out to no one in particular. :) On Sat, Aug 30, 2014

Re: [E-devel] eo porting of evas callbacks has a problem

2014-08-30 Thread Tom Hacohen
Pfft, how dare you blame me as the borker? It's JACK! On Sat, Aug 30, 2014 at 3:12 AM, Carsten Haitzler ras...@rasterman.com wrote: missing EVAS_CALLBACK_DEVICE_CHANGED support in _legacy_evas_callback_table in evas_callbacks.c -- - Codito, ergo sum - I code, therefore I am

Re: [E-devel] more ecore-con b0rkage

2014-08-30 Thread Tom Hacohen
Oh, this is the borkage I'm blamed of. I'll have to take a look on Monday (maybe tomorrow, but unlikely). Busy weekend. :) On Sat, Aug 30, 2014 at 2:48 AM, Carsten Haitzler ras...@rasterman.com wrote: and now... thumbnails in efm are broken (e_thumb is a process launched and connects back to

Re: [E-devel] E19 RC3

2014-08-29 Thread Tom Hacohen
On 29/08/14 05:57, Mike Blumenkrantz wrote: In an incredibly bold and unforeseen turn of events, The E19 Release Cycle has skipped the beta series of releases and jumped straight from alphas to release candidates. This extreme display of showboating has release managers all over the world

[EGIT] [core/efl] master 02/03: Ecore con: Limit some functions to only be called from inside eo_add().

2014-08-29 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=61cd629a59db782ed78d24fd54cf267595b075eb commit 61cd629a59db782ed78d24fd54cf267595b075eb Author: Tom Hacohen t...@stosb.com Date: Fri Aug 29 10:01:37 2014 +0100 Ecore con: Limit some functions

[EGIT] [core/efl] master 03/03: Ecore con server: Fix destructor to call super correctly.

2014-08-29 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=607901fb0edf2b3ee644026b7dcbd5df1ee792c5 commit 607901fb0edf2b3ee644026b7dcbd5df1ee792c5 Author: Tom Hacohen t...@stosb.com Date: Fri Aug 29 10:07:14 2014 +0100 Ecore con server: Fix destructor

[EGIT] [core/efl] master 01/03: Eo base: Add a property to indicate if the object is finalized;

2014-08-29 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2a0937b8891fac31520771f64f3e667e9996496b commit 2a0937b8891fac31520771f64f3e667e9996496b Author: Tom Hacohen t...@stosb.com Date: Fri Aug 29 09:55:02 2014 +0100 Eo base: Add a property to indicate

[EGIT] [core/efl] master 01/01: Ecore con: Fix constructing (the whole object was broken).

2014-08-29 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0f9627c36325a8cc89bc8d2343ce69f3524f3ac2 commit 0f9627c36325a8cc89bc8d2343ce69f3524f3ac2 Author: Tom Hacohen t...@stosb.com Date: Fri Aug 29 11:41:21 2014 +0100 Ecore con: Fix constructing

Re: [E-devel] [EGIT] [core/efl] master 01/01: eolian generator - fix num of types handled

2014-08-28 Thread Tom Hacohen
That's why we should always use EINA_C_ARRAY_LENGTH(), like in Daniel's fix. :) -- Tom. On 28/08/14 00:45, Carsten Haitzler wrote: raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=94f9d106c8e0480434caa9dd3342b237dcf6722e commit

[EGIT] [core/efl] master 01/01: Ecore con: Fix to the correct parameter type.

2014-08-28 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2a144e57170da7d674a50d026765da1f8f9238aa commit 2a144e57170da7d674a50d026765da1f8f9238aa Author: Tom Hacohen t...@stosb.com Date: Thu Aug 28 10:26:07 2014 +0100 Ecore con: Fix to the correct

Re: [E-devel] Disabling C++ bindings by default for the 1.12 development cycle

2014-08-28 Thread Tom Hacohen
On 28/08/14 10:54, Stefan Schmidt wrote: Hello. On 28/08/14 11:43, Daniel Kolesa wrote: Hello everybody, after some discussion we've decided to disable the C++ bindings during the 1.12 development cycle. The reason for this step is frequent breakages of the bindings because of changes and

[EGIT] [core/efl] master 01/02: Ecore con: Update migration TODO.

2014-08-28 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bdb60f017f21131ed8ed35e76ed5e8bca218b9c6 commit bdb60f017f21131ed8ed35e76ed5e8bca218b9c6 Author: Tom Hacohen t...@stosb.com Date: Thu Aug 28 12:00:31 2014 +0100 Ecore con: Update migration TODO

[EGIT] [core/efl] master 02/02: Ecore con: Add Connector class (the connecting variant of server).

2014-08-28 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bba7ac87f15be9bc86be0baee6e2942ea4047230 commit bba7ac87f15be9bc86be0baee6e2942ea4047230 Author: Tom Hacohen t...@stosb.com Date: Thu Aug 28 14:17:16 2014 +0100 Ecore con: Add Connector class

[E-devel] Killing off Eina_Bool

2014-08-28 Thread Tom Hacohen
Hey guys, It's been ages since we last complained about the existence of Eina_Bool. We all hate it and think it's useless. It's too long to type, and redundant. bool has been available for ages now. Same goes for true and false. I think we should kill Eina_Bool and start using those. It

Re: [E-devel] Killing off Eina_Bool

2014-08-28 Thread Tom Hacohen
On Thu, Aug 28, 2014 at 7:51 PM, Cedric BAIL moa.blueb...@gmail.com wrote: On Aug 28, 2014 6:10 PM, Daniel Kolesa quake...@gmail.com wrote: 2014-08-28 17:06 GMT+01:00 Cedric BAIL cedric.b...@free.fr: Hello, On Thu, Aug 28, 2014 at 5:12 PM, Tom Hacohen tom.haco...@samsung.com

[EGIT] [core/efl] master 01/01: Ecore exe: Fix object construction on linux and windows.

2014-08-27 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=185d1f44cbc81ebb9a55c028e3ccec93a0ccfed0 commit 185d1f44cbc81ebb9a55c028e3ccec93a0ccfed0 Author: Tom Hacohen t...@stosb.com Date: Wed Aug 27 09:04:01 2014 +0100 Ecore exe: Fix object construction

Re: [E-devel] [EGIT] [core/efl] efl-1.11 01/01: ecore vsync - work around old kernels by blacklisting them

2014-08-27 Thread Tom Hacohen
We use @fix, not @bug. :) -- Tom. On 27/08/14 10:27, Carsten Haitzler wrote: raster pushed a commit to branch efl-1.11. http://git.enlightenment.org/core/efl.git/commit/?id=26783f45dd419873f4dc2a9ab3a1e4b421f2c4ca commit 26783f45dd419873f4dc2a9ab3a1e4b421f2c4ca Author: Carsten Haitzler

[EGIT] [core/efl] master 02/02: Revert ecore_getopt - fix possible null arg

2014-08-27 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=27f738115eb269340d56167ae93f66a6eeb2d514 commit 27f738115eb269340d56167ae93f66a6eeb2d514 Author: Tom Hacohen t...@stosb.com Date: Wed Aug 27 11:48:43 2014 +0100 Revert ecore_getopt - fix possible

[EGIT] [core/efl] master 01/02: Revert ecore_getopt - fix possible null arg

2014-08-27 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2f249a6436580bf9839f409f4c5f224e6b50eba2 commit 2f249a6436580bf9839f409f4c5f224e6b50eba2 Author: Tom Hacohen t...@stosb.com Date: Wed Aug 27 11:48:14 2014 +0100 Revert ecore_getopt - fix possible

[EGIT] [core/efl] master 01/01: Ecore exe: refactor and fix compilation on windows.

2014-08-27 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=686acd88f7b5b2f1a6406aba190d3da501682917 commit 686acd88f7b5b2f1a6406aba190d3da501682917 Author: Tom Hacohen t...@stosb.com Date: Wed Aug 27 11:00:11 2014 +0100 Ecore exe: refactor and fix

[EGIT] [core/efl] master 01/01: Ecore con: Fix compilation on windows.

2014-08-27 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=98281cc523b3be76369bedabebcc42972aeabd7a commit 98281cc523b3be76369bedabebcc42972aeabd7a Author: Tom Hacohen t...@stosb.com Date: Wed Aug 27 15:46:31 2014 +0100 Ecore con: Fix compilation

[EGIT] [core/efl] master 01/01: Ecore con: Fix some ecore con runtime issues on windows.

2014-08-27 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=18895e24895abab6466b21ea2e555690930cc72d commit 18895e24895abab6466b21ea2e555690930cc72d Author: Tom Hacohen t...@stosb.com Date: Wed Aug 27 16:25:27 2014 +0100 Ecore con: Fix some ecore con

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Revert elementary/config - commented out the translation availabilty check.

2014-08-27 Thread Tom Hacohen
On Wed, Aug 27, 2014 at 4:56 PM, ChunEon Park her...@naver.com wrote: I left the problem in the comment. Application could use their own text domain. Yeah, application could use their own text domain, then automatic ui mirroring won't work, but that's an application issue, nothing of our

Re: [E-devel] Enlightenment Developer day is on again - Düsseldorg, Germany, 12th of October

2014-08-27 Thread Tom Hacohen
Good job with the umlaute, but it's spelled with an f. :P On Wed, Aug 27, 2014 at 11:02 AM, Carsten Haitzler ras...@rasterman.com wrote: Enlightenment developer day is on again! https://phab.enlightenment.org/phame/live/3//post/enlightenment_developer_day_2014/ come one, come all! --

Re: [E-devel] Enlightenment Developer day is on again - Düsseldorg, Germany, 12th of October

2014-08-27 Thread Tom Hacohen
On Wed, Aug 27, 2014 at 8:48 PM, Daniel Kolesa quake...@gmail.com wrote: 2014-08-27 19:59 GMT+01:00 Tom Hacohen t...@stosb.com: Good job with the umlaute, but it's spelled with an f. :P s/umlaute/umlaut/ :P Serves me right. :) On Wed, Aug 27, 2014 at 11:02 AM, Carsten

[EGIT] [core/efl] master 01/01: Efl interfaces: Fix EAPI for windows.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=07d12b14ac15eff54b4c5c8e5e335709b09f8c26 commit 07d12b14ac15eff54b4c5c8e5e335709b09f8c26 Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 11:04:47 2014 +0100 Efl interfaces: Fix EAPI for windows

[EGIT] [core/efl] master 01/01: Ecore con: Hopefully fix for windows.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=540581f629f4616a4526405503bb200e60800189 commit 540581f629f4616a4526405503bb200e60800189 Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 11:07:43 2014 +0100 Ecore con: Hopefully fix for windows

[EGIT] [core/elementary] master 01/01: Revert elementary/config - commented out the translation availabilty check.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=89d58d8f2f0116f19700fe729681bc1c31c0df24 commit 89d58d8f2f0116f19700fe729681bc1c31c0df24 Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 12:07:53 2014 +0100 Revert elementary/config

[EGIT] [core/efl] master 01/01: Evas: Fix compilation under windows.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0f55fdc1bb98788f4163c78af48702e549a18990 commit 0f55fdc1bb98788f4163c78af48702e549a18990 Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 13:52:10 2014 +0100 Evas: Fix compilation under windows

[EGIT] [core/efl] master 01/01: Ecore con: Fix compilation on windows.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=00b3996ee1315ef29283117e09a03b1a84ee68ee commit 00b3996ee1315ef29283117e09a03b1a84ee68ee Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 14:53:23 2014 +0100 Ecore con: Fix compilation

[EGIT] [core/efl] master 01/01: Ecore exe: Fix compilation on windows.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=40aa38c16487cb193905ca6f482711bd384e3aca commit 40aa38c16487cb193905ca6f482711bd384e3aca Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 15:15:50 2014 +0100 Ecore exe: Fix compilation

[EGIT] [core/efl] master 01/01: Ecore exe: Fix compilation on windows (fix inlist usage).

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7cbfa52dd5f33c0e77ff060640bf1d638ae5141e commit 7cbfa52dd5f33c0e77ff060640bf1d638ae5141e Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 15:21:05 2014 +0100 Ecore exe: Fix compilation

[EGIT] [core/efl] master 01/01: Ecore exe: Fix object deletion.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b4f49eddb04bf8a45fd29a94be579cd2d294d52d commit b4f49eddb04bf8a45fd29a94be579cd2d294d52d Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 16:02:48 2014 +0100 Ecore exe: Fix object deletion

[EGIT] [core/efl] master 01/01: Ecore exe: Start using the eo destructor.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=791f1e5f6cde2952c86379ab0e7e52fd1b3624a4 commit 791f1e5f6cde2952c86379ab0e7e52fd1b3624a4 Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 16:36:25 2014 +0100 Ecore exe: Start using the eo

[EGIT] [core/efl] master 01/01: Ecore exe: Fix windows build by making the windows stuff less redundant.

2014-08-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d4f6870bb5367efbbfc3ed66a339ec7c4c960559 commit d4f6870bb5367efbbfc3ed66a339ec7c4c960559 Author: Tom Hacohen t...@stosb.com Date: Tue Aug 26 16:48:07 2014 +0100 Ecore exe: Fix windows build

Re: [E-devel] [EGIT] [core/efl] master 01/01: Ecore exe: Fix windows build by making the windows stuff less redundant.

2014-08-26 Thread Tom Hacohen
Much better, still broken. I'll get myself mingw and fix this up tomorrow. :( I gotta go to play football. :) -- Tom. On 26/08/14 16:48, Tom Hacohen wrote: tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d4f6870bb5367efbbfc3ed66a339ec7c4c960559

[EGIT] [core/efl] master 01/01: Efl: Fix compilation in windows.

2014-08-22 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=de7f4cc22c509ccd29ac32a0a2762c44783fa3bf commit de7f4cc22c509ccd29ac32a0a2762c44783fa3bf Author: Tom Hacohen t...@stosb.com Date: Fri Aug 22 10:43:38 2014 +0100 Efl: Fix compilation in windows

[EGIT] [core/efl] master 01/01: Revert ecore_getopt - handle if arg_val is null

2014-08-22 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=41ec0da2aa3be54b117601d9ab3863eff8efe0f1 commit 41ec0da2aa3be54b117601d9ab3863eff8efe0f1 Author: Tom Hacohen t...@stosb.com Date: Fri Aug 22 14:51:35 2014 +0100 Revert ecore_getopt - handle

[EGIT] [core/efl] master 04/05: Ecore con server: Add support for some eo events.

2014-08-22 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9a8a416325708feffb21f719914775d2f748f099 commit 9a8a416325708feffb21f719914775d2f748f099 Author: Tom Hacohen t...@stosb.com Date: Fri Aug 22 16:38:25 2014 +0100 Ecore con server: Add support

[EGIT] [core/efl] master 02/05: Ecore con client: Add support for some eo events.

2014-08-22 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=718a942bdeba55b5298eb69b22cf1a5d4c932fc9 commit 718a942bdeba55b5298eb69b22cf1a5d4c932fc9 Author: Tom Hacohen t...@stosb.com Date: Fri Aug 22 14:33:26 2014 +0100 Ecore con client: Add support

[EGIT] [core/efl] master 05/05: Ecore con: Rename to Ecore.Con.Base for the C++ bindings.

2014-08-22 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=974e3afabca3e2f740cae4b2bb9fbd02600d648e commit 974e3afabca3e2f740cae4b2bb9fbd02600d648e Author: Tom Hacohen t...@stosb.com Date: Fri Aug 22 17:31:33 2014 +0100 Ecore con: Rename to Ecore.Con.Base

[EGIT] [core/efl] master 01/05: Ecore con client: Migrate to eo.

2014-08-22 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d9b5f192d4883193f79cd3e43ed1da52521825dc commit d9b5f192d4883193f79cd3e43ed1da52521825dc Author: Tom Hacohen t...@stosb.com Date: Fri Aug 22 13:14:59 2014 +0100 Ecore con client: Migrate to eo

[EGIT] [core/efl] master 03/05: Ecore con server: Migrate to eo.

2014-08-22 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d72f809fb874c8f14b1461949802905d41d648a1 commit d72f809fb874c8f14b1461949802905d41d648a1 Author: Tom Hacohen t...@stosb.com Date: Fri Aug 22 16:06:27 2014 +0100 Ecore con server: Migrate to eo

[EGIT] [core/efl] master 01/01: Efl inerfaces: Merge initial efl interfaces work.

2014-08-21 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5320b86183971618ddf9f7de450e0860cb53cb0e commit 5320b86183971618ddf9f7de450e0860cb53cb0e Merge: 2a51029 a9a049b Author: Tom Hacohen t...@stosb.com Date: Thu Aug 21 11:02:46 2014 +0100 Efl inerfaces

[EGIT] [core/elementary] master 01/01: Efl inerfaces: Merge initial efl interfaces work.

2014-08-21 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=9a1635dde23891a2db4ef3f832a6c930fd43db96 commit 9a1635dde23891a2db4ef3f832a6c930fd43db96 Merge: 847d3e0 6bbf03a Author: Tom Hacohen t...@stosb.com Date: Thu Aug 21 11:05:11 2014 +0100 Efl

Re: [E-devel] [EGIT] [core/efl] master 10/11: eo: mmap()/unmap() are also supported on OSX

2014-08-21 Thread Tom Hacohen
We are so messy with this. We should stop checking for platforms and start checking for features. This should have always been a HAS_MEMMAP, not __linux__ or all of those messy things. -- Tom. On 21/08/14 11:05, Jean Guyomarc'h wrote: cedric pushed a commit to branch master.

[EGIT] [core/efl] master 01/01: Evas dummy_slave: Fix build race condition (failure to build).

2014-08-21 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0e4b847deb79c957dbc042ea0c6a98282aead6e0 commit 0e4b847deb79c957dbc042ea0c6a98282aead6e0 Author: Tom Hacohen t...@stosb.com Date: Thu Aug 21 13:19:09 2014 +0100 Evas dummy_slave: Fix build race

Re: [E-devel] [EGIT] [core/efl] master 02/02: Merge branch 'master' of ssh://git.enlightenment.org/core/efl

2014-08-21 Thread Tom Hacohen
Hey, You'e made a lot of mess. First of all, we don't merge like this, only merge with --no-ff after rebasing. This is really bad!!! Second of all, we have good commit messages in the merge commits, not this. Please read the guidelines again. Super spank. -- Tom. On 21/08/14 15:57, Wonguk

Re: [E-devel] [EGIT] [core/efl] master 02/02: Merge branch 'master' of ssh://git.enlightenment.org/core/efl

2014-08-21 Thread Tom Hacohen
. On Thu, Aug 21, 2014 at 5:09 PM, Tom Hacohen tom.haco...@samsung.com wrote: Hey, You'e made a lot of mess. First of all, we don't merge like this, only merge with --no-ff after rebasing. This is really bad!!! Second of all, we have good commit messages in the merge commits

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert evas textblock: fixed ellipsis character cut off issue with complex markup text.

2014-08-20 Thread Tom Hacohen
Good catch. :) Annoying that I missed that one. We need more tests! -- Tom. On 20/08/14 04:05, Carsten Haitzler wrote: raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9a91261a4eb2b9868cec1efd89426c1b4d9e8554 commit

[EGIT] [core/enlightenment] master 01/01: Tiling: Fix applying tiling on enable with a new config.

2014-08-20 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4b24177b4c0bec4f58f7c2eda72a4d8e1bd8f5cf commit 4b24177b4c0bec4f58f7c2eda72a4d8e1bd8f5cf Author: Tom Hacohen t...@stosb.com Date: Wed Aug 20 11:00:34 2014 +0100 Tiling: Fix applying

[EGIT] [core/efl] master 01/01: Evas textblock: Fix BiDi text cut-off at the edges.

2014-08-20 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=841191d907f7addec4ab8613ddae81f1767f4836 commit 841191d907f7addec4ab8613ddae81f1767f4836 Author: Tom Hacohen t...@stosb.com Date: Wed Aug 20 15:03:12 2014 +0100 Evas textblock: Fix BiDi text cut

[EGIT] [core/efl] master 01/01: Evas textblock: Add a test for multiline ellipsis.

2014-08-20 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4f3ab0db3473f2d609058a13c76f187680df6790 commit 4f3ab0db3473f2d609058a13c76f187680df6790 Author: Tom Hacohen t...@stosb.com Date: Wed Aug 20 15:46:22 2014 +0100 Evas textblock: Add a test

[EGIT] [core/efl] master 01/01: Evas textblock: Remove unused function.

2014-08-20 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1fcbd88e6d4763c97b9b75257b5e9d87eabfca93 commit 1fcbd88e6d4763c97b9b75257b5e9d87eabfca93 Author: Tom Hacohen t...@stosb.com Date: Wed Aug 20 17:08:28 2014 +0100 Evas textblock: Remove unused

Re: [E-devel] EFL + Elementary ABI report v1.11.0

2014-08-20 Thread Tom Hacohen
On 11/08/14 11:23, Tom Hacohen wrote: On 29/07/14 11:06, Tom Hacohen wrote: Hey, Here again, the new EFL + Elementary ABI reports. As usual: https://devs.enlightenment.org/~tasn/abi/ There's some noise because of the Eo changes. Hopefully by next version we'll be able to remove the beta

[EGIT] [tools/abi_checks] master 01/01: Updated dumps to official 1.11.0 release.

2014-08-20 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/tools/abi_checks.git/commit/?id=cee53e0cc1dc4d6ff57f018acb569b6900c6ea6e commit cee53e0cc1dc4d6ff57f018acb569b6900c6ea6e Author: Tom Hacohen t...@stosb.com Date: Wed Aug 20 17:15:28 2014 +0100 Updated dumps to official

Re: [E-devel] EFL 1.11 is Out

2014-08-20 Thread Tom Hacohen
-nse --grep CID v1.10.0..v1.11.0) Top 5 Coverity issue fixers: 67 Carsten Haitzler ras...@rasterman.com 13 Cedric BAIL c.b...@partner.samsung.com 5 Daniel Kolesa d.kol...@samsung.com 4 Stefan Schmidt ste...@datenfreihafen.org 4 Tom Hacohen t...@stosb.com

Re: [E-devel] [EGIT] [core/efl] master 01/02: Revert evas scalecache - fix thread deadlock posssibility

2014-08-19 Thread Tom Hacohen
Why did you revert this? (just interested to hear what was broken) Also, next time please elaborate on the revert reason in the commit message. On 19/08/14 10:44, Carsten Haitzler wrote: raster pushed a commit to branch master.

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl: Fixed unwanted configure.ac warning.

2014-08-19 Thread Tom Hacohen
This is very wrong. First of all, Cedric already fixed the actual warnings, second of all, this doesn't fix anything, it silences the things we need to fix. Please revert. -- Tom. On 19/08/14 14:26, Srivardhan Hebbar wrote: devilhorns pushed a commit to branch master.

[EGIT] [editors/vim-configs] master 01/01: Eolian: Updated according to syntax changes.

2014-08-19 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/editors/vim-configs.git/commit/?id=141172691095181d601bbeeaef077aab2d5b6aba commit 141172691095181d601bbeeaef077aab2d5b6aba Author: Tom Hacohen t...@stosb.com Date: Tue Aug 19 16:02:06 2014 +0100 Eolian: Updated according

Re: [E-devel] Weekly news from the automated build and QA front

2014-08-18 Thread Tom Hacohen
Why is evas split from EFL in coverity? On Mon, Aug 18, 2014 at 8:49 AM, Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. Summary: o A lot nuked coverity reports in EFL. Raster got a tiny coverity addiction for a few days. :) Good job. This should give everyone an overview over

Re: [E-devel] 1.12 release schedule proposal

2014-08-17 Thread Tom Hacohen
I think this one was a good release. Let's continue doing it this way. -- Tom. On Thu, Aug 14, 2014 at 9:21 AM, Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. Later than usual but I wanted some time to think about how tis cycle went and if I want to keep doing this job. Timing

Re: [E-devel] [EGIT] [core/efl] master 01/02: address non nul terminated string due to strncpy

2014-08-17 Thread Tom Hacohen
Btw raster, it was my commit that introduced the strncpy (which I assumed would always have the null because of the same reasoning as you). I did it because coverity complained about the use of strcpy. I think it's safer to probably revert your patch, use my strncpy patch, and add an explicit

[EGIT] [core/efl] master 01/01: Edje dbg_info: Mark root as not null (will never be).

2014-08-12 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=add6c216a83b97e849f948fbb807b95e9a333030 commit add6c216a83b97e849f948fbb807b95e9a333030 Author: Tom Hacohen t...@stosb.com Date: Tue Aug 12 09:35:57 2014 +0100 Edje dbg_info: Mark root as not null

[EGIT] [core/efl] master 01/01: Evas textblock: remove checks for impossible null derefs.

2014-08-12 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1d6960867d4d50b5a2ce65bac0f410cb334fbdd5 commit 1d6960867d4d50b5a2ce65bac0f410cb334fbdd5 Author: Tom Hacohen t...@stosb.com Date: Tue Aug 12 09:52:18 2014 +0100 Evas textblock: remove checks

[EGIT] [core/efl] master 01/01: Evas bidi: Make code more explicit (silence coverity).

2014-08-12 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5d021658ade0440b153ee00c5ecc168288d230de commit 5d021658ade0440b153ee00c5ecc168288d230de Author: Tom Hacohen t...@stosb.com Date: Tue Aug 12 10:05:52 2014 +0100 Evas bidi: Make code more explicit

Re: [E-devel] [EGIT] [core/efl] master 02/03: autotools: use non deprecated macro.

2014-08-12 Thread Tom Hacohen
One of the longest standing issues in the EFL. :) GJ! On 12/08/14 10:21, Cedric BAIL wrote: cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d8dd0e1f620abc0bf581117fd088a0827185160a commit d8dd0e1f620abc0bf581117fd088a0827185160a Author: Cedric

Re: [E-devel] [EGIT] [core/efl] master 02/07: eina: make it possible to load module symbol into the global namespace.

2014-08-11 Thread Tom Hacohen
On 11/08/14 08:55, Cedric BAIL wrote: Hello, On Thu, Aug 7, 2014 at 12:00 PM, Stefan Schmidt ste...@datenfreihafen.org wrote: On Fri, 2014-07-11 at 06:33, Cedric BAIL wrote: cedric pushed a commit to branch master.

Re: [E-devel] [EGIT] [core/efl] master 02/07: eina: make it possible to load module symbol into the global namespace.

2014-08-11 Thread Tom Hacohen
On 11/08/14 09:05, Tom Hacohen wrote: On 11/08/14 08:55, Cedric BAIL wrote: Hello, On Thu, Aug 7, 2014 at 12:00 PM, Stefan Schmidt ste...@datenfreihafen.org wrote: On Fri, 2014-07-11 at 06:33, Cedric BAIL wrote: cedric pushed a commit to branch master. http://git.enlightenment.org/core

Re: [E-devel] [EGIT] [core/efl] master 02/07: eina: make it possible to load module symbol into the global namespace.

2014-08-11 Thread Tom Hacohen
On 11/08/14 09:58, Cedric BAIL wrote: On Mon, Aug 11, 2014 at 10:05 AM, Tom Hacohen tom.haco...@samsung.com wrote: On 11/08/14 08:55, Cedric BAIL wrote: Hello, On Thu, Aug 7, 2014 at 12:00 PM, Stefan Schmidt ste...@datenfreihafen.org wrote: On Fri, 2014-07-11 at 06:33, Cedric BAIL wrote

[EGIT] [tools/abi_checks] master 01/01: Update ABI dumps to 1.11 beta2.

2014-08-11 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/tools/abi_checks.git/commit/?id=d5a7d9e250483791f4ce6b6a72cb131732e3f818 commit d5a7d9e250483791f4ce6b6a72cb131732e3f818 Author: Tom Hacohen t...@stosb.com Date: Mon Aug 11 11:21:36 2014 +0100 Update ABI dumps to 1.11

Re: [E-devel] EFL + Elementary ABI report v1.11.0

2014-08-11 Thread Tom Hacohen
On 29/07/14 11:06, Tom Hacohen wrote: Hey, Here again, the new EFL + Elementary ABI reports. As usual: https://devs.enlightenment.org/~tasn/abi/ There's some noise because of the Eo changes. Hopefully by next version we'll be able to remove the beta api from the report. It already

[EGIT] [core/efl] master 01/01: Evas text: fix text object size with empty texts.

2014-08-11 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c746d4b1819583516790b49baef354bd6ba3931e commit c746d4b1819583516790b49baef354bd6ba3931e Author: Tom Hacohen t...@stosb.com Date: Mon Aug 11 13:33:12 2014 +0100 Evas text: fix text object size

[EGIT] [core/efl] efl-1.10 01/01: Evas text: fix text object size with empty texts.

2014-08-11 Thread Tom Hacohen
tasn pushed a commit to branch efl-1.10. http://git.enlightenment.org/core/efl.git/commit/?id=c81f29c922092d31d1cd2ec03d4e1c4debba18db commit c81f29c922092d31d1cd2ec03d4e1c4debba18db Author: Tom Hacohen t...@stosb.com Date: Mon Aug 11 13:33:12 2014 +0100 Evas text: fix text object size

Re: [E-devel] [EGIT] [apps/rage] master 02/02: make ui even nicer... especially for music

2014-08-11 Thread Tom Hacohen
Is this commit the reason why I have a big white screen in the middle of my videos? -- Tom. -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net

<    11   12   13   14   15   16   17   18   19   20   >