|
2010-06-27
, 21:39
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#62
|
|
2010-06-28
, 00:58
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#63
|
|
2010-07-08
, 17:41
|
|
Posts: 61 |
Thanked: 13 times |
Joined on Mar 2010
|
#64
|
GUI is out. I hadn't opportunity to test it on a bike, but it should work.
http://kibergus.su/node/46
|
2010-07-10
, 09:31
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#65
|
|
2010-07-10
, 14:10
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#66
|
I had some other things to do. So no visible progress yet. only ideas how interface should look like (I want to have ability to easily add and delete distance/speed counters on the go), what classes do I have to write and what QT classes are needed to implement this. No code yet.
P.S. But I've rebuilt it for QT 4.7 which is now in repositories.
|
2010-07-10
, 17:50
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#67
|
Please don't make whatever ends up in the repos depend on 4.7. Who knows when it will be stable+officially supported on N900.
|
2010-07-10
, 17:53
|
Posts: 374 |
Thanked: 75 times |
Joined on Nov 2009
@ Hungary
|
#68
|
|
2010-07-10
, 18:31
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#69
|
|
2010-07-10
, 19:00
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#70
|
Result is 50% CPU load (25% my application, 25% pulseaudio) while CPU is at 250 Mhz (the lower bound).
Python variant consumes 60% CPU (40% my application and 13% pulseaudio) while CPU is at 500 Mhz.
So reimplementing in C give significant performance advantages.
Now it is time for making GUI.