summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update setup_common_requirements.shjandegr-librsvg2binjandegr2018-04-271-1/+1
|
* test librsvg2-binjandegr2018-04-271-1/+1
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-26131-2053/+2064
| | | | | | | | * 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:CI:Automated upload to playstore (#540)Pierre GRANDIN2018-04-253-8/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Working on automated playstore updates * Working on automated playstore updates * Install certs before pulling CI cache * Testing playstore update from android build job * Updated publish.sh * Setup git to pull from blackbox * Setup git to pull from blackbox in the correct job * Install pip, needed for playstore updates * Push to playstore from the android build, not a seperate step * upload to playstore from the official trunk only * Sign apks before updating download center * Cache isn't needed anymore for android arm builds * Save signed apks as part of the artifacts * Moved package installation to the Dockerfile * Install ca-certs and pip when preparing android build
* Update:CI:us pre-built docker image for android toolchain (#539)Pierre GRANDIN2018-04-251-18/+4
|
* fix:android:Fix for the permissions dialog (#459)jkoan2018-04-251-9/+1
|
* Update:CI:Use mailmap to cleanup the authors listJoseph Herlant2018-04-243-24/+39
|
* Update:doc:Update the AUTHORS fileJoseph Herlant2018-04-241-6/+68
|
* Add:CI:Add a script to regenerate the AUTHORS file when the release comesJoseph Herlant2018-04-241-0/+71
|
* Fix:icons:Remove links to unknown image from gui_map.svg (#542)Joseph Herlant2018-04-231-20/+0
|
* Update:CI:Make sure that all the scripts in the ci folder have a shebang and ↵Joseph Herlant2018-04-217-1/+20
| | | | | | | | use set -e (#460) * Update:CI:Make sure that all the scripts in the ci folder have a shebang and use set -e * Fix:CI:Ignore ownership when untaring to avoid "Cannot change ownership" error
* Fix:gui_internal:use max/min instead of fmax/fmin as absent from winceJoseph Herlant2018-04-211-2/+2
|
* Fix:CI:Make sure the wince build fails when an error occursJoseph Herlant2018-04-211-0/+1
|
* Refactoring:Android:cleanup (#458)jandegr2018-04-212-39/+28
| | | | | | | | | | * Update Navit.java * Update Navit.java * Update CMakeLists.txt * Update CMakeLists.txt
* Update:i18n:Updated French (fr) translation from launchpad (#453)Pierre GRANDIN2018-04-211-446/+461
|
* Update:changelog:Update changelog after release 0.5.1Joseph Herlant2018-04-201-0/+6
|
* Change:CI:Move doxygen to the build workflow to only run it when the build ↵v0.5.1i18n/arJoseph Herlant2018-04-201-6/+12
| | | | succeeds (#451)
* Fix:CI:Use another method to avoid the SSH prompt issueJoseph Herlant2018-04-201-1/+7
|
* Fix:CI:Use circleci git command as it seems the fingerprint add only works on itJoseph Herlant2018-04-201-3/+0
|
* Fix:CI:Put merge-to-master in the build workflow to use requires (#450)Joseph Herlant2018-04-201-2/+0
|
* fix:ci:Fix the merge to master in circleci and require that all build passed ↵Joseph Herlant2018-04-201-0/+11
| | | | | | | | (#449) * Add:CI:Make sure that the build jobs all succeed before merging to master * Add:CI:Add the ssh fingerprint for github.com to avoid issues
* fix:ci:dont execute bash bash gitjkoan2018-04-201-1/+1
|
* Update:changelog:Update CHANGELOG.md and add configurations for gitchangelog ↵Joseph Herlant2018-04-193-75/+987
| | | | script (#445)
* Add:github: Add a contributing.md that references our wiki (#447)Joseph Herlant2018-04-191-0/+10
|
* Add:CI:Re-add the merge to master job when circleci runs on trunk and is ↵Joseph Herlant2018-04-191-0/+16
| | | | successful (#448)
* Add:github: Add a template for github issues (#446)Joseph Herlant2018-04-191-0/+2
|
* Github: add a pull request templateJoseph Herlant2018-04-191-0/+6
| | | This will remind people to follow our coding style and commit messages guidelines
* 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
|