| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Prepare changelog for release 0.5.4
* Update contributors list
|
|
|
|
|
| |
* add:build:core:Add file which is only visible to devs to detect when navit is running in build dir
|
|
|
|
|
|
| |
* vehicle:fix: add compatibility for gpsd 3.20
* Fix spacing
|
|
|
|
| |
Co-authored-by: Joseph Herlant <aerostitch@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Feature:graphics/android:add polygons with holes
* fix java errors
* add jni code
* link routine to structure
* try to pass sanity check for java.
This is so annoying
* Fix errors
* Fix cloaking variables a and b. Silly me.
* Fix bad merge
* Fix checkstyle errors
Co-authored-by: Joseph Herlant <aerostitch@users.noreply.github.com>
Co-authored-by: jkoan <jkoan@users.noreply.github.com>
|
|
|
|
|
|
| |
the circleci images
tested with command: circleci local execute --job build_android
|
|
|
|
|
|
|
|
|
|
| |
* fix:ci:TreeWalker is not allowed as a parent of LineLength since 8.24
* fix:ci:minLineCount has been removed from JavadocMethod in checkstyle 8.25
* Upgrade checkstyle to 8.26
* update:doc:Specify a minimum version needed for checkstyle outside of gradle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#875)
* Issue/823
Fix navit.xml (tomtom480.xml) and locales path
* Issue/823
Fix missing navit.xml (tomtom480.xml) and locale path
* add xslt support
* Update setup_common_requirements.sh
* Moving change performed in aa10e05a89f9bd26a4c5cf46a264b41fd9ec93b9 inside setup_tomtom_requirements.sh (and adding it to circleci process)
* Only running installation for xsltproc in circleci
* Update build_tomtom_minimal.sh
copy also the layout xml files to target
* copy also the layout xml to target
* Selecting specific xml prefixes during copy
* Fixing tomtom's xslt following split of xml config files at e70a28963ff9754d3257361fad93aebf59edee08
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix:core:build without warnings
on my setup navit_core build without non avoidable warnings.
* fix:dbus:fix compiler warnings
* fix:gui/internal: remov compiler warnings
* fix:various:remove compiler warnings
* fix:various remove compiler warnings.
* fix:various: fix android compiler warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* update:CI: skip the build steps if the change is only for documentation
* Use spaces not comma to separate array elements (codefactor)
* unrelated: fix missing checkstyle result storage
* Testing if the circleci command works in our custom images
* Make sure git is installed on certain steps
* local -n is not supported everywhere
* git package on the old image for wince is called git-core
* Just do an exit 1 when we are on a tag
* Revert the testing part. Now ready for merge
* Fix some variables names forgotten in the refactoring
* Revert the testing part. Now ready for merge
|
|
|
|
|
|
|
|
|
|
| |
running it (#936)
* Move checkstyle into the sanity_check phase
* add missing dependency
* Switch to the pre-cooked image to avoid installing on every builds
|
| |
|
|
|
|
|
|
|
|
| |
* Update:i18n:Updated Danish translation for Navit translation from launchpad
* Fixed header
* Update da.po.in
|
| |
|
| |
|
|
|
| |
* fix:core:remove many compiler warnings from core
|
| |
|
|
|
|
|
|
|
|
| |
* fix:core:Don't flood stack on big map elements
Use g_malloc instead of g_alloca on huge map elements.
Correctly calculate element intersection with map selection
even if buffer is too small.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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?
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
toctree indentation (#923)
* toctree directive requires a 3 spaces indentation [skip ci]
* Add a section for contributing to the documentation
* Add linter for sphinx
* Add the theme for the build command
* Add how to view the rendered doc
* Add file: url
|
|
|
|
| |
was commited by mistake and was corrupt
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit allows to slice all polygons (except poly_water_sliced) into
squares so that they fit into smaller map tiles. Holes if present are
correctly sliced as well.
This has the advantage that they do not need to be processed albeit not
being displayed, and navit-planet-extractor can filter them out.
This has the disadvantage that the big polygons are displayed checkered
if the corresponding itemgra in config features an outline.
TODO: Slice already on polygon creation. Currently the slicing has to be
performed twice, because of tile preprocessing and saving is done in
seperate steps from the tempfiles.
TODO: Make the trigger for slicing configurable. Right now it slices
everything smaller than tile level 4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* cleanup:search:Remove duplicate code for search_fix_spaces
* Remove the static modifier to allow its usage in multiple files
* Avoid discards const qualifier from pointer target type warning
* Fix the bad redirect and force const in signature
* Add doc for search_fix_spaces
* Update description
* Handle case when the string will only contain chars that will be discarded
|
| |
|
| |
|
|
|
|
|
| |
* Convert turn relation processing to multi threaded
* Enhance item read function to block read the items for faster overall reading speed.
* Fix some memory holes found by valgrind. There are still many left. Specially in coastline and Country border code.
|
|
|
|
|
|
| |
This fixes the zip64 central directory created by the maptool. While the
broken one works on navit itselve, it failed to extract with usual zip
tools due to parts of the zip64 end of directory part not being filled
correctly with values.
|
|
|
| |
comment out instructions for building i586 version.
|
|
|
| |
fixes system bars losing transparency on Android 20 and up
|
| |
|
| |
|
|\
| |
| | |
Fix:traffic:Determine item delay correctly
|
|/
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|\
| |
| | |
Fix:traffic:Use correct coord count for restored items, fixes #900
|
|/
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
This commit prevents c_alloca from flooding the stack if we have to deal
with really huge polygons. Use slower g_maalloc instead.
|
|\
| |
| | |
Update:i18n:Updated German translation from launchpad
|
|/ |
|
|\
| |
| | |
Update:i18n:Updated English (United Kingdom) translation from launchpad
|