summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add:github: Add a template for github issuesadd_issue_templateJoseph Herlant2018-04-191-0/+2
|
* Merge pull request #441 from tengel/height-profile_show-elevationjandegr2018-04-191-0/+17
|\ | | | | show min/max elevation and distance in height profile
| * show min/max elevation and distance in height profileTimo2018-04-151-0/+17
| |
* | fix:contrib:New version for sailfish 0.5.1-r5 (#444)Stefan Wildemann2018-04-192-3/+8
| | | | | | | | | | | | | | | | This bumps version for navit to 0.5.1-r5 This removes gcc from build dependencies This automatically zyppers in build requirements as given in spec file into sailfish build virtual machine. So no hand work required anymore.
* | Merge pull request #429 from aerostitch/maptool_mallocJoseph Herlant2018-04-1810-101/+70
|\ \ | | | | | | maptool: migrate malloc/free/realloc to g_malloc/g_free/g_realloc
| * | maptool: migrate strdup to g_strdupJoseph Herlant2018-04-082-2/+2
| | |
| * | maptool use g_realloc instead of reallocJoseph Herlant2018-04-073-31/+20
| | |
| * | maptool: migrate free to g_freeJoseph Herlant2018-04-078-35/+23
| | |
| * | maptool: migrate malloc to g_mallocJoseph Herlant2018-04-027-33/+25
| | |
* | | Refactor:core:Refine documentation of attr.cmvglasow2018-04-181-1/+22
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | | Fix:OSD:Make Image and Scale osd types obey osd_configuration setting ↵Robert Pohlink2018-04-163-47/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (trac:1202) (#439) * Fix image osd to obey osd_configuration attr * Fix OSD-Scale and fix osd flags naming * Remove dead code
* | | Merge pull request #440 from navit-gps/Android_permissionjandegr2018-04-141-1/+15
|\ \ \ | | | | | | | | Android permission
| * | | Update NavitVehicle.javaAndroid_permissionjandegr2018-04-131-1/+5
| | | |
| * | | Update NavitVehicle.javajandegr2018-04-131-0/+10
|/ / /
* | | change_android:Android no acra (#438)jandegr2018-04-123-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Delete acra-4.8.5.jar * Update NavitAppConfig.java * Update AndroidManifest.xml.cmake
* | | Merge pull request #437 from navit-gps/win32NMtjandegr2018-04-121-1/+1
|\ \ \ | | | | | | | | Update build_win32.sh
| * | | Update build_win32.shwin32NMtjandegr2018-04-111-1/+1
| | |/ | |/|
* | | fix:icons:fix typo business not bussines (#430)Joseph Herlant2018-04-112-5/+5
|/ /
* | Fix coverity builds (#432)Pierre GRANDIN2018-04-041-7/+12
|/ | | | | | | | | | * Download coverity from the official source * Fixed coverity builds Running cov-int against make package was producing an empty build result for coverity to scan * Restored target branch 'trunk'
* Adding question mark to icon for position pending (#423)lains2018-03-312-4/+33
|
* navit/fib: cleanup unused configure* files (#422)Joseph Herlant2018-03-312-1062/+0
|
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-3112-22/+22
| | | | | | | | | | | | | | | | * 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:maptool: prevent memory leak when fread fails (#420)Joseph Herlant2018-03-311-5/+4
|
* maptool: prevent issues when realloc fails (#419)Joseph Herlant2018-03-311-3/+8
|
* Merge pull request #418 from aerostitch/misspellmvglasow2018-03-301-1/+1
|\ | | | | doc: fix misspell
| * doc: fix misspellJoseph Herlant2018-03-301-1/+1
|/
* fix:ci:Fix Wince build (#417)jkoan2018-03-282-0/+10
| | | Because the image is to old we need to install git-core after the code checkout
* Fix:wince:Remove useless files from the output (#412)Pierre GRANDIN2018-03-281-0/+1
|
* fix:XML:Adding missing sea/ocean display in T@H layout themelains2018-03-281-0/+3
|
* fix:build:Fix keyscan for wince (#410)jkoan2018-03-151-1/+1
|
* Update:i18n:Updated Arabic translation from launchpad (#415)Pierre GRANDIN2018-03-131-461/+424
|
* change:osd: compass appearance update (#413)lains2018-03-134-27/+169
| | | | | | | | | | | | * Making graphics_draw_polygon_clipped() and graphics_draw_polyline_clipped() non-static * Updating compass appearance * Adding doxygen comment on graphics_draw_polyline_clipped() and graphics_draw_polygon_clipped() * Improving doxygen comment * Allowing customization of compass colors using navit.xml attributes destination_dir_color and north_color
* Update:CI:also produce a zipfile for wince builds (#411)Pierre GRANDIN2018-03-112-2/+5
| | | | | | * Update:CI:also produce a zipfile for wince builds * zip can't strip leading path
* fix:cmake:Fix getting the version from git to fix the wince build (#408)jkoan2018-03-081-15/+16
|
* fix:ci:Fix logic for download center uploads (#407)jkoan2018-03-051-1/+1
|
* Refactor:core:Some doxygen additions and corrections (#406)v0.5.1-rc2mvglasow2018-02-182-6/+20
| | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* add:icon:forbiden_area (#331)youte622018-02-131-0/+118
| | | | | | | | * add forbiden_area.svg designed by me - free to use * 200*200 * update:icon:update forbiden_area icon
* add:build:Add download center (#405)jkoan2018-02-134-2/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge * Update Linux build to also build Artifacts * Okay okay, circleci does not like regex :D * futher work in the download center * Update Script * Change UUID to some fake * Next Test * Fix git? * Add SSH Key to known hosts * Add ssh for win build images * Add retry if the repo was modifyed in the time between pull and push This could happen if two builds finished exactly at the same time like here: https://circleci.com/gh/jkoan/navit/821 * Add Files in different dirs * Update script * Add another message * Only store really needed things for linux * Update update_download_center.sh * Update update_download_center.sh * Update config.yml
* Merge pull request #395 from hoehnp/fix_compiler_warningPatrick Höhn2018-02-126-29/+97
|\ | | | | fix:build:fixed compiler warning in maptool module
| * Merge branch 'trunk' into fix_compiler_warningPatrick Höhn2018-02-1212-156/+267
| |\ | |/ |/|
* | change:build:Move update of doxygen to own script (#404)jkoan2018-02-122-15/+16
| | | | | | | | | | | | | | | | * Create update script * Update config.yml * Add correct syntax
* | fix:build:Fix download of Cov (#400)jkoan2018-02-111-1/+1
| | | | | | So that the CircleCI Build does not fail because of "10min without any output"
* | Update build_win32.sh (#402)jandegr2018-02-111-2/+2
| | | | | | | | | | | | * Update build_win32.sh * Update build_win32.sh
* | Merge pull request #399 from navit-gps/psqljandegr2018-02-114-24/+108
|\ \ | | | | | | Psql
| * \ Merge branch 'trunk' into psqljkoan2018-02-111-2/+2
| |\ \ | |/ / |/| |
* | | change:ci:Only store bin folder from android build (#396)jkoan2018-02-101-2/+2
| | | | | | | | | To speed up CircleCi build because Upload is slow
| * | store win32 nsis installer in artifactsjandegr2018-02-111-1/+1
| | |
| * | Update config.ymlpsqljandegr2018-02-091-0/+2
| | | | | | | | | save win32 build
| * | Update config.h.cmakejandegr2018-02-091-0/+2
| | |
| * | Update osm_psql.cjandegr2018-02-091-23/+103
| | |