summaryrefslogtreecommitdiff
path: root/navit
Commit message (Collapse)AuthorAgeFilesLines
* remove:ports:removed files from unsupported ports, i.e. Maemo and WebOS (#1145)jkoan/issue763jkoan/issue725Patrick Höhn2021-09-2613-2338/+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>
* Add:gui/internal: New attribute for gui tag town_use_postal (#1156)OLFDB2021-09-204-2/+17
| | | | | If set to 0 navit will use the old town search method which will speed up the search on low performance hardware. Available only with gui_internal. <gui type="internal" enabled="yes" town_use_postal="0">
* Fix:gui/gtk:Enable housenumbers in destination dialog (#1155)OLFDB2021-09-201-1/+10
|
* patch:gui/gtk:Unique icon for POI dialog (#1154)OLFDB2021-09-201-2/+1
|
* Fix:core: cancel drawing on resize request (#1142)Stefan Wildemann2021-09-133-13/+7
| | | | | | | | | | | | | * Fix:core: cancel drawing on resize request This commit causes navit to cancel async drawing in case of resize request. Drawing is started again after that. this should effectively cause a redraw on subsequent calls to resize. Some graphics like qt5 call resize for both dimension changes if the wigdet get's resized. * Fix:graphics:qt5 Clear pixmap on resize To remove ugly artefacts after resizing the widget until navit completes to redraw the screen the widgets pixmap is cleared.
* FIX:maptool: remove assertion from item_bin_copy_attr (#1149)Stefan Wildemann2021-09-081-3/+0
| | | | | | | | The removed assertion disallowed the use of item_bin_copy_attr for anything else than attr_osm_wayid when debug build was enabled. This used to work prior the introduction of multipolygon support. There item_bin_copy_attr is used to copy al kind of attrs not knowing about the assert. So remove the assert as it seems to have been never correct.
* Fix:maptool:osm fix multipolygon filter. (#1143)Stefan Wildemann2021-09-061-1/+1
| | | | | Change done at #1129 causes maptool to filter out all multipolygons if -n is given due to not correctly initializing item_bin buffer prior check. Sorry my fault.
* rework:graphics:win32:Rework win32 drawing to remove the old Unicode, (#1140)jkoan2021-08-314-712/+22
| | | Inc. Sourcecode
* fix:core:Fix #1135 (#1136)OLFDB2021-08-311-0/+22
| | | | | | | | | | | * Fix #1135 * Revert "Fix #1135" This reverts commit 585ab7bbe2020b574e35ce08153ff2991131b3f3. * Revert "Revert "Fix #1135"" This reverts commit 97ff13fa761a884019e341dd77e62a2735b52213.
* fix:core:use default icons as fallback (#1121)OLFDB2021-08-281-2/+5
|
* fix:vehicle:gpsd: Fix#1130 (#1137)OLFDB2021-08-281-0/+4
| | | | | | | | | * Fix #1135 * Fix #1130 * Revert "Fix #1135" This reverts commit 585ab7bbe2020b574e35ce08153ff2991131b3f3.
* fix:maptool: filter out unknown multipolygons before processingStefan Wildemann2021-07-151-0/+11
| | | | | | This commit causes maptool to filter out multipolygon relations whose tags result in unknown binfile type if -n is given on command line. May save a lot of processing time.
* Fix:port/android:Make file picker compatible with Android 11mvglasow2021-06-201-2/+3
| | | | | | | Default to private external storage dir /navit is not appended to paths which contain the package ID Signed-off-by: mvglasow <michael -at- vonglasow.com>
* fix:build:cmake:fix in-tree cmake build circular dependency warnings (#1122)David Heidelberg2021-05-232-0/+4
| | | | | | | | | | | | Only copy files when SOURCE and DESTINATION directory differs. No need to copy files into themselves when doing in-tree build. Removes annoying warning. ``` make[2]: Circular navit/textures/diagonal-stripes.svg <- navit/textures/diagonal-stripes.svg dependency dropped. ``` Signed-off-by: David Heidelberg <david@ixit.cz>
* Fix:core:Do not recalculate length when restoring traffic distortion items ↵mvglasow2021-04-271-11/+5
| | | | | | | (#1116) Signed-off-by: mvglasow <michael -at- vonglasow.com> Co-authored-by: mvglasow <michael -at- vonglasow.com>
* Fix:core:Rewind before retrieving attributes (route.c/traffic.c)mvglasow2021-04-262-0/+19
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:core:Fix docs for route_graph_add_segment()mvglasow2021-04-261-5/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:core:Document the need to rewind before retrieving attributesmvglasow2021-04-261-0/+7
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:core:Rewind attributes before retrieving themmvglasow2021-04-261-0/+2
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:core:Prevent passing stale data in traffic map rectmvglasow2021-04-261-4/+6
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:core:Fix read after free in traffic_message_restore_segments (#1114)mvglasow2021-04-241-1/+1
| | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> Co-authored-by: mvglasow <michael -at- vonglasow.com>
* added:core:make it switch to nightlayout when we are in a tunnel (#1089)OLFDB2021-04-036-7/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Refactor:core:Documentation update (#1095)mvglasow2021-02-289-55/+109
|
* fix:vehicle:gpsd:Fix #1090, plugin_init not foundjkoan2021-02-201-0/+1
|
* Refactor:build:merge into one single build.gradlemvglasow2021-02-191-107/+0
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:build/android:do not double-define getcwd on recent NDK versionsndk-getcwdmvglasow2021-02-071-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:traffic/traff_android:remove TODO commenttraff_0_8mvglasow2021-01-241-2/+8
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:traffic:Make sanity check happymvglasow2021-01-241-4/+4
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:traffic:Log class/type of unrecognized events during XML parsingmvglasow2021-01-241-1/+3
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:traffic:Log ID for messages discarded as invalidmvglasow2021-01-241-7/+9
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Merge branch 'master' into traff_0_8mvglasow2021-01-2384-392/+1516
|\ | | | | | | | | # Conflicts: # navit/android/AndroidManifest.xml.cmake
| * docs: fix simple typo, useage -> usageTim Gates2020-12-201-1/+1
| | | | | | | | | | | | There is a small typo in navit/support/espeak/readclause.c. Should read `usage` rather than `useage`.
| * add:graphics:svg_debug:Add svg_debugging plugin (#1061)jkoan2020-12-194-0/+800
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * graphics:svg_debug:Add initial version of svg_debug Some TODOs still remaining, but its working good so far * fiexed:svg_debug:Fixed memory leeks on exit of plugin * fix:graphics:Some final touches for svg_debug * fix:graphics:svg_debug:Reformat to match navit style * fix:graphics:svg_debug:Reformat again to match navit style (Eclipse brakes things... now astyle) * fix:grpahics:svg_debug:Fix C99 for-loop
| * Refactor:core:Fix documentation for route_graph_build()mvglasow2020-12-191-7/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Fix:core:Prevent crash if destination is set before acquiring a locationmvglasow2020-12-191-1/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * 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:android:Add possibility to use background position usagejkoan2020-11-171-2/+7
| |
| * Add:port/android:Adaptive app iconandroid_adaptive_iconmvglasow2020-11-0819-1/+286
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Fix:plugin/j1850: Replace graphic_fg_white with graphic_fg.James Hilliard2020-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | Looks like this was missed in: 46f67d8937cfef6158eeee6e5ed039d29fc1b8f7 Fixes: j1850.c:319:46: error: ‘struct osd_item’ has no member named ‘graphic_fg_white’ Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
| * fix:build:core:Fix two issues where the wrong enum type is used, butjkoan2020-10-312-2/+2
| | | | | | both have the same value of 0
| * fix:core:osd:Altitude in metric with imperial definedPatrick Höhn2020-10-311-22/+35
| | | | | | | | | | * cleaned version of the patch by 1096 * fix issue of sanity check
| * fix:android:Add possibility to use background position usagejkoan2020-10-141-0/+1
| |
| * added license information to fix #1048 (#1060)Patrick Höhn2020-10-139-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | ändrad: navit/icons/archaeological_site.svg ändrad: navit/icons/cave.svg ändrad: navit/textures/cemetery.svg ändrad: navit/textures/diagonal-stripes-gray.svg ändrad: navit/textures/diagonal-stripes.svg ändrad: navit/textures/quarry.svg ändrad: navit/textures/scrub.svg ändrad: navit/textures/wetland.svg ändrad: navit/textures/wood.svg Co-authored-by: Stefan Wildemann <metalstrolch@users.noreply.github.com>
| * fix:vehicle:gpsd:minor comment fixjkoan2020-10-131-1/+1
| |
| * fix:graphics:win32:Fix build with newer libpng versions. Thx @bignaux fixes #984jkoan2020-09-071-1/+1
| |
| * fix:build:Fix usage of inkscape 1.0 commandline usagejkoan2020-09-063-3/+3
| |
| * fix:build:Fix Codesigning with newer ndk image versionsjkoan2020-09-061-1/+1
| |