Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qt
AgeCommit message (Collapse)Author
2018-05-10Save to bookmark data persistent feature types based on index.Daria Volvenkova
2018-05-08[geometry] Made the constructor of Point<T> from Point<U> explicit.Maxim Pimenov
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-04-25Improved route points savingr.kuznetsov
2018-04-11[coding] [geometry] Refactored geometry serialization.Maxim Pimenov
This commit moves all the code related to geometry serialization from indexer/ and coding/ to a single place, namely coding/geometry_coding.{c,h}pp.
2018-04-09Added new booking search visualizationr.kuznetsov
2018-04-06Bookmarks refactoring.Daria Volvenkova
2018-04-06Use base types from kml library.Daria Volvenkova
2018-04-06Support new KMB format.Daria Volvenkova
2018-03-27[cmake] Fix CMP0071 policygreshilov
2018-03-14Added KML libraryr.kuznetsov
2018-02-15Moved bookmark cloud to bookmark managerr.kuznetsov
2018-02-15Desktop fixes.Daria Volvenkova
2018-02-15Minor renaming.Daria Volvenkova
2018-01-22[search][ugc]review fixesArsentiy Milchakov
2018-01-22[search][ugc] UGC ratings in searchArsentiy Milchakov
2018-01-18[cmake] Designer Tool final fixgreshilov
Fix omim_add_test, omim_add_executable
2018-01-11Fixed Qt buildr.kuznetsov
2018-01-10[search] Refactor Results.Yuri Gorshenin
2017-12-28Removing osrm. cpp, hpp, CMake.Vladimir Byko-Ianko
2017-12-28[qmake] Goodbye QMake!greshilov
+3party dirs +Rebased
2017-12-27[cmake] Change build_omim.sh and remove old .sh scriptsv.greshilov
Fix description Fix gcc for linux Fix devtoolset-6 Fix error log Add custom target build Targets as positional arguments, default build dir: ../ Fix find_generator_tool.sh Fix designer and desktop tool names
2017-12-20Adding transit library and transit_tests.Vladimir Byko-Ianko
2017-11-14Qt version check added, and some styling remarks fixedgreshilov
UPATE: Build designer option block moved down UPDATE 2: Build type block moved up, right after platform block
2017-11-14 Review fixesr.kuznetsov
2017-11-09CMake Designer Tool fixVyacheslav Greshilov
2017-11-09Merge pull request #7495 from rokuz/release-76-to-masterIlya Grechuhin
Release 76 to master
2017-11-09[search] move everywhere search params and viewport search params into map ↵Arsentiy Milchakov
project
2017-11-09Fixed warningsr.kuznetsov
2017-11-07Getting rid of framework dependency in BookmarkManangerr.kuznetsov
2017-11-07[search] Search is extracted from Framework to SearchAPI.Yuri Gorshenin
2017-10-11Added UGC uploadingr.kuznetsov
2017-10-11[build] Fixed static build.Yuri Gorshenin
2017-10-02Add transit vehicle typetatiana-kondakova
2017-09-27[xcode-9] Fixed desktop app build.Ilya Grechuhin
2017-09-13[fix] Add switch clauses for Level in qt, and fix compilation error in ↵Ilya Zverev
diff_scheme
2017-09-13bsdiff is added into dependenciesArsentiy Milchakov
2017-09-13Download diffsVladimir Byko-Ianko
2017-09-05[search] ErrorsMade ranking feature.Yuri Gorshenin
2017-08-14Added recommendation to rebuild route after loading route pointsr.kuznetsov
2017-08-07Moved obsolete watch renderer to own libraryr.kuznetsov
2017-07-28Added route points persistence storing and loadingr.kuznetsov
2017-07-24Place page info refactoring.VladiMihaylenko
2017-07-14[assessment-tool] Show user position on map, when available.Yuri Gorshenin
2017-07-10Updated protobuf to 3.3.0Roman Kuznetsov
2017-07-05[build] qmake build fixYuri Gorshenin
2017-07-05[ugc] UGC Api prototype.Yuri Gorshenin
2017-07-05Flag for non matched ids + relaxed restriction on single edge approximation.Yuri Gorshenin
2017-07-05[OPENLR] Cut trafficMode from desktop app. Move it to a subproject.Sergey Magidovich
2017-07-04Fixed qmake buildRoman Kuznetsov
2017-07-04Added possibility to run from IDEr.kuznetsov