![]() |
2010-05-15
, 23:36
|
Posts: 74 |
Thanked: 34 times |
Joined on Jan 2008
|
#41
|
![]() |
2010-06-01
, 03:05
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#42
|
![]() |
2010-06-13
, 14:40
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#43
|
I started looking at the waze code at the direction of attempting to port it to QT.
I'm new to QT and also to the waze code, but as far as I've seen ( 2 hrs) the protocol code is wrapped in roadmap_input.c among other c files.
I thought about creating a QT widget that will be a start for a replacement to the agg canvas.
Once I have a base widget that wraps the base protocol and draws an hardcoded location... Well, I'll call it a success. (it may take months...)
I'll create a source repository and upload my current workarea in the next couple of days so anyone with C/C++ or QT knowledge can help or take control.
I think that there are 2 threads directly related to waze on n900 that can be merged.
![]() |
2010-06-13
, 19:41
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#44
|
The Following User Says Thank You to damagedspline For This Useful Post: | ||
![]() |
2010-06-13
, 20:16
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#45
|
![]() |
2010-09-14
, 22:05
|
Posts: 74 |
Thanked: 34 times |
Joined on Jan 2008
|
#46
|
![]() |
2011-03-11
, 19:10
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#47
|
![]() |
2011-05-11
, 05:34
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#48
|
The Following User Says Thank You to damagedspline For This Useful Post: | ||
![]() |
2011-05-13
, 16:41
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#49
|
apt-get install libqtm-12-dec* qt4-experimental-declarative-qmlviewer
qmlviewer -I /opt/qtm12/imports main.qml
![]() |
2011-05-13
, 23:54
|
Posts: 68 |
Thanked: 13 times |
Joined on Oct 2010
|
#50
|
So far I got the following in pure QML:
1) map showing
2) zoom-in/out
3) panning left/right/up/down
4) location awareness ("show my location" button is working)
i was unable to implement the search - for now.
to have a test run at what is currently running:
1)2) upzip the attached file to some directoryCode:apt-get install libqtm-12-dec* qt4-experimental-declarative-qmlviewer
3) in terminal change to the dir you extracted and runI will upload all that I have for now to source controled site so that if any with to help, there will be a way.Code:qmlviewer -I /opt/qtm12/imports main.qml
Once I do that, I will create a new thread with Announce statement.