On Tue, 7 Oct 2008 13:37:39 +0200 (CEST) Dave Andreoli <[EMAIL PROTECTED]>
babbled:
> Hi all
> it seems to me that in edje the rel1 and rel2 properties of gradients are
> unused now. Gradient always use the fill properties, is this right? can I
> remove that unused props?
offset_x/y in the gradie
On Tue, 7 Oct 2008 08:55:59 -0300 "Gustavo Sverzut Barbieri"
<[EMAIL PROTECTED]> babbled:
> On Tue, Oct 7, 2008 at 2:57 AM, Enlightenment SVN
> <[EMAIL PROTECTED]> wrote:
> > Log:
> > Some work on interaction settings:
> > - group on a thumbscroll framelist;
> > - threshhold ?\226?\134?\146 thr
On Wed, 8 Oct 2008 16:12:13 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled:
> On Wed, Oct 8, 2008 at 4:02 PM, Gustavo Sverzut Barbieri
> <[EMAIL PROTECTED]> wrote:
> > On Wed, Oct 8, 2008 at 10:19 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote:
> >> On Wed, Oct 8, 2008 at 3:00 PM, Viktor Kojouharov <[
On Mon, 13 Oct 2008 09:45:53 -0700 Michael Jennings <[EMAIL PROTECTED]> babbled:
> On Monday, 13 October 2008, at 18:30:04 (+0200),
> Quaker wrote:
>
> > Hi, i created a simple patch for the language module in E-MODULES-EXTRA.
> > The problem in default language module is that the module needs
>
hi all,
You know that Gstreamer video often is displayed in drawingarea
which is created by "gtk.Drawingarea()" function,
Is there any efl object instead of this function to create a
drawingarea to display Gstreamer video.
Any examples would be welcome :)
Thanks!
BRS!
-
Carsten Haitzler (The Rasterman) wrote:
> On Sun, 21 Sep 2008 17:58:52 +0200 "Hendrik Siedelmann"
> <[EMAIL PROTECTED]> babbled:
>
>
>> 2008/9/20 The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>:
>>
>>> ok basically scrolling. not likely to happen. the problem with the test
>>> code is
>>
On Tue, 28 Oct 2008 20:36:06 +0100 thomasg <[EMAIL PROTECTED]> babbled:
> Hi,
>
> the attached patch fixes the single-click feature of e_fm, so you can use
> single-click on folders, not just on files.
> It also removes the strdup in the affected functions that seems useless
> here.
>
> Would be
2008/11/3 The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>
> On Sat, 27 Sep 2008 11:37:34 +0200 "Albin Tonnerre" <
> [EMAIL PROTECTED]>
> babbled:
>
> the real problem is the enlightenment.desktop file - the way we ship it it
> JUST
> runs enlightenment_start. enlightenment_start (its a front-en
On Tue, 28 Oct 2008 23:06:58 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]>
babbled:
>
> - "Nick Hughart" <[EMAIL PROTECTED]> ha scritto:
>
> > This is not yet an fdo specification so I'm not going to put it in
> > just
> > yet. It seems to have promise and is a fairly simple format, but fo
On Wed, 29 Oct 2008 09:23:17 + Quaker <[EMAIL PROTECTED]> babbled:
i don't see how it wouldn't work. code seems ok to me - builds for me too... :/
> Hi,
>
> i tried to compile EWL with sources from 26.10, it didn't work..
>
> i am not a C coder, but i tried to correct it, i modifed a source
This has been fixed anyway!
Toma
2008/11/3 The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>:
> On Mon, 22 Sep 2008 13:46:23 +0800 Toma <[EMAIL PROTECTED]> babbled:
>
>> Howdee,
>> Since these 2 dialogs are most probably the most used ones around, it
>> would be a good idea to have them operate i
On Mon, 3 Nov 2008, thomasg wrote:
> Emotion is an Evas Smartobject and can do what you're looking for (it has
> gstreamer support).
> However, it's not well maintained, so you might not only run into problems,
> it might not even work at all (depends I guess).
> I can only quote raster: 'i thin
hi,
thanks, I think you should know about canola I think the media part
of it is implemented by Gstreamer.
Am I right ?
BRS!
2008/11/3 Vincent Torri <[EMAIL PROTECTED]>
>
>
> On Mon, 3 Nov 2008, thomasg wrote:
>
> Emotion is an Evas Smartobject and can do what you're looking for (
- "Nicolas Aguirre" <[EMAIL PROTECTED]> ha scritto:
> 2008/11/3 Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>:
>
> > Gstreamer just sucks to play video on nokia devices, and doing
> extra
> > copies or transformation from YUV to RGB is no-go on those
> hardwares.
> > That's why canola uses at
On Mon, Nov 3, 2008 at 11:44 AM, Dave Andreoli <[EMAIL PROTECTED]> wrote:
>
> - "Nicolas Aguirre" <[EMAIL PROTECTED]> ha scritto:
>
>> 2008/11/3 Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>:
>>
>> > Gstreamer just sucks to play video on nokia devices, and doing
>> extra
>> > copies or transform
On Mon, Nov 3, 2008 at 11:13 AM, Peter Wehrfritz <[EMAIL PROTECTED]> wrote:
> Gustavo Sverzut Barbieri schrieb:
>>
>> On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN
>> <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> Log:
>>> add patch to add a pipe handler for glueing threads to the core main
>>> loop vi
Carsten Haitzler (The Rasterman) schrieb:
> On Wed, 29 Oct 2008 09:23:17 + Quaker <[EMAIL PROTECTED]> babbled:
>
> i don't see how it wouldn't work. code seems ok to me - builds for me too...
> :/
>
Sorry, my bad. I haven't answered to the list. I fixed it some days ago.
So indeed it shou
On Mon, Nov 3, 2008 at 11:57 AM, Enlightenment SVN
<[EMAIL PROTECTED]> wrote:
> + /* first write the len into the pipe */
> + do
> + {
> + ret = pipe_write(p->fd_write, &nbytes, sizeof(nbytes));
> + if (ret == sizeof(nbytes))
> + {
> +retry = ECORE_PIPE_WRITE
2008/11/3 Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>:
> Gstreamer just sucks to play video on nokia devices, and doing extra
> copies or transformation from YUV to RGB is no-go on those hardwares.
> That's why canola uses atakabe to play media, it will handle mplayer,
> gstreamer... mplayer is
On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN
<[EMAIL PROTECTED]> wrote:
> Log:
> add patch to add a pipe handler for glueing threads to the core main loop via
> pipes - makes it save for a thread to send a message to the main loop and not
> need lots of thread locks etc.
ok, this code have
On Mon, Nov 3, 2008 at 1:20 PM, thomasg <[EMAIL PROTECTED]> wrote:
> Because of that and many many other reasons it would be really cool,
> to have a mplayer backend for emotion. :)
> But I know, it's really tricky to find a good solution, because
> mplayer isn't meant to be just a backend.
you'd
On Mon, Nov 3, 2008 at 9:49 AM, dongmei zhou <[EMAIL PROTECTED]>wrote:
> hi all,
>
> You know that Gstreamer video often is displayed in drawingarea
> which is created by "gtk.Drawingarea()" function,
> Is there any efl object instead of this function to create a
> drawingarea
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto:
> On Tue, 28 Oct 2008 23:06:58 +0100 (CET) Dave Andreoli
> <[EMAIL PROTECTED]>
> babbled:
>
> >
> > - "Nick Hughart" <[EMAIL PROTECTED]> ha scritto:
> >
> > > This is not yet an fdo specification so I'm not going to p
Gustavo Sverzut Barbieri schrieb:
On Mon, Nov 3, 2008 at 11:57 AM, Enlightenment SVN
<[EMAIL PROTECTED]> wrote:
+ /* first write the len into the pipe */
+ do
+ {
+ ret = pipe_write(p->fd_write, &nbytes, sizeof(nbytes));
+ if (ret == sizeof(nbytes))
+ {
+
On Sat, 01 Nov 2008 20:13:21 +0100 Tim Felgentreff <[EMAIL PROTECTED]>
babbled:
> Hi, I am atm trying to help a little for the first time, working on the
> TODO list of Rage. I have started on two items already. One is simple
oh cool! rage has been on the backburner for a long time. i really wrot
On Mon, Nov 3, 2008 at 9:05 AM, The Rasterman Carsten Haitzler
<[EMAIL PROTECTED]> wrote:
> On Wed, 8 Oct 2008 16:12:13 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled:
>> On Wed, Oct 8, 2008 at 4:02 PM, Gustavo Sverzut Barbieri
>> <[EMAIL PROTECTED]> wrote:
>> > On Wed, Oct 8, 2008 at 10:19 AM, Ce
Because of that and many many other reasons it would be really cool,
to have a mplayer backend for emotion. :)
But I know, it's really tricky to find a good solution, because
mplayer isn't meant to be just a backend.
On 11/3/08, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 3,
On Mon, Nov 3, 2008 at 8:46 AM, Gustavo Sverzut Barbieri
<[EMAIL PROTECTED]> wrote:
> On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN
> <[EMAIL PROTECTED]> wrote:
>> Log:
>> add patch to add a pipe handler for glueing threads to the core main loop
>> via
>> pipes - makes it save for a thread t
On Mon, Nov 3, 2008 at 9:58 AM, dongmei zhou <[EMAIL PROTECTED]> wrote:
> hi,
> thanks, I think you should know about canola I think the media part
> of it is implemented by Gstreamer.
> Am I right ?
Gstreamer just sucks to play video on nokia devices, and doing extra
copies or transf
On Sat, 11 Oct 2008 20:48:04 +0200 (CEST) Dave Andreoli
<[EMAIL PROTECTED]> babbled:
> Hi all,
>
> I want to make an e17 module that expose simple edje objects as gadgets.
> The idea is that people can download edje file from the net(calculator,
> clocks and whatever next), put it in the right di
Gustavo Sverzut Barbieri schrieb:
> On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN
> <[EMAIL PROTECTED]> wrote:
>
>> Log:
>> add patch to add a pipe handler for glueing threads to the core main loop
>> via
>> pipes - makes it save for a thread to send a message to the main loop and
>> not
On Mon, Nov 3, 2008 at 5:56 AM, The Rasterman Carsten Haitzler
<[EMAIL PROTECTED]> wrote:
> On Tue, 7 Oct 2008 08:55:59 -0300 "Gustavo Sverzut Barbieri"
> <[EMAIL PROTECTED]> babbled:
>
>> On Tue, Oct 7, 2008 at 2:57 AM, Enlightenment SVN
>> <[EMAIL PROTECTED]> wrote:
>> > Log:
>> > Some work on i
Am Mon, 3 Nov 2008 09:56:45 +0100 schrieb Jonathan MULLER:
Hello Jonathan,
would be nice if you do that. And best provide a path to integrate it
into eflpp.
BTW: Seems you're not a member of
enlightenment-devel@lists.sourceforge.net list. You should join the
list if you like to post anything
re
On Mon, 3 Nov 2008, Gustavo Sverzut Barbieri wrote:
> On Mon, Nov 3, 2008 at 1:20 PM, thomasg <[EMAIL PROTECTED]> wrote:
>> Because of that and many many other reasons it would be really cool,
>> to have a mplayer backend for emotion. :)
>> But I know, it's really tricky to find a good solution,
2008/11/3 Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>:
> On Mon, Nov 3, 2008 at 1:20 PM, thomasg <[EMAIL PROTECTED]> wrote:
>> Because of that and many many other reasons it would be really cool,
>> to have a mplayer backend for emotion. :)
>> But I know, it's really tricky to find a good solution
On Mon, 3 Nov 2008 14:39:05 +0100 (CET)
Dave Andreoli <[EMAIL PROTECTED]> wrote:
>
> - "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha
> scritto:
>
> > On Tue, 28 Oct 2008 23:06:58 +0100 (CET) Dave Andreoli
> > <[EMAIL PROTECTED]>
> > babbled:
> >
> > >
> > > - "Nick Hughart"
On Mo, 2008-11-03 at 23:42 +1100, Carsten Haitzler wrote:
>
> patches seem cool - i'll put them in svn. :) continue merrily with your work!
> :)
>
Thanks a lot!
I have extended the settings patch to use a eet-configfile now.
Also I have fixed a warning about evas_smart_new being deprecated by
r
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto:
> On Sat, 11 Oct 2008 20:48:04 +0200 (CEST) Dave Andreoli
> <[EMAIL PROTECTED]> babbled:
>
> > Hi all,
> >
> > I want to make an e17 module that expose simple edje objects as
> gadgets.
> > The idea is that people can down
The python bindings are broken ?
I'm trying to compile the python binding for evas from trunk, but I get
this error:
building 'evas.c_evas' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/local/include
-I/usr/local/include/eina-0 -I/usr/l
Ok andreas,
I will do it with a pair of pair ... but I found the syntax very
heavier than with boost::tuple.
Take a look at the example in attached file, this is the approach I
will take to replace the boost::tuple.
And this approach is not very usable if we have to extend the "tuple".
Regards,
Hi guys!
fosdem.org says:
FOSDEM will *NOT take place on 21st and 22nd February 2009*.
Do you know anything about this? It would be bad if they modified the date
since I've already bought my plane tickets...
Minden jót,
Sevcsik András
On Thu, Oct 23, 2008 at 8:49 PM, Vincent Torri <[EMAIL PRO
On Mon, Nov 3, 2008 at 6:17 PM, Daniel Martins
<[EMAIL PROTECTED]> wrote:
> The python bindings are broken ?
>
> I'm trying to compile the python binding for evas from trunk, but I get
> this error:
>
> building 'evas.c_evas' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wa
On Sun, Nov 2, 2008 at 11:53 PM, The Rasterman Carsten Haitzler
<[EMAIL PROTECTED]> wrote:
> On Sat, 4 Oct 2008 23:27:33 -0400 "Matt Barclay" <[EMAIL PROTECTED]> babbled:
>
> hmm - you know what might have been cleaner... on data in get a CLIENT_ADD
> event and literally add a client then instantly
On Tue, 07 Oct 2008 19:05:16 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled:
ok. in svn. just a summer (as in my svn log):
1. nearest scaling is now broken - it's always linear interpolation. this
will lead to slowdowns. i need to fix this - a must.
2. i think it's time i put in a transfor
On Tue, 28 Oct 2008 19:03:42 +0100 "Jorge Luis Zapata Muga"
<[EMAIL PROTECTED]> babbled:
> Hi all,
>
> Here i attach a patch that wraps all the calls to
> obj->layer->evas->engine.func inside the objects into a function
> itself. So instead of doing evas->engine.func->image_border_set you
> shoul
On Mon, 3 Nov 2008 14:39:05 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]>
babbled:
> > 1. config everyone cal look at
> > OR
> > 2. "opening service". e.g. a dbus call- u send an array (list) of file
> > paths
> > and say "open them please" - e will open them for you. this way you
> > also
> > rec
On Mon, 3 Nov 2008 14:36:15 -0800 "Matt Barclay" <[EMAIL PROTECTED]> babbled:
> On Sun, Nov 2, 2008 at 11:53 PM, The Rasterman Carsten Haitzler
> <[EMAIL PROTECTED]> wrote:
> > On Sat, 4 Oct 2008 23:27:33 -0400 "Matt Barclay" <[EMAIL PROTECTED]>
> > babbled:
> >
> > hmm - you know what might have
On Mon, 3 Nov 2008 09:59:46 +0100 "Luca De Marini" <[EMAIL PROTECTED]>
babbled:
> 2008/11/3 The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>
>
> > On Sat, 27 Sep 2008 11:37:34 +0200 "Albin Tonnerre" <
> > [EMAIL PROTECTED]>
> > babbled:
> >
> > the real problem is the enlightenment.desktop file
On Mon, 3 Nov 2008 11:03:38 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled:
> > maybe you want to postpone this until all the eina stuff is done?
>
> I need crypto support soon, so I will provide a patch that doesn't
> break API. Before breaking eet API, I agree that we should first
> finish thi
On Mon, 3 Nov 2008 08:17:33 -0200 "Gustavo Sverzut Barbieri"
<[EMAIL PROTECTED]> babbled:
> On Mon, Nov 3, 2008 at 5:56 AM, The Rasterman Carsten Haitzler
> <[EMAIL PROTECTED]> wrote:
> > On Tue, 7 Oct 2008 08:55:59 -0300 "Gustavo Sverzut Barbieri"
> > <[EMAIL PROTECTED]> babbled:
> >
> >> On Tue,
On Mon, 03 Nov 2008 21:06:51 +0100 Tim Felgentreff <[EMAIL PROTECTED]>
babbled:
> I have extended the settings patch to use a eet-configfile now.
> Also I have fixed a warning about evas_smart_new being deprecated by
> replacing it with evas_smart_class_new as suggested in the warning.
> Both patc
On Mon, 3 Nov 2008 16:20:23 +0100 thomasg <[EMAIL PROTECTED]> babbled:
> Because of that and many many other reasons it would be really cool,
> to have a mplayer backend for emotion. :)
that is impossible as mplayer has no interface to provide yuv data to a caller.
thus no backend exists. until m
On Mon, 3 Nov 2008 22:58:17 +0100 "Sevcsik András" <[EMAIL PROTECTED]> babbled:
> Hi guys!
>
> fosdem.org says:
>
> FOSDEM will *NOT take place on 21st and 22nd February 2009*.
>
> Do you know anything about this? It would be bad if they modified the date
> since I've already bought my plane ti
On Tue, 4 Nov 2008, Carsten Haitzler (The Rasterman) wrote:
> On Tue, 07 Oct 2008 19:05:16 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled:
>
> ok. in svn. just a summer (as in my svn log):
>
> 1. nearest scaling is now broken - it's always linear interpolation. this
> will lead to slowdowns.
On Tue, 4 Nov 2008 01:24:43 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
babbled:
>
>
> On Tue, 4 Nov 2008, Carsten Haitzler (The Rasterman) wrote:
>
> > On Tue, 07 Oct 2008 19:05:16 -0400 Jose Gonzalez <[EMAIL PROTECTED]>
> > babbled:
> >
> > ok. in svn. just a summer (as in my svn log):
> >
On Tue, 4 Nov 2008 11:01:10 +1100
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote:
> On Mon, 3 Nov 2008 14:39:05 +0100 (CET) Dave Andreoli
> <[EMAIL PROTECTED]> babbled:
>
> > > 1. config everyone cal look at
> > > OR
> > > 2. "opening service". e.g. a dbus call- u send an array (list)
Ok, I have committed the gadcon_client_class V3.
ALL THE MODULES around need to be patched (just add
the new params).
I have updated all the internal modules and I will do
all the EXTRA modules shortly. All the modules outside
need to be fixed.
Sorry for the inconvenience.
Dave
This is the new
Was this exception ever decided?
On Thu, Oct 16, 2008 at 5:46 PM, The Rasterman Carsten Haitzler
<[EMAIL PROTECTED]> wrote:
> (forgot AUTHORS in cc list)
>
> PLEASE REPLY (authors on CC list). yes or no to adding static linking
> exception
> below?
>
> On Fri, 17 Oct 2008 00:53:29 +0200 Michael F
On Mon, 3 Nov 2008 22:36:06 -0600 "Nathan Ingersoll" <[EMAIL PROTECTED]>
babbled:
i'm still waiting on any replies/comments. imho it makes sense. it doesnt
violate the "spirit". it simple defines an exception where building a
statically compiled os image for things like ecos, the same rules as dyn
On Tue, 04 Nov 2008 01:42:30 -0500 Jose Gonzalez <[EMAIL PROTECTED]> babbled:
> Carsten Haitzler (The Rasterman) wrote:
> > On Tue, 07 Oct 2008 19:05:16 -0400 Jose Gonzalez <[EMAIL PROTECTED]>
> > babbled:
> >
> > ok. in svn. just a summer (as in my svn log):
> >
> > 1. nearest scaling is now br
Carsten Haitzler (The Rasterman) wrote:
> On Tue, 07 Oct 2008 19:05:16 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled:
>
> ok. in svn. just a summer (as in my svn log):
>
> 1. nearest scaling is now broken - it's always linear interpolation. this
> will lead to slowdowns. i need to fix this -
61 matches
Mail list logo