Re: Porting fltk-app

2007-09-14 Thread Jørn Christensen
Hi, Thanks for your answer, and sorry for my late answer, but I am a bit busy with my studies as well. Eero Tamminen wrote: Hi, ext Tapani Pälli wrote: I am trying to port an FLTK (www.fltk.org) application to N770/N800. I got FLTK compiled and the application as well, but when I run the

Re: conflicts between row-activated and button-press-event signal on GtkTreeView

2007-09-14 Thread Santtu Lakkala
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zhu, Peter J wrote: I'm having problems with mouse click processing of GtkTreeView. I would like to have different callback to single click and double click. But once I connect singal to button-press-event, no row-activated signal is received. I

Re: Porting fltk-app

2007-09-14 Thread Tapani Pälli
ext Jørn Christensen wrote: Hi, Thanks for your answer, and sorry for my late answer, but I am a bit busy with my studies as well. Eero Tamminen wrote: Hi, ext Tapani Pälli wrote: I am trying to port an FLTK (www.fltk.org) application to N770/N800. I got FLTK compiled and the

Re: DSME code?

2007-09-14 Thread Frantisek Dufka
Simon Pickering wrote: Hi Neil, I happened to come across this commit mailing list: https://garage.maemo.org/pipermail/dsm-commits/ Is this related to the 770/N800 closed source DSME code at all? It looks like it might be. (I have no strong interest in this myself, but I know that from

Re: DSME code?

2007-09-14 Thread Simon Pickering
I happened to come across this commit mailing list: https://garage.maemo.org/pipermail/dsm-commits/ Is this related to the 770/N800 closed source DSME code at all? It looks like it might be. The first post is a large patch containing the entire source from the looks of it. Oh, it is

Re: DSME code?

2007-09-14 Thread Frantisek Dufka
Simon Pickering wrote: I happened to come across this commit mailing list: https://garage.maemo.org/pipermail/dsm-commits/ Is this related to the 770/N800 closed source DSME code at all? It looks like it might be. The first post is a large patch containing the entire source from the

Re: DSME code?

2007-09-14 Thread Frantisek Dufka
Frantisek Dufka wrote: Same for https://garage.maemo.org/mailman/listinfo/dsm-devel It doesn't matter whether I am logged-in to garage or not. Same 'page not found' with IE on XP, Firefox on XP, Firefox and lynx on Ubuntu. However I did have success with wget but that one is quite hard

Re: DSME code?

2007-09-14 Thread Quim Gil
On Thu, 2007-09-13 at 23:02 +0100, ext Neil Jerram wrote: I happened to come across this commit mailing list: https://garage.maemo.org/pipermail/dsm-commits/ Hi Neil, nice catch. :) Bad news We have made those archives private and they are now not publicly accessible. This was an internal

Re: DSME code?

2007-09-14 Thread Simon Pickering
Oh, it is gone. Page not found. I was very interested in that :-( Still there for me: https://garage.maemo.org/pipermail/dsm-commits/2006-July/00.html I can see listinfo here https://garage.maemo.org/mailman/listinfo/dsm-commits but clicking DSM-commits Archives link brings me a

RE: DSP vs. ARM endianness and struct packing

2007-09-14 Thread Simon Pickering
Using the following struct on the DSP-side: typedef struct endian_test_struct { unsigned long iamulong1; unsigned int iamuint1; unsigned int iamuint2; unsigned long iamulong2; unsigned int iamuint3; unsigned long iamulong3; } endian_test_struct; I should qualify

DSP vs. ARM endianness and struct packing

2007-09-14 Thread Simon Pickering
Hello all, In my investigations of whether I can pass structs through shared memory (after performing endianness swaps), I looked at the precise endianness of the two processors and struct packing. This may be of use to someone, so I thought I'd summarise it here. I'm not sure if struct packing

Re: DSP vs. ARM endianness and struct packing

2007-09-14 Thread Bob Lees
Simon What happens if you pack the structure as in typedef struct __attribute__ ((packed)) endian_test_struct { Bob On Friday 14 September 2007 12:08, Simon Pickering wrote: Using the following struct on the DSP-side: typedef struct endian_test_struct { unsigned long iamulong1;

Re: DSME code?

2007-09-14 Thread Dave Neuer
On 9/14/07, Simon Pickering [EMAIL PROTECTED] wrote: Oh, it is gone. Page not found. I was very interested in that :-( Still there for me: https://garage.maemo.org/pipermail/dsm-commits/2006-July/00.html I can see listinfo here

Re: DSME code?

2007-09-14 Thread Daniel Stone
On Fri, Sep 14, 2007 at 11:15:52AM -0400, ext Dave Neuer wrote: If you still have it cached, and could describe how it works to someone who hasn't seen it, it would be an opportunity for the community to work on a replacement. The D-Bus API is a very good start: have you considered looking at

Re: DSME code?

2007-09-14 Thread Dave Neuer
On 9/14/07, Dave Neuer [EMAIL PROTECTED] wrote: On 9/14/07, Daniel Stone [EMAIL PROTECTED] wrote: On Fri, Sep 14, 2007 at 11:15:52AM -0400, ext Dave Neuer wrote: If you still have it cached, and could describe how it works to someone who hasn't seen it, it would be an opportunity for the

Re: DSME code?

2007-09-14 Thread Dave Neuer
On 9/14/07, Daniel Stone [EMAIL PROTECTED] wrote: On Fri, Sep 14, 2007 at 11:15:52AM -0400, ext Dave Neuer wrote: If you still have it cached, and could describe how it works to someone who hasn't seen it, it would be an opportunity for the community to work on a replacement. The D-Bus

home plugin osso initialization

2007-09-14 Thread Bill Filler
I've written a home plugin that wants to use libosso calls. Does it need to explicitly initialize osso (via osso_initialize()) or should it use the osso_context_t from hd-desktop or hd-wm? If the later, how does it get the osso context? Thanks for any help. Bill

Re: DSME code?

2007-09-14 Thread Dave Neuer
On 9/14/07, Daniel Stone [EMAIL PROTECTED] wrote: Hi, DSME doesn't do anything complex, really. Looking at the API, it's trivial to reimplement, but as far as I can tell, no-one's ever started. Of course, it should be open, but the fact that no-one's even tried probably says something about

Re: DSME code?

2007-09-14 Thread Daniel Stone
On Fri, Sep 14, 2007 at 11:44:40AM -0400, ext Dave Neuer wrote: But honestly, just as I'm sure it's tiresome for Nokia employees to hear me constantly harp on the closed nature of the IT OS, it's tiresome for me to hear well-intentioned Nokia employees such as yourself and Igor insist I should

Re: DSME code?

2007-09-14 Thread Daniel Stone
On Fri, Sep 14, 2007 at 12:19:15PM -0400, ext Dave Neuer wrote: It's possible that people who aren't happy, but aren't getting paid to work on the IT OS for 770 are worried that they will start, run into obstacles and a lack of information and have wasted their time -- DMSE is just one of

Re: DSME code?

2007-09-14 Thread Daniel Stone
On Fri, Sep 14, 2007 at 12:39:18PM -0400, ext Jesse Guardiani wrote: I'd personally love to see DSME open sourced. Oh, me too. Nothing I've said on this list should indicate otherwise. In particular, there are screen ON/OFF/Notify events that it sends/receives via dbus that I'd love to

Re: DSME code?

2007-09-14 Thread Jesse Guardiani
Daniel Stone wrote: On Fri, Sep 14, 2007 at 12:19:15PM -0400, ext Dave Neuer wrote: It's possible that people who aren't happy, but aren't getting paid to work on the IT OS for 770 are worried that they will start, run into obstacles and a lack of information and have wasted their time --

Re: [Fwd: Re: /dev/dsp]

2007-09-14 Thread Detlef Schmicker
I compiled esound-clients from debian tar (without patch) copied esddsp, libesd.so.0 and libesddsp.so.0 to the places and started ./esddsp ./gtick and everything works fine. Detlef Am Dienstag, den 11.09.2007, 21:22 +0200 schrieb Detlef Schmicker: Hi, I have some progress: I compiled

Looks like .maemo.org cert has expired

2007-09-14 Thread Tony Maro
SSL certs on maemo.org expired on the 12th? -- Tony Maro http://www.maro.net/ossramblings.php ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: DSP vs. ARM endianness and struct packing

2007-09-14 Thread Charles 'Buck' Krasic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did some experimentation a while back with DSP - ARM communication via mmap'ed memory, in my case I was working on using the DSP for rgb to yuv conversion. Another big gotcha to look out for is 64k boundaries. The DSP (at least in the 770) just

Re: DSP vs. ARM endianness and struct packing

2007-09-14 Thread Siarhei Siamashka
On 14 September 2007, Charles 'Buck' Krasic wrote: I did some experimentation a while back with DSP - ARM communication via mmap'ed memory, in my case I was working on using the DSP for rgb to yuv conversion. Another big gotcha to look out for is 64k boundaries. The DSP (at least in the 770)

Re: DSME code?

2007-09-14 Thread Austin Che
On Fri, Sep 14, 2007 at 12:39:18PM -0400, ext Jesse Guardiani wrote: I'd personally love to see DSME open sourced. Oh, me too. Nothing I've said on this list should indicate otherwise. In particular, there are screen ON/OFF/Notify events that it sends/receives via dbus that I'd love to

Re: DSME code?

2007-09-14 Thread Frantisek Dufka
Jesse Guardiani wrote: I'd personally love to see DSME open sourced. In particular, there are screen ON/OFF/Notify events that it sends/receives via dbus that I'd love to extend. For example, I've got a DSME related ticket that I'd like to close using dbus, but that probably isn't

Re: DSME code?

2007-09-14 Thread Jesse Guardiani
Austin Che wrote: On Fri, Sep 14, 2007 at 12:39:18PM -0400, ext Jesse Guardiani wrote: I'd personally love to see DSME open sourced. Oh, me too. Nothing I've said on this list should indicate otherwise. In particular, there are screen ON/OFF/Notify events that it

Re: DSP vs. ARM endianness and struct packing

2007-09-14 Thread Simon Pickering
Right, I've recompiled the arm side test so that it has a structure with members that are the same size as those tested on the DSP. My apologies for my earlier mistake. What happens if you pack the structure as in typedef struct __attribute__ ((packed)) endian_test_struct { Thank you for

Re: Porting fltk-app

2007-09-14 Thread Jørn Christensen
Tapani Pälli wrote: ext Jørn Christensen wrote: Hi, Thanks for your answer, and sorry for my late answer, but I am a bit busy with my studies as well. Eero Tamminen wrote: Hi, ext Tapani Pälli wrote: I am trying to port an FLTK (www.fltk.org) application to N770/N800. I got

threaded applications on maemo

2007-09-14 Thread Luca De Cicco
Hi there to the list, I was wondering what is the suggested practice to develop threaded applications which are maemo-friendly. I'm asking this because I've run into big troubles when trying to port an application which makes use of GThreads (which I assume should work on maemo, being maemo very