Import openorienteering-mapper_0.9.3.orig.tar.gz
authorGraham Inggs <ginggs@debian.org>
Wed, 27 May 2020 10:07:46 +0000 (11:07 +0100)
committerGraham Inggs <ginggs@debian.org>
Wed, 27 May 2020 10:07:46 +0000 (11:07 +0100)
commit28ad78e6cf077e9ed826541362640f0c79e822f0
treeb07ed75d81175ab69e994a07727725f50cf06409
Import openorienteering-mapper_0.9.3.orig.tar.gz

[dgit import orig openorienteering-mapper_0.9.3.orig.tar.gz]
989 files changed:
.clang-tidy [new file with mode: 0644]
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
3rd-party/clipper/CMakeLists.txt [new file with mode: 0644]
3rd-party/clipper/License.txt [new file with mode: 0644]
3rd-party/clipper/License.txt.6.1.3a [new file with mode: 0644]
3rd-party/clipper/copyright [new file with mode: 0644]
3rd-party/clipper/download/README.txt [new file with mode: 0644]
3rd-party/cove/.clang-format [new file with mode: 0644]
3rd-party/cove/CMakeLists.txt [new file with mode: 0644]
3rd-party/cove/app/ImageView.cpp [new file with mode: 0644]
3rd-party/cove/app/ImageView.h [new file with mode: 0644]
3rd-party/cove/app/PolygonsView.cpp [new file with mode: 0644]
3rd-party/cove/app/PolygonsView.h [new file with mode: 0644]
3rd-party/cove/app/Settings.cpp [new file with mode: 0644]
3rd-party/cove/app/Settings.h [new file with mode: 0644]
3rd-party/cove/app/UIProgressDialog.cpp [new file with mode: 0644]
3rd-party/cove/app/UIProgressDialog.h [new file with mode: 0644]
3rd-party/cove/app/classificationconfigform.cpp [new file with mode: 0644]
3rd-party/cove/app/classificationconfigform.h [new file with mode: 0644]
3rd-party/cove/app/classificationconfigform.ui [new file with mode: 0644]
3rd-party/cove/app/colorseditform.cpp [new file with mode: 0644]
3rd-party/cove/app/colorseditform.h [new file with mode: 0644]
3rd-party/cove/app/colorseditform.ui [new file with mode: 0644]
3rd-party/cove/app/coverunner.cpp [new file with mode: 0644]
3rd-party/cove/app/coverunner.h [new file with mode: 0644]
3rd-party/cove/app/mainform.cpp [new file with mode: 0644]
3rd-party/cove/app/mainform.h [new file with mode: 0644]
3rd-party/cove/app/mainform.ui [new file with mode: 0644]
3rd-party/cove/app/vectorizationconfigform.cpp [new file with mode: 0644]
3rd-party/cove/app/vectorizationconfigform.h [new file with mode: 0644]
3rd-party/cove/app/vectorizationconfigform.ui [new file with mode: 0644]
3rd-party/cove/cove.pro [new file with mode: 0644]
3rd-party/cove/libvectorizer/AlphaGetter.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/AlphaGetter.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/Concurrency.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/Concurrency.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/FIRFilter.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/FIRFilter.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/KohonenMap.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/KohonenMap.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/MapColor.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/MapColor.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/Morphology.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/Morphology.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/ParallelImageProcessing.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/ParallelImageProcessing.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/PatternGetter.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/PatternGetter.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/Polygons.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/Polygons.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/ProgressObserver.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/Vectorizer.cpp [new file with mode: 0644]
3rd-party/cove/libvectorizer/Vectorizer.h [new file with mode: 0644]
3rd-party/cove/libvectorizer/cove-potrace.h [new file with mode: 0644]
3rd-party/cove/potrace/auxiliary.h [new file with mode: 0644]
3rd-party/cove/potrace/config.h [new file with mode: 0644]
3rd-party/cove/potrace/copyright [new file with mode: 0644]
3rd-party/cove/potrace/curve.c [new file with mode: 0644]
3rd-party/cove/potrace/curve.h [new file with mode: 0644]
3rd-party/cove/potrace/lists.h [new file with mode: 0644]
3rd-party/cove/potrace/potrace-1.6.diff [new file with mode: 0644]
3rd-party/cove/potrace/potrace.pro [new file with mode: 0644]
3rd-party/cove/potrace/potracelib.c [new file with mode: 0644]
3rd-party/cove/potrace/potracelib.h [new file with mode: 0644]
3rd-party/cove/potrace/progress.h [new file with mode: 0644]
3rd-party/cove/potrace/trace.c [new file with mode: 0644]
3rd-party/cove/potrace/trace.h [new file with mode: 0644]
3rd-party/cove/tests/CMakeLists.txt [new file with mode: 0644]
3rd-party/cove/tests/ParallelImageProcessingTest.cpp [new file with mode: 0644]
3rd-party/cove/tests/PolygonTest.cpp [new file with mode: 0644]
3rd-party/cove/tests/PolygonTest.h [new file with mode: 0644]
3rd-party/cove/tests/data/PolygonTest1-sample.png [new file with mode: 0644]
3rd-party/cove/tests/data/PolygonTest1-simple-joins-result.dat [new file with mode: 0644]
3rd-party/qtsingleapplication/CMakeLists.txt [new file with mode: 0644]
3rd-party/qtsingleapplication/copyright [new file with mode: 0644]
3rd-party/qtsingleapplication/src/QtLockedFile [new file with mode: 0644]
3rd-party/qtsingleapplication/src/QtSingleApplication [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtlocalpeer.cpp [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtlocalpeer.h [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtlockedfile.cpp [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtlockedfile.h [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtlockedfile_unix.cpp [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtlockedfile_win.cpp [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtsingleapplication.cpp [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtsingleapplication.h [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtsingleapplication.pri [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtsinglecoreapplication.cpp [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtsinglecoreapplication.h [new file with mode: 0644]
3rd-party/qtsingleapplication/src/qtsinglecoreapplication.pri [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL.md [new file with mode: 0644]
README.md [new file with mode: 0644]
ci/azure-pipelines.yml [new file with mode: 0644]
ci/build.yml [new file with mode: 0644]
ci/codespell.yml [new file with mode: 0644]
ci/filter-stderr.sed [new file with mode: 0644]
ci/openorienteering-mapper-ci.cmake [new file with mode: 0644]
ci/publish-coverage.yml [new file with mode: 0644]
ci/publish.yml [new file with mode: 0644]
ci/release-notes.yml [new file with mode: 0644]
ci/setup-common.yml [new file with mode: 0644]
ci/setup-macos.yml [new file with mode: 0644]
ci/setup-msys2.yml [new file with mode: 0644]
ci/setup-ubuntu.yml [new file with mode: 0644]
ci/shell.sh [new file with mode: 0755]
cmake/EnableSanitize.cmake [new file with mode: 0644]
cmake/FindClangTidy.cmake [new file with mode: 0644]
cmake/FindIWYU.cmake [new file with mode: 0644]
cmake/FindPROJ4.cmake [new file with mode: 0644]
cmake/FindPolyclipping.cmake [new file with mode: 0644]
code-check-wrapper.sh [new file with mode: 0755]
codespell.sh [new file with mode: 0755]
doc/api/CMakeLists.txt [new file with mode: 0644]
doc/api/Doxyfile.in [new file with mode: 0644]
doc/api/api-docs-commit.sh [new file with mode: 0755]
doc/api/api-docs-repository.sh [new file with mode: 0755]
doc/api/api-docs.sh.in [new file with mode: 0755]
doc/api/extra/code_overview.h [new file with mode: 0644]
doc/api/extra/mainpage.h [new file with mode: 0644]
doc/api/versionfilter.sh.in [new file with mode: 0755]
doc/coding-style.xml [new file with mode: 0644]
doc/licensing/CMakeLists.txt [new file with mode: 0644]
doc/licensing/arch-licensing.cmake [new file with mode: 0644]
doc/licensing/debian-licensing.cmake [new file with mode: 0644]
doc/licensing/fedora-licensing.cmake [new file with mode: 0644]
doc/licensing/gentoo-licensing.cmake [new file with mode: 0644]
doc/licensing/licensing.html [new file with mode: 0644]
doc/licensing/linux-distribution.cmake [new file with mode: 0644]
doc/licensing/opensuse-leap-licensing.cmake [new file with mode: 0644]
doc/licensing/opensuse-licensing.cmake [new file with mode: 0644]
doc/licensing/opensuse-tumbleweed-licensing.cmake [new file with mode: 0644]
doc/licensing/superbuild-licensing.cmake [new file with mode: 0644]
doc/licensing/ubuntu-licensing.cmake [new file with mode: 0644]
doc/man/Mapper.1 [new file with mode: 0644]
doc/manual/CMakeLists.txt [new file with mode: 0644]
doc/manual/Doxyfile-html.in [new file with mode: 0644]
doc/manual/Doxyfile-pdflatex.in [new file with mode: 0644]
doc/manual/Manual.qhcp.in [new file with mode: 0644]
doc/manual/footer.html [new file with mode: 0644]
doc/manual/header.html [new file with mode: 0644]
doc/manual/install-html.cmake.in [new file with mode: 0644]
doc/manual/pages/android-app.md [new file with mode: 0644]
doc/manual/pages/android-pc.md [new file with mode: 0644]
doc/manual/pages/android-requirements.md [new file with mode: 0644]
doc/manual/pages/android-storage.md [new file with mode: 0644]
doc/manual/pages/attachment/scribble_1024.png [new file with mode: 0644]
doc/manual/pages/attachment/scribble_2048.png [new file with mode: 0644]
doc/manual/pages/color_dock_widget.md [new file with mode: 0644]
doc/manual/pages/colors_symbols.md [new file with mode: 0644]
doc/manual/pages/course_design.md [new file with mode: 0644]
doc/manual/pages/cove.md [new file with mode: 0644]
doc/manual/pages/crt_files.md [new file with mode: 0644]
doc/manual/pages/edit_menu.md [new file with mode: 0644]
doc/manual/pages/faq.md [new file with mode: 0644]
doc/manual/pages/file_menu.md [new file with mode: 0644]
doc/manual/pages/find_objects.md [new file with mode: 0644]
doc/manual/pages/gdal.md [new file with mode: 0644]
doc/manual/pages/georeferencing.md [new file with mode: 0644]
doc/manual/pages/grid.md [new file with mode: 0644]
doc/manual/pages/images/Android_UI_explanation.png [new file with mode: 0644]
doc/manual/pages/images/color_dock_widget.png [new file with mode: 0644]
doc/manual/pages/images/color_editor_desktop.png [new file with mode: 0644]
doc/manual/pages/images/color_editor_professional.png [new file with mode: 0644]
doc/manual/pages/images/course_design.png [new file with mode: 0644]
doc/manual/pages/images/cove-img-0.png [new file with mode: 0644]
doc/manual/pages/images/cove-img-1.png [new file with mode: 0644]
doc/manual/pages/images/cove-img-2.png [new file with mode: 0644]
doc/manual/pages/images/cove-img-3.png [new file with mode: 0644]
doc/manual/pages/images/cove-starting.png [new file with mode: 0644]
doc/manual/pages/images/cove-tab-colors.png [new file with mode: 0644]
doc/manual/pages/images/cove-tab-image.png [new file with mode: 0644]
doc/manual/pages/images/cove-tab-thinning.png [new file with mode: 0644]
doc/manual/pages/images/find_objects.png [new file with mode: 0644]
doc/manual/pages/images/georeferencing.png [new file with mode: 0644]
doc/manual/pages/images/grid_settings.png [new file with mode: 0644]
doc/manual/pages/images/main_window.png [new file with mode: 0644]
doc/manual/pages/images/new_map.png [new file with mode: 0644]
doc/manual/pages/images/query_editor.png [new file with mode: 0644]
doc/manual/pages/images/symbol_dock_widget.png [new file with mode: 0644]
doc/manual/pages/images/symbol_dock_widget_menu.png [new file with mode: 0644]
doc/manual/pages/images/symbol_replace_dialog.png [new file with mode: 0644]
doc/manual/pages/images/tag_editor.png [new file with mode: 0644]
doc/manual/pages/images/template_adjust.png [new file with mode: 0644]
doc/manual/pages/images/template_image_positioning.png [new file with mode: 0644]
doc/manual/pages/images/template_setup_window.png [new file with mode: 0644]
doc/manual/pages/images/touch_cursor.png [new file with mode: 0644]
doc/manual/pages/index.md [new file with mode: 0644]
doc/manual/pages/installation.md [new file with mode: 0644]
doc/manual/pages/main_window.md [new file with mode: 0644]
doc/manual/pages/map_menu.md [new file with mode: 0644]
doc/manual/pages/map_parts.md [new file with mode: 0644]
doc/manual/pages/mapping-introduction.md [new file with mode: 0644]
doc/manual/pages/new_map.md [new file with mode: 0644]
doc/manual/pages/object_tags.md [new file with mode: 0644]
doc/manual/pages/reference.md [new file with mode: 0644]
doc/manual/pages/settings.md [new file with mode: 0644]
doc/manual/pages/symbol_dock_widget.md [new file with mode: 0644]
doc/manual/pages/symbol_replace_dialog.md [new file with mode: 0644]
doc/manual/pages/symbols_menu.md [new file with mode: 0644]
doc/manual/pages/template_adjust.md [new file with mode: 0644]
doc/manual/pages/templates-index.md [new file with mode: 0644]
doc/manual/pages/templates.md [new file with mode: 0644]
doc/manual/pages/templates_menu.md [new file with mode: 0644]
doc/manual/pages/toolbars.md [new file with mode: 0644]
doc/manual/pages/tools_menu.md [new file with mode: 0644]
doc/manual/pages/view_menu.md [new file with mode: 0644]
doc/manual/postprocess-pdflatex.cmake.in [new file with mode: 0644]
doc/manual/postprocess-qhp.cmake.in [new file with mode: 0644]
doc/manual/preprocess-markdown-html.cmake.in [new file with mode: 0644]
doc/manual/preprocess-markdown-pdflatex.cmake.in [new file with mode: 0644]
doc/manual/style.css [new file with mode: 0644]
doc/openorienteering.png [new file with mode: 0644]
doc/tip-of-the-day/tips_de.txt [new file with mode: 0644]
doc/tip-of-the-day/tips_en.txt [new file with mode: 0644]
doc/tip-of-the-day/tips_fr.txt [new file with mode: 0644]
doc/tip-of-the-day/tips_ru.txt [new file with mode: 0644]
doc/tip-of-the-day/tips_uk.txt [new file with mode: 0644]
examples/CMakeLists.txt [new file with mode: 0644]
examples/README.md [new file with mode: 0644]
examples/autosave-example.qrc [new file with mode: 0644]
examples/complete map.omap [new file with mode: 0644]
examples/complete map.png [new file with mode: 0644]
examples/examples.qrc [new file with mode: 0644]
examples/forest sample.omap [new file with mode: 0644]
examples/forest sample.png [new file with mode: 0644]
examples/overprinting.omap [new file with mode: 0644]
examples/src/complete map.xmap [new file with mode: 0644]
examples/src/forest sample.xmap [new file with mode: 0644]
examples/src/overprinting.xmap [new file with mode: 0644]
images/about.png [new file with mode: 0644]
images/arrow-down.png [new file with mode: 0644]
images/arrow-left.png [new file with mode: 0644]
images/arrow-right.png [new file with mode: 0644]
images/arrow-thin-downright.png [new file with mode: 0644]
images/arrow-thin-upleft.png [new file with mode: 0644]
images/arrow-up.png [new file with mode: 0644]
images/close.png [new file with mode: 0644]
images/colors.png [new file with mode: 0644]
images/compass.png [new file with mode: 0644]
images/control.png [new file with mode: 0644]
images/copy-coords.png [new file with mode: 0644]
images/copy.png [new file with mode: 0644]
images/cursor-crosshair.png [new file with mode: 0644]
images/cursor-cut.png [new file with mode: 0644]
images/cursor-delete.png [new file with mode: 0644]
images/cursor-draw-circle.png [new file with mode: 0644]
images/cursor-draw-path.png [new file with mode: 0644]
images/cursor-draw-point.png [new file with mode: 0644]
images/cursor-draw-rectangle.png [new file with mode: 0644]
images/cursor-draw-text.png [new file with mode: 0644]
images/cursor-fill.png [new file with mode: 0644]
images/cursor-georeferencing-add.png [new file with mode: 0644]
images/cursor-georeferencing-move.png [new file with mode: 0644]
images/cursor-hollow.png [new file with mode: 0644]
images/cursor-invisible.png [new file with mode: 0644]
images/cursor-paint-on-template.png [new file with mode: 0644]
images/cursor-rotate.png [new file with mode: 0644]
images/cursor-scale.png [new file with mode: 0644]
images/cut.png [new file with mode: 0644]
images/delete.png [new file with mode: 0644]
images/draw-circle.png [new file with mode: 0644]
images/draw-freehand.png [new file with mode: 0644]
images/draw-path.png [new file with mode: 0644]
images/draw-point-gps.png [new file with mode: 0644]
images/draw-point.png [new file with mode: 0644]
images/draw-rectangle.png [new file with mode: 0644]
images/draw-text.png [new file with mode: 0644]
images/georeferencing.png [new file with mode: 0644]
images/gps-distance-rings.png [new file with mode: 0644]
images/gps-temporary-clear.png [new file with mode: 0644]
images/gps-temporary-path.png [new file with mode: 0644]
images/gps-temporary-point.png [new file with mode: 0644]
images/grid.png [new file with mode: 0644]
images/group.png [new file with mode: 0644]
images/help.png [new file with mode: 0644]
images/magnifying-glass.png [new file with mode: 0644]
images/map-parts.png [new file with mode: 0644]
images/mapper-help.png [new file with mode: 0644]
images/mapper-icon/Mapper-128.png [new file with mode: 0644]
images/mapper-icon/Mapper-16.png [new file with mode: 0644]
images/mapper-icon/Mapper-24.png [new file with mode: 0644]
images/mapper-icon/Mapper-256.png [new file with mode: 0644]
images/mapper-icon/Mapper-32.png [new file with mode: 0644]
images/mapper-icon/Mapper-36.png [new file with mode: 0644]
images/mapper-icon/Mapper-48.png [new file with mode: 0644]
images/mapper-icon/Mapper-512.png [new file with mode: 0644]
images/mapper-icon/Mapper-72.png [new file with mode: 0644]
images/mapper-icon/Mapper-96.png [new file with mode: 0644]
images/mapper-icon/Mapper-large.psd [new file with mode: 0755]
images/mapper-icon/Mapper-small.psd [new file with mode: 0755]
images/mapper-icon/Mapper.icns [new file with mode: 0644]
images/mapper-icon/Mapper.ico [new file with mode: 0644]
images/mapper-icon/README.txt [new file with mode: 0644]
images/mapper-icon/mapper-help.xcf [new file with mode: 0644]
images/mapper.png [new file with mode: 0644]
images/minus.png [new file with mode: 0644]
images/move-to-gps.png [new file with mode: 0644]
images/move.png [new file with mode: 0644]
images/new.png [new file with mode: 0644]
images/open-orienteering.png [new file with mode: 0644]
images/open.png [new file with mode: 0644]
images/paint-on-template-settings.png [new file with mode: 0644]
images/paste.png [new file with mode: 0644]
images/pencil.png [new file with mode: 0644]
images/plus.png [new file with mode: 0644]
images/point-handles-2x.png [new file with mode: 0644]
images/point-handles-4x.png [new file with mode: 0644]
images/point-handles.png [new file with mode: 0644]
images/print-mode-raster.png [new file with mode: 0644]
images/print-mode-separations.png [new file with mode: 0644]
images/print-mode-vector.png [new file with mode: 0644]
images/print.png [new file with mode: 0644]
images/redo.png [new file with mode: 0644]
images/rotate-map.png [new file with mode: 0644]
images/save.png [new file with mode: 0644]
images/settings.png [new file with mode: 0644]
images/svg/delete.svg [new file with mode: 0644]
images/svg/map-parts.svg [new file with mode: 0644]
images/svg/move-to-gps.svg [new file with mode: 0644]
images/svg/view-baseline.svg [new file with mode: 0644]
images/svg/view-hatch-areas.svg [new file with mode: 0644]
images/symbol_point_explanation.png [new file with mode: 0644]
images/symbols.png [new file with mode: 0644]
images/tag-selector.png [new file with mode: 0644]
images/templates.png [new file with mode: 0644]
images/text-align-baseline.png [new file with mode: 0644]
images/text-align-bottom.png [new file with mode: 0644]
images/text-align-hcenter.png [new file with mode: 0644]
images/text-align-left.png [new file with mode: 0644]
images/text-align-right.png [new file with mode: 0644]
images/text-align-top.png [new file with mode: 0644]
images/text-align-vcenter.png [new file with mode: 0644]
images/three-dots.png [new file with mode: 0644]
images/title.png [new file with mode: 0644]
images/tool-boolean-difference.png [new file with mode: 0644]
images/tool-boolean-intersection.png [new file with mode: 0644]
images/tool-boolean-merge-holes.png [new file with mode: 0644]
images/tool-boolean-union.png [new file with mode: 0644]
images/tool-boolean-xor.png [new file with mode: 0644]
images/tool-connect-paths.png [new file with mode: 0644]
images/tool-convert-to-curves.png [new file with mode: 0644]
images/tool-cut-hole.png [new file with mode: 0644]
images/tool-cut.png [new file with mode: 0644]
images/tool-cutout-physical-inner.png [new file with mode: 0644]
images/tool-cutout-physical.png [new file with mode: 0644]
images/tool-distribute-points.png [new file with mode: 0644]
images/tool-duplicate.png [new file with mode: 0644]
images/tool-edit-line.png [new file with mode: 0644]
images/tool-edit.png [new file with mode: 0644]
images/tool-fill-border.png [new file with mode: 0644]
images/tool-fill.png [new file with mode: 0644]
images/tool-gps-display.png [new file with mode: 0644]
images/tool-measure.png [new file with mode: 0644]
images/tool-rotate-pattern.png [new file with mode: 0644]
images/tool-rotate.png [new file with mode: 0644]
images/tool-scale.png [new file with mode: 0644]
images/tool-simplify-path.png [new file with mode: 0644]
images/tool-switch-dashes.png [new file with mode: 0644]
images/tool-switch-symbol.png [new file with mode: 0644]
images/tool-touch-cursor.png [new file with mode: 0644]
images/undo.png [new file with mode: 0644]
images/view-baseline.png [new file with mode: 0644]
images/view-hatch-areas.png [new file with mode: 0644]
images/view-show-all.png [new file with mode: 0644]
images/view-zoom-in.png [new file with mode: 0644]
images/view-zoom-out.png [new file with mode: 0644]
images/window-new.png [new file with mode: 0644]
iwyu-mapper.imp [new file with mode: 0644]
iwyu-qt.imp [new file with mode: 0644]
make_iwyu_qt_imp.sh [new file with mode: 0755]
packaging/CMakeLists.txt [new file with mode: 0644]
packaging/android/AndroidManifest.xml.in [new file with mode: 0644]
packaging/android/CMakeLists.txt [new file with mode: 0644]
packaging/android/CPackConfig.cmake.in [new file with mode: 0644]
packaging/android/Mapper.pro.in [new file with mode: 0644]
packaging/android/install_android_package.cmake.in [new file with mode: 0644]
packaging/android/strings.xml.in [new file with mode: 0644]
packaging/custom_install.cmake.in [new file with mode: 0644]
packaging/linux/Mapper.desktop [new file with mode: 0644]
packaging/linux/openorienteering-mapper.xml [new file with mode: 0644]
packaging/src/CMakeLists.txt [new file with mode: 0644]
packaging/src/Mapper_Source.cmake.in [new file with mode: 0644]
packaging/translations.cpp [new file with mode: 0644]
packaging/windows/custom.nsi.in [new file with mode: 0644]
resources.qrc [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/android/java/org/openorienteering/mapper/MapperActivity.java [new file with mode: 0644]
src/android/java/org/openorienteering/mapper/MapperService.java [new file with mode: 0644]
src/core/app_permissions.cpp [new file with mode: 0644]
src/core/app_permissions.h [new file with mode: 0644]
src/core/app_permissions_android.cpp [new file with mode: 0644]
src/core/autosave.cpp [new file with mode: 0644]
src/core/autosave.h [new file with mode: 0644]
src/core/crs_template.cpp [new file with mode: 0644]
src/core/crs_template.h [new file with mode: 0644]
src/core/crs_template_implementation.cpp [new file with mode: 0644]
src/core/crs_template_implementation.h [new file with mode: 0644]
src/core/georeferencing.cpp [new file with mode: 0644]
src/core/georeferencing.h [new file with mode: 0644]
src/core/image_transparency_fixup.h [new file with mode: 0644]
src/core/latlon.cpp [new file with mode: 0644]
src/core/latlon.h [new file with mode: 0644]
src/core/map.cpp [new file with mode: 0644]
src/core/map.h [new file with mode: 0644]
src/core/map_color.cpp [new file with mode: 0644]
src/core/map_color.h [new file with mode: 0644]
src/core/map_coord.cpp [new file with mode: 0644]
src/core/map_coord.h [new file with mode: 0644]
src/core/map_grid.cpp [new file with mode: 0644]
src/core/map_grid.h [new file with mode: 0644]
src/core/map_part.cpp [new file with mode: 0644]
src/core/map_part.h [new file with mode: 0644]
src/core/map_printer.cpp [new file with mode: 0644]
src/core/map_printer.h [new file with mode: 0644]
src/core/map_view.cpp [new file with mode: 0644]
src/core/map_view.h [new file with mode: 0644]
src/core/objects/boolean_tool.cpp [new file with mode: 0644]
src/core/objects/boolean_tool.h [new file with mode: 0644]
src/core/objects/object.cpp [new file with mode: 0644]
src/core/objects/object.h [new file with mode: 0644]
src/core/objects/object_mover.cpp [new file with mode: 0644]
src/core/objects/object_mover.h [new file with mode: 0644]
src/core/objects/object_operations.h [new file with mode: 0644]
src/core/objects/object_query.cpp [new file with mode: 0644]
src/core/objects/object_query.h [new file with mode: 0644]
src/core/objects/symbol_rule_set.cpp [new file with mode: 0644]
src/core/objects/symbol_rule_set.h [new file with mode: 0644]
src/core/objects/text_object.cpp [new file with mode: 0644]
src/core/objects/text_object.h [new file with mode: 0644]
src/core/path_coord.cpp [new file with mode: 0644]
src/core/path_coord.h [new file with mode: 0644]
src/core/renderables/renderable.cpp [new file with mode: 0644]
src/core/renderables/renderable.h [new file with mode: 0644]
src/core/renderables/renderable_implementation.cpp [new file with mode: 0644]
src/core/renderables/renderable_implementation.h [new file with mode: 0644]
src/core/storage_location.cpp [new file with mode: 0644]
src/core/storage_location.h [new file with mode: 0644]
src/core/symbols/area_symbol.cpp [new file with mode: 0644]
src/core/symbols/area_symbol.h [new file with mode: 0644]
src/core/symbols/combined_symbol.cpp [new file with mode: 0644]
src/core/symbols/combined_symbol.h [new file with mode: 0644]
src/core/symbols/line_symbol.cpp [new file with mode: 0644]
src/core/symbols/line_symbol.h [new file with mode: 0644]
src/core/symbols/point_symbol.cpp [new file with mode: 0644]
src/core/symbols/point_symbol.h [new file with mode: 0644]
src/core/symbols/symbol.cpp [new file with mode: 0644]
src/core/symbols/symbol.h [new file with mode: 0644]
src/core/symbols/symbol_icon_decorator.cpp [new file with mode: 0644]
src/core/symbols/symbol_icon_decorator.h [new file with mode: 0644]
src/core/symbols/text_symbol.cpp [new file with mode: 0644]
src/core/symbols/text_symbol.h [new file with mode: 0644]
src/core/track.cpp [new file with mode: 0644]
src/core/track.h [new file with mode: 0644]
src/core/virtual_coord_vector.cpp [new file with mode: 0644]
src/core/virtual_coord_vector.h [new file with mode: 0644]
src/core/virtual_path.cpp [new file with mode: 0644]
src/core/virtual_path.h [new file with mode: 0644]
src/fileformats/file_format.cpp [new file with mode: 0644]
src/fileformats/file_format.h [new file with mode: 0644]
src/fileformats/file_format_registry.cpp [new file with mode: 0644]
src/fileformats/file_format_registry.h [new file with mode: 0644]
src/fileformats/file_import_export.cpp [new file with mode: 0644]
src/fileformats/file_import_export.h [new file with mode: 0644]
src/fileformats/ocad8_file_format.cpp [new file with mode: 0644]
src/fileformats/ocad8_file_format.h [new file with mode: 0644]
src/fileformats/ocad8_file_format_p.h [new file with mode: 0644]
src/fileformats/ocd_file_export.cpp [new file with mode: 0644]
src/fileformats/ocd_file_export.h [new file with mode: 0644]
src/fileformats/ocd_file_format.cpp [new file with mode: 0644]
src/fileformats/ocd_file_format.h [new file with mode: 0644]
src/fileformats/ocd_file_import.cpp [new file with mode: 0644]
src/fileformats/ocd_file_import.h [new file with mode: 0644]
src/fileformats/ocd_georef_fields.cpp [new file with mode: 0644]
src/fileformats/ocd_georef_fields.h [new file with mode: 0644]
src/fileformats/ocd_icon.cpp [new file with mode: 0644]
src/fileformats/ocd_icon.h [new file with mode: 0644]
src/fileformats/ocd_types.cpp [new file with mode: 0644]
src/fileformats/ocd_types.h [new file with mode: 0644]
src/fileformats/ocd_types_v10.h [new file with mode: 0644]
src/fileformats/ocd_types_v11.h [new file with mode: 0644]
src/fileformats/ocd_types_v12.h [new file with mode: 0644]
src/fileformats/ocd_types_v2018.h [new file with mode: 0644]
src/fileformats/ocd_types_v8.h [new file with mode: 0644]
src/fileformats/ocd_types_v9.h [new file with mode: 0644]
src/fileformats/xml_file_format.cpp [new file with mode: 0644]
src/fileformats/xml_file_format.h [new file with mode: 0644]
src/fileformats/xml_file_format_p.h [new file with mode: 0644]
src/gdal/CMakeLists.txt [new file with mode: 0644]
src/gdal/gdal_extensions.h [new file with mode: 0644]
src/gdal/gdal_image_reader.cpp [new file with mode: 0644]
src/gdal/gdal_image_reader.h [new file with mode: 0644]
src/gdal/gdal_manager.cpp [new file with mode: 0644]
src/gdal/gdal_manager.h [new file with mode: 0644]
src/gdal/gdal_settings_page.cpp [new file with mode: 0644]
src/gdal/gdal_settings_page.h [new file with mode: 0644]
src/gdal/gdal_template.cpp [new file with mode: 0644]
src/gdal/gdal_template.h [new file with mode: 0644]
src/gdal/mapper-osmconf.ini [new file with mode: 0644]
src/gdal/mapper_gdal_info.cpp [new file with mode: 0644]
src/gdal/ogr_file_format.cpp [new file with mode: 0644]
src/gdal/ogr_file_format.h [new file with mode: 0644]
src/gdal/ogr_file_format_p.h [new file with mode: 0644]
src/gdal/ogr_template.cpp [new file with mode: 0644]
src/gdal/ogr_template.h [new file with mode: 0644]
src/global.cpp [new file with mode: 0644]
src/global.h [new file with mode: 0644]
src/gui/about_dialog.cpp [new file with mode: 0644]
src/gui/about_dialog.h [new file with mode: 0644]
src/gui/autosave_dialog.cpp [new file with mode: 0644]
src/gui/autosave_dialog.h [new file with mode: 0644]
src/gui/color_dialog.cpp [new file with mode: 0644]
src/gui/color_dialog.h [new file with mode: 0644]
src/gui/configure_grid_dialog.cpp [new file with mode: 0644]
src/gui/configure_grid_dialog.h [new file with mode: 0644]
src/gui/file_dialog.cpp [new file with mode: 0644]
src/gui/file_dialog.h [new file with mode: 0644]
src/gui/georeferencing_dialog.cpp [new file with mode: 0644]
src/gui/georeferencing_dialog.h [new file with mode: 0644]
src/gui/home_screen_controller.cpp [new file with mode: 0644]
src/gui/home_screen_controller.h [new file with mode: 0644]
src/gui/main_window.cpp [new file with mode: 0644]
src/gui/main_window.h [new file with mode: 0644]
src/gui/main_window_controller.cpp [new file with mode: 0644]
src/gui/main_window_controller.h [new file with mode: 0644]
src/gui/map/map_dialog_rotate.cpp [new file with mode: 0644]
src/gui/map/map_dialog_rotate.h [new file with mode: 0644]
src/gui/map/map_dialog_scale.cpp [new file with mode: 0644]
src/gui/map/map_dialog_scale.h [new file with mode: 0644]
src/gui/map/map_dialog_stretch.cpp [new file with mode: 0644]
src/gui/map/map_dialog_stretch.h [new file with mode: 0644]
src/gui/map/map_editor.cpp [new file with mode: 0644]
src/gui/map/map_editor.h [new file with mode: 0644]
src/gui/map/map_editor_activity.cpp [new file with mode: 0644]
src/gui/map/map_editor_activity.h [new file with mode: 0644]
src/gui/map/map_editor_p.h [new file with mode: 0644]
src/gui/map/map_find_feature.cpp [new file with mode: 0644]
src/gui/map/map_find_feature.h [new file with mode: 0644]
src/gui/map/map_widget.cpp [new file with mode: 0644]
src/gui/map/map_widget.h [new file with mode: 0644]
src/gui/map/new_map_dialog.cpp [new file with mode: 0644]
src/gui/map/new_map_dialog.h [new file with mode: 0644]
src/gui/modifier_key.cpp [new file with mode: 0644]
src/gui/modifier_key.h [new file with mode: 0644]
src/gui/print_progress_dialog.cpp [new file with mode: 0644]
src/gui/print_progress_dialog.h [new file with mode: 0644]
src/gui/print_tool.cpp [new file with mode: 0644]
src/gui/print_tool.h [new file with mode: 0644]
src/gui/print_widget.cpp [new file with mode: 0644]
src/gui/print_widget.h [new file with mode: 0644]
src/gui/select_crs_dialog.cpp [new file with mode: 0644]
src/gui/select_crs_dialog.h [new file with mode: 0644]
src/gui/settings_dialog.cpp [new file with mode: 0644]
src/gui/settings_dialog.h [new file with mode: 0644]
src/gui/symbols/area_symbol_settings.cpp [new file with mode: 0644]
src/gui/symbols/area_symbol_settings.h [new file with mode: 0644]
src/gui/symbols/combined_symbol_settings.cpp [new file with mode: 0644]
src/gui/symbols/combined_symbol_settings.h [new file with mode: 0644]
src/gui/symbols/icon_properties_widget.cpp [new file with mode: 0644]
src/gui/symbols/icon_properties_widget.h [new file with mode: 0644]
src/gui/symbols/line_symbol_settings.cpp [new file with mode: 0644]
src/gui/symbols/line_symbol_settings.h [new file with mode: 0644]
src/gui/symbols/point_symbol_editor_widget.cpp [new file with mode: 0644]
src/gui/symbols/point_symbol_editor_widget.h [new file with mode: 0644]
src/gui/symbols/point_symbol_settings.cpp [new file with mode: 0644]
src/gui/symbols/point_symbol_settings.h [new file with mode: 0644]
src/gui/symbols/symbol_properties_widget.cpp [new file with mode: 0644]
src/gui/symbols/symbol_properties_widget.h [new file with mode: 0644]
src/gui/symbols/symbol_replacement.cpp [new file with mode: 0644]
src/gui/symbols/symbol_replacement.h [new file with mode: 0644]
src/gui/symbols/symbol_replacement_dialog.cpp [new file with mode: 0644]
src/gui/symbols/symbol_replacement_dialog.h [new file with mode: 0644]
src/gui/symbols/symbol_setting_dialog.cpp [new file with mode: 0644]
src/gui/symbols/symbol_setting_dialog.h [new file with mode: 0644]
src/gui/symbols/text_symbol_settings.cpp [new file with mode: 0644]
src/gui/symbols/text_symbol_settings.h [new file with mode: 0644]
src/gui/task_dialog.cpp [new file with mode: 0644]
src/gui/task_dialog.h [new file with mode: 0644]
src/gui/text_browser_dialog.cpp [new file with mode: 0644]
src/gui/text_browser_dialog.h [new file with mode: 0644]
src/gui/touch_cursor.cpp [new file with mode: 0644]
src/gui/touch_cursor.h [new file with mode: 0644]
src/gui/util_gui.cpp [new file with mode: 0644]
src/gui/util_gui.h [new file with mode: 0644]
src/gui/widgets/action_grid_bar.cpp [new file with mode: 0644]
src/gui/widgets/action_grid_bar.h [new file with mode: 0644]
src/gui/widgets/color_dropdown.cpp [new file with mode: 0644]
src/gui/widgets/color_dropdown.h [new file with mode: 0644]
src/gui/widgets/color_list_widget.cpp [new file with mode: 0644]
src/gui/widgets/color_list_widget.h [new file with mode: 0644]
src/gui/widgets/compass_display.cpp [new file with mode: 0644]
src/gui/widgets/compass_display.h [new file with mode: 0644]
src/gui/widgets/crs_param_widgets.cpp [new file with mode: 0644]
src/gui/widgets/crs_param_widgets.h [new file with mode: 0644]
src/gui/widgets/crs_selector.cpp [new file with mode: 0644]
src/gui/widgets/crs_selector.h [new file with mode: 0644]
src/gui/widgets/editor_settings_page.cpp [new file with mode: 0644]
src/gui/widgets/editor_settings_page.h [new file with mode: 0644]
src/gui/widgets/general_settings_page.cpp [new file with mode: 0644]
src/gui/widgets/general_settings_page.h [new file with mode: 0644]
src/gui/widgets/home_screen_widget.cpp [new file with mode: 0644]
src/gui/widgets/home_screen_widget.h [new file with mode: 0644]
src/gui/widgets/key_button_bar.cpp [new file with mode: 0644]
src/gui/widgets/key_button_bar.h [new file with mode: 0644]
src/gui/widgets/mapper_proxystyle.cpp [new file with mode: 0644]
src/gui/widgets/mapper_proxystyle.h [new file with mode: 0644]
src/gui/widgets/measure_widget.cpp [new file with mode: 0644]
src/gui/widgets/measure_widget.h [new file with mode: 0644]
src/gui/widgets/pie_menu.cpp [new file with mode: 0644]
src/gui/widgets/pie_menu.h [new file with mode: 0644]
src/gui/widgets/segmented_button_layout.cpp [new file with mode: 0644]
src/gui/widgets/segmented_button_layout.h [new file with mode: 0644]
src/gui/widgets/settings_page.cpp [new file with mode: 0644]
src/gui/widgets/settings_page.h [new file with mode: 0644]
src/gui/widgets/symbol_dropdown.cpp [new file with mode: 0644]
src/gui/widgets/symbol_dropdown.h [new file with mode: 0644]
src/gui/widgets/symbol_render_widget.cpp [new file with mode: 0644]
src/gui/widgets/symbol_render_widget.h [new file with mode: 0644]
src/gui/widgets/symbol_tooltip.cpp [new file with mode: 0644]
src/gui/widgets/symbol_tooltip.h [new file with mode: 0644]
src/gui/widgets/symbol_widget.cpp [new file with mode: 0644]
src/gui/widgets/symbol_widget.h [new file with mode: 0644]
src/gui/widgets/tag_select_widget.cpp [new file with mode: 0644]
src/gui/widgets/tag_select_widget.h [new file with mode: 0644]
src/gui/widgets/tags_widget.cpp [new file with mode: 0644]
src/gui/widgets/tags_widget.h [new file with mode: 0644]
src/gui/widgets/template_list_widget.cpp [new file with mode: 0644]
src/gui/widgets/template_list_widget.h [new file with mode: 0644]
src/gui/widgets/text_alignment_widget.cpp [new file with mode: 0644]
src/gui/widgets/text_alignment_widget.h [new file with mode: 0644]
src/gui/widgets/text_browser.cpp [new file with mode: 0644]
src/gui/widgets/text_browser.h [new file with mode: 0644]
src/gui/widgets/toast.cpp [new file with mode: 0644]
src/gui/widgets/toast.h [new file with mode: 0644]
src/libocad/CMakeLists.txt [new file with mode: 0644]
src/libocad/array.c [new file with mode: 0644]
src/libocad/array.h [new file with mode: 0644]
src/libocad/color.c [new file with mode: 0644]
src/libocad/file.c [new file with mode: 0644]
src/libocad/geometry.c [new file with mode: 0644]
src/libocad/geometry.h [new file with mode: 0644]
src/libocad/libocad.h [new file with mode: 0644]
src/libocad/ocad_object.c [new file with mode: 0644]
src/libocad/ocad_symbol.c [new file with mode: 0644]
src/libocad/path.c [new file with mode: 0644]
src/libocad/setup.c [new file with mode: 0644]
src/libocad/string.c [new file with mode: 0644]
src/libocad/types.c [new file with mode: 0644]
src/libocad/types.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/mapper_config.h.in [new file with mode: 0644]
src/mapper_resource.cpp [new file with mode: 0644]
src/mapper_resource.h [new file with mode: 0644]
src/mingw/resources.rc.in [new file with mode: 0644]
src/printsupport/CMakeLists.txt [new file with mode: 0644]
src/printsupport/advanced_pdf_printer.cpp [new file with mode: 0644]
src/printsupport/advanced_pdf_printer.h [new file with mode: 0644]
src/printsupport/fork.sh [new file with mode: 0755]
src/printsupport/patch.sh [new file with mode: 0755]
src/printsupport/patches/devicecmyk.diff [new file with mode: 0644]
src/printsupport/patches/enginetype.diff [new file with mode: 0644]
src/printsupport/patches/headers.sed [new file with mode: 0644]
src/printsupport/patches/papersize.diff [new file with mode: 0644]
src/printsupport/patches/producer.diff [new file with mode: 0644]
src/printsupport/printer_properties.cpp [new file with mode: 0644]
src/printsupport/printer_properties.h [new file with mode: 0644]
src/printsupport/printer_properties_win.cpp [new file with mode: 0644]
src/printsupport/qt-5.12.4/advanced_pdf.cpp [new file with mode: 0644]
src/printsupport/qt-5.12.4/advanced_pdf_p.h [new file with mode: 0644]
src/printsupport/qt-5.12.4/printengine_advanced_pdf.cpp [new file with mode: 0644]
src/printsupport/qt-5.12.4/printengine_advanced_pdf_p.h [new file with mode: 0644]
src/printsupport/qt-5.12.4/qfontsubset.cpp [new file with mode: 0644]
src/printsupport/qt-5.12.4/qfontsubset_agl.cpp [new file with mode: 0644]
src/printsupport/qt-5.12.4/qfontsubset_p.h [new file with mode: 0644]
src/printsupport/qt-5.5.1/advanced_pdf.cpp [new file with mode: 0644]
src/printsupport/qt-5.5.1/advanced_pdf_p.h [new file with mode: 0644]
src/printsupport/qt-5.5.1/printengine_advanced_pdf.cpp [new file with mode: 0644]
src/printsupport/qt-5.5.1/printengine_advanced_pdf_p.h [new file with mode: 0644]
src/printsupport/qt-5.5.1/qfontsubset.cpp [new file with mode: 0644]
src/printsupport/qt-5.5.1/qfontsubset_agl.cpp [new file with mode: 0644]
src/printsupport/qt-5.5.1/qfontsubset_p.h [new file with mode: 0644]
src/qmake/mapper_config.h [new file with mode: 0644]
src/sensors/CMakeLists.txt [new file with mode: 0644]
src/sensors/compass.cpp [new file with mode: 0644]
src/sensors/compass.h [new file with mode: 0644]
src/sensors/gps_display.cpp [new file with mode: 0644]
src/sensors/gps_display.h [new file with mode: 0644]
src/sensors/gps_temporary_markers.cpp [new file with mode: 0644]
src/sensors/gps_temporary_markers.h [new file with mode: 0644]
src/sensors/gps_track_recorder.cpp [new file with mode: 0644]
src/sensors/gps_track_recorder.h [new file with mode: 0644]
src/sensors/nmea_position_plugin.cpp [new file with mode: 0644]
src/sensors/nmea_position_plugin.h [new file with mode: 0644]
src/sensors/nmea_position_plugin.json [new file with mode: 0644]
src/sensors/powershell_position_plugin.cpp [new file with mode: 0644]
src/sensors/powershell_position_plugin.h [new file with mode: 0644]
src/sensors/powershell_position_plugin.json [new file with mode: 0644]
src/sensors/powershell_position_source.cpp [new file with mode: 0644]
src/sensors/powershell_position_source.h [new file with mode: 0644]
src/sensors/powershell_position_source.ps1 [new file with mode: 0644]
src/sensors/powershell_position_source.qrc [new file with mode: 0644]
src/sensors/sensors_settings_page.cpp [new file with mode: 0644]
src/sensors/sensors_settings_page.h [new file with mode: 0644]
src/settings.cpp [new file with mode: 0644]
src/settings.h [new file with mode: 0644]
src/templates/template.cpp [new file with mode: 0644]
src/templates/template.h [new file with mode: 0644]
src/templates/template_adjust.cpp [new file with mode: 0644]
src/templates/template_adjust.h [new file with mode: 0644]
src/templates/template_dialog_reopen.cpp [new file with mode: 0644]
src/templates/template_dialog_reopen.h [new file with mode: 0644]
src/templates/template_image.cpp [new file with mode: 0644]
src/templates/template_image.h [new file with mode: 0644]
src/templates/template_image_open_dialog.cpp [new file with mode: 0644]
src/templates/template_image_open_dialog.h [new file with mode: 0644]
src/templates/template_map.cpp [new file with mode: 0644]
src/templates/template_map.h [new file with mode: 0644]
src/templates/template_placeholder.cpp [new file with mode: 0644]
src/templates/template_placeholder.h [new file with mode: 0644]
src/templates/template_position_dock_widget.cpp [new file with mode: 0644]
src/templates/template_position_dock_widget.h [new file with mode: 0644]
src/templates/template_positioning_dialog.cpp [new file with mode: 0644]
src/templates/template_positioning_dialog.h [new file with mode: 0644]
src/templates/template_tool_move.cpp [new file with mode: 0644]
src/templates/template_tool_move.h [new file with mode: 0644]
src/templates/template_tool_paint.cpp [new file with mode: 0644]
src/templates/template_tool_paint.h [new file with mode: 0644]
src/templates/template_track.cpp [new file with mode: 0644]
src/templates/template_track.h [new file with mode: 0644]
src/templates/world_file.cpp [new file with mode: 0644]
src/templates/world_file.h [new file with mode: 0644]
src/tools/cut_hole_tool.cpp [new file with mode: 0644]
src/tools/cut_hole_tool.h [new file with mode: 0644]
src/tools/cut_tool.cpp [new file with mode: 0644]
src/tools/cut_tool.h [new file with mode: 0644]
src/tools/cutout_operation.cpp [new file with mode: 0644]
src/tools/cutout_operation.h [new file with mode: 0644]
src/tools/cutout_tool.cpp [new file with mode: 0644]
src/tools/cutout_tool.h [new file with mode: 0644]
src/tools/distribute_points_tool.cpp [new file with mode: 0644]
src/tools/distribute_points_tool.h [new file with mode: 0644]
src/tools/draw_circle_tool.cpp [new file with mode: 0644]
src/tools/draw_circle_tool.h [new file with mode: 0644]
src/tools/draw_freehand_tool.cpp [new file with mode: 0644]
src/tools/draw_freehand_tool.h [new file with mode: 0644]
src/tools/draw_line_and_area_tool.cpp [new file with mode: 0644]
src/tools/draw_line_and_area_tool.h [new file with mode: 0644]
src/tools/draw_path_tool.cpp [new file with mode: 0644]
src/tools/draw_path_tool.h [new file with mode: 0644]
src/tools/draw_point_gps_tool.cpp [new file with mode: 0644]
src/tools/draw_point_gps_tool.h [new file with mode: 0644]
src/tools/draw_point_tool.cpp [new file with mode: 0644]
src/tools/draw_point_tool.h [new file with mode: 0644]
src/tools/draw_rectangle_tool.cpp [new file with mode: 0644]
src/tools/draw_rectangle_tool.h [new file with mode: 0644]
src/tools/draw_text_tool.cpp [new file with mode: 0644]
src/tools/draw_text_tool.h [new file with mode: 0644]
src/tools/edit_line_tool.cpp [new file with mode: 0644]
src/tools/edit_line_tool.h [new file with mode: 0644]
src/tools/edit_point_tool.cpp [new file with mode: 0644]
src/tools/edit_point_tool.h [new file with mode: 0644]
src/tools/edit_tool.cpp [new file with mode: 0644]
src/tools/edit_tool.h [new file with mode: 0644]
src/tools/fill_tool.cpp [new file with mode: 0644]
src/tools/fill_tool.h [new file with mode: 0644]
src/tools/object_selector.cpp [new file with mode: 0644]
src/tools/object_selector.h [new file with mode: 0644]
src/tools/pan_tool.cpp [new file with mode: 0644]
src/tools/pan_tool.h [new file with mode: 0644]
src/tools/point_handles.cpp [new file with mode: 0644]
src/tools/point_handles.h [new file with mode: 0644]
src/tools/rotate_pattern_tool.cpp [new file with mode: 0644]
src/tools/rotate_pattern_tool.h [new file with mode: 0644]
src/tools/rotate_tool.cpp [new file with mode: 0644]
src/tools/rotate_tool.h [new file with mode: 0644]
src/tools/scale_tool.cpp [new file with mode: 0644]
src/tools/scale_tool.h [new file with mode: 0644]
src/tools/text_object_editor_helper.cpp [new file with mode: 0644]
src/tools/text_object_editor_helper.h [new file with mode: 0644]
src/tools/tool.cpp [new file with mode: 0644]
src/tools/tool.h [new file with mode: 0644]
src/tools/tool_base.cpp [new file with mode: 0644]
src/tools/tool_base.h [new file with mode: 0644]
src/tools/tool_helpers.cpp [new file with mode: 0644]
src/tools/tool_helpers.h [new file with mode: 0644]
src/undo/map_part_undo.cpp [new file with mode: 0644]
src/undo/map_part_undo.h [new file with mode: 0644]
src/undo/object_undo.cpp [new file with mode: 0644]
src/undo/object_undo.h [new file with mode: 0644]
src/undo/undo.cpp [new file with mode: 0644]
src/undo/undo.h [new file with mode: 0644]
src/undo/undo_manager.cpp [new file with mode: 0644]
src/undo/undo_manager.h [new file with mode: 0644]
src/util/backports.h [new file with mode: 0644]
src/util/encoding.cpp [new file with mode: 0644]
src/util/encoding.h [new file with mode: 0644]
src/util/item_delegates.cpp [new file with mode: 0644]
src/util/item_delegates.h [new file with mode: 0644]
src/util/mapper_service_proxy.cpp [new file with mode: 0644]
src/util/mapper_service_proxy.h [new file with mode: 0644]
src/util/matrix.cpp [new file with mode: 0644]
src/util/matrix.h [new file with mode: 0644]
src/util/overriding_shortcut.cpp [new file with mode: 0644]
src/util/overriding_shortcut.h [new file with mode: 0644]
src/util/qasconst.h [new file with mode: 0644]
src/util/qoverload.h [new file with mode: 0644]
src/util/recording_translator.cpp [new file with mode: 0644]
src/util/recording_translator.h [new file with mode: 0644]
src/util/scoped_signals_blocker.cpp [new file with mode: 0644]
src/util/scoped_signals_blocker.h [new file with mode: 0644]
src/util/transformation.cpp [new file with mode: 0644]
src/util/transformation.h [new file with mode: 0644]
src/util/translation_util.cpp [new file with mode: 0644]
src/util/translation_util.h [new file with mode: 0644]
src/util/util.cpp [new file with mode: 0644]
src/util/util.h [new file with mode: 0644]
src/util/xml_stream_util.cpp [new file with mode: 0644]
src/util/xml_stream_util.h [new file with mode: 0644]
suppress.txt.in [new file with mode: 0644]
symbol sets/10000/Course_Design_10000.omap [new file with mode: 0644]
symbol sets/10000/ISMTBOM_10000.omap [new file with mode: 0644]
symbol sets/10000/ISOM 2017-2_10000.omap [new file with mode: 0644]
symbol sets/10000/ISSkiOM 2019_10000.omap [new file with mode: 0644]
symbol sets/12500/ISSkiOM 2019_12500.omap [new file with mode: 0644]
symbol sets/15000/Course_Design_15000.omap [new file with mode: 0644]
symbol sets/15000/ISMTBOM_15000.omap [new file with mode: 0644]
symbol sets/15000/ISOM 2017-2_15000.omap [new file with mode: 0644]
symbol sets/15000/ISSkiOM 2019_15000.omap [new file with mode: 0644]
symbol sets/20000/ISMTBOM_20000.omap [new file with mode: 0644]
symbol sets/4000/Course_Design_4000.omap [new file with mode: 0644]
symbol sets/4000/ISSprOM 2019_4000.omap [new file with mode: 0644]
symbol sets/5000/Course_Design_5000.omap [new file with mode: 0644]
symbol sets/5000/ISMTBOM_5000.omap [new file with mode: 0644]
symbol sets/5000/ISSkiOM 2019_5000.omap [new file with mode: 0644]
symbol sets/7500/ISMTBOM_7500.omap [new file with mode: 0644]
symbol sets/7500/ISSkiOM 2019_7500.omap [new file with mode: 0644]
symbol sets/CMakeLists.txt [new file with mode: 0644]
symbol sets/ISOM 2017-2-ISSkiOM 2019.crt [new file with mode: 0644]
symbol sets/ISOM 2017-2-ISSprOM 2019.crt [new file with mode: 0644]
symbol sets/ISOM2000-ISOM 2017-2.crt [new file with mode: 0644]
symbol sets/ISOM2017-ISOM 2017-2.crt [new file with mode: 0644]
symbol sets/ISSOM-ISSprOM 2019.crt [new file with mode: 0644]
symbol sets/OSM-ISOM 2017-2.crt [new file with mode: 0644]
symbol sets/OSM-ISSkiOM 2019.crt [new file with mode: 0644]
symbol sets/OSM-ISSprOM 2019.crt [new file with mode: 0644]
symbol sets/README.md [new file with mode: 0644]
symbol sets/merge-crt.sh [new file with mode: 0644]
symbol sets/src/Course_Design_10000.xmap [new file with mode: 0644]
symbol sets/src/ISMTBOM_15000.xmap [new file with mode: 0644]
symbol sets/src/ISOM 2017-2_15000.xmap [new file with mode: 0644]
symbol sets/src/ISOM2000_15000.xmap [new file with mode: 0644]
symbol sets/src/ISOM2017_15000.xmap [new file with mode: 0644]
symbol sets/src/ISSOM_5000.xmap [new file with mode: 0644]
symbol sets/src/ISSkiOM 2019_15000.xmap [new file with mode: 0644]
symbol sets/src/ISSkiOM_15000.xmap [new file with mode: 0644]
symbol sets/src/ISSprOM 2019_4000.xmap [new file with mode: 0644]
test/AUTORUN_TESTS.cmake.in [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/TESTNAME-RUN.cmake.in [new file with mode: 0644]
test/autosave_t.cpp [new file with mode: 0644]
test/autosave_t.h [new file with mode: 0644]
test/coord_xml_t.cpp [new file with mode: 0644]
test/coord_xml_t.h [new file with mode: 0644]
test/data/barrier.omap [new file with mode: 0644]
test/data/issue-513-coords-outside-printable.omap [new file with mode: 0644]
test/data/issue-513-coords-outside-printable.xmap [new file with mode: 0644]
test/data/issue-513-coords-outside-qint32.omap [new file with mode: 0644]
test/data/legacy_map.omap [new file with mode: 0644]
test/data/rotated.omap [new file with mode: 0644]
test/data/sensors/nmea.txt [new file with mode: 0644]
test/data/sensors/powershell_position.txt [new file with mode: 0644]
test/data/symbols/area-symbol-line-pattern.omap [new file with mode: 0644]
test/data/symbols/area-symbol-line-pattern.png [new file with mode: 0644]
test/data/symbols/line-symbol-border-variants.omap [new file with mode: 0644]
test/data/symbols/line-symbol-border-variants.png [new file with mode: 0644]
test/data/symbols/line-symbol-cap-variants.omap [new file with mode: 0644]
test/data/symbols/line-symbol-cap-variants.png [new file with mode: 0644]
test/data/symbols/line-symbol-mid-symbol-variants.omap [new file with mode: 0644]
test/data/symbols/line-symbol-mid-symbol-variants.png [new file with mode: 0644]
test/data/symbols/line-symbol-start-end-symbol.omap [new file with mode: 0644]
test/data/symbols/line-symbol-start-end-symbol.png [new file with mode: 0644]
test/data/tags.omap [new file with mode: 0644]
test/data/templates/geotiff.xmap [new file with mode: 0644]
test/data/templates/map.osm [new file with mode: 0644]
test/data/templates/world-file.pgw [new file with mode: 0644]
test/data/templates/world-file.png [new file with mode: 0644]
test/data/templates/world-file.xmap [new file with mode: 0644]
test/data/templates/гео.tiff [new file with mode: 0644]
test/data/text-object.omap [new file with mode: 0644]
test/data/track/track-0.gpx [new file with mode: 0644]
test/data/track/track-1.gpx [new file with mode: 0644]
test/data/undo.omap [new file with mode: 0644]
test/duplicate_equals_t.cpp [new file with mode: 0644]
test/duplicate_equals_t.h [new file with mode: 0644]
test/encoding_t.cpp [new file with mode: 0644]
test/encoding_t.h [new file with mode: 0644]
test/file_format_t.cpp [new file with mode: 0644]
test/file_format_t.h [new file with mode: 0644]
test/georef_ocd_mapping_t.cpp [new file with mode: 0644]
test/georeferencing_t.cpp [new file with mode: 0644]
test/georeferencing_t.h [new file with mode: 0644]
test/grid_t.cpp [new file with mode: 0644]
test/locale_t.cpp [new file with mode: 0644]
test/locale_t.h [new file with mode: 0644]
test/map_color_t.cpp [new file with mode: 0644]
test/map_color_t.h [new file with mode: 0644]
test/map_t.cpp [new file with mode: 0644]
test/map_t.h [new file with mode: 0644]
test/object_query_t.cpp [new file with mode: 0644]
test/object_query_t.h [new file with mode: 0644]
test/ocd_t.cpp [new file with mode: 0644]
test/path_object_t.cpp [new file with mode: 0644]
test/path_object_t.h [new file with mode: 0644]
test/qpainter_t.cpp [new file with mode: 0644]
test/qpainter_t.h [new file with mode: 0644]
test/sensors_t.cpp [new file with mode: 0644]
test/symbol_set_t.cpp [new file with mode: 0644]
test/symbol_set_t.h [new file with mode: 0644]
test/symbol_t.cpp [new file with mode: 0644]
test/template_t.cpp [new file with mode: 0644]
test/test_config.h.in [new file with mode: 0644]
test/tools_t.cpp [new file with mode: 0644]
test/tools_t.h [new file with mode: 0644]
test/track_t.cpp [new file with mode: 0644]
test/transform_t.cpp [new file with mode: 0644]
test/transform_t.h [new file with mode: 0644]
test/tst_qglobal.cpp [new file with mode: 0644]
test/tst_qglobal.h [new file with mode: 0644]
test/undo_manager_t.cpp [new file with mode: 0644]
test/undo_manager_t.h [new file with mode: 0644]
test/util_t.cpp [new file with mode: 0644]
translations/CMakeLists.txt [new file with mode: 0644]
translations/OpenOrienteering_cs.ts [new file with mode: 0644]
translations/OpenOrienteering_da.ts [new file with mode: 0644]
translations/OpenOrienteering_de.ts [new file with mode: 0644]
translations/OpenOrienteering_en.ts [new file with mode: 0644]
translations/OpenOrienteering_eo.ts [new file with mode: 0644]
translations/OpenOrienteering_es.ts [new file with mode: 0644]
translations/OpenOrienteering_et.ts [new file with mode: 0644]
translations/OpenOrienteering_eu.ts [new file with mode: 0644]
translations/OpenOrienteering_fi.ts [new file with mode: 0644]
translations/OpenOrienteering_fr.ts [new file with mode: 0644]
translations/OpenOrienteering_he.ts [new file with mode: 0644]
translations/OpenOrienteering_hr.ts [new file with mode: 0644]
translations/OpenOrienteering_hu.ts [new file with mode: 0644]
translations/OpenOrienteering_id.ts [new file with mode: 0644]
translations/OpenOrienteering_it.ts [new file with mode: 0644]
translations/OpenOrienteering_ja.ts [new file with mode: 0644]
translations/OpenOrienteering_lv.ts [new file with mode: 0644]
translations/OpenOrienteering_nb.ts [new file with mode: 0644]
translations/OpenOrienteering_nl.ts [new file with mode: 0644]
translations/OpenOrienteering_pl.ts [new file with mode: 0644]
translations/OpenOrienteering_pt_BR.ts [new file with mode: 0644]
translations/OpenOrienteering_pt_PT.ts [new file with mode: 0644]
translations/OpenOrienteering_ru.ts [new file with mode: 0644]
translations/OpenOrienteering_sv.ts [new file with mode: 0644]
translations/OpenOrienteering_template.ts [new file with mode: 0644]
translations/OpenOrienteering_tr.ts [new file with mode: 0644]
translations/OpenOrienteering_uk.ts [new file with mode: 0644]
translations/OpenOrienteering_zh_CN.ts [new file with mode: 0644]
translations/future_translations.cpp [new file with mode: 0644]
translations/locversion.plist.in [new file with mode: 0644]
translations/map_symbols_cs.ts [new file with mode: 0644]
translations/map_symbols_da.ts [new file with mode: 0644]
translations/map_symbols_de.ts [new file with mode: 0644]
translations/map_symbols_eo.ts [new file with mode: 0644]
translations/map_symbols_es.ts [new file with mode: 0644]
translations/map_symbols_fi.ts [new file with mode: 0644]
translations/map_symbols_fr.ts [new file with mode: 0644]
translations/map_symbols_hr.ts [new file with mode: 0644]
translations/map_symbols_hu.ts [new file with mode: 0644]
translations/map_symbols_it.ts [new file with mode: 0644]
translations/map_symbols_lv.ts [new file with mode: 0644]
translations/map_symbols_nb.ts [new file with mode: 0644]
translations/map_symbols_nl.ts [new file with mode: 0644]
translations/map_symbols_pl.ts [new file with mode: 0644]
translations/map_symbols_ru.ts [new file with mode: 0644]
translations/map_symbols_sv.ts [new file with mode: 0644]
translations/map_symbols_template.ts [new file with mode: 0644]
translations/map_symbols_tr.ts [new file with mode: 0644]
translations/map_symbols_uk.ts [new file with mode: 0644]
translations/map_symbols_zh_Hans.ts [new file with mode: 0644]
translations/qt_eo.ts [new file with mode: 0644]
translations/qt_et.ts [new file with mode: 0644]
translations/qt_id.ts [new file with mode: 0644]
translations/qt_nb.ts [new file with mode: 0644]
translations/qt_nl.ts [new file with mode: 0644]
translations/qt_template.ts [new file with mode: 0644]
translations/translate_text_files.sh [new file with mode: 0755]