organicmaps/qt
Maxim Pimenov e400ad6c46 [geometry] Made the constructor of Point<T> from Point<U> explicit.
Sometimes we want a non-trivial transformation when converting
from one representation of a point to another. An example
is PointDToPointU which uses the fact that its argument is
usually a point from the Mercator plane. The wrong usage
is easier to catch when implicit conversion between different point
types is prohibited.

An example of wrong usage that is prevented by this commit:
  // A function defined in another file.
  m2::PointU GetPoint()
  {
    m2::PointD pt;
    [...]
    return PointDToPointU(p2, kDefaultBits);
  }

  // Here we have forgotten that the result of GetPoint() is already converted.
  m2::PointU ptu = PointDToPointU(GetPoint(), kDefaultBits);
2018-05-08 15:21:30 +03:00
..
build_style Added new booking search visualization 2018-04-09 14:28:51 +03:00
qt_common [geometry] Made the constructor of Point<T> from Point<U> explicit. 2018-05-08 15:21:30 +03:00
res CMake Designer Tool fix 2017-11-09 18:13:50 +03:00
about.cpp Added possibility to run from IDE 2017-07-04 11:26:12 +03:00
about.hpp Added possibility to run from IDE 2017-07-04 11:26:12 +03:00
CMakeLists.txt Added new booking search visualization 2018-04-09 14:28:51 +03:00
create_feature_dialog.cpp Review fixes. 2016-05-17 15:24:22 +03:00
create_feature_dialog.hpp [qt] Restored new feature categories. 2016-05-17 13:53:46 +03:00
drape_surface.cpp Fix include path for qt & qt_tstfrm 2015-09-22 16:45:55 -07:00
drape_surface.hpp [xcode-9] Fixed desktop app build. 2017-09-27 19:04:41 +03:00
draw_widget.cpp Improved route points saving 2018-04-25 15:38:50 +03:00
draw_widget.hpp [search] move everywhere search params and viewport search params into map project 2017-11-09 15:33:09 +03:00
editor_dialog.cpp Fixed warnings 2017-11-09 11:10:08 +03:00
editor_dialog.hpp [qt] New Editor dialog. 2016-03-23 16:50:49 +03:00
info_dialog.cpp Added possibility to run from IDE 2017-07-04 11:26:12 +03:00
info_dialog.hpp Added possibility to run from IDE 2017-07-04 11:26:12 +03:00
main.cpp [xcode-9] Fixed desktop app build. 2017-09-27 19:04:41 +03:00
mainwindow.cpp Added UGC uploading 2017-10-11 15:20:07 +03:00
mainwindow.hpp Flag for non matched ids + relaxed restriction on single edge approximation. 2017-07-05 13:32:16 +03:00
MapsWithMe.manifest [Windows] Renamed manifest file 2015-09-22 15:06:39 -07:00
osm_auth_dialog.cpp warning fixes 2017-05-10 14:22:32 +03:00
osm_auth_dialog.hpp [qt] OSM Auth dialog for desktop editor. 2016-03-23 16:04:25 +03:00
place_page_dialog.cpp [fix] Add switch clauses for Level in qt, and fix compilation error in diff_scheme 2017-09-13 16:25:41 +03:00
place_page_dialog.hpp [qt] Place Page dialog. 2016-03-23 16:50:49 +03:00
preferences_dialog.cpp Added possibility to run from IDE 2017-07-04 11:26:12 +03:00
preferences_dialog.hpp Added possibility to run from IDE 2017-07-04 11:26:12 +03:00
search_panel.cpp [coding] [geometry] Refactored geometry serialization. 2018-04-11 14:27:47 +03:00
search_panel.hpp [search] move everywhere search params and viewport search params into map project 2017-11-09 15:33:09 +03:00
update_dialog.cpp Download diffs 2017-09-13 16:25:15 +03:00
update_dialog.hpp Added possibility to run from IDE 2017-07-04 11:26:12 +03:00