summaryrefslogtreecommitdiff
path: root/navit/vehicle
Commit message (Collapse)AuthorAgeFilesLines
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-311-2/+2
| | | | | | | | | | | | | | | | * doc/comments: fix typo: chosen not choosen * doc/comments: fix typo: truncated not trucated * doc/comments: fix typo: unknown not unkown * doc/comments: fix typo: attribute not atribute * doc/comments: fix typo: Convenience not Convinience * doc/comments: fix typo: forbidden not forbiden * doc/comments: fix typo: government not goverment
* fix:build:fixed compiler warning in vehicle module (#394)Patrick Höhn2018-01-171-1/+5
|
* Add some Documentation to Plugins (#375)jkoan2017-11-2612-29/+121
|
* Fix:Core:only GGA or RMC message required, ticket #913 (#365)naggety2017-11-242-160/+264
| | | | | | | | | | | * Fix:Core:only GGA or RMC message required, ticket #913 Also a timeout has been added. If NMEA messages stop being received it set position to invalid (GPS signal lost). * Fix:Core:only GGA or RMC msg required (vehicle/wince), ticket #913 * Fix:doc:Consistent comments style in vehicle_file and vehicle_wince
* fix:gtk:Fix imperial factors (#367)Charles Curley2017-11-111-1/+3
| | | | | | | | | | | | | * Use correct conversion factors for a more accurate display. Also, introduced some new conversion factors in navigation.h. modified: navit/gui/gtk/gui_gtk_statusbar.c modified: navit/navigation.h modified: navit/navit.c * Use the conversion factor #define instead of a hard coded value. modified: navit/vehicle/gpsd/vehicle_gpsd.c
* Patch:core:More Talker IDs other than GP accepted (#314)naggety2017-09-273-15/+17
| | | | | | | | | | | NMEA messages starts with '$' followed by 2 digits that indicates the Talker ID. The most common was GP for GPS, but now many modules can use other satellites systems or even 2 systems at the same time. Other Talker IDs are: - GL:russian GLONASS - GA: european Galileo - BD: chinesse BeiDu - GN: Global Navigation: a combination of 2 or more systems.
* Fix: Apply coding style to vehicle_qt5R7476Wildemann Stefan2017-05-062-252/+264
|
* Add 'Follow' and 'Active' to vehicle_demo to remove the corresponding error ↵Robert Pohlink2017-05-011-0/+2
| | | | messages (Unsupported Attribute) (#229)
* Fix: remove autotools leftoversWildemann Stefan2017-02-231-9/+0
|
* refactor: qt5: follow api changes brought with commit ↵Stefan Wildemann2017-02-231-1/+1
| | | | 60bc2797f0bd71d87a4eece306e2368afe2a8866
* Ignore old fix provided by Qt5 on startupStefan Wildemann2017-02-231-1/+12
|
* Add Qt5 based vehicleStefan Wildemann2017-02-234-0/+362
|
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-0114-18/+18
|\ | | | | | | | | | | | | Conflicts: navit/Makefile.am navit/xpm/Makefile.am po/Makefile.am
| * Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-3114-18/+18
| | | | | | | | | | | | | | Use the term 'category' for all plugins with the same API (GUI plugins, map plugins etc.). This used to be called 'type', which was confusing, because in the XML config, 'type' refers to what is called 'name' in the code.
* | Removing autotools supportPierre GRANDIN2015-12-3112-116/+0
|/
* vehicle_gpsd:Read all pending data on every poll.R6323Sebastian Leske2015-10-271-1/+5
| | | | | | | | When the system is overloaded, we may lag behind reading the reports streamed by gpsd. To mitigate this, read all pending reports during every poll, and only process the latest report. There is no point in processing a GPS report if a later report is already waiting on the socket. Fixes trac #1332.
* Update:Vehicle:handle gpsd >= 3.11, thanks greg42 for the patchkazer_2015-07-161-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6128 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_gpsd:Fix warning.sleske2015-01-311-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6011 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:android:fix vehcile file, which introduced a broken merge with svn ↵woglinde2014-11-251-40/+5
| | | | | | revision 5967 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5971 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-2212-137/+155
| | | | | | looks like an error message.|#1269, part 5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-2212-240/+258
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:port/android:Change vehicle.position_valid when losing GPS fixmvglasow2014-11-221-6/+15
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5959 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:port/android:Make gps_status OSD work on Androidmvglasow2014-11-221-17/+67
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5957 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:port/maemo:Correct debug output when getting attr_position_satsmvglasow2014-11-211-1/+1
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5953 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:port/android:Support position_valid attribute for Android vehiclemvglasow2014-11-201-12/+19
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5952 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Support position_valid attribute for demo vehiclemvglasow2014-11-201-0/+13
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5951 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactoring:core:Add some more documentationmvglasow2014-11-152-7/+31
| | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5948 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Correct signature of event_add_watch: file descriptors are int's.sleske2014-08-312-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5881 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix warnings for incorrect format strings: use %td, %zu.sleske2014-08-311-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5880 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_gpsd:Mostly revert rev.5642 to allow N810 to use old libgps. ↵sleske2013-11-252-0/+63
| | | | | | Warn in CMake build.|Fixes #1179. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5719 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_gpsd:Require libgps V3.1+, drop compatibility #ifdefs and ↵sleske2013-09-152-61/+0
| | | | | | warning about LC_ALL.|Fixes #850. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5642 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_gpsd:Fix compiler warnings.sleske2013-09-151-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5641 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:vehicle_gpsd_dbus:Option to ignore identical timestamps due to low ↵martin-s2013-08-241-1/+5
| | | | | | floating point resolution in dbus-monitor git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5596 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix warnings by not using g_str(n)casecmp; new function ↵sleske2013-08-111-4/+4
| | | | | | navit_utf8_strcasecmp.|Part of #1154. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5572 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_demo:Do not log spurious warning for attribute 'name'.sleske2013-05-011-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5465 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:vehicle_demo:Emit synthesized nmea datamartin-s2013-03-131-0/+41
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5413 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Let demo vehicle report data for gps_status osd.mdankov2012-12-261-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5332 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Better waypoints handling, see #1040 |Based on ideas & patches from ↵mdankov2012-11-091-0/+2
| | | | | | pini and antiram git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5264 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_file:Avoid corrupted state filemartin-s2012-11-061-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5261 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:vehicle_file:Added init string for socket communication to make vehicle ↵martin-s2012-08-221-1/+6
| | | | | | socket gpsd compatible in nmea mode git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5217 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Allow all kinds of vehicles to have profilename attribute. That's ↵mdankov2012-08-221-0/+1
| | | | | | needed to control routing engine. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5215 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Better error/debug messages.sleske2012-08-151-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5203 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:WinCE:Really silence down vehicle_wince code.mdankov2012-06-051-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5132 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:wince:Made WinCE GPS reading thread less noisy.mdankov2012-05-281-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5118 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:wince:Just fix indentation in vehicle_wince.c file. No actual code changes.mdankov2012-05-281-129/+128
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5117 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Android:Fix global JNI references (fix crashes with target API 15)rikky2012-04-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5036 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle/webos:callback_list_call_attr_0 must not be called by a PDL ↵norad2012-04-222-31/+33
| | | | | | callback. Call through SDL event. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5031 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle/webos:use more of the NMEA data. Remove 1sec throttlingnorad2012-04-223-39/+108
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5030 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Patch:vehicle/webos:basic support for bt-gpsnorad2012-04-228-30/+1371
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5029 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_gypsy:Gypsy speed is measured in m/s (assumed from example, ↵martin-s2012-03-101-1/+1
| | | | | | documentation is unclear about units) git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4970 ffa7fe5e-494d-0410-b361-a75ebd5db220