navit:typo_fix

Last commit made on 2019-06-05
Get this branch:
git clone -b typo_fix https://git.launchpad.net/navit

Branch merges

Branch information

Name:
typo_fix
Repository:
lp:navit

Recent commits

1aede7f... by Pierre Grandin <email address hidden>

Fixed typos

da3e1e0... by Bignaux Ronan

Merge pull request #651 from bignaux/cmake

Refactoring:cmake:from 2.6 to 3.2

4e5b35a... by Bignaux Ronan

Refactoring:cmake:from 2.6 to 3.2

bbff868... by Bignaux Ronan

Refactoring:cmake:simplify version management

b2205d3... by Bignaux Ronan

fix

6381e2c... by Bignaux Ronan

Refactoring:mingw:simplify toolchain

ed5477d... by jkoan kerich

fix:graphics:Fix isues when try to close the SDL window ion non webos

7bba198... by jkoan <email address hidden>

Update config.yml

7523c11... by lains

Replace hyphens with white spaces when using android speech

cc781ee... by lains

Refactor:GUI/GTK:Adding pointer and label when displaying POI on map (#729)

* Moving get_search_results_map from internal gui to generic navit functions

* Moving square_shape_str() and populate_search_results_map() in generic files (not making them gui_internal-specific)

* Adding GList cleanup after adding search results to a map, setting result names properly in GTK POI

* Using common navit_populate_search_results_map() in internal GUI (factorizing code)

* Adding doxygen comments

* Reverting added empty lines

* Applying expected style (indentation)

* Adding dedicated code to free payload for GList (instead of using unavailable g_list_free_full())

* Avoiding for loop initial declarations

* Remove obsolete FIXME comment

* Minor tweaking doxygen comments and variables

* Removing highlighted points on result map when starting routing