Re: [E-devel] OpenInfotainment Raspberry Pi 2 Port

2016-04-13 Thread The Rasterman
On Wed, 13 Apr 2016 14:29:46 +1000 David Seikel said: > On Wed, 13 Apr 2016 13:07:38 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Wed, 13 Apr 2016 13:04:55 +1000 David Seikel > > said: > > > > > On Wed, 13 Apr 2016

Re: [E-devel] OpenInfotainment Raspberry Pi 2 Port

2016-04-13 Thread David Seikel
On Wed, 13 Apr 2016 16:40:42 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 13 Apr 2016 14:29:46 +1000 David Seikel > said: > > > On Wed, 13 Apr 2016 13:07:38 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > >

Re: [E-devel] news page publishing broken

2016-04-13 Thread Jonathan Aquilina
I can provide wordpress site hosting if you guys like. I can get on IRC at some point to discuss the options. On 2016-04-12 23:46, Mike Blumenkrantz wrote: > I've tried making some news updates to the new page and it doesn't work. > Clicking publish takes me to a blank page. I had this issue

[E-devel] eo + eo base class + threads

2016-04-13 Thread The Rasterman
i'm wondering... shouldn't we make eo and eo base "threadsafe". ie a basic eo object should have locks around things like: eo_ref/unref/del eo_ref_get eo_parent_set/get eo_finalized_get eo_wref_add/del eo_key_data_set/get/del eo_key_obj_set/get/del eo_event_thaw/freeze

Re: [E-devel] news page publishing broken

2016-04-13 Thread Jonathan Aquilina
I offer hosting services if you guys are up for a blog style setup. One thing I like about wordpress is that it will allow us to gauge the community as a whole with new news and features etc. Then it becomes a matter of moderating the comments. I am willing to help with maintenance of the website

Re: [E-devel] news page publishing broken

2016-04-13 Thread Mike Blumenkrantz
I think discussing major infrastructure changes like this on the public (archived) mailing list is probably for the best in order to avoid future confusion. On Wed, Apr 13, 2016 at 8:09 AM Jonathan Aquilina wrote: > I can provide wordpress site hosting if you guys like.

Re: [E-devel] news page publishing broken

2016-04-13 Thread Mike Blumenkrantz
On Tue, Apr 12, 2016 at 8:59 PM Carsten Haitzler wrote: > On Tue, 12 Apr 2016 21:46:29 + Mike Blumenkrantz > said: > > > I've tried making some news updates to the new page and it doesn't work. > > Clicking publish takes me to a blank

Re: [E-devel] news page publishing broken

2016-04-13 Thread David Seikel
On Thu, 14 Apr 2016 07:00:49 +0200 Jonathan Aquilina wrote: > Carsten I understand your concern, but unless I cancel this server its > not going anywhere. Well, there's another way it could go away, is it immune to buses? Or rather, is it immune to you being hit by a

Re: [E-devel] news page publishing broken

2016-04-13 Thread The Rasterman
On Thu, 14 Apr 2016 07:00:49 +0200 Jonathan Aquilina said: > Carsten I understand your concern, but unless I cancel this server its > not going anywhere. Plus it will be easy to manage for me in terms of > keeping everythign up to date as it has plesk which i have locked

Re: [E-devel] news page publishing broken

2016-04-13 Thread Jonathan Aquilina
Carsten I understand your concern, but unless I cancel this server its not going anywhere. Plus it will be easy to manage for me in terms of keeping everythign up to date as it has plesk which i have locked down rather tightly and it will allow easy updating of plugins themes etc. On 2016-04-14

Re: [E-devel] undefined reference to `emotion_object_init(_Eo_Opaque*, char const*)'

2016-04-13 Thread Andreas Volz
Am Sun, 27 Mar 2016 09:35:07 +0200 schrieb Andreas Volz: > Hello, > > I tried to repair the broken emotionxx. At some point it stopped to > work and so I deactivated it for some time. All applications liking > against it get: > > libtool: link: g++ -O0 -ggdb -Wall -o

Re: [E-devel] undefined reference to `emotion_object_init(_Eo_Opaque*, char const*)'

2016-04-13 Thread Cedric BAIL
On Apr 13, 2016 09:46, "Andreas Volz" wrote: > > Am Sun, 27 Mar 2016 09:35:07 +0200 schrieb Andreas Volz: > > > Hello, > > > > I tried to repair the broken emotionxx. At some point it stopped to > > work and so I deactivated it for some time. All applications liking > >

Re: [E-devel] OpenInfotainment Raspberry Pi 2 Port

2016-04-13 Thread Andreas Volz
Am Tue, 12 Apr 2016 15:01:40 -0700 schrieb Cedric BAIL: > On Fri, Apr 8, 2016 at 1:57 PM, Andreas Volz > wrote: > > Am Fri, 8 Apr 2016 13:19:59 -0700 schrieb Cedric BAIL: > >> On Fri, Apr 8, 2016 at 11:59 AM, Andreas Volz > >> wrote: > >> > as I'm so

Re: [E-devel] emotion "playback_finished" signal

2016-04-13 Thread Cedric BAIL
On Wed, Apr 13, 2016 at 10:53 AM, Andreas Volz wrote: > now I managed to write a simple media player on top of emotion with a > browsing list. But I've some problems to understand how to work with > the (async) "playback_finished" signal. > > Let me describe the problem and

Re: [E-devel] undefined reference to `emotion_object_init(_Eo_Opaque*, char const*)'

2016-04-13 Thread Cedric BAIL
On Wed, Apr 13, 2016 at 9:54 AM, Cedric BAIL wrote: > On Apr 13, 2016 09:46, "Andreas Volz" wrote: >> Am Sun, 27 Mar 2016 09:35:07 +0200 schrieb Andreas Volz: >> > I tried to repair the broken emotionxx. At some point it stopped to >> > work and so I

[E-devel] emotion "playback_finished" signal

2016-04-13 Thread Andreas Volz
Hello, now I managed to write a simple media player on top of emotion with a browsing list. But I've some problems to understand how to work with the (async) "playback_finished" signal. Let me describe the problem and write some high level requirements: 1. choose a file in the list to play it

Re: [E-devel] OpenInfotainment Raspberry Pi 2 Port

2016-04-13 Thread David Seikel
On Wed, 13 Apr 2016 17:49:22 +1000 David Seikel wrote: > On Wed, 13 Apr 2016 16:40:42 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Wed, 13 Apr 2016 14:29:46 +1000 David Seikel > > said: > > > > > On Wed, 13 Apr 2016

Re: [E-devel] OpenInfotainment Raspberry Pi 2 Port

2016-04-13 Thread Davide Andreoli
2016-04-13 20:22 GMT+02:00 Cedric BAIL : > On Wed, Apr 13, 2016 at 10:42 AM, Andreas Volz > wrote: > > Am Tue, 12 Apr 2016 15:01:40 -0700 schrieb Cedric BAIL: > >> On Fri, Apr 8, 2016 at 1:57 PM, Andreas Volz > >> wrote: > >> > Am

Re: [E-devel] eo + eo base class + threads

2016-04-13 Thread Cedric BAIL
On Wed, Apr 13, 2016 at 3:47 AM, Carsten Haitzler wrote: > i'm wondering... shouldn't we make eo and eo base "threadsafe". ie a basic eo > object should have locks around things like: I am not to sure of the intended idea of making eo threadsafe for all of those function.

Re: [E-devel] OpenInfotainment Raspberry Pi 2 Port

2016-04-13 Thread Cedric BAIL
On Wed, Apr 13, 2016 at 10:42 AM, Andreas Volz wrote: > Am Tue, 12 Apr 2016 15:01:40 -0700 schrieb Cedric BAIL: >> On Fri, Apr 8, 2016 at 1:57 PM, Andreas Volz >> wrote: >> > Am Fri, 8 Apr 2016 13:19:59 -0700 schrieb Cedric BAIL: >> >> On Fri, Apr 8,

Re: [E-devel] [EGIT] [core/efl] master 16/16: Merge branch 'devs/devilhorns/elput'

2016-04-13 Thread David Seikel
Looks interesting, I have a couple of questions. On Wed, 13 Apr 2016 11:18:46 -0700 Chris Michael wrote: > devilhorns pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=f20eb4eba7321cfc6907bdcc2e3baca16066be2a > > commit

Re: [E-devel] undefined reference to `emotion_object_init(_Eo_Opaque*, char const*)'

2016-04-13 Thread The Rasterman
On Wed, 13 Apr 2016 18:46:01 +0200 Andreas Volz said: > Am Sun, 27 Mar 2016 09:35:07 +0200 schrieb Andreas Volz: > > > Hello, > > > > I tried to repair the broken emotionxx. At some point it stopped to > > work and so I deactivated it for some time. All applications liking

Re: [E-devel] news page publishing broken

2016-04-13 Thread The Rasterman
On Wed, 13 Apr 2016 16:42:32 +0200 Jonathan Aquilina said: > I offer hosting services if you guys are up for a blog style setup. One > thing I like about wordpress is that it will allow us to gauge the > community as a whole with new news and features etc. Then it

Re: [E-devel] news page publishing broken

2016-04-13 Thread The Rasterman
On Wed, 13 Apr 2016 14:25:45 + Mike Blumenkrantz said: > On Tue, Apr 12, 2016 at 8:59 PM Carsten Haitzler > wrote: > > > On Tue, 12 Apr 2016 21:46:29 + Mike Blumenkrantz > > said: > > > > > I've

Re: [E-devel] eo + eo base class + threads

2016-04-13 Thread The Rasterman
On Wed, 13 Apr 2016 11:16:58 -0700 Cedric BAIL said: > On Wed, Apr 13, 2016 at 3:47 AM, Carsten Haitzler > wrote: > > i'm wondering... shouldn't we make eo and eo base "threadsafe". ie a basic > > eo object should have locks around things like: > > I