|
2017-11-29
, 06:20
|
|
Posts: 6,450 |
Thanked: 20,982 times |
Joined on Sep 2012
@ UK
|
#1972
|
The Following 4 Users Say Thank You to pichlo For This Useful Post: | ||
|
2017-11-29
, 06:49
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1973
|
The Following 4 Users Say Thank You to juiceme For This Useful Post: | ||
|
2017-12-07
, 00:50
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1974
|
The Following 12 Users Say Thank You to MartinK For This Useful Post: | ||
|
2017-12-07
, 04:21
|
|
Posts: 363 |
Thanked: 1,375 times |
Joined on Nov 2015
@ Sweden
|
#1975
|
For anyone wanting to experience modRana in their native language there are testing packages available
The Following 5 Users Say Thank You to eson For This Useful Post: | ||
|
2017-12-07
, 07:35
|
Posts: 391 |
Thanked: 908 times |
Joined on Aug 2011
@ suncity
|
#1976
|
So I want to ask - is someone still using the Qt 4 QML GUI on the N900 ? That's at the moment basically the only platform where the Qt 4 QML GUI might be able to run, as the desktop version of the hacked together Harmattan QML components and Qt 4 version of Pyside have long ago bit-rotted away on the desktop.
|
2017-12-07
, 11:57
|
Posts: 370 |
Thanked: 443 times |
Joined on Jan 2006
@ Italy
|
#1977
|
|
2017-12-12
, 21:51
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1978
|
Thanks! Tested and found that IconGridPage do not translate. At least not into Swedish.
I also think you should remove the sv_SE files as they are obsolete. If I got it right, it's the sv files from transifex that are being used?
Edit1:
When I removed all the sv_SE, .ts and .po stuff, also the IconGridPage translated nicely.
Edit2:
Strings missing in TracksCategoryListPage...
- logs
- misc
- examples
- online
|
2018-01-02
, 23:14
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#1980
|
Is there a chance for an updated version for Harmattan in the future?
The Following 9 Users Say Thank You to MartinK For This Useful Post: | ||
Tags |
bada rox, martin_rocks, modrana, navigation, openstreetmap, the best, wehasgps |
|
If we can get them to cooperate or the affected area is one where community can effectively contribute (eq. not being blocked by closed components & actually having a maintainer that can review and merge PRs) - that would be less hopeless.
As for sharing the database, there are a couple issues worth considering:
- who else would be interested in sharing the POI database ? (eq. so unnecessary work is not done if no one will use it)
- the easiest way might be using the same SQL schema and a common location for the database, it might even work with concurrent access
- but that effectively locks the schema in stone - it's really simple at the moment (basically just name, description, coordinates, category) and might use some extending (phone numbers, elevation, address, opening hours, email address, website, twitter handle, etc.)
- it's actually a question if it needs to be an sqlite database at all - it just seems like a pretty big overkill for the few points people are likely to store & enforces IMHO unnecessary rigid schemas
I've had quite a good experience with BlitzDB in my experimental Twitter client - it's basically a pure-Python JSON document database. I've been feeding it with thousands of tweets and it works just fine, so it should be also able to handle a few POI as well. Of course unlike sqlite it kinda expects the app using it is also Python or can talk to Python in some capacity.
I guess alternative solution could be if modRana could work with multiple POI database formats, including one shared with other apps. The user might need to specify where new POIs should be stored (local/shared), but it should be possible to agregate the multiple POI databases to a single view.
Or OSM Scout Server could provide a REST API for storing & retrieving POI that that arbitrary apps could easily use. Now with socket activation it would be more useful than ever. ;-)
I guess we will see, but certainly something to think about.
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)