[EGIT] [core/efl] master 02/03: Evas out: migrate more eolian types.

2015-08-04 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a899a04a6263da31e6fa8a147371f783f7272c3d commit a899a04a6263da31e6fa8a147371f783f7272c3d Author: Tom Hacohen Date: Wed Jul 15 15:10:29 2015 +0100 Evas out: migrate more eolian types. --- src/lib

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

2015-08-04 Thread Tom Hacohen
On 09/07/15 09:02, Tom Hacohen wrote: > Hey, > > Here again, the new EFL + Elementary ABI reports. > > As usual: > https://devs.enlightenment.org/~tasn/abi/ > > Please take a look and report any issues. I haven't looked at it yet myself. > I updated the abi/api

[EGIT] [tools/abi_checks] master 01/01: Add efl + elm 1.15 dumps.

2015-08-04 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/tools/abi_checks.git/commit/?id=d6a34c008b7fb9a5b3fb714ef4464df7d763f197 commit d6a34c008b7fb9a5b3fb714ef4464df7d763f197 Author: Tom Hacohen Date: Tue Aug 4 10:43:48 2015 +0100 Add efl + elm 1.15 dumps. --- abi_dumps

Re: [e-users] Unofficial GitHub mirrors for Enlightenment repositories

2015-08-03 Thread Tom Hacohen
On 03/08/15 17:17, Yomi Ogunwumi wrote: > On Mon, Aug 3, 2015 at 11:55 AM, Tom Hacohen wrote: > >> Hey, >> >> tl;dr, links: >> https://github.com/tasn/efl >> https://github.com/tasn/elementary >> https://github.com/tasn/enlightenment >> https://git

[E-devel] Unofficial GitHub mirrors for Enlightenment repositories

2015-08-03 Thread Tom Hacohen
Hey, tl;dr, links: https://github.com/tasn/efl https://github.com/tasn/elementary https://github.com/tasn/enlightenment https://github.com/billiob/terminology For the non lazy: For a while now I've been maintaining github mirrors for the efl, elementary and enlightenment, and Boris has been mai

[e-users] Unofficial GitHub mirrors for Enlightenment repositories

2015-08-03 Thread Tom Hacohen
Hey, tl;dr, links: https://github.com/tasn/efl https://github.com/tasn/elementary https://github.com/tasn/enlightenment https://github.com/billiob/terminology For the non lazy: For a while now I've been maintaining github mirrors for the efl, elementary and enlightenment, and Boris has been mai

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: add intermediate inline function for eina_crc.

2015-08-03 Thread Tom Hacohen
Nice, break the release ABI a day before the release. :) (I know this was added in 1.15, just saying compared to the beta). -- Tom. On 03/08/15 10:51, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=a07c526460d1a3aa0a4e863a330

Re: [E-devel] 1.15 blocker and delay

2015-08-03 Thread Tom Hacohen
On 03/08/15 10:29, Stefan Schmidt wrote: > Hello. > > On 03/08/15 11:10, Jean-Philippe André wrote: >> Hello, >> >> On Fri, Jul 31, 2015 at 6:28 PM, Stefan Schmidt >> wrote: >> >>> Hello. >>> >>> Three days and counting. >>> >>> Time to see which items are really blockers before we can release 1.1

Re: [E-devel] [EGIT] [tools/erigo] master 01/01: Reafactoring factory

2015-08-02 Thread Tom Hacohen
nch that works stable > with 1.15, as there are several users who work only with stable versions. > In general there are many minor improvements: multi context, layout, > canvas, internals (Eolian) > Need to go through the history and update NEWS. > > > > > > On 07/3

[EGIT] [core/elementary] master 01/01: panes: Migrate docs to new Eolian format.

2015-07-31 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=24fb77b0279e589738cc31f70d644a4cf8be39cb commit 24fb77b0279e589738cc31f70d644a4cf8be39cb Author: Tom Hacohen Date: Fri Jul 31 16:16:13 2015 +0100 panes: Migrate docs to new Eolian format

[EGIT] [core/efl] master 01/01: Evas text: Migrate docs to new Eolian format.

2015-07-31 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7ffa4d13670d515795e0d12cdaf9822daa190cf7 commit 7ffa4d13670d515795e0d12cdaf9822daa190cf7 Author: Tom Hacohen Date: Fri Jul 31 16:00:08 2015 +0100 Evas text: Migrate docs to new Eolian format

[EGIT] [core/efl] master 01/01: Evas table: Migrate docs to new Eolian format.

2015-07-31 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e851249db79d8c3a88876ba7e7824c34ade1e640 commit e851249db79d8c3a88876ba7e7824c34ade1e640 Author: Tom Hacohen Date: Fri Jul 31 15:19:33 2015 +0100 Evas table: Migrate docs to new Eolian format

Re: [E-devel] [EGIT] [core/efl] master 01/01: Evas filters: Fix invalid sizeof

2015-07-31 Thread Tom Hacohen
That's why it's almost always a bad idea to use sizeof(tye). You should always use sizeof(*var); On 31/07/15 05:28, Jean-Philippe ANDRÉ wrote: > jpeg pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=81f1f5db17410d007e576e1cf47c3d1be4efe577 > > commit 81f1

[E-devel] Behaviour break: Re: [EGIT] [core/elementary] master 01/01: elc_popup: add scroller into popup content area

2015-07-30 Thread Tom Hacohen
Hello there, This commit breaks behaviour. It breaks automatic size calculation, which makes the popup zero sized. More info: https://phab.enlightenment.org/T2623 Needs to be fixed before the release. -- Tom. On 15/05/15 07:43, taehyub wrote: > raster pushed a commit to branch master. > > htt

Re: [E-devel] [EGIT] [tools/erigo] master 01/01: Reafactoring factory

2015-07-30 Thread Tom Hacohen
AWESOME. :P What do you have planned for the next release? And when is it? On 30/07/15 14:51, Yakov Goldberg wrote: > yakov pushed a commit to branch master. > > http://git.enlightenment.org/tools/erigo.git/commit/?id=4d9cff57c396eb6a73b46d0334a4be9fde88a64e > > commit 4d9cff57c396eb6a73b46d0334

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

2015-07-28 Thread Tom Hacohen
On 09/07/15 09:02, Tom Hacohen wrote: > Hey, > > Here again, the new EFL + Elementary ABI reports. > > As usual: > https://devs.enlightenment.org/~tasn/abi/ > > Please take a look and report any issues. I haven't looked at it yet mys

Re: [E-devel] Bitmapped fonts in edje

2015-07-23 Thread Tom Hacohen
On 22/07/15 08:34, Olliver Schinagl wrote: > Hey Tom, > > On 22-07-15 09:24, Tom Hacohen wrote: >> On 22/07/15 07:57, Olliver Schinagl wrote: >>> Hey List, >>> >>> whilst still researching, i've come into a problem with my choice of font. >>>

Re: [E-devel] elm api/abi break - Re: [EGIT] [core/elementary] master 16/24: elm_list, elm_win: porting evas smart callbacks to eo

2015-07-23 Thread Tom Hacohen
On 23/07/15 07:02, Stefan Schmidt wrote: > Hello. > > On 23/07/15 05:57, Daniel Zaoui wrote: >> Yo, >> >> On Wed, 22 Jul 2015 15:57:45 +0200 >> Stefan Schmidt wrote: >> >>> Hello. >>> >>> On 06/07/15 07:28, Carsten Haitzler wrote: On Sun, 05 Jul 2015 03:08:09 -0700 Avi Levin said:

Re: [E-devel] [EGIT] [core/efl] master 01/01: Eolian: fix eolian helper for windows.

2015-07-22 Thread Tom Hacohen
Please revert it then. :( On 22/07/15 16:07, Stefan Schmidt wrote: > Hello. > > On 16/07/15 10:31, Tom Hacohen wrote: >> tasn pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=60b473d949c2582695a0ed7e67

Re: [e-users] SF SUCKS! WAS: Re: Mail delivery failed: returning message to sender

2015-07-22 Thread Tom Hacohen
Sourceforge has been unstable for the last few months, with a few weeks (like this one) of it being very unstable/unusable. The list wasn't working for a few days. We already have the infra for running our own ML, maybe it's time we switch? Added our sysadmin beber to cc. Beber, anything to add

Re: [E-devel] Object data lost with an Eo instance

2015-07-22 Thread Tom Hacohen
y other logic reason :P > > On Wed, 22 Jul 2015 08:35:04 +0100 > Tom Hacohen wrote: > >> On 22/07/15 08:31, Tom Hacohen wrote: >>> When was that changed? Isn't it kinda wrong to do it now that both >>> Eo classes and objects are "Eo *"? Because wh

Re: [E-devel] Bitmapped fonts in edje

2015-07-22 Thread Tom Hacohen
On 22/07/15 08:34, Olliver Schinagl wrote: > Hey Tom, > > On 22-07-15 09:24, Tom Hacohen wrote: >> On 22/07/15 07:57, Olliver Schinagl wrote: >>> Hey List, >>> >>> whilst still researching, i've come into a problem with my choice of font. >>>

Re: [E-devel] Object data lost with an Eo instance

2015-07-22 Thread Tom Hacohen
On 22/07/15 08:31, Tom Hacohen wrote: > When was that changed? Isn't it kinda wrong to do it now that both Eo > classes and objects are "Eo *"? Because when you invoke this on classes > you want to get the class class, how do you do the detection? Feels a > bit inconsist

Re: [E-devel] Object data lost with an Eo instance

2015-07-22 Thread Tom Hacohen
wrote: > On Wed, 22 Jul 2015 08:21:02 +0100 > Tom Hacohen wrote: > > Hey boy, you don't need anymore eo_class_get in the middle! ;-) > >> p eo_class_name_get(eo_class_get(editory->entry)) >> >> As Daniel said though, this shouldn't and can't ha

Re: [E-devel] Bitmapped fonts in edje

2015-07-22 Thread Tom Hacohen
On 22/07/15 07:57, Olliver Schinagl wrote: > Hey List, > > whilst still researching, i've come into a problem with my choice of font. > > First some background. We are using for our project an extremly tiny > display, 128x64 pixels. As such, to be legiable, our fonts need to be > pixel perfect, or

Re: [E-devel] Object data lost with an Eo instance

2015-07-22 Thread Tom Hacohen
p eo_class_name_get(eo_class_get(editory->entry)) As Daniel said though, this shouldn't and can't happen. The only reason why this function would return NULL is an error. It works by adding an offset to the data pointer, so as long as it passes (basic) validation, it should at least return some

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

2015-07-21 Thread Tom Hacohen
On 15/07/15 10:05, Tom Hacohen wrote: > On 09/07/15 09:02, Tom Hacohen wrote: >> Hey, >> >> Here again, the new EFL + Elementary ABI reports. >> >> As usual: >> https://devs.enlightenment.org/~tasn/abi/ >> >> Please take a look and repo

[EGIT] [core/efl] master 01/01: Ecore evas: Correct function name in magic failure.

2015-07-16 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3c6c7c9be6892fd8958d7633e66e0ac7fefeed1d commit 3c6c7c9be6892fd8958d7633e66e0ac7fefeed1d Author: Tom Hacohen Date: Thu Jul 16 09:34:16 2015 +0100 Ecore evas: Correct function name in magic failure

[EGIT] [core/efl] master 01/01: Eolian: fix eolian helper for windows.

2015-07-16 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=60b473d949c2582695a0ed7e67dc2e2c321b commit 60b473d949c2582695a0ed7e67dc2e2c321b Author: Tom Hacohen Date: Thu Jul 16 09:27:40 2015 +0100 Eolian: fix eolian helper for windows

[EGIT] [core/elementary] master 01/01: Eolian helper: sync eolian helper from the efl.

2015-07-16 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b28ce26344f3aa0a75f22c928a7271e6759ed34f commit b28ce26344f3aa0a75f22c928a7271e6759ed34f Author: Tom Hacohen Date: Thu Jul 16 09:32:26 2015 +0100 Eolian helper: sync eolian helper from the

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

2015-07-15 Thread Tom Hacohen
On 09/07/15 09:02, Tom Hacohen wrote: > Hey, > > Here again, the new EFL + Elementary ABI reports. > > As usual: > https://devs.enlightenment.org/~tasn/abi/ > > Please take a look and report any issues. I haven't looked at it yet myself. > Beta1 repor

Re: [E-devel] [EGIT] [core/efl] master 01/01: The default return value of edje_object_base_scale_get API is 1.0. The return value is used for divisor in many case. If it return 0.0 when it fail, it ca

2015-07-15 Thread Tom Hacohen
Hey Hermet, Thanks for the fix, but this commit message doesn't conform with the commit guidelines. The first line should be a short summary line, followed by an empty line, and followed by a longer description (optional). Also, your "signed off by" line is formatted wrong. -- Tom. On 15/07/1

[EGIT] [core/elementary] master 01/01: Entry: Fix behaviour of markup filters when setting entry text.

2015-07-13 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2a9070c2c94153af3490283397fc58e2806ddc19 commit 2a9070c2c94153af3490283397fc58e2806ddc19 Author: Tom Hacohen Date: Mon Jul 13 17:38:45 2015 +0100 Entry: Fix behaviour of markup filters when

Re: [E-devel] Eo release plan

2015-07-10 Thread Tom Hacohen
27;t have to change anything in your code, so it's really more of an ABI change, but still, it may happen, and it'll break. :( I'm very sorry about this. We were all happy and excited about it. We'll work hard to make sure it's stable for the 1.16 release. All the best

[EGIT] [core/efl] master 01/01: Evas canvas3d: Fix reference to class in .eo file.

2015-07-09 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d7a921788f076d658bde2041f21dc2630b68f880 commit d7a921788f076d658bde2041f21dc2630b68f880 Author: Tom Hacohen Date: Thu Jul 9 13:41:57 2015 +0100 Evas canvas3d: Fix reference to class in .eo file

[E-devel] EFL + Elementary ABI report v1.15.0 alpha1

2015-07-09 Thread Tom Hacohen
Hey, Here again, the new EFL + Elementary ABI reports. As usual: https://devs.enlightenment.org/~tasn/abi/ Please take a look and report any issues. I haven't looked at it yet myself. -- Tom. -- Don't Limit Your Busin

[EGIT] [tools/abi_checks] master 01/01: Add v1.15.0 configs.

2015-07-09 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/tools/abi_checks.git/commit/?id=d2fdc024b70360934a6eab8323a7fa29b75aafb7 commit d2fdc024b70360934a6eab8323a7fa29b75aafb7 Author: Tom Hacohen Date: Thu Jul 9 08:54:22 2015 +0100 Add v1.15.0 configs. --- efl-1.15.0.xml

Re: [E-devel] Addition of an API function during freeze

2015-07-08 Thread Tom Hacohen
On 08/07/15 16:46, Christopher Michael wrote: > Hi All, > > I realize we are now in freeze on efl, however I've come across an issue > while adding Screenshot capability to Enlightenment-Wayland. > > Basically, Ecore_Wl has an Ecore_Wl_Output structure which contains a > 'struct wl_output *output'

[EGIT] [tools/clouseau] master 01/01: Add arc config.

2015-07-08 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/tools/clouseau.git/commit/?id=237f6e1cc1e36ab2504e1a0363c15e49c4388c8e commit 237f6e1cc1e36ab2504e1a0363c15e49c4388c8e Author: Tom Hacohen Date: Wed Jul 8 12:12:12 2015 +0100 Add arc config. --- .arcconfig | 4 1

Re: [E-devel] Reminder about soon ending merge window for 1.15 (July 8th noon UTC)

2015-07-08 Thread Tom Hacohen
I'd say, keep the schedule as it is, and let you have an extra day to push it in. The rules are not super strict. The point of freezing is stabilizing the tree, if everything is frozen except for a few patches in Eolian a day after, it still serves its purpose. -- Tom. On 08/07/15 10:15, Danie

[EGIT] [core/efl] master 01/02: Evas line: Remove obviously wrong default values.

2015-07-07 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=824967457abbef721daf23a6fec2c603911fbe3f commit 824967457abbef721daf23a6fec2c603911fbe3f Author: Tom Hacohen Date: Tue Jul 7 13:54:10 2015 +0100 Evas line: Remove obviously wrong default values

[EGIT] [core/efl] master 02/02: Evas line: Migrate Eolian file to use the Eolian types.

2015-07-07 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c1bd86b21f1a42c2c14e3659840edbf08acf5342 commit c1bd86b21f1a42c2c14e3659840edbf08acf5342 Author: Tom Hacohen Date: Tue Jul 7 13:55:02 2015 +0100 Evas line: Migrate Eolian file to use the Eolian

[EGIT] [core/efl] master 01/01: Evas gl core: Move variables to the correct ifdef branch.

2015-07-07 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9183ba954671d21c0ff80451c138c8200a3b4e86 commit 9183ba954671d21c0ff80451c138c8200a3b4e86 Author: Tom Hacohen Date: Tue Jul 7 13:28:53 2015 +0100 Evas gl core: Move variables to the correct ifdef

[EGIT] [core/efl] master 01/01: Ecore con eet test: Fix const discard issue.

2015-07-07 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=10f599bd590a88c6fbc289b2299496692c6f412d commit 10f599bd590a88c6fbc289b2299496692c6f412d Author: Tom Hacohen Date: Tue Jul 7 13:25:58 2015 +0100 Ecore con eet test: Fix const discard issue

[EGIT] [core/efl] master 01/03: Ecore exe (windows): Fix object destruction/failed creation.

2015-07-07 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a3e3afeb014d4213f5ec2733d84c87a613251d8c commit a3e3afeb014d4213f5ec2733d84c87a613251d8c Author: Tom Hacohen Date: Tue Jul 7 11:36:06 2015 +0100 Ecore exe (windows): Fix object destruction/failed

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm confiug - remove now useless x11 property handling - donr by files

2015-07-06 Thread Tom Hacohen
On 06/07/15 15:30, Daniel Juyung Seo wrote: > It didn't say you did it. It's not you. But I wonder why no one else > spotted this rush of null checking code. > Please check > 6e86cd7de3a6ce6d2ef81bcb5a105fc0e6916c56 > 222b87d41baf19dc61de6febed366a6db2b847f0 > 4a3ba2e2307cd57f89c5520ac74ae7251c7a6c

Re: [E-devel] EFL documention at enlightenment.org/docs + videocast tutorial

2015-07-06 Thread Tom Hacohen
On 04/07/15 04:36, Carsten Haitzler wrote: > On Fri, 03 Jul 2015 11:06:25 +0100 Tom Hacohen said: > >> On 03/07/15 03:29, Carsten Haitzler wrote: >>> On Thu, 2 Jul 2015 15:06:15 +0200 (CEST) Clement Benier >>> said: >>> >>>> Hi all, >>>

Re: [E-devel] [EGIT] [core/elementary] master 01/01: entry: Remove unused variable.

2015-07-03 Thread Tom Hacohen
On 03/07/15 11:28, Amitesh Singh wrote: > ami pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=68d40551231b11c5851d96ab18c757fc9ec76dab > > commit 68d40551231b11c5851d96ab18c757fc9ec76dab > Author: Amitesh Singh > Date: Fri Jul 3 15:57:39 2015 +05

Re: [E-devel] EFL documention at enlightenment.org/docs + videocast tutorial

2015-07-03 Thread Tom Hacohen
On 03/07/15 03:29, Carsten Haitzler wrote: > On Thu, 2 Jul 2015 15:06:15 +0200 (CEST) Clement Benier > said: > >> Hi all, >> >> I am working on a project between SAMSUNG Open Source Group(OSG) with >> ced...@efl.so and OpenWide with pierre.lemagou...@openwide.fr. This project >> is aiming at givin

Re: [E-devel] Eflete repo

2015-07-01 Thread Tom Hacohen
On 01/07/15 14:13, Viacheslav Reutskiy wrote: > Tom, I have a small problem :) > > Total 0 (delta 0), reused 0 (delta 0) > remote: FATAL: C refs/heads/develop tools/eflete rimmed DENIED by fallthru > remote: error: hook declined to update refs/heads/develop > To ssh://g...@git.enlightenment.org/too

Re: [E-devel] Eflete repo

2015-07-01 Thread Tom Hacohen
On 01/07/15 08:57, Tom Hacohen wrote: > On 01/07/15 05:16, Viacheslav Reutskiy wrote: >> Sorry for bad links in the mail. I mean repo 'devs/rimmed/eflete.git' >> need to move to 'tools/eflete.git' >> >> Thanks >> > > I will do it. Hey, I

Re: [E-devel] Eflete repo

2015-07-01 Thread Tom Hacohen
On 01/07/15 05:16, Viacheslav Reutskiy wrote: > Sorry for bad links in the mail. I mean repo 'devs/rimmed/eflete.git' > need to move to 'tools/eflete.git' > > Thanks > I will do it. -- Tom. -- Don't Limit Your Business.

Re: [E-devel] Fwd: Getting rid of eo_do_*ret

2015-06-30 Thread Tom Hacohen
On 30/06/15 03:14, Carsten Haitzler wrote: > On Mon, 29 Jun 2015 17:34:26 +0100 Tom Hacohen said: > >> On 29/06/15 17:21, Cedric BAIL wrote: >>> On Mon, Jun 29, 2015 at 5:50 PM, Tom Hacohen wrote: >>>> On 29/06/15 15:53, Cedric BAIL wrote: >>>>&

Re: [E-devel] Fwd: Getting rid of eo_do_*ret

2015-06-29 Thread Tom Hacohen
On 29/06/15 17:21, Cedric BAIL wrote: > On Mon, Jun 29, 2015 at 5:50 PM, Tom Hacohen wrote: >> On 29/06/15 15:53, Cedric BAIL wrote: >>> On Mon, Jun 29, 2015 at 4:18 PM, Tom Hacohen wrote: >>>> On 29/06/15 14:32, Cedric BAIL wrote: >>>>> I think that

Re: [E-devel] Fwd: Getting rid of eo_do_*ret

2015-06-29 Thread Tom Hacohen
On 29/06/15 15:53, Cedric BAIL wrote: > On Mon, Jun 29, 2015 at 4:18 PM, Tom Hacohen wrote: >> On 29/06/15 14:32, Cedric BAIL wrote: >>> I think that eo_do_ret and eo_do_super_ret are quite hugly to use and >>> unecessary. I think they should be gone. Their behavior ca

Re: [E-devel] Fwd: Getting rid of eo_do_*ret

2015-06-29 Thread Tom Hacohen
On 29/06/15 14:32, Cedric BAIL wrote: > Hello, > > I think that eo_do_ret and eo_do_super_ret are quite hugly to use and > unecessary. I think they should be gone. Their behavior can still be > nice to have especially inside efl tree. The reason they exist is that > we want to support other compile

[EGIT] [core/efl] master 01/01: Eo: Remove redundant semicolon.

2015-06-29 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6107f235aa77c8877279ce59a7dee7adbab4aae4 commit 6107f235aa77c8877279ce59a7dee7adbab4aae4 Author: Tom Hacohen Date: Mon Jun 29 12:52:40 2015 +0100 Eo: Remove redundant semicolon. Thanks to

Re: [E-devel] Intent to freeze

2015-06-29 Thread Tom Hacohen
On 27/06/15 17:14, Michael Blumenkrantz wrote: > On Sat, 27 Jun 2015 15:45:38 +0100 > Tom Hacohen wrote: > >> Hey, >> >> Cool, let's get this baby out of the door! A lot of exciting stuff going on. >> >> Just two comments: >> 1. It's a bit

Re: [E-devel] Intent to freeze

2015-06-27 Thread Tom Hacohen
Hey, Cool, let's get this baby out of the door! A lot of exciting stuff going on. Just two comments: 1. It's a bit of a short notice, would be great to have a longer one. I'd recommend looking at how it's done in the EFL where everything is known months in advance. 2. What is the timeline for the

Re: [E-devel] compile with clang++

2015-06-26 Thread Tom Hacohen
On 26/06/15 15:58, Raoul Hecky wrote: > If you read my first mail I explained that a "char nothing;" make the build > work. But I don't know the internal implications of such a change. And > cedric told me that it's not good :) It doesn't matter because it's not allocated or accessed. I don't know

Re: [E-devel] compile with clang++

2015-06-26 Thread Tom Hacohen
On 26/06/15 15:49, Raoul Hecky wrote: > Elementary.h already has a extern "C" block and then includes elm_pref* > headers Shouldn't that be enough? Worst case, you could just add "char nothing;" to the struct. -- Tom.

[EGIT] [core/elementary] master 01/01: Wayland cnp: Fix const qualifier discarding following eolian const fixes.

2015-06-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c317dd289ed76f85f085db8b994218cd3f94a700 commit c317dd289ed76f85f085db8b994218cd3f94a700 Author: Tom Hacohen Date: Fri Jun 26 15:44:40 2015 +0100 Wayland cnp: Fix const qualifier discarding

Re: [E-devel] compile with clang++

2015-06-26 Thread Tom Hacohen
On 26/06/15 15:30, Raoul Hecky wrote: > Hi all, > > With latest git, when building Calaos (which is a C++ project) with clang++ > 3.6.1 I get a warning for every files that is build and that includes > Elementary.h: > > In file included from /home/raoul/local/include/elementary-1/Elementary.h:158:

[EGIT] [core/efl] master 01/01: Evas textblock: Fix the newly added test to use ck_assert_int_eq.

2015-06-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=76ff4430a2746ed879b197daf93d8faa0b36674d commit 76ff4430a2746ed879b197daf93d8faa0b36674d Author: Tom Hacohen Date: Fri Jun 26 15:24:56 2015 +0100 Evas textblock: Fix the newly added test to use

[EGIT] [core/efl] master 02/02: Evas textblock: Fix issue with line_coord_set and y before the first line.

2015-06-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b360084d0dcb3173e362f3ce4862d53e8098bedf commit b360084d0dcb3173e362f3ce4862d53e8098bedf Author: Tom Hacohen Date: Fri Jun 26 15:11:17 2015 +0100 Evas textblock: Fix issue with line_coord_set and

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Logging: Fix broken logging macros.

2015-06-26 Thread Tom Hacohen
On 26/06/15 12:13, Carsten Haitzler wrote: > On Fri, 26 Jun 2015 10:50:39 +0100 Tom Hacohen said: > >> On 26/06/15 00:42, Carsten Haitzler wrote: >>> On Thu, 25 Jun 2015 18:01:36 +0100 Tom Hacohen said: >>> >>>> On 22/06/15 15:42, Tom Hacohen wrote: >

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Logging: Fix broken logging macros.

2015-06-26 Thread Tom Hacohen
On 26/06/15 11:01, Jorge Luis Zapata Muga wrote: > On Fri, Jun 26, 2015 at 11:50 AM, Tom Hacohen wrote: > >> On 26/06/15 00:42, Carsten Haitzler wrote: >>> On Thu, 25 Jun 2015 18:01:36 +0100 Tom Hacohen >> said: >>> >>>> On 22/06/15 15:42, Tom Haco

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Logging: Fix broken logging macros.

2015-06-26 Thread Tom Hacohen
On 26/06/15 00:42, Carsten Haitzler wrote: > On Thu, 25 Jun 2015 18:01:36 +0100 Tom Hacohen said: > >> On 22/06/15 15:42, Tom Hacohen wrote: >>> As I said in the commit message, why is the alternative logging >>> mechanism even there? Shouldn't it be removed

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Logging: Fix broken logging macros.

2015-06-25 Thread Tom Hacohen
On 22/06/15 15:42, Tom Hacohen wrote: > As I said in the commit message, why is the alternative logging > mechanism even there? Shouldn't it be removed and we just always rely on > eina log? No comments a

Re: [E-devel] [EGIT] [core/efl] master 01/01: eolian: try replacing '.' with locale specific decimal point

2015-06-25 Thread Tom Hacohen
On 25/06/15 12:41, Daniel Kolesa wrote: > On Thu, Jun 25, 2015 at 11:08 AM, Tom Hacohen wrote: >> Dude, this is a very bad solution. The solution is not replace the text >> and hope it parses correctly, it's to set locale to C when you parse... > > That solution is even

Re: [E-devel] [EGIT] [core/efl] master 01/01: eolian: try replacing '.' with locale specific decimal point

2015-06-25 Thread Tom Hacohen
Dude, this is a very bad solution. The solution is not replace the text and hope it parses correctly, it's to set locale to C when you parse... -- Tom On 25/06/15 10:43, Daniel Kolesa wrote: > q66 pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=9a01ab5

Re: [E-devel] [EGIT] [core/efl] master 03/03: ecore con - fix object data referencing for deleted objects

2015-06-25 Thread Tom Hacohen
On 25/06/15 10:03, Cedric BAIL wrote: > On Thu, Jun 25, 2015 at 10:41 AM, Carsten Haitzler > wrote: >> On Thu, 25 Jun 2015 09:27:34 +0200 Cedric BAIL said: >>> Le 25 juin 2015 06:19, "Carsten Haitzler" a écrit : raster pushed a commit to branch master. >>> http://git.enlight

Re: [e-users] error in make-libecore.so: undefined reference to `eo_error_set_internal'

2015-06-23 Thread Tom Hacohen
On 23/06/15 14:37, Paul Cartwright wrote: > I have e19 installed, and I was trying to do some updates. I did a git > on emotion_generic_players, did the autogen.sh and tried make. this > worked last week.. Got this error: > > emotion_generic_players]# make > make --no-print-directory all-am >CC

Re: [E-devel] [e-users] user community guidelines (please reply to ALL)

2015-06-23 Thread Tom Hacohen
On 23/06/15 02:32, Michael Jennings wrote: > On Mon, Jun 22, 2015 at 2:15 AM, Tom Hacohen wrote: > >> I don't think fake fluff and walking on eggshells around everyone are >> productive or beneficial. It takes me much more time to second guess >> every word I write

Re: [e-users] [E-devel] user community guidelines (please reply to ALL)

2015-06-23 Thread Tom Hacohen
On 23/06/15 02:32, Michael Jennings wrote: > On Mon, Jun 22, 2015 at 2:15 AM, Tom Hacohen wrote: > >> I don't think fake fluff and walking on eggshells around everyone are >> productive or beneficial. It takes me much more time to second guess >> every word I write

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Logging: Fix broken logging macros.

2015-06-22 Thread Tom Hacohen
On 22/06/15 16:04, Daniel Kolesa wrote: > On Mon, Jun 22, 2015 at 4:01 PM, Tom Hacohen wrote: >> On 22/06/15 15:58, Daniel Kolesa wrote: >>> On Mon, Jun 22, 2015 at 3:42 PM, Tom Hacohen wrote: >>>> As I said in the commit message, why is the alternative log

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Logging: Fix broken logging macros.

2015-06-22 Thread Tom Hacohen
On 22/06/15 15:58, Daniel Kolesa wrote: > On Mon, Jun 22, 2015 at 3:42 PM, Tom Hacohen wrote: >> As I said in the commit message, why is the alternative logging >> mechanism even there? Shouldn't it be removed and we just always rely on >> eina log? > > I guess y

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Logging: Fix broken logging macros.

2015-06-22 Thread Tom Hacohen
As I said in the commit message, why is the alternative logging mechanism even there? Shouldn't it be removed and we just always rely on eina log? -- Tom. On 22/06/15 15:40, Tom Hacohen wrote: > tasn pushed a commit to branch master. > > http://git.enlightenment.org/core/enl

[EGIT] [core/enlightenment] master 01/01: Logging: Fix broken logging macros.

2015-06-22 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ba82d226929434eef20908a0a4bde5e5a2ba140f commit ba82d226929434eef20908a0a4bde5e5a2ba140f Author: Tom Hacohen Date: Mon Jun 22 15:37:13 2015 +0100 Logging: Fix broken logging macros

Re: [E-devel] [e-users] user community guidelines (please reply to ALL)

2015-06-22 Thread Tom Hacohen
On 20/06/15 09:20, tokiclover wrote: > On Fri, Jun 19, 2015 at 05:38:52PM +0100, Tom Hacohen wrote: >> Hey, >> >> The efl community guidelines are intended to be short and simple. More >> of a general way of thinking than actual specific ways of operation, so >>

Re: [e-users] [E-devel] user community guidelines (please reply to ALL)

2015-06-22 Thread Tom Hacohen
On 20/06/15 09:20, tokiclover wrote: > On Fri, Jun 19, 2015 at 05:38:52PM +0100, Tom Hacohen wrote: >> Hey, >> >> The efl community guidelines are intended to be short and simple. More >> of a general way of thinking than actual specific ways of operation, so >>

Re: [E-devel] [e-users] user community guidelines (please reply to ALL)

2015-06-19 Thread Tom Hacohen
On 19/06/15 17:16, Felipe Magno de Almeida wrote: > On Fri, Jun 19, 2015 at 3:55 AM, Carsten Haitzler > wrote: >> After some prodding we now have the following at the bottom of: > > Hello raster, > > [snip] > >> Any comments? > > I think the following in Boost policy is very useful to have and be

Re: [e-users] [E-devel] user community guidelines (please reply to ALL)

2015-06-19 Thread Tom Hacohen
On 19/06/15 17:16, Felipe Magno de Almeida wrote: > On Fri, Jun 19, 2015 at 3:55 AM, Carsten Haitzler > wrote: >> After some prodding we now have the following at the bottom of: > > Hello raster, > > [snip] > >> Any comments? > > I think the following in Boost policy is very useful to have and be

Re: [E-devel] user community guidelines (please reply to ALL)

2015-06-19 Thread Tom Hacohen
On 19/06/15 14:43, Christopher Michael wrote: > On 06/19/2015 02:55 AM, Carsten Haitzler wrote: >> After some prodding we now have the following at the bottom of: >> >> https://www.enlightenment.org/contact >> >> "Community and Developer Behavior Guidelines" >> >> This is a result of work from vari

Re: [e-users] [E-devel] user community guidelines (please reply to ALL)

2015-06-19 Thread Tom Hacohen
On 19/06/15 14:43, Christopher Michael wrote: > On 06/19/2015 02:55 AM, Carsten Haitzler wrote: >> After some prodding we now have the following at the bottom of: >> >> https://www.enlightenment.org/contact >> >> "Community and Developer Behavior Guidelines" >> >> This is a result of work from vari

[EGIT] [website/www-content] master 01/01: Include alternative patch submission methods in the contact page.

2015-06-19 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=8226fa4c1ca2ab45107fa6091ab3a129dd0fa927 commit 8226fa4c1ca2ab45107fa6091ab3a129dd0fa927 Author: Tom Hacohen Date: Fri Jun 19 12:05:55 2015 +0100 Include alternative patch submission

Re: [E-devel] user community guidelines (please reply to ALL)

2015-06-19 Thread Tom Hacohen
On 19/06/15 10:55, Carsten Haitzler wrote: > On Fri, 19 Jun 2015 10:32:35 +0100 Tom Hacohen said: > >> On 19/06/15 10:13, Daniel Kolesa wrote: >>> On Fri, Jun 19, 2015 at 7:55 AM, Carsten Haitzler >>> wrote: >>>> After some prodding we now have the f

Re: [e-users] user community guidelines (please reply to ALL)

2015-06-19 Thread Tom Hacohen
Thanks for your comments. On 19/06/15 10:53, tokiclover wrote: > I pretty much like this *light* code of behaviour that gives this > light hearted feeling while insisting on the kindness and patience! > rather than a set of rigid rules that absolutely nobody can enforce > anyway. > > Still, anybod

Re: [E-devel] user community guidelines (please reply to ALL)

2015-06-19 Thread Tom Hacohen
On 19/06/15 10:13, Daniel Kolesa wrote: > On Fri, Jun 19, 2015 at 7:55 AM, Carsten Haitzler > wrote: >> After some prodding we now have the following at the bottom of: >> >> https://www.enlightenment.org/contact >> >> "Community and Developer Behavior Guidelines" >> >> This is a result of work fr

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina/simple_xml_parser: don't parse the <, > in the attribute string.

2015-06-19 Thread Tom Hacohen
On 19/06/15 00:21, ChunEon Park wrote: > i added example (eina simple xml parser 02) for this scenario. > and confirmed eina simple xml parser 01 has any problems. See Stefan's email. Examples are not tests. It's better to have a test that runs when we run make check and verifies everything still

[EGIT] [core/efl] master 02/02: Eo: Fix windows support.

2015-06-18 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=db6c17627fe42d11f44b4a5f3b717b5c1cd91b31 commit db6c17627fe42d11f44b4a5f3b717b5c1cd91b31 Author: Tom Hacohen Date: Thu Jun 18 12:30:13 2015 +0100 Eo: Fix windows support. This is heavily

[EGIT] [core/efl] master 01/02: Eo: Fix a potentially dangerous lack of {}.

2015-06-18 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d85029a5c0a8605c0654b517310639a3a1b04a46 commit d85029a5c0a8605c0654b517310639a3a1b04a46 Author: Tom Hacohen Date: Thu Jun 18 13:44:51 2015 +0100 Eo: Fix a potentially dangerous lack of

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina/simple_xml_parser: don't parse the <, > in the attribute string.

2015-06-18 Thread Tom Hacohen
Hey Hermet, Good catch. Could you please add a regression test to eina xml to verify this issue never comes back, and to prove to everyone (yourself included) that it does indeed work at the moment. Thanks, Tom. On 18/06/15 11:51, ChunEon Park wrote: > hermet pushed a commit to branch master.

Re: [E-devel] [e-users] Terminology crashes as soon as I try and type something

2015-06-17 Thread Tom Hacohen
On 17/06/15 03:10, Carsten Haitzler wrote: > On Tue, 16 Jun 2015 22:13:27 +0100 pietran...@gmail.com (Stefano M.) said: > >> Carsten Haitzler (The Rasterman) writes: >> >>> [...] Hope this helps, >>> >>> nope. doesn't help. :) >> >> Too bad... let me know if there's anything I can do though.

[EGIT] [core/efl] master 02/02: Evas: Remove unused variables.

2015-06-11 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ec53cee9a6679084d3cce85a603262a51e0bdd65 commit ec53cee9a6679084d3cce85a603262a51e0bdd65 Author: Tom Hacohen Date: Thu Jun 11 09:49:29 2015 +0100 Evas: Remove unused variables. These were

[EGIT] [core/efl] master 01/03: Edje object: Fix Eolian warnings (and migrate types).

2015-06-10 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=24eaad059e88d0e9c65967cae59c32abd6338a7a commit 24eaad059e88d0e9c65967cae59c32abd6338a7a Author: Tom Hacohen Date: Wed Jun 10 16:56:43 2015 +0100 Edje object: Fix Eolian warnings (and migrate

[EGIT] [core/efl] master 02/03: Edje object: Fix some Eolian warnings regarding callbacks.

2015-06-10 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f716d700084c8a0431710bdfd41930010f62b917 commit f716d700084c8a0431710bdfd41930010f62b917 Author: Tom Hacohen Date: Wed Jun 10 17:07:14 2015 +0100 Edje object: Fix some Eolian warnings regarding

[EGIT] [core/efl] master 03/03: Edje object: Fix remaining Eolian warnings.

2015-06-10 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a023a04b53c52aa3fd65b5ac9054d5fd706c31d5 commit a023a04b53c52aa3fd65b5ac9054d5fd706c31d5 Author: Tom Hacohen Date: Wed Jun 10 17:23:30 2015 +0100 Edje object: Fix remaining Eolian warnings

[EGIT] [core/efl] master 01/01: Efl model: Fix Eolian warnings (and migrate types).

2015-06-10 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e8dd532854b64dbab3772b6426e07327b9268705 commit e8dd532854b64dbab3772b6426e07327b9268705 Author: Tom Hacohen Date: Wed Jun 10 15:52:33 2015 +0100 Efl model: Fix Eolian warnings (and migrate types

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas: New Evas Callback added when viewport is resized.

2015-06-10 Thread Tom Hacohen
Spank spank spank, this broke ABI. 2605eb3c1524764c2bd5edef7bb08d914651cc75 Raster, Amitesh, please watch out for such breaks. -- Tom. On 18/05/15 12:15, Amitesh Singh wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=86751fdbaf2879673687

<    6   7   8   9   10   11   12   13   14   15   >