Custom Query (1067 matches)
Results (106 - 108 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#306 | fixed | Add danish letters to gui-internal keyboard | cp15 | Odlg |
Description |
Here is a patch to add danish letters to the gui-internal keyboard.
{{{ Index: navit/gui/internal/gui_internal.c =================================================================== --- navit/gui/internal/gui_internal.c (revision 2055) +++ navit/gui/internal/gui_internal.c (working copy) @@ -2537,6 +2537,9 @@ gui_internal_keyboard_key(this, wkbd, "Ä","Ä",max_w,max_h); gui_internal_keyboard_key(this, wkbd, "Ö","Ö",max_w,max_h); gui_internal_keyboard_key(this, wkbd, "Ü","Ü",max_w,max_h); + gui_internal_keyboard_key(this, wkbd, "Æ","Æ",max_w,max_h); + gui_internal_keyboard_key(this, wkbd, "Ø","Ø",max_w,max_h); + gui_internal_keyboard_key(this, wkbd, "Å","Å",max_w,max_h); for (i = 0 ; i < 27 ; i++) { gui_internal_keyboard_key_data(this, wkbd, "", NULL, NULL, NULL,max_w,max_h); } @@ -2548,6 +2551,9 @@ gui_internal_keyboard_key(this, wkbd, "ä","ä",max_w,max_h); gui_internal_keyboard_key(this, wkbd, "ö","ö",max_w,max_h); gui_internal_keyboard_key(this, wkbd, "ü","ü",max_w,max_h); + gui_internal_keyboard_key(this, wkbd, "æ","æ",max_w,max_h); + gui_internal_keyboard_key(this, wkbd, "ø","ø",max_w,max_h); + gui_internal_keyboard_key(this, wkbd, "å","å",max_w,max_h); for (i = 0 ; i < 27 ; i++) { gui_internal_keyboard_key_data(this, wkbd, "", NULL, NULL, NULL,max_w,max_h); } }}} |
|||
#378 | fixed | Freerunner distances too long | KaZeR | Odlg |
Description |
It seems that the freerunner does not calculate distances correct. Comparing the same distance on my laptop and my freerunner, the laptop says 160m and the freerunner 190m. And when my freerunner said 4000m to the next roundabout, my car measured 3.5km.[[BR]]
Is this related to AVOID_FLOAT?[[BR]] I am using svn 2308. |
|||
#355 | fixed | Support poland in osm2navit | KaZeR | Pavko |
Description | Poland is not recognized by map converting tool |
Note: See TracQuery
for help on using queries.