Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | Gps list: include the time_t timestamp in the model | Dirk Hohndel | |
Just having the string means we lost the unique value that we can use as key to indentify a specific GPS fix. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2016-01-08 | Untangle Library Linkage | Tomaz Canabrava | |
with the adittion of gpslistmodel/location, the libraries qt-models had a direct dependency on subsurface-core, and subsurface-core had a direct dependency on qt-models, this is bad. Moving a bit of code around I'v managed to clean this out, and also to clear a bit of uneeded code (GpsTracker and gpsTracker where basically the same thing.) Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2016-01-07 | Create GpsListModel in order to be able to display GPS fixes | Dirk Hohndel | |
This will allow us to visualize the GPS fixes that are currently stored in the QML UI. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |