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
AgeCommit message (Collapse)Author
2015-09-23refactored qt_tstfrm to add support for gui_tests.rachytski
2015-09-23removed unused qt::Screen.rachytski
2015-09-23removed unused files from graphics_tests.rachytski
2015-09-23[android] change state list drawable for zoom buttonsAlexei Vitenko
2015-09-23added comment about deleteDarafei Praliaskouski
2015-09-23returned back cafesDarafei Praliaskouski
2015-09-23don't let icon and text overlapDarafei Praliaskouski
2015-09-23increase minimal tile size to 256 pxDarafei Praliaskouski
2015-09-23fixed road ref textsDarafei Praliaskouski
2015-09-23Avoid too bended labelsDarafei Praliaskouski
2015-09-23drawing rules updateDarafei Praliaskouski
2015-09-23Add "zip" to compilation in zlib.vng
2015-09-23Updated texts for share by email bodyAlex Zolotarev
2015-09-23Function for zipping file from path to path.Kirill Zhdanovich
Zip file tests.
2015-09-23scaling of offset on retinaDarafei Praliaskouski
2015-09-23lite protobuf updateDarafei Praliaskouski
2015-09-23UserInfo operator==Darafei Praliaskouski
2015-09-23improved drawing prioritiesDarafei Praliaskouski
2015-09-23added offsets for features with iconDarafei Praliaskouski
2015-09-23added offset for labels and more linecaps/linejoinsDarafei Praliaskouski
2015-09-23make less texts disappear on map dragDarafei Praliaskouski
2015-09-23priorities for tunnels and dashes for constructionDarafei Praliaskouski
2015-09-23changed OverlayElement::visualRank into OverlayElement::priority and turned ↵rachytski
on sorting by OverlayElement::depth(which is essentially a priority in drules_proto.txt).
2015-09-23Remove default categories deleter. Do pass categories to delete manually ↵vng
(it's more obvious for developer when modifying tests).
2015-09-23Fix possible crash in name generation.vng
2015-09-23compileFixKirill Zhdanovich
2015-09-23function that compares files addedKirill Zhdanovich
function tests
2015-09-23classificator cleanupDarafei Praliaskouski
2015-09-23offset for SymbolPenDarafei Praliaskouski
2015-09-23area stylesDarafei Praliaskouski
2015-09-23suitable_getter refactorDarafei Praliaskouski
2015-09-23arrows as icons, _link visibilityDarafei Praliaskouski
2015-09-23stylesheet linecaps, gaps in zoomlevels, removal of heuristicsDarafei Praliaskouski
2015-09-23fixed path offset processing in drawSymbolPath.rachytski
2015-09-23[android] [bookmarks] string resources for android bookmarksAlexei Vitenko
2015-09-23added "arrow" symbol into skin.rachytski
2015-09-23fixed TilingRenderPolicyST resources sizes for HiDpi screens.rachytski
2015-09-23fixes according to code review.rachytski
2015-09-23fixed crash with overwriting Resource in m_resources map with the same ↵rachytski
ID(happens when two different parent resources use same cacheKey).
2015-09-23fixed conversion of PathSymProto into graphics::Pen::Inforachytski
2015-09-23fixed mapInfo for array of Resource::Info's rachytski
2015-09-23removed "dead code"rachytski
2015-09-23implemented PathRenderer::drawSymbolPath and added tests for it.rachytski
2015-09-23added helper function GeometryBatcher::addTexturedStripStrided for array of ↵rachytski
m2::PointD points.
2015-09-23"base class extraction" refactoring for TextPath.rachytski
2015-09-23removed unused Pen::m_isWrapped field.rachytski
2015-09-23added ability to use cacheKey's in Resource::Info.rachytski
2015-09-23Reduced blue arrow sizeAlex Zolotarev
2015-09-23[android] [bookmarks] Add drawable resourcesAlexei Vitenko
2015-09-23If we have maps to download, we continue downloading in background.Kirill Zhdanovich