navit:sync_bookmarks_2

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

Branch merges

Branch information

Name:
sync_bookmarks_2
Repository:
lp:navit

Recent commits

eea1809... by jkoan kerich

fix:style:Fix tabs vs. spaces

30ccd94... by jkoan kerich

Fix:bookmarks:Ensure that bookmarks are synced to disk

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

5352c40... by Michael von Glasow

Merge pull request #756 from mvglasow/android-notification

Fix:port/Android:Create notification channel on API 26+