summaryrefslogtreecommitdiff
path: root/navit/vehicle
Commit message (Collapse)AuthorAgeFilesLines
* Fix:vehicle_demo: Fix -Wparentheses warningBastian Koppelmann2022-08-301-1/+1
| | | | | | | This fixes the following warning: vehicle_demo.c:105:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 105 | if(flags = tracking_get_current_flags(navit_get_tracking(priv->navit))) { | ^~~~~
* fixed:vehicle:demo:Improvements for vehicle_demo (#1188)OLFDB2022-06-131-3/+18
| | | | | * Random values for height, speed, num_sats_used and no signal when AF_UNDERGROUND is true * astyle changes * unused variables removed
* remove:ports:removed files from unsupported ports, i.e. Maemo and WebOS (#1145)jkoan/issue763jkoan/issue725Patrick Höhn2021-09-269-2248/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed files from unsupported ports, i.e. Maemo and WebOS borttagen: maemo/CMakeLists.txt borttagen: maemo/vehicle_maemo.c borttagen: webos/CMakeLists.txt borttagen: webos/bluetooth.c borttagen: webos/bluetooth.h borttagen: webos/cJSON.c borttagen: webos/cJSON.h borttagen: webos/vehicle_webos.c borttagen: webos/vehicle_webos.h * removed webos and maemo from other files * changed according to comments from @jkoan ändrad: CMakeLists.txt * removed autoload and osso ändrad: CMakeLists.txt borttagen: navit/autoload/osso/CMakeLists.txt borttagen: navit/autoload/osso/osso.c ändrad: navit/navit_shipped.xml Co-authored-by: jkoan <jkoan@users.noreply.github.com>
* fix:vehicle:gpsd: Fix#1130 (#1137)OLFDB2021-08-281-0/+4
| | | | | | | | | * Fix #1135 * Fix #1130 * Revert "Fix #1135" This reverts commit 585ab7bbe2020b574e35ce08153ff2991131b3f3.
* added:core:make it switch to nightlayout when we are in a tunnel (#1089)OLFDB2021-04-031-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Address ToDo : make it switch to nightlayout when we are in a tunne Nightlayout is enabled when available and streetflags & AF_UNDERGROUND is true * Addresses ToDo: make it switch to nightlayout when we are in a tunnel * Delete navit.c * Applied suggested changes from review * Applied changes from review * Fix: Fix formatting of file to pass sanity check * Using tracking->tunnel * Update update_download_center.sh * Update config.yml * attributes tunnel_nightlayout, nightlayout_auto, sunrise_degrees added * Use tracking_get_current_tunnel to access tracking object * Revert "Update update_download_center.sh" This reverts commit 0df8099a4533553f837a6f679899cc1a3aefc057. * Revert "Update config.yml" This reverts commit c1cae2e5f3f7f0fe48af0ddf1414ac6e86f36bba. * removed todo for nightlayout in tunnel * removed debug output * Update navit.c Do not return if there is a day layout Co-authored-by: Stefan Wildemann <stefan.wildemann@corpuls.com> Co-authored-by: Stefan Wildemann <metalstrolch@users.noreply.github.com>
* fix:vehicle:gpsd:Retry connect after 10 seconds not performed (#1099)OLFDB2021-03-101-4/+6
| | | | | | | | | * FIX: Retry connect after 10 seconds not performed Set priv->cbt before starting the timer. * Set priv->cbt in vehicle_gpsd_try_open to be able to reconnect any time not just at startup * Don't release the gps object
* fix:vehicle:gpsd:Fix #1090, plugin_init not foundjkoan2021-02-201-0/+1
|
* fix:vehicle_geoclue:Fix speed and direction and do some cleanupjkoan2020-11-181-5/+2
|
* fix:vehicle:Fix codestylejkoan2020-11-181-99/+88
|
* add:vehicle:Add first Prototype of the geoclue Pluginjkoan2020-11-182-0/+252
|
* fix:vehicle:gpsd:minor comment fixjkoan2020-10-131-1/+1
|
* fix:vehicle:gpsd:Add Support for Gpsd 3.21jkoan2020-08-171-1/+5
|
* change:core:Remove unused argument from attr_searchjkoan2020-08-087-30/+30
|
* vehicle:fix: add compatibility for gpsd 3.20 (#959)Joseph Herlant2020-01-181-0/+4
| | | | | | * vehicle:fix: add compatibility for gpsd 3.20 * Fix spacing
* cleanup:qt:Whitespaces and blank lines cleanup according to cpplint (#930)Joseph Herlant2019-10-291-9/+8
| | | | | | | | | | | | * cleanup:qt:Whitespaces and blank lines cleanup according to cpplint * More blank lines * Yet another one [skip-ci] * Another few fixes * Weird use case. Do we need this protected declaration?
* Add watch after reopen the gps file (#872)gefin2019-09-261-0/+1
| | | | | | * Add watch after reopen the file vehicle_file_close(priv) disables the watch of the file. vehicle_file_open(priv) dont re enable it. So the gps position was frozen
* Fix:android:64 bit and cleanup2 (#877)jandegr2019-09-261-4/+3
| | | https://github.com/navit-gps/navit/pull/877
* fix:graphics:qt5: Remove unnecessary moc includes. (#798)Stefan Wildemann2019-06-181-1/+1
| | | | | | | | | | | | | | | | * Remove unnecessary moc includes. This commit removes moc file includes for some classes which do not define new qt classes. This caused a long standing warning which seems to be treated as error on some setups. * Make (in)sanity check happy. Here you got your bloody spaces. Uber picky, isn't it? * Remove QAudio::interruptedState again Sailfish version of QT doesn't feature this yet.
* Fix:port/android:Do not reinitialize everything on activity recreationmvglasow2019-02-211-2/+2
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* patch:vehicle:gpsd allow navit to use gpsd API version 7 and higher, which ↵Charles Curley2019-02-191-0/+4
| | | | | have an API change. (#749) modified: navit/vehicle/gpsd/vehicle_gpsd.c
* Fix:vehicle_qt5:Properly update position statusfix_qt5_vehiclemetalstrolch2019-01-301-6/+17
|
* Fix:SDL:fix headers according to SDL convention. (#704)Bignaux Ronan2018-10-252-4/+2
|
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-3016-305/+187
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* cleanup:cmake:retab all CMakeLists.txt filesJoseph Herlant2018-05-251-4/+4
|
* cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-255-12/+12
|
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-2517-4478/+4590
|
* cleanup:wince:remove unused header (#576)Joseph Herlant2018-05-031-1/+0
|
* fix:vehicle_android:Doc update (#571)jandegr2018-05-021-1/+1
|
* cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-302-89/+0
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-2613-257/+257
| | | | | | | | * Fix:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* 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