The Following User Says Thank You to sony123 For This Useful Post: | ||
|
2012-07-16
, 01:40
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#152
|
|
2012-07-16
, 04:39
|
Posts: 104 |
Thanked: 30 times |
Joined on Jun 2012
|
#153
|
|
2012-07-16
, 09:14
|
|
Posts: 144 |
Thanked: 36 times |
Joined on Jan 2010
@ New Zealand
|
#154
|
|
2012-07-16
, 09:35
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#155
|
for (var member in <object>) { console.log(member); }
|
2012-07-16
, 09:44
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#156
|
I did have another look at the day-to-night mode switch. The following patch at least ensures the map mode is updating everytime one returns to the map from the settings (main) menu or the preferences menu (in map browser mode). Same goes for navigation mode, and for starting/ending navigation. WIthout it, I believe one has to restart the application (or change the day/night settings specifically) to get the map changed.
Still no update during navigation.
Patch: http://paste.debian.net/179280/
|
2012-07-16
, 10:18
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#157
|
Excellent job, mbanck! How to you dump the structures btw??
For the UI, actually I did modify the InfoDistance.qml so it has states to selectively display distance or TTD info. Basically just make the behaviors consistent with Symbian. I will check your code and see how to do the patching...
|
2012-07-16
, 10:33
|
|
Posts: 956 |
Thanked: 2,628 times |
Joined on Nov 2011
|
#158
|
|
2012-07-16
, 10:54
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#159
|
|
2012-07-16
, 10:59
|
|
Posts: 956 |
Thanked: 2,628 times |
Joined on Nov 2011
|
#160
|
For the UI, actually I did modify the InfoDistance.qml so it has states to selectively display distance or TTD info. Basically just make the behaviors consistent with Symbian. I will check your code and see how to do the patching...