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/map
AgeCommit message (Expand)Author
2015-09-23Fix bug with downloaded country name in startup view.vng
2015-09-23customized colors and fonts of the "download" buttonrachytski
2015-09-23Fix StringBundle routine - remove unnecessary stuff.vng
2015-09-23added strings localization mechanism and used it in CountryStatusDisplay.rachytski
2015-09-23inserting line break when the display name of the country is too long.rachytski
2015-09-23small fixes.rachytski
2015-09-23while waiting for EmptyModelCheck ScreenCoverage is considered not empty.rachytski
2015-09-23completely removed emptyModelFn and related methods.rachytski
2015-09-23using TextView inside Button to draw text uniformly.rachytski
2015-09-23removed emptyModelFn, using only countryNameFnrachytski
2015-09-23fixed displaying country name for composite country name like "Country, Provi...rachytski
2015-09-23fixes according to code reviewrachytski
2015-09-23fixed bug with creating HttpThread from non-activity thread upon "Download Co...rachytski
2015-09-23added CountryStatusDisplay GUI element and using it into InformationDisplay.rachytski
2015-09-23Deffering adding the gui::Element into the yg::Overlay until the guy::Control...rachytski
2015-09-23added methods for querying country name if the model is empty.rachytski
2015-09-23Fix Bookmarks_Getting test.vng
2015-09-23fixes according to code review.rachytski
2015-09-23added "Download" button into InformationDisplay and disabled it by default.rachytski
2015-09-23added GUI library and added it into all projects.rachytski
2015-09-23renamed InfoLayer into Overlay.rachytski
2015-09-23[linux] Fix compilation.vng
2015-09-23[android] Fix compass direction.vng
2015-09-23made AddMap, RemoveMap and GetLocalMaps public to access them from client code.rachytski
2015-09-23refactored RenderPolicies to accept visualScale, skinName and screenSize amon...rachytski
2015-09-23Process features with names only for address lookup.vng
2015-09-23Make locality check faster.vng
2015-09-23Minor fixes - remove dummy flags.vng
2015-09-23Some minor fixes.vng
2015-09-23[ios] Added Bookmark Sets visibility switchAlex Zolotarev
2015-09-23Added Framework::DeleteBmCategory()Alex Zolotarev
2015-09-23Added AddressInfo::FormatTypes()Alex Zolotarev
2015-09-23Some minor fixes.vng
2015-09-23Framework::GetAddressInfo - add feature type (category) strings.vng
2015-09-23Framework::GetAddressInfo. Get name and house number separatelyvng
2015-09-23Add BookmarkCategory.vng
2015-09-23Fixed bug with clearing AddressInfo structureAlex Zolotarev
2015-09-23Add more navigator tests.vng
2015-09-23Proces url for coordinates and viewport.vng
2015-09-23Add url processing stubs.vng
2015-09-23fixed uninitalized m_currentCoverage usage.rachytski
2015-09-23removed ResourceStyleCache and all caching related functions from OverlayElem...rachytski
2015-09-23tweaked some ResourcePool allocation parameters.rachytski
2015-09-23removed m_dynamicPagesCount and m_textPagesCount from Skin as unnecessary. rachytski
2015-09-23moved ScreenCoverage rendering completely onto displayList without ResourceSt...rachytski
2015-09-23Stopping all actions during navigation. Quick fix for the speedup of GUI thread.rachytski
2015-09-23removed unused methodsrachytski
2015-09-23added "smallStorage" pools to TilingRenderPolicyXXX for caching ScreenCoverag...rachytski
2015-09-23caching ScreenCoverage as a whole into DisplayList.rachytski
2015-09-23Fix bug with locality detection (do not check on scale visibility).vng