1defafb2fa
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-05-02 22:59:20 +02:00
e725838863
[android][editor] 'No suitable category' info
...
Signed-off-by: map-per <map-per@gmx.de>
2024-05-02 22:59:20 +02:00
487e4c116d
[ios] fix: MWMEditorAdditionalNameTableViewCell tappable area to activate editing
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-02 21:32:31 +02:00
Alexander Borsuk
bfb041c992
[drape] Minor cleanup
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-02 18:06:54 +02:00
Alexander Borsuk
4aa81fa86d
[drape] Cache only ascii glyphs that are present in fonts
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-02 18:06:54 +02:00
Alexander Borsuk
663511866d
[drape] Use built-in Freetype SDF rendering
...
* Set the same SDF spread/border (4) as it was before
* Removed the threaded glyph generator, SDF glyphs are created now on a single thread.
Before, the bitmap was rendered and then copied on the same single thread. By removing unnecessary overhead and by using
bsdf renderer which is faster than sdf, visually glyphs appear on the screen at comparable or even faster time.
* Removed GetGlyphSdfScale, it will be hardcoded or set in a different way if necessary
* Fixed some minor tidy warnings
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-05-02 18:06:54 +02:00
Viktor Govako
3200522dba
[generator] Replace macro with array.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-05-02 09:45:51 -03:00
Viktor Govako
b8882362ba
[generator] Use string_view.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-05-02 09:45:51 -03:00
Viktor Govako
6ea0422b77
[generator] Apply foot/bicycle tag from Relation if it does not exist yet.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-05-02 09:45:51 -03:00
00a6c39a4e
[styles] Regenerate for cycleways tuning
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-05-02 15:44:54 +03:00
9f148684e8
[styles] Tune cycleways
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-05-02 15:44:54 +03:00
7033170fa7
[vulkan] Regenerate shaders for transparent areas
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-05-02 15:43:05 +03:00
af37c0652c
[drape] Render line joins after transparent areas
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-05-02 15:43:05 +03:00
cbd61879c1
[drape] Render semi-transparent areas after opaque areas and lines
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-05-02 15:43:05 +03:00
Ferenc Géczi
1e9ba79f42
[3party] Use latest libexpat master
...
In general it is not a good idea to use unreleased versions of 3rd parties,
but this change only pulls in build infrastructure changes,
so there is no chance of building on some potentially reverted feature.
This change fixes the `SYS_getrandom` detection on newer Linux distros,
like the 2nd tracked issue on Fedora 40:
https://github.com/organicmaps/organicmaps/issues/7998#issuecomment-2080893259
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-05-02 09:46:00 +02:00
7bade2eed0
[ios] fix API timestamp reason - C617.1
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-05-02 08:44:53 +03:00
Osyotr
3042851861
Explicitly link to zlib in vendored copy of minizip
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-05-01 10:44:52 +02:00
Viktor Govako
5382716ed2
[search] Fixed Place-HN match when another name-building presents.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-04-30 21:50:10 -03:00
Viktor Govako
c0dd56201e
[search][tests] Updated "San Francisco" test.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-04-30 21:50:10 -03:00
Viktor Govako
a4c8d97089
[search][ranking] Removed "small plus diff" in name match over category match.
...
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-04-30 21:50:10 -03:00
David Martinez
4f96ee22e7
[placepage] Add missing local language name
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-30 21:44:48 -03:00
Osyotr
429badff34
[coding] Add SHA1 test
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-30 21:42:17 -03:00
Osyotr
e669de8d8b
Don't use custom error handling when searching for python
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-05-01 01:29:02 +02:00
967ffc1384
[classif] Don't treat bicycle=yes as a shared path
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-28 19:38:25 -03:00
b82d4764f8
[strings] Regenerate for bbq
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-28 19:21:19 -03:00
802c839229
[strings] Fix amenity-bbq translations
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-28 19:21:19 -03:00
Alexander Borsuk
45b1100c93
Save produced json in a more compact UTF-8 format
...
This change will reduce the size of generated countries.txt from 405K to 355K
and speed up loading/decoding of the countries list.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-28 23:37:10 +02:00
Alexander Borsuk
d29c95a8e4
Enable important static asserts on Linux
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-28 16:20:28 +02:00
Alexander Borsuk
22ace0ebe2
[core] Simplified logs output ( #7972 )
...
* [core] Simplified logs output
Example:
I(1) 0.72366 search/processor.cpp:210 SetPreferredLocale(): New preferred locale: en
D(1) 0.72374 search/processor.cpp:229 SetInputLocale(): New input locale: en locale code:
W(2) 0.72979 search/geocoder.cpp:736 CacheWorldLocalities(): Can't find World map file.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-28 14:03:29 +02:00
Alexander Borsuk
a5d1d39f19
Print char32_t unicode characters as UTF-8 for debugging
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-28 10:06:45 +02:00
David Martinez
909385c6b2
[docs] Add Röntgen - CC BY 4.0 Sergey Vartanov to copyright
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-28 01:42:14 +02:00
David Martinez
3b7c37fc13
[styles] Regenerated
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-28 01:42:14 +02:00
David Martinez
04ebfaf2b6
[styles] Add icon for [amenity=shelter][shelter_type=public_transport]
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-28 01:42:14 +02:00
Andrew Shkrob
49b943bd06
[qt] Move shaders to resources
...
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
2024-04-27 21:08:36 +02:00
David Martinez
c53c0e8e6c
[android][placepage] Level icon: Replace stairs icon with elevator icon
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-27 12:47:08 +02:00
David Martinez
cab8ec82a3
[ios][placepage] Level icon: Replace stairs icon with elevator icon
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-27 12:47:08 +02:00
David Martinez
d670584324
[styles] Regenerated
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-27 12:47:08 +02:00
David Martinez
042e699576
[styles] Fit elevator icon to pixel grid and rename to elevator-s.svg
...
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
2024-04-27 12:47:08 +02:00
Alexander Borsuk
271e712aa6
[linux] Run GlyphLoadingTest on Linux with GUI
...
Allows to test how fonts are rendered on Linux.
Setting QT_QPA_PLATFORM=offscreen environment var is required on non-GUI servers.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-27 00:37:03 +02:00
c986908c40
[android] fix the overlapping of bottom sheet and map buttons
...
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
2024-04-26 14:07:05 +03:00
Alexander Borsuk
f4b7f08b5c
[drape] Minor constexpr warning fix
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-26 08:49:04 +02:00
Ferenc-
fd30606adc
[packaging] Add new url types, linking FAQ, Q&A, source & CONTRIBUTING ( #7986 )
...
* [packaging] Add new url types, linking FAQ, Q&A, source & CONTRIBUTING
See type descriptions in
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
* Update packaging/app.organicmaps.desktop.metainfo.xml
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: Ferenc- <Ferenc-@users.noreply.github.com>
---------
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
Signed-off-by: Ferenc- <Ferenc-@users.noreply.github.com>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2024-04-25 22:16:43 +02:00
Fábio Gomes
386e99b8c9
[routing] Update m_replaceWithMyPosition variable name
...
Change name to m_replaceWithMyPositionAfterRestart in accordance to
what was suggested in my previous PR
Signed-off-by: Fábio Gomes <gabriel.gomes@tecnico.ulisboa.pt>
2024-04-25 22:08:19 +02:00
Alexander Borsuk
06598a2ce2
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-25 22:04:22 +02:00
garaolaza
a8372067ad
Update strings.txt EU
...
Some translation corrections in the "eu" version
Signed-off-by: garaolaza <garaolaza@codesyntax.com>
2024-04-25 22:04:22 +02:00
Gerion Entrup
67e056a74c
transit/world_feed/test: allow git repo configuraion
...
The world_feed_integration_tests clone a repo during the test phase.
Downloading data is forbidden in some distributions (like Gentoo) during
building and testing phase. With this patch, TEST_DATA_REPO_URL can be
set externally, thus preventing a network connection by providing a
locally vendored repo.
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
2024-04-25 10:36:55 +02:00
9e15663ead
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-25 08:20:02 +02:00
312d4eea3a
[strings] Added translations
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-25 08:20:02 +02:00
e0c4fd2f83
[editor] Use name in local language
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-25 08:20:02 +02:00
Alexander Borsuk
8495377560
[android] Disable Vulkan for another reported Adreno 506 device
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-25 08:18:55 +02:00