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 (Expand)Author
2015-09-23Fixed last update check time encoding during saving to/loading from settings.Alexander Gusak
2015-09-23code styling fixes.rachytski
2015-09-23added glyphCachesCount parameter into ResourceManager constructor.rachytski
2015-09-23separated benchmarking code into Framework ancestor.rachytski
2015-09-23RenderPolicy implementationrachytski
2015-09-23removed multisampling and periodical update support.rachytski
2015-09-23Using all available CPU cores for tile rendering.rachytski
2015-09-23compilation fixes.rachytski
2015-09-23Initial implementation of tile rendering.rachytski
2015-09-23Removed Platform::ReadPathForFileAlex Zolotarev
2015-09-23[Refactoring] Read unicode blocks and font lists with Reader interface.vng
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23Replace stdlib.hpp with cstdlib.hpp;vng
2015-09-23[downloader] Added utf-8 country names supportAlex Zolotarev
2015-09-23[Refactoring] Add BasePlatformImpl class for most Platform's member functions...vng
2015-09-23Move settings.* from map to platform.vng
2015-09-23100 chars / line.Yury Melnichek
2015-09-23[mac] Added categories.txt to resourcesAlex Zolotarev
2015-09-23restored "frozen" text rendering logic.rachytski
2015-09-23Minor code fixes.vng
2015-09-23moved InfoLayer rendering from main thread to render thread.rachytski
2015-09-23Fixed warningAlex Zolotarev
2015-09-23[qt] Warning fixAlex Zolotarev
2015-09-23Add "System of measurement".vng
2015-09-23Make smooth scale control.vng
2015-09-23Enchanced search result GUI.vng
2015-09-23[qt] Fixed lost focus for search results tableAlex Zolotarev
2015-09-23[qt] Added search active indicator and clear text buttonAlex Zolotarev
2015-09-23[search] Implement query termination. Make search slow to test it :)Yury Melnichek
2015-09-23Closed #282 - refresh search results when viewport is changedAlex Zolotarev
2015-09-23[search] Make search on parallel threads. Crashes! TODO: Fix crashes and use ...Yury Melnichek
2015-09-23[qt] Final search edit focus fix, now works with icon click and cmd+fAlex Zolotarev
2015-09-23[qt] Fixed search text input focus issuesAlex Zolotarev
2015-09-23[qt] Added threading slot/signal connection for search resultsAlex Zolotarev
2015-09-23Fixed defines for no_downloader buildsAlex Zolotarev
2015-09-23[qt] Added support for search::Result and suggestionsAlex Zolotarev
2015-09-23[search] Introduce different types of results.Yury Melnichek
2015-09-23[qt] Updated icons, removed shaw all iconAlex Zolotarev
2015-09-23[qt] Rewrote search panelAlex Zolotarev
2015-09-23Added special macroses to disable downloader in desktop release/producton con...Alex Zolotarev
2015-09-23[mac] Updated resources listAlex Zolotarev
2015-09-23[qt] Added unicode composition for text entered by userAlex Zolotarev
2015-09-23Fix assertions in Release.vng
2015-09-23empty rect handling in ShowRect.rachytski
2015-09-23Refactored and improved search: approximate matching and splitting feature na...Yury Melnichek
2015-09-23Fixed yg includes, should improve compilation speedAlex Zolotarev
2015-09-23Warning fixAlex Zolotarev
2015-09-23Fixed MSVC2010 compilation issuesAlex Zolotarev
2015-09-23Removed boost:: namespace and fixed boost includesAlex Zolotarev
2015-09-23Add tests for buffer_vector.vng