summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add:doc:addcodefactor.ioreadme_codefactorjkoan2018-05-241-0/+2
|
* change:ci:rename ci folder to scripts (#593)Joseph Herlant2018-05-2428-22/+22
|
* fix:config:Fix dtd to allow real xmlint (#583)jkoan2018-05-241-1/+1
| | | xmllint --noout --dtdvalid navit/navit.dtd navit/navit_shipped.xml
* Add:build:Add cmake4eclipse artifacts to .gitignore (#594)mvglasow2018-05-231-0/+4
| | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Android:Fix:remove unused dependency libpng (#592)jandegr2018-05-171-0/+1
|
* Android translations (#589)jandegr2018-05-1413-3394/+3890
| | | | | | | | | | | | | | | | | | * Add files via upload store translations in artefacts * Add files via upload * Add files via upload * Add files via upload * remove the last java files from cmakelists in po * move all java UI strings into strings.xml * translate UI strings by their id's
* Update:doc:Remove overused space characters from README.md (#591)KAMiKAZOW2018-05-141-9/+9
|
* Android lint check (#586)jandegr2018-05-124-53/+22
| | | | | | | | | | | | * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload
* Merge pull request #551 from navit-gps/fix_log_replaymvglasow2018-05-071-8/+6
|\ | | | | fix:core:fix log replay
| * Fixed typosfix_log_replayPierre Grandin2018-04-261-2/+2
| |
| * Fixed debug statementPierre Grandin2018-04-261-1/+1
| |
| * Merge branch 'trunk' into fix_log_replayPierre Grandin2018-04-26131-2053/+2064
| |\
| * | Updated headerPierre Grandin2018-04-261-1/+1
| | |
| * | fix:core:fix log replayPierre Grandin2018-04-261-4/+2
| | |
* | | Android:Fix:graphics (#580)jandegr2018-05-061-1/+2
| | | | | | | | | | | | | | | | | | * Update NavitGraphics.java * Update NavitGraphics.java
* | | Add Slovakia and Belgium to the maplistjandegr2018-05-041-0/+2
| | |
* | | refactor:Android (#572)jandegr2018-05-049-896/+584
| | | | | | | | | | | | | | | | | | | | | | | | * Delete NavitTextTranslations.java * Add files via upload * Add files via upload
* | | cleanup:wince:remove unused header (#576)Joseph Herlant2018-05-031-1/+0
| | |
* | | rework:android:Move build system from ant to grandle (#553)jandegr2018-05-0213-53/+473
| | | | | | | | | rework:android:Move build system from ant to grandle
* | | fix:vehicle_android:Doc update (#571)jandegr2018-05-021-1/+1
| | |
* | | cleanup:general:Declaring war to control-MJoseph Herlant2018-05-0154-4228/+4228
| | |
* | | Update:i18n:Updated German translation from launchpad (#567)Pierre GRANDIN2018-05-011-469/+528
| | |
* | | Update:i18n:Updated Spanish translation from launchpad (#566)Pierre GRANDIN2018-05-011-468/+518
| | |
* | | refactor:Android (#563)jandegr2018-05-019-174/+130
| | |
* | | update:gtk:use user-configured units in Points of Interest (POI) window. (#557)Charles Curley2018-04-3078-100/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 1) Changed the translation string for "Distance(m)" from "" to "Distance". Rational: the "m" is ambiguous, it could be meters or miles. However, in the POI context, feet are more likely than miles. So take it out entirely. I did it this way rather than run sed on the entire collection of po input files. 2) The display code sorts the entries by distance. It has no way of knowing if "5" is five miles or five feet. So we leave the distances in feet or meters (depending on the setting for imperial). Allowing kilometers or miles might be a future enhancement. 3) See bug 556 (https://github.com/navit-gps/navit/issues/556). Rather than remove the spurious one as part of this fix, I will leave that to later. But both now have the same English "translation", "Select a search radius from screen center". This hides the problem, at least from English users. This affects all four en_*.po.in files. 4) Someone who knows more than I do about the translation strings might have a better idea. Particularly, is there a graceful way to indicate the input units, either miles or kilometers? modified: navit/gui/gtk/gui_gtk_poi.c modified: po/en.po.in modified: po/en_AU.po.in modified: po/en_CA.po.in modified: po/en_GB.po.in * Made it prettier. Reformatted one commented and tabified the thing. modified: navit/gui/gtk/gui_gtk_poi.c * Replaced one of the two source strings for the PoI window prompt for inputting the search radius. Pull Request 557. modified: navit/gui/gtk/gui_gtk_poi.c modified: po/af.po.in modified: po/ar.po.in modified: po/ast.po.in modified: po/be.po.in modified: po/bg.po.in modified: po/bs.po.in modified: po/ca.po.in modified: po/ckb.po.in modified: po/cs.po.in modified: po/cy.po.in modified: po/da.po.in modified: po/de.po.in modified: po/de_CH.po.in modified: po/el.po.in modified: po/en.po.in modified: po/en_AU.po.in modified: po/en_CA.po.in modified: po/en_GB.po.in modified: po/eo.po.in modified: po/es.po.in modified: po/et.po.in modified: po/eu.po.in modified: po/fa.po.in modified: po/fi.po.in modified: po/fil.po.in modified: po/fo.po.in modified: po/fr.po.in modified: po/fr_CH.po.in modified: po/fy.po.in modified: po/gl.po.in modified: po/he.po.in modified: po/hi.po.in modified: po/hr.po.in modified: po/hu.po.in modified: po/id.po.in modified: po/it.po.in modified: po/ja.po.in modified: po/jv.po.in modified: po/kk.po.in modified: po/kn.po.in modified: po/ko.po.in modified: po/ku.po.in modified: po/lb.po.in modified: po/lt.po.in modified: po/lv.po.in modified: po/mk.po.in modified: po/ml.po.in modified: po/mn.po.in modified: po/mr.po.in modified: po/nb.po.in modified: po/nds.po.in modified: po/nl.po.in modified: po/nn.po.in modified: po/pl.po.in modified: po/pms.po.in modified: po/pt.po.in modified: po/pt_BR.po.in modified: po/ro.po.in modified: po/ru.po.in modified: po/sc.po.in modified: po/si.po.in modified: po/sk.po.in modified: po/sl.po.in modified: po/sq.po.in modified: po/sr.po.in modified: po/sv.po.in modified: po/sw.po.in modified: po/ta.po.in modified: po/te.po.in modified: po/th.po.in modified: po/tr.po.in modified: po/uk.po.in modified: po/ur.po.in modified: po/vi.po.in modified: po/zh_CN.po.in modified: po/zh_HK.po.in modified: po/zh_TW.po.in
* | | Cleanup:xmlconfig:Remove unreachable codeJoseph Herlant2018-04-301-9/+0
| | |
* | | Update:xmlconfig:Use g_strndup instead of strncpyJoseph Herlant2018-04-301-10/+3
| | |
* | | Update:xmlconfig:Make sure we use g_malloc/g_free instead of malloc/freeJoseph Herlant2018-04-301-2/+2
| | |
* | | fix:graphics:Remove missing endif from if else blockjkoan2018-04-301-1/+1
| | |
* | | cleanup:global:Cleanup some unreachable codeJoseph Herlant2018-04-3021-679/+0
| | |
* | | fix:core:Fixing dbg() change introduced in ↵lains2018-04-301-6/+6
| | | | | | | | | | | | 221f783ea1caaaab2f5ceadc6b0fb3e720aac3df (#560)
* | | fix:CI convert with librsvg2-bin xxsmal cleanup (#554)jandegr2018-04-272-2/+2
| |/ |/| | | | | | | | | * test librsvg2-bin * Update setup_common_requirements.sh
* | 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
|