diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b5dd6a..b6b68fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - name: Build uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: - bundle: atlas.flatpak - manifest-path: com.github.ryonakano.atlas.yml + bundle: maps.flatpak + manifest-path: io.elementary.maps.yml run-tests: true repository-name: appcenter repository-url: https://flatpak.elementary.io/repo.flatpakrepo diff --git a/.github/workflows/flatpak-x-checker.yml b/.github/workflows/flatpak-x-checker.yml index 11aa51c..7f0ec88 100644 --- a/.github/workflows/flatpak-x-checker.yml +++ b/.github/workflows/flatpak-x-checker.yml @@ -19,4 +19,4 @@ jobs: EMAIL: builds@elementary.io GITHUB_TOKEN: ${{ secrets.GIT_USER_TOKEN }} with: - args: --update --never-fork com.github.ryonakano.atlas.yml + args: --update --never-fork io.elementary.maps.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d129dba..5f1b7f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,8 +54,8 @@ jobs: - name: Build uses: flatpak/flatpak-github-actions/flatpak-builder@v6.5 with: - bundle: atlas.flatpak - manifest-path: io.elementary.atlas.yml + bundle: maps.flatpak + manifest-path: io.elementary.maps.yml run-tests: true repository-name: appcenter repository-url: https://flatpak.elementary.io/repo.flatpakrepo diff --git a/README.md b/README.md index d1fd92d..6358c86 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Atlas +# Maps ![Screenshot in the light mode](data/screenshots/screenshot-light.png#gh-light-mode-only) ![Screenshot in the dark mode](data/screenshots/screenshot-dark.png#gh-dark-mode-only) @@ -7,13 +7,13 @@ Run `flatpak-builder` to configure the build environment, download dependencies, build, and install ```bash - flatpak-builder build com.github.ryonakano.atlas.yml --user --install --force-clean --install-deps-from=appcenter +flatpak-builder build io.elementary.maps.yml --user --install --force-clean --install-deps-from=appcenter ``` Then execute with ```bash - flatpak run com.github.ryonakano.atlas +flatpak run io.elementary.maps ``` ## History diff --git a/data/icons/128/com.github.ryonakano.atlas.png b/data/icons/128/io.elementary.maps.png similarity index 100% rename from data/icons/128/com.github.ryonakano.atlas.png rename to data/icons/128/io.elementary.maps.png diff --git a/data/icons/128/com.github.ryonakano.atlas.svg b/data/icons/128/io.elementary.maps.svg similarity index 100% rename from data/icons/128/com.github.ryonakano.atlas.svg rename to data/icons/128/io.elementary.maps.svg diff --git a/data/icons/16/com.github.ryonakano.atlas.png b/data/icons/16/io.elementary.maps.png similarity index 100% rename from data/icons/16/com.github.ryonakano.atlas.png rename to data/icons/16/io.elementary.maps.png diff --git a/data/icons/16/com.github.ryonakano.atlas.svg b/data/icons/16/io.elementary.maps.svg similarity index 100% rename from data/icons/16/com.github.ryonakano.atlas.svg rename to data/icons/16/io.elementary.maps.svg diff --git a/data/icons/24/com.github.ryonakano.atlas.png b/data/icons/24/io.elementary.maps.png similarity index 100% rename from data/icons/24/com.github.ryonakano.atlas.png rename to data/icons/24/io.elementary.maps.png diff --git a/data/icons/24/com.github.ryonakano.atlas.svg b/data/icons/24/io.elementary.maps.svg similarity index 100% rename from data/icons/24/com.github.ryonakano.atlas.svg rename to data/icons/24/io.elementary.maps.svg diff --git a/data/icons/32/com.github.ryonakano.atlas.png b/data/icons/32/io.elementary.maps.png similarity index 100% rename from data/icons/32/com.github.ryonakano.atlas.png rename to data/icons/32/io.elementary.maps.png diff --git a/data/icons/32/com.github.ryonakano.atlas.svg b/data/icons/32/io.elementary.maps.svg similarity index 99% rename from data/icons/32/com.github.ryonakano.atlas.svg rename to data/icons/32/io.elementary.maps.svg index b9ef5ca..c649071 100644 --- a/data/icons/32/com.github.ryonakano.atlas.svg +++ b/data/icons/32/io.elementary.maps.svg @@ -4,7 +4,7 @@ id="svg4332" height="32" width="32" - sodipodi:docname="com.github.ryonakano.atlas.svg" + sodipodi:docname="io.elementary.maps.svg" inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)" xml:space="preserve" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" diff --git a/data/icons/48/com.github.ryonakano.atlas.png b/data/icons/48/io.elementary.maps.png similarity index 100% rename from data/icons/48/com.github.ryonakano.atlas.png rename to data/icons/48/io.elementary.maps.png diff --git a/data/icons/48/com.github.ryonakano.atlas.svg b/data/icons/48/io.elementary.maps.svg similarity index 100% rename from data/icons/48/com.github.ryonakano.atlas.svg rename to data/icons/48/io.elementary.maps.svg diff --git a/data/icons/64/com.github.ryonakano.atlas.png b/data/icons/64/io.elementary.maps.png similarity index 100% rename from data/icons/64/com.github.ryonakano.atlas.png rename to data/icons/64/io.elementary.maps.png diff --git a/data/icons/64/com.github.ryonakano.atlas.svg b/data/icons/64/io.elementary.maps.svg similarity index 100% rename from data/icons/64/com.github.ryonakano.atlas.svg rename to data/icons/64/io.elementary.maps.svg diff --git a/data/atlas.desktop.in b/data/maps.desktop.in similarity index 66% rename from data/atlas.desktop.in rename to data/maps.desktop.in index 25dadbc..45759be 100644 --- a/data/atlas.desktop.in +++ b/data/maps.desktop.in @@ -1,10 +1,10 @@ [Desktop Entry] -Name=Atlas +Name=Maps GenericName=Map Comment=View where to go Categories=GTK;Utility;Science;Maps; -Exec=com.github.ryonakano.atlas -Icon=com.github.ryonakano.atlas +Exec=io.elementary.maps +Icon=io.elementary.maps Type=Application Terminal=false Keywords=Trip;Explore; diff --git a/data/atlas.gresource.xml b/data/maps.gresource.xml similarity index 70% rename from data/atlas.gresource.xml rename to data/maps.gresource.xml index 81c7aba..59816f6 100644 --- a/data/atlas.gresource.xml +++ b/data/maps.gresource.xml @@ -1,10 +1,10 @@ - + Application.css - + icons/pointer.svg diff --git a/data/atlas.gschema.xml b/data/maps.gschema.xml similarity index 96% rename from data/atlas.gschema.xml rename to data/maps.gschema.xml index 6b6f884..7eefd5e 100644 --- a/data/atlas.gschema.xml +++ b/data/maps.gschema.xml @@ -5,7 +5,7 @@ - + 51.2840 Latitude diff --git a/data/atlas.metainfo.xml.in b/data/maps.metainfo.xml.in similarity index 86% rename from data/atlas.metainfo.xml.in rename to data/maps.metainfo.xml.in index 0d6a78e..388abb4 100644 --- a/data/atlas.metainfo.xml.in +++ b/data/maps.metainfo.xml.in @@ -1,13 +1,13 @@ - com.github.ryonakano.atlas - com.github.ryonakano.atlas.desktop - com.github.ryonakano.atlas + io.elementary.maps + io.elementary.maps.desktop + io.elementary.maps CC0-1.0 GPL-3.0-or-later - Atlas + Maps View where to go

@@ -26,11 +26,11 @@ See locations on a map - https://raw.githubusercontent.com/ryonakano/atlas/3.1.1/data/screenshots/screenshot-light.png + https://raw.githubusercontent.com/elementary/maps/3.1.1/data/screenshots/screenshot-light.png See locations on a map - https://raw.githubusercontent.com/ryonakano/atlas/3.1.1/data/screenshots/screenshot-dark.png + https://raw.githubusercontent.com/elementary/maps/3.1.1/data/screenshots/screenshot-dark.png @@ -46,17 +46,16 @@ keyboard - https://github.com/ryonakano/atlas - https://github.com/ryonakano/atlas/issues - https://github.com/ryonakano/atlas/issues - https://github.com/ryonakano/atlas - https://hosted.weblate.org/projects/rosp + https://github.com/elementary/maps + https://github.com/elementary/maps/issues + https://github.com/elementary/maps/issues + https://github.com/elementary/maps + https://l10n.elementary.io/projects/maps - - Ryo Nakano - - Ryo Nakano + + elementary, Inc. + elementary diff --git a/data/meson.build b/data/meson.build index 8df0c5b..99c8def 100644 --- a/data/meson.build +++ b/data/meson.build @@ -9,7 +9,7 @@ foreach i : icon_sizes endforeach i18n.merge_file( - input: 'atlas.desktop.in', + input: 'maps.desktop.in', output: meson.project_name() + '.desktop', po_dir: meson.project_source_root() / 'po' / 'extra', type: 'desktop', @@ -18,7 +18,7 @@ i18n.merge_file( ) i18n.merge_file( - input: 'atlas.metainfo.xml.in', + input: 'maps.metainfo.xml.in', output: meson.project_name() + '.metainfo.xml', po_dir: meson.project_source_root() / 'po' / 'extra', install: true, @@ -26,13 +26,13 @@ i18n.merge_file( ) install_data( - 'atlas.gschema.xml', + 'maps.gschema.xml', install_dir: get_option('datadir') / 'glib-2.0' / 'schemas' ) asresources = gnome.compile_resources( 'as-resources', - 'atlas.gresource.xml', + 'maps.gresource.xml', source_dir: 'data', c_name: 'as' ) diff --git a/com.github.ryonakano.atlas.yml b/io.elementary.maps.yml similarity index 94% rename from com.github.ryonakano.atlas.yml rename to io.elementary.maps.yml index f354cbd..914e5af 100644 --- a/com.github.ryonakano.atlas.yml +++ b/io.elementary.maps.yml @@ -1,8 +1,8 @@ -id: com.github.ryonakano.atlas +id: io.elementary.maps runtime: io.elementary.Platform runtime-version: '8.2' sdk: io.elementary.Sdk -command: com.github.ryonakano.atlas +command: io.elementary.maps finish-args: - --share=ipc - --share=network @@ -50,7 +50,7 @@ modules: type: git tag-pattern: ^v([\d.]+)$ - - name: atlas + - name: maps buildsystem: meson sources: - type: dir diff --git a/meson.build b/meson.build index ed47a52..8c89666 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project( - 'com.github.ryonakano.atlas', + 'io.elementary.maps', 'vala', 'c', version: '3.1.1', # Version limitation for gnome.post_install() diff --git a/po/de.po b/po/de.po index 2e435bc..242b2a4 100644 --- a/po/de.po +++ b/po/de.po @@ -1,12 +1,12 @@ -# German translations for com.github.ryonakano.atlas package. +# German translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # J. Lavoie , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-03 10:45+0000\n" diff --git a/po/es.po b/po/es.po index c8a7db5..bf85a0a 100644 --- a/po/es.po +++ b/po/es.po @@ -1,12 +1,12 @@ -# Spanish translations for com.github.ryonakano.atlas package. +# Spanish translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # gallegonovato , 2023, 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-20 12:01+0000\n" diff --git a/po/et.po b/po/et.po index 3eac7e1..c5424e0 100644 --- a/po/et.po +++ b/po/et.po @@ -1,13 +1,13 @@ -# Estonian translations for com.github.ryonakano.atlas package. +# Estonian translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Priit Jõerüüt , 2024, 2025. # Fill read-only add-on , 2024. # Priit Jõerüüt , 2025. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-07-10 13:01+0000\n" diff --git a/po/extra/POTFILES b/po/extra/POTFILES index aadfde0..def972e 100644 --- a/po/extra/POTFILES +++ b/po/extra/POTFILES @@ -1,2 +1,2 @@ -data/atlas.desktop.in -data/atlas.metainfo.xml.in +data/maps.desktop.in +data/maps.metainfo.xml.in diff --git a/po/fi.po b/po/fi.po index ba14f33..f37fd72 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,12 +1,12 @@ -# Finnish translations for com.github.ryonakano.atlas package. +# Finnish translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Jiri Grönroos , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-03 10:45+0000\n" diff --git a/po/fr.po b/po/fr.po index 0e004ea..7a0fb13 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,7 +1,7 @@ -# French translations for com.github.ryonakano.atlas package. +# French translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Nathan Bonnemains (@NathanBnm), 2021. # J. Lavoie , 2022. # rene-coty , 2022, 2023. @@ -10,7 +10,7 @@ # Stella and Charlie , 2025. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-06-11 12:02+0000\n" diff --git a/po/hi.po b/po/hi.po index ae108c0..963ca4e 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1,12 +1,12 @@ -# Hindi translations for com.github.ryonakano.atlas package. +# Hindi translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Scrambled777 , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-16 13:01+0000\n" diff --git a/po/com.github.ryonakano.atlas.pot b/po/io.elementary.maps.pot similarity index 90% rename from po/com.github.ryonakano.atlas.pot rename to po/io.elementary.maps.pot index f4ff30e..cbc92c7 100644 --- a/po/com.github.ryonakano.atlas.pot +++ b/po/io.elementary.maps.pot @@ -1,12 +1,12 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/po/it.po b/po/it.po index e090b03..878e496 100644 --- a/po/it.po +++ b/po/it.po @@ -1,13 +1,13 @@ -# Italian translations for com.github.ryonakano.atlas package. +# Italian translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # albanobattistella , 2021, 2022, 2023, 2024, 2025. # J. Lavoie , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-03-31 04:19+0000\n" diff --git a/po/ja.po b/po/ja.po index b36425c..bd233ce 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,12 +1,12 @@ -# Japanese translations for com.github.ryonakano.atlas package. +# Japanese translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Ryo Nakano , 2021, 2022, 2023, 2024, 2025. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-07-10 13:01+0000\n" diff --git a/po/lt.po b/po/lt.po index ada4230..cb04591 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1,12 +1,12 @@ -# Lithuanian translation for com.github.ryonakano.atlas package. +# Lithuanian translation for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # PolPolyLingo , 2023 # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-03 10:45+0000\n" diff --git a/po/nb_NO.po b/po/nb_NO.po index 94de606..819273d 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,12 +1,12 @@ -# Norwegian Bokmål translations for com.github.ryonakano.atlas package. +# Norwegian Bokmål translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Allan Nordhøy , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-03 10:45+0000\n" diff --git a/po/nl.po b/po/nl.po index 9056627..8fdd7d4 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,13 +1,13 @@ -# Dutch translations for com.github.ryonakano.atlas package. +# Dutch translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Heimen Stoffels , 2022, 2023. # Philip Goto , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-03 10:45+0000\n" diff --git a/po/pl.po b/po/pl.po index 36f5cd1..a81cf25 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,13 +1,13 @@ -# Polish translation for com.github.ryonakano.atlas package. +# Polish translation for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # PolPolyLingo , 2023 # Eryk Michalak , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-03 10:45+0000\n" diff --git a/po/pt.po b/po/pt.po index 76c5869..9810c92 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,13 +1,13 @@ -# Portuguese translations for com.github.ryonakano.atlas package. +# Portuguese translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Hugo Carvalho , 2022. # Felipe Nogueira , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-03 10:45+0000\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 05baac5..2aae4fb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,12 +1,12 @@ -# Portuguese (Brazil) translations for com.github.ryonakano.atlas package. +# Portuguese (Brazil) translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # John Peter Sa , 2025. # Fill read-only add-on , 2025. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-02-17 04:37+0000\n" diff --git a/po/ru.po b/po/ru.po index a9dd97e..c8c9c37 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,12 +1,12 @@ -# Russian translations for com.github.ryonakano.atlas package. +# Russian translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # lenemter , 2022, 2023, 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-08 14:05+0000\n" diff --git a/po/sk.po b/po/sk.po index d72b351..33f2e4d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,14 +1,14 @@ -# Slovak translations for com.github.ryonakano.atlas package. +# Slovak translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Ryo Nakano , 2022. # JohnDumpling , 2022, 2023. # Milan Šalka , 2023. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-05-03 10:45+0000\n" diff --git a/po/ta.po b/po/ta.po index 3890464..1adc364 100644 --- a/po/ta.po +++ b/po/ta.po @@ -1,12 +1,12 @@ -# Tamil translations for com.github.ryonakano.atlas package. +# Tamil translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # தமிழ்நேரம் , 2025. # Fill read-only add-on , 2025. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-07-04 15:03+0000\n" diff --git a/po/tr.po b/po/tr.po index da1ac09..63564c6 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,14 +1,14 @@ -# Turkish translations for com.github.ryonakano.atlas package. +# Turkish translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Oğuz Ersen , 2022, 2023. # Sabri Ünal , 2023. # Sabri Ünal , 2024. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2024-06-17 12:09+0000\n" diff --git a/po/uk.po b/po/uk.po index 9e73f9d..6f33c9b 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,13 +1,13 @@ -# Ukrainian translations for com.github.ryonakano.atlas package. +# Ukrainian translations for io.elementary.maps package. # Copyright (C) 2014-2015 Atlas Developers # Copyright (C) 2018-2025 Ryo Nakano -# This file is distributed under the same license as the com.github.ryonakano.atlas package. +# This file is distributed under the same license as the io.elementary.maps package. # Ihor Hordiichuk , 2022, 2023, 2024, 2025. # Artem , 2022. # Fill read-only add-on , 2024. msgid "" msgstr "" -"Project-Id-Version: com.github.ryonakano.atlas\n" +"Project-Id-Version: io.elementary.maps\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-12 16:41+0900\n" "PO-Revision-Date: 2025-03-25 00:04+0000\n" diff --git a/src/Application.vala b/src/Application.vala index a18b572..973789b 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -4,7 +4,7 @@ * 2018-2025 Ryo Nakano */ -public class Atlas.Application : Adw.Application { +public class Maps.Application : Adw.Application { public static Settings settings { get; private set; } private const ActionEntry[] ACTION_ENTRIES = { @@ -14,13 +14,13 @@ public class Atlas.Application : Adw.Application { public Application () { Object ( - application_id: "com.github.ryonakano.atlas", + application_id: "io.elementary.maps", flags: ApplicationFlags.DEFAULT_FLAGS ); } static construct { - settings = new Settings ("com.github.ryonakano.atlas"); + settings = new Settings ("io.elementary.maps"); } private void setup_style () { diff --git a/src/MainWindow.vala b/src/MainWindow.vala index 2c7f7c0..611f398 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -4,7 +4,7 @@ * 2018-2025 Ryo Nakano */ -public class Atlas.MainWindow : Adw.ApplicationWindow { +public class Maps.MainWindow : Adw.ApplicationWindow { private class PlaceListBoxRow : Gtk.ListBoxRow { public Geocode.Place place { get; construct; } @@ -42,7 +42,7 @@ public class Atlas.MainWindow : Adw.ApplicationWindow { private MapWidget map_widget; construct { - title = _("Atlas"); + title = _("Maps"); add_action_entries (ACTION_ENTRIES, this); location_store = new ListStore (typeof (Geocode.Place)); diff --git a/src/MapWidget.vala b/src/MapWidget.vala index 32d9986..b77ebcc 100644 --- a/src/MapWidget.vala +++ b/src/MapWidget.vala @@ -4,7 +4,7 @@ * 2018-2025 Ryo Nakano */ -public class Atlas.MapWidget : Gtk.Box { +public class Maps.MapWidget : Gtk.Box { public Shumate.MapSource map_source { get { return map_widget.map_source; @@ -55,9 +55,9 @@ public class Atlas.MapWidget : Gtk.Box { private void set_init_place () { Shumate.MapSource map_source = map_widget.map_source; - double latitude = Atlas.Application.settings.get_double ("latitude"); - double longitude = Atlas.Application.settings.get_double ("longitude"); - double zoom_level = Atlas.Application.settings.get_double ("zoom-level"); + double latitude = Maps.Application.settings.get_double ("latitude"); + double longitude = Maps.Application.settings.get_double ("longitude"); + double zoom_level = Maps.Application.settings.get_double ("zoom-level"); if (zoom_level < map_source.min_zoom_level || map_source.max_zoom_level < zoom_level) { zoom_level = DEFAULT_ZOOM_LEVEL; } @@ -102,9 +102,9 @@ public class Atlas.MapWidget : Gtk.Box { this.location = location; // Use fixed latitude and longitude as current location (for debug) - if (Atlas.Application.settings.get_boolean ("fixed-location")) { - lat = Atlas.Application.settings.get_double ("latitude-fixed"); - lng = Atlas.Application.settings.get_double ("longitude-fixed"); + if (Maps.Application.settings.get_boolean ("fixed-location")) { + lat = Maps.Application.settings.get_double ("latitude-fixed"); + lng = Maps.Application.settings.get_double ("longitude-fixed"); this.location.latitude = lat; this.location.longitude = lng; } @@ -118,7 +118,7 @@ public class Atlas.MapWidget : Gtk.Box { GClue.Simple? simple = null; try { - simple = yield new GClue.Simple ("com.github.ryonakano.atlas", GClue.AccuracyLevel.EXACT, null); + simple = yield new GClue.Simple ("io.elementary.maps", GClue.AccuracyLevel.EXACT, null); } catch (Error e) { warning ("Failed to connect to GeoClue2 service: %s", e.message); } @@ -145,9 +145,9 @@ public class Atlas.MapWidget : Gtk.Box { // Saves the latest state of the map. public void save_map_state () { - Atlas.Application.settings.set_double ("latitude", base_map.viewport.latitude); - Atlas.Application.settings.set_double ("longitude", base_map.viewport.longitude); - Atlas.Application.settings.set_double ("zoom-level", base_map.viewport.zoom_level); + Maps.Application.settings.set_double ("latitude", base_map.viewport.latitude); + Maps.Application.settings.set_double ("longitude", base_map.viewport.longitude); + Maps.Application.settings.set_double ("zoom-level", base_map.viewport.zoom_level); } private void clear_location () {