bc561df963
[docs] Remove Outdoor style from GSOC projects
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-06 12:05:59 +03:00
0a920b63d0
[qt] Explain how to add a bookmark
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-06 08:08:46 +02:00
22c540951e
[drape] Remove compilation warnings
...
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-04-06 01:32:08 +02:00
Alexander Borsuk
42bf6181fb
[android] Use GL on Samsung A50 to fix subway layer hanging
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-06 00:27:19 +02:00
v-lozko
706f0fa27b
[ios] Fix isolines reminder being displayed on top of other dialogs ( #7694 )
...
* [ios] Fix isolines reminder being displayed on top of other dialogs, Issue #7555
Signed-off-by: Valery Lozko <valerylozko@gmail.com>
2024-04-06 00:16:20 +02:00
a30ff17ef5
[strings] Regenerate for boundaries
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-05 15:08:43 -03:00
5f5961e339
[strings] Cleanup and update boundaries
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-05 15:08:43 -03:00
25e6bef664
[styles] Regenerate for removed boundaries
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-05 15:08:43 -03:00
a41a528a68
[classif] Remove unused boundary-administrative-*
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-05 15:08:43 -03:00
aa4777cacd
[categories] Make sport-padel searchable
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-05 14:35:52 -03:00
Alexander Borsuk
57402cfe56
[3party] Update jansson, freetype, expat
...
Fixes CMake warning about the symbol visibility policy CMP0063
caused by 3party libs that claim to support older CMake versions.
Updated expat build settings. We don't use DTD and general entities.
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-05 11:52:02 -03:00
Alexander Borsuk
a99eb33634
[xcode] Fixed paths to Qt6 for desktop targets
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-05 11:52:02 -03:00
2c14af2f6e
[classif] Merge natural=stone into natural=rock
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-05 14:47:05 +03:00
Alexander Borsuk
f2fa99eca9
[strings] Regenerated Greek
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-05 13:11:38 +02:00
Vassilis Panagiotopoulos
f050bd68b2
[strings] Greek Translations ( #7800 )
...
* [strings] Fix Greek translations and add missing ones
Signed-off-by: billpcs <bpanagio@protonmail.com>
2024-04-05 13:10:29 +02:00
9d29851fc7
[ios] fix: circular downloading progress bar laout on the PP
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-05 11:57:31 +02:00
8f376115c3
[ios] fix: radiOn/Off buttons icons
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-05 09:09:31 +02:00
Alexander Borsuk
fff96447ff
[strings] Regenerated
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-04-05 00:32:51 +02:00
Osyotr
2760dedc52
Replace platform-dependent timer code with std::chrono
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
1f21dcbbb3
Add windows implementation of MmapData
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
66c508a6d2
Fix usage of deprecated std::shared_ptr::unique
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
84f4cd9035
Prevent generation of copy constructor in poly_borders::Polygon
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
2e7a4d8703
Use MAX_PATH instead of PATH_MAX on windows
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
85d1a06b10
Add missing include
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
01e44b4fab
Fix uninitialized variable
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
7658dacca0
Add missing members to platform_win.cpp
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
492b82deff
Add missing std namespace
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
0cffe2fe07
Workaround MSVC bug in std::packaged_task
...
https://developercommunity.visualstudio.com/t/108672
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
10a7fab011
Prevent generation of copy constructor in SearchTrieRequest
...
Fixes usage of move-only types with this class
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
cea9801b3d
[opening_hours] Replace std::enable_if with if constexpr
...
error C2672: 'PrintPaddedNumber': no matching overloaded function found
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
a188c4a85a
Fix invalid friend class declaration
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
718990ec8f
Don't use std::string_view's iterators as pointers to chars
...
Note: constructing std::string_view from iterators is OK in C++20, but we are not there yet.
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
fd535d00a2
Rename gui_thread_linux.cpp -> gui_thread_qt.cpp and use it in Windows builds
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
f44d24ab30
Rename locale_linux.cpp -> locale_std.cpp and use in Windows builds
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
0983476c93
Fix MSVC warning C4804: unsafe use of type 'bool' in operation
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
Osyotr
7c2bd191e0
Add Visual Studio directory to gitignore
...
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
2024-04-04 23:51:32 +02:00
romana-la
4959c7c785
[strings] Add missing SK translations - type strings ( #7792 )
...
* [strings] Add missing SK translations - type strings
Signed-off-by: Romana Lakomčíková <r.lakomcikova@gmail.com>
* [strings] Fix order in type strings
Signed-off-by: Romana Lakomčíková <r.lakomcikova@gmail.com>
---------
Signed-off-by: Romana Lakomčíková <r.lakomcikova@gmail.com>
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2024-04-04 22:46:14 +02:00
ad405b69f6
Include review suggestions
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-04 21:00:57 +03:00
3b945f3e4a
[strings] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-04 21:00:57 +03:00
52739539b5
[styles] Regenerated
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-04 21:00:57 +03:00
a7342c6927
[tests] Adjusted unit test
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-04 21:00:57 +03:00
156e9f8192
[styles] attraction=animal as a standalone tag
...
Signed-off-by: map-per <map-per@gmx.de>
2024-04-04 21:00:57 +03:00
0f6ce4fc2f
[strings] Regenerate for bare_rock, scree, shingle, rock
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-04 13:16:56 +03:00
a656253348
[styles] Regenerate for scree, shingle, bare_rock
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-04 13:16:56 +03:00
418e61887c
[classif][styles] Add natural=scree and =shingle; better bare_rock color
...
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2024-04-04 13:16:56 +03:00
55c719ad58
[ios] fix: tappable area for the color selection icon
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-04-04 09:19:23 +03:00
Prefill add-on
52801fe456
[store] Update F-Droid translations (Georgian)
...
Currently translated at 33.3% (2 of 6 strings)
Signed-off-by: Prefill add-on <noreply-addon-prefill@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/ka/
2024-04-04 09:17:23 +03:00
Temuri Doghonadze
bb5a148bac
[store] Update F-Droid translations (Georgian)
...
Currently translated at 33.3% (2 of 6 strings)
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/ka/
2024-04-04 09:17:23 +03:00
SC
734609ba9b
[store] Update F-Droid translations (Portuguese (Portugal))
...
Currently translated at 100.0% (6 of 6 strings)
Signed-off-by: SC <lalocas@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/pt_PT/
2024-04-04 09:17:23 +03:00
Fjuro
23c61d8a8f
[store] Update F-Droid translations (Czech)
...
Currently translated at 100.0% (6 of 6 strings)
Signed-off-by: Fjuro <fjuro@alius.cz>
Translate-URL: https://hosted.weblate.org/projects/organicmaps/fdroid-metadata/cs/
2024-04-04 09:17:23 +03:00