Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread Radek Polak
On Wednesday 04 of November 2009 22:23:56 tvuilla...@free.fr wrote:

> Would it help to share the code with a version control system, to enable
>  additional developers to join the effort?
> 
> I'm completely new to this. I would need help in this case.

All QtMoko applications are on github so that it's easy to find them and 
rebuild the binary repository from sources. I have also placed your app here:

http://github.com/radekp/NeronGPS

If you are comfortable with git and github you can just create account on 
github, fork the repo and work here.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread tvuillaume
Hi Ghislain,

This is unfortunately not a feature I'm planing to use myself. Doing this in my 
spare time - which is actually not that many time :( - I will tend to focus on 
my own needs first. 

Would it help to share the code with a version control system, to enable 
additional developers to join the effort?

I'm completely new to this. I would need help in this case. 

Regards,
Thierry

- Mail Original -
De: "ghislain" 
À: community@lists.openmoko.org
Envoyé: Mercredi 4 Novembre 2009 09h10:35 GMT +01:00 Amsterdam / Berlin / Berne 
/ Rome / Stockholm / Vienne
Objet: Re: GPS application for QTExtended 4.4.3


Very nice application!

If you could just add the 'myposition' and the 'friendsposition', like in
TangoGPS you would make me very happy :) (I was trying to port TangoGPS to
Qt just for those functions, but you are almost done).

Ghislain

-- 
View this message in context: 
http://n2.nabble.com/GPS-application-for-QTExtended-4-4-3-tp3943537p3943693.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread Torfinn Ingolfsen
Hi,


On Wed, Nov 4, 2009 at 8:08 AM,  wrote:

> I developed my own GPS application for QtExtended 4.4.3 on my Neo
> Freerunner. It use native Qt APIs and doesn't require X. It display maps
> from OpenStreetMap by default, but can also be configured to get them from
> Yahoo or VirtualEarth. I'm not sure for Google, I gave up trying for now.
>

Wow - very, very nice! Thanks a lot!
I especially like the finger-friendly buttons (zoom in / out and "home
position").

I will continue to maintain it for my personal usage. I have no idea if it
> may interest someone, but, if any interest, I released the package, the
> source code, and some documentation here:
>

Yes - everybody is interested, just look at the thread here. Very cool. :-)

-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread tvuillaume
Hi Radek,

Taking a closer look, it may actually not be pixmap drawing performances. It 
looks like interruption when moving, that may just come from touch screen event 
coming irregularly, or anything else delaying the refresh of the map.

I am looking forward for the new kernel, it would probably solve the issue!

Regards,
Thierry

- Mail Original -
De: "Radek Polak" 
À: "List for Openmoko community discussion" 
Envoyé: Mercredi 4 Novembre 2009 16h17:08 GMT +01:00 Amsterdam / Berlin / Berne 
/ Rome / Stockholm / Vienne
Objet: Re: GPS application for QTExtended 4.4.3

On Wednesday 04 of November 2009 08:08:06 tvuilla...@free.fr wrote:

> I will continue to maintain it for my personal usage. I have no idea if it
>  may interest someone, but, if any interest, I released the package, the
>  source code, and some documentation here:

This application is just great. Probably everybody is interested :)

> Unfortunately, pixmap drawing performances looks degraded on QtMoko (I
>  tested with v14), impacting performances when moving in the map. This is
>  much better on the original QtExtended 4.4.3. If anybody have an idea
>  about where it may come from, and if something can be done to improve, I
>  would be interested.

There are 2 things different in QtMoko. 2.6.29 kernel and Qt 4.5. I think Qt 
4.5 improved the performance. The kernel can be the problem. I am now testing 
2.6.31 kernel and performance of your app is good. Also scrolling in web 
browser improved with 2.6.31 so it can be something in 2.6.29 kernel.

Thanks for this nice application.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread Radek Polak
On Wednesday 04 of November 2009 08:08:06 tvuilla...@free.fr wrote:

> I developed my own GPS application for QtExtended 4.4.3 on my Neo
>  Freerunner. It use native Qt APIs and doesn't require X. It display maps
>  from OpenStreetMap by default, but can also be configured to get them from
>  Yahoo or VirtualEarth. I'm not sure for Google, I gave up trying for now.

Btw i noticed two small things:

1/ The path to icon in NeronGPS.desktop is not right. It should be something 
like Icon=NeronGPS/NeronGPS.png

2/ The icon is too small - it does not fit in well in the application list. 
Solution could be either bigger png or svg.

Otherwise i havent found any issue :)

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread Radek Polak
On Wednesday 04 of November 2009 08:08:06 tvuilla...@free.fr wrote:

> I will continue to maintain it for my personal usage. I have no idea if it
>  may interest someone, but, if any interest, I released the package, the
>  source code, and some documentation here:

This application is just great. Probably everybody is interested :)

> Unfortunately, pixmap drawing performances looks degraded on QtMoko (I
>  tested with v14), impacting performances when moving in the map. This is
>  much better on the original QtExtended 4.4.3. If anybody have an idea
>  about where it may come from, and if something can be done to improve, I
>  would be interested.

There are 2 things different in QtMoko. 2.6.29 kernel and Qt 4.5. I think Qt 
4.5 improved the performance. The kernel can be the problem. I am now testing 
2.6.31 kernel and performance of your app is good. Also scrolling in web 
browser improved with 2.6.31 so it can be something in 2.6.29 kernel.

Thanks for this nice application.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread -= Apertum =-


* tvuilla...@free.fr wrote, Il 04/11/2009 08:08:
> Hello,
>
> I developed my own GPS application for QtExtended 4.4.3 on my Neo Freerunner. 
Really really thanks for sharing your work!

-- 
Andrea


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread Rune Gangstø
I have been looking for 4.4.3, and not QTmoko. It is working a lot better
for me.

Could someone please supply me with rootfs and kernel?



Rune

2009/11/4 Mickael Labrousse 

> Otherwise take a look at
> http://qtextended.org/modules/mydownloads/viewcat.php?cid=6
>
> Nice work Thierry :)
>
> --
> Mickael
>
> Rune Gangstø a écrit :
> > Is there a link for downloading QtExtended 4.4.3?
> >
> > The links at http://wiki.openmoko.org/wiki/Qt_Extended_4.4.3 is down.
> > Could someone supply me with the rootfs and kernel?
> >
> > Thanks!
> >
> > Rune
> >
> > 2009/11/4 giacomo `giotti` mariani  > >
> >
> > God(?) bless you!
> >
> > --
> > /_\ The ASCII   Per comunicare in modo riservato:
> > \_/ Ribbon Campaign gpg --keyserver
> >  pool.sks-keyservers.net  \
> >  X  Against HTML--recv-keys 20611EAD
> > /_\ Email!
> >
> --
> > Please avoid sending me Word or PowerPoint attachments.
> > See http://www.gnu.org/philosophy/no-word-attachments.html
> >
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org 
> > http://lists.openmoko.org/mailman/listinfo/community
> >
> >
> > 
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> >
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread Mickael Labrousse
Otherwise take a look at 
http://qtextended.org/modules/mydownloads/viewcat.php?cid=6

Nice work Thierry :)

--
Mickael

Rune Gangstø a écrit :
> Is there a link for downloading QtExtended 4.4.3?
>
> The links at http://wiki.openmoko.org/wiki/Qt_Extended_4.4.3 is down.
> Could someone supply me with the rootfs and kernel?
>
> Thanks!
>
> Rune
>
> 2009/11/4 giacomo `giotti` mariani  >
>
> God(?) bless you!
>
> --
> /_\ The ASCII   Per comunicare in modo riservato:
> \_/ Ribbon Campaign gpg --keyserver
>  pool.sks-keyservers.net  \
>  X  Against HTML--recv-keys 20611EAD
> /_\ Email!
> --
> Please avoid sending me Word or PowerPoint attachments.
> See http://www.gnu.org/philosophy/no-word-attachments.html
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org 
> http://lists.openmoko.org/mailman/listinfo/community
>
>
> 
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>   

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread HouYu Li
go for QTMoko

On Wed, Nov 4, 2009 at 5:33 PM, Rune Gangstø  wrote:
> Is there a link for downloading QtExtended 4.4.3?
>
> The links at http://wiki.openmoko.org/wiki/Qt_Extended_4.4.3 is down.
> Could someone supply me with the rootfs and kernel?
> Thanks!
> Rune
> 2009/11/4 giacomo `giotti` mariani 
>>
>> God(?) bless you!
>>
>> --
>> /_\ The ASCII                   Per comunicare in modo riservato:
>> \_/ Ribbon Campaign         gpg --keyserver  pool.sks-keyservers.net \
>>  X  Against HTML                --recv-keys 20611EAD
>> /_\ Email!
>> --
>> Please avoid sending me Word or PowerPoint attachments.
>> See http://www.gnu.org/philosophy/no-word-attachments.html
>>
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>



-- 
Best Regards

HouYu Li, Karajan

karajan_ii (at) hotmail.com
karadog (at) gmail.com
lihouyu (at) phpex.net

PHP Developer
Red Hat Certified Engineer

Shanghai, China

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread Rune Gangstø
Is there a link for downloading QtExtended 4.4.3?

The links at http://wiki.openmoko.org/wiki/Qt_Extended_4.4.3 is down.
Could someone supply me with the rootfs and kernel?

Thanks!

Rune

2009/11/4 giacomo `giotti` mariani 

> God(?) bless you!
>
> --
> /_\ The ASCII   Per comunicare in modo riservato:
> \_/ Ribbon Campaign gpg --keyserver  pool.sks-keyservers.net \
>  X  Against HTML--recv-keys 20611EAD
> /_\ Email!
> --
> Please avoid sending me Word or PowerPoint attachments.
> See http://www.gnu.org/philosophy/no-word-attachments.html
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread giacomo `giotti` mariani
God(?) bless you!

-- 
/_\ The ASCII   Per comunicare in modo riservato:
\_/ Ribbon Campaign gpg --keyserver  pool.sks-keyservers.net \
 X  Against HTML--recv-keys 20611EAD
/_\ Email!   
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread ghislain

I just added this application to the Software-Packages feed of openmobile.nl
for QtMoko (feed-url = http://www.openmobile.nl/media/qtmoko)
-- 
View this message in context: 
http://n2.nabble.com/GPS-application-for-QTExtended-4-4-3-tp3943537p3943930.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread ghislain

Very nice application!

If you could just add the 'myposition' and the 'friendsposition', like in
TangoGPS you would make me very happy :) (I was trying to port TangoGPS to
Qt just for those functions, but you are almost done).

Ghislain

-- 
View this message in context: 
http://n2.nabble.com/GPS-application-for-QTExtended-4-4-3-tp3943537p3943693.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS application for QTExtended 4.4.3

2009-11-03 Thread HouYu Li
You are the MAN!

On Wed, Nov 4, 2009 at 3:08 PM,   wrote:
> Hello,
>
> I developed my own GPS application for QtExtended 4.4.3 on my Neo Freerunner. 
> It use native Qt APIs and doesn't require X. It display maps from 
> OpenStreetMap by default, but can also be configured to get them from Yahoo 
> or VirtualEarth. I'm not sure for Google, I gave up trying for now.
>
> I will continue to maintain it for my personal usage. I have no idea if it 
> may interest someone, but, if any interest, I released the package, the 
> source code, and some documentation here:
>
> http://tvuillaume.free.fr/NeronGPS
>
> The User's Guide provide you with some screenshots and information about what 
> the application is able to achieve.
>
> Unfortunately, pixmap drawing performances looks degraded on QtMoko (I tested 
> with v14), impacting performances when moving in the map. This is much better 
> on the original QtExtended 4.4.3. If anybody have an idea about where it may 
> come from, and if something can be done to improve, I would be interested.
>
> Best Regards,
> Thierry
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Best Regards

HouYu Li, Karajan

karajan_ii (at) hotmail.com
karadog (at) gmail.com
lihouyu (at) phpex.net

PHP Developer
Red Hat Certified Engineer

Shanghai, China

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


GPS application for QTExtended 4.4.3

2009-11-03 Thread tvuillaume
Hello,

I developed my own GPS application for QtExtended 4.4.3 on my Neo Freerunner. 
It use native Qt APIs and doesn't require X. It display maps from OpenStreetMap 
by default, but can also be configured to get them from Yahoo or VirtualEarth. 
I'm not sure for Google, I gave up trying for now.

I will continue to maintain it for my personal usage. I have no idea if it may 
interest someone, but, if any interest, I released the package, the source 
code, and some documentation here:

http://tvuillaume.free.fr/NeronGPS

The User's Guide provide you with some screenshots and information about what 
the application is able to achieve.

Unfortunately, pixmap drawing performances looks degraded on QtMoko (I tested 
with v14), impacting performances when moving in the map. This is much better 
on the original QtExtended 4.4.3. If anybody have an idea about where it may 
come from, and if something can be done to improve, I would be interested.

Best Regards,
Thierry

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community