summaryrefslogtreecommitdiff
path: root/navit
Commit message (Collapse)AuthorAgeFilesLines
* Add files via uploadAndroid_refactorjandegr2018-05-021-0/+1
|
* Add files via uploadjandegr2018-05-027-692/+583
|
* Delete NavitTextTranslations.javajandegr2018-05-021-204/+0
|
* cleanup:general:Declaring war to control-MJoseph Herlant2018-05-0154-4228/+4228
|
* refactor:Android (#563)jandegr2018-05-019-174/+130
|
* update:gtk:use user-configured units in Points of Interest (POI) window. (#557)Charles Curley2018-04-301-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: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:android:Fix for the permissions dialog (#459)jkoan2018-04-251-9/+1
|
* Fix:icons:Remove links to unknown image from gui_map.svg (#542)Joseph Herlant2018-04-231-20/+0
|
* Fix:gui_internal:use max/min instead of fmax/fmin as absent from winceJoseph Herlant2018-04-211-2/+2
|
* Refactoring:Android:cleanup (#458)jandegr2018-04-211-39/+26
| | | | | | | | | | * Update Navit.java * Update Navit.java * Update CMakeLists.txt * Update CMakeLists.txt
* 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
| |
* | 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
* | 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
* | fix:icons:fix typo business not bussines (#430)Joseph Herlant2018-04-112-5/+5
|/
* 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-3111-21/+21
| | | | | | | | | | | | | | | | * 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
|
* fix:XML:Adding missing sea/ocean display in T@H layout themelains2018-03-281-0/+3
|
* 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
* 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
* Merge branch 'trunk' into fix_compiler_warningPatrick Höhn2018-02-127-136/+242
|\
| * Update osm_psql.cjandegr2018-02-091-23/+103
| |
| * Update CMakeLists.txtjandegr2018-02-091-1/+1
| |
| * add:icon:danger_areayoute622018-02-091-0/+112
| |
| * add:icon:carwashyoute622018-02-091-23/+25
| |
| * Remove outdated tts interface (#397)jkoan2018-01-293-89/+1
| | | | | | | | | | | | | | * Delete TTS_library_stub.jar * Delete NavitSpeech.java * Update speech_android.c
* | correct header file considering earlier changesPatrick Höhn2018-02-121-1/+1
| |
* | further adjustments according commentsPatrick Höhn2018-02-121-1/+3
| |
* | corrected files considering more comments by @pgrandinPatrick Höhn2018-01-222-9/+11
| |
* | fix: added changes as suggested by @pgrandin on githubPatrick Höhn2018-01-224-3/+6
| |
* | fix: corrected header file to change of return type of load_bufferPatrick Höhn2018-01-211-1/+1
| |