| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
|
|\
| |
| |
| |
| | |
# Conflicts:
# navit/android/AndroidManifest.xml.cmake
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|/
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
| |
* fix:core:remove many compiler warnings from core
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
|
|
|
| |
Points without attributes of their own can now be matched.
Analyzing all route graph points in advance is in fact more efficient than fetching each point on the route from the map individually.
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
map" (#631)
* Factorizing gui_internal_cmd_results_to_map() to also highlight points selected by command "View on map"
* Adding comments on displayed text for type_waypoint and type_route_end
* Adding comments
* Restoring zoom_to_rect in gui_internal_cmd_results_to_map()
* Making zoom_to_rect conditional, moving results_map preparation code to a dedicated function
* Moving "search_results" map preparation into a dedicated function
* Removing unused var
* Adding doxygen comments and disabling widget dealloc (causes segfault)
* Fixing segfault at next do_drawy() when adding pointer for view on map
* Reformatting labels to be displayed in a compact square area rather than all on a line
* Applying astyle to comply to ci_sanity_checks.sh
* Handling newlines in labels associated to element_circle
* Fixing hardcoded nblines
* Moving multi-line label processing to a dedicated function multiline_label_draw()
* Rework on arg naming to line-up with other simular functions. Minor update on doxygen comments
* Moving unsigned int sqrt calculation to utils
* Minor improvement of comment
* Fixing typo on comment
* Also applying size xslt processing to layer itemgra
This allows to also process the size of item_types="found_item", which is used by "View on map" and "Show results on map"
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| |
| |
| |
| | |
Pass correct from arg to route_value_seg() in route_graph_point_update()
Ignore traffic when finding predecessors of current point
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
# Conflicts:
# navit/binding/dbus/binding_dbus.c
# navit/gui/internal/gui_internal_html.c
# navit/route.c
# navit/util.c
# navit/xmlconfig.c
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
declaration (#605)
* Cleanup:global:force the re-attach the return type to the function declaration
* cleanup:global:some loose ends
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| |
| |
| |
| | |
Refers to the order of nodes in the route, regardless of search direction.
This is congruent with D*Lite (by the same authors and based on LPA*).
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| |
| |
| | |
This better reflects the generic nature to which the method has evolved
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| |
| |
| | |
Failure to do so breaks re-routing as some segments will appear impassable
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|