organicmaps/qt
Anton Makouski df7d1db01c
Directions refactoring + Show speed limit (#2796)
Now RouteSegments generation starts at DirectionsEngine::Generate().
But this is just preparation, when segments are not created,
but turns, street names, any new staff like speed limits are created
with indexes when it should be applied later.
Later in FillSegmentInfo all this info is unpacked to RouteSegments
and populated by segments and junctions.
This approach is overcomplicated and makes difficult adding new info,
like speed limits, by creating more and more data to pack and unpack.
Also extra memory allocations are done for intermediate steps.
Several todo were found mentioning desirability of changes.
For this reason it was decided to create RouteSegments
at DirectionsEngine::Generate() with all available info
with minimal post-processing at later stages.

Signed-off-by: Anton Makouski <anton.makouski@gmail.com>
2022-06-27 00:35:50 +03:00
..
build_style Warning fixes and minor refactoring 2021-12-10 11:24:30 +01:00
qt_common [drape] Take into account Feature's layer for area drawing styles. 2022-05-20 12:32:26 +03:00
res [desktop] changelog for 2022.06.18-2 2022-06-19 23:11:31 +02:00
about.cpp Unified app version for all platforms 2022-01-05 18:52:39 +01:00
about.hpp
bookmark_dialog.cpp Warning fixes and minor refactoring 2021-12-10 11:24:30 +01:00
bookmark_dialog.hpp Added UI for bookmarks in Qt app 2018-07-31 18:41:09 +03:00
CMakeLists.txt [qt] Better selection toolbar layout. 2022-04-17 15:06:40 +03:00
create_feature_dialog.cpp Warning fixes on Mac 2021-09-10 10:04:31 +03:00
create_feature_dialog.hpp
draw_widget.cpp Directions refactoring + Show speed limit (#2796) 2022-06-27 00:35:50 +03:00
draw_widget.hpp [qt] Better selection toolbar layout. 2022-04-17 15:06:40 +03:00
editor_dialog.cpp [strings] Use string_view in MetadataBase. 2022-04-15 07:18:44 +03:00
editor_dialog.hpp
info_dialog.cpp Warning fixes on Mac 2021-09-10 10:04:31 +03:00
info_dialog.hpp
main.cpp [qt] Better selection toolbar layout. 2022-04-17 15:06:40 +03:00
mainwindow.cpp [qt] Refactored RoutingSettings dialog. 2022-04-21 18:09:43 +03:00
mainwindow.hpp [qt] Better selection toolbar layout. 2022-04-17 15:06:40 +03:00
MapsWithMe.manifest
mwms_borders_selection.cpp [qt] Better selection toolbar layout. 2022-04-17 15:06:40 +03:00
mwms_borders_selection.hpp [qt] Better selection toolbar layout. 2022-04-17 15:06:40 +03:00
osm_auth_dialog.cpp Warning fixes on Mac 2021-09-10 10:04:31 +03:00
osm_auth_dialog.hpp
place_page_dialog.cpp [desktop] Show descriptions size in PP. 2022-04-15 09:29:07 +03:00
place_page_dialog.hpp [core][search] The structure AddressInfo is removed because of it is rudiment. The search::ReverseGeocoder::Address is used instead. 2019-01-31 17:58:01 +03:00
popup_menu_holder.cpp [qt] Better selection toolbar layout. 2022-04-17 15:06:40 +03:00
popup_menu_holder.hpp [qt] Better selection toolbar layout. 2022-04-17 15:06:40 +03:00
preferences_dialog.cpp Warning fixes and minor refactoring 2021-12-10 11:24:30 +01:00
preferences_dialog.hpp Got rid of the old style std/ includes for several files, mostly in map/ and platform/. 2019-09-23 13:25:26 +03:00
routing_settings_dialog.cpp [desktop][routing] Added UseDebugGuideTrack option. 2022-05-17 10:33:33 +03:00
routing_settings_dialog.hpp [desktop][routing] Added UseDebugGuideTrack option. 2022-05-17 10:33:33 +03:00
routing_turns_visualizer.cpp [Routing] TurnDirections refactoring + bug fixes (#2542) 2022-05-11 20:07:23 +03:00
routing_turns_visualizer.hpp [qt] RoutingTurnsVisualizer class. 2020-10-12 16:11:14 +03:00
ruler.cpp [geometry] Get rid of MercatorBounds, refactor to namespace mercator 2019-11-01 11:09:30 +03:00
ruler.hpp [qt] Ruler. 2019-10-28 14:02:18 +03:00
screenshoter.cpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
screenshoter.hpp [bookmarks] Avoid to crop of bookmarks in screenshoter 2020-05-19 16:23:41 +03:00
search_panel.cpp Prettify Framework interface. 2021-12-19 18:21:19 +01:00
search_panel.hpp [core][ios] Cleaned up Booking, guides, ugc, taxi 2021-04-22 08:11:07 +03:00
selection.hpp [qt] Added VisualizeCrossMwmTransitionsInRect. 2022-04-17 15:06:40 +03:00
update_dialog.cpp Warning fixes on Mac 2021-09-10 10:04:31 +03:00
update_dialog.hpp [platform] downloader_defines is added + renaming 2020-01-13 12:04:14 +03:00