pax_global_header00006660000000000000000000000064144145517350014523gustar00rootroot0000000000000052 comment=850088553551ccc43e5f04d79e75c75ad689554d vorta-0.8.12/000077500000000000000000000000001441455173500127465ustar00rootroot00000000000000vorta-0.8.12/.editorconfig000066400000000000000000000003571441455173500154300ustar00rootroot00000000000000# http://editorconfig.org root = true [*] charset = utf-8 indent_style = space indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [Makefile] indent_style = tab [.github/**.yml] indent_size = 2 vorta-0.8.12/.git-blame-ignore-revs000066400000000000000000000001071441455173500170440ustar00rootroot00000000000000# Migrate code style to Black b6a24debb78b953117a3f637db18942f370a4b85 vorta-0.8.12/.gitattributes000066400000000000000000000000211441455173500156320ustar00rootroot00000000000000*.py diff=python vorta-0.8.12/.github/000077500000000000000000000000001441455173500143065ustar00rootroot00000000000000vorta-0.8.12/.github/CONTRIBUTING.md000066400000000000000000000007061441455173500165420ustar00rootroot00000000000000# Connect and Contribute - To discuss everything around using, improving, packaging and translating Vorta, join the [discussion on Github](https://github.com/borgbase/vorta/discussions). - Report bugs by opening a new [Github issue](https://github.com/borgbase/vorta/issues/new/choose). - Want to contribute to Vorta? Great! See our [contributor guide](https://vorta.borgbase.com/contributing/) on how to help out with coding, translation and packaging. vorta-0.8.12/.github/ISSUE_TEMPLATE/000077500000000000000000000000001441455173500164715ustar00rootroot00000000000000vorta-0.8.12/.github/ISSUE_TEMPLATE/bug_form.yaml000066400000000000000000000051071441455173500211600ustar00rootroot00000000000000name: "Bug Report Form" description: "Report a bug or a similiar issue." body: - type: markdown attributes: value: | Thank you for reporting an issue. Please fill out the below template with as much detail as possible. Incomplete bug reports are likely to be closed without comment. If you want to suggest a feature use the `Feature Request` template instead. If you have any other question, head to our [Discussions](https://github.com/borgbase/vorta/discussions). - type: textarea id: description attributes: label: Description description: | Please describe your issue and its context in a clear and concise way. Please try to reproduce the issue and provide the steps to reproduce it. Wrap error messages in triple backticks. placeholder: | I encountered a bug. ```Error message``` Steps to reproduce: 1. 2. 3. validations: required: true - type: checkboxes id: reproducible attributes: label: Reproduction description: Please try to reproduce the issue with the steps you provided and capture the logs of this try for the form input below. options: - label: I tried to reproduce the issue. required: true - label: I was able to reproduce the issue. - type: input id: os attributes: label: OS description: Operating system (and desktop environment) placeholder: , validations: required: true - type: input id: version attributes: label: Version of Vorta description: Vorta and Borg versions can be found in Main Window > Misc Tab. validations: required: true - type: dropdown id: installation attributes: label: What did you install Vorta with? options: - Homebrew - Binary - Distribution package - Flatpak - Pip - Other validations: required: true - type: input id: borg attributes: label: Version of Borg description: Vorta and Borg versions can be found in Main Window > Misc Tab. - type: textarea id: logs attributes: label: Logs description: | Logs are very important for most issues. Please paste them down below. *(No need for backticks)* They can be found in Main Window > Misc Tab > Log. Logs are more helpful if you include (exactly) the logs that were produced during the steps you described above. placeholder: paste logs here render: pytb vorta-0.8.12/.github/ISSUE_TEMPLATE/bug_report.md000066400000000000000000000023101441455173500211570ustar00rootroot00000000000000--- name: Bug Report about: Report a bug or a similiar issue - the classic way title: '' labels: '' assignees: '' --- #### Description I _was_/_wasn't_ able to reproduce the issue. #### Environment - OS: - Vorta version: - Installed from: - Borg version: #### Logs ``` *paste logs here* ``` vorta-0.8.12/.github/ISSUE_TEMPLATE/config.yml000066400000000000000000000006331441455173500204630ustar00rootroot00000000000000contact_links: - name: Documentation url: https://vorta.borgbase.com/ about: Documentation on installing, using and contributing to Vorta. - name: Support url: https://github.com/borgbase/vorta/discussions/categories/faq about: Please ask for support in the Discussions FAQ. - name: Discussions url: https://github.com/borgbase/vorta/discussions about: Discuss everything here. vorta-0.8.12/.github/ISSUE_TEMPLATE/feature_request.md000066400000000000000000000011631441455173500222170ustar00rootroot00000000000000--- name: Feature Request about: Suggest an idea for this project. title: 'FR: ' labels: 'type:enhancement' assignees: '' --- #### The problem #### Requested Solution #### Alternatives #### Additional context vorta-0.8.12/.github/pull_request_template.md000066400000000000000000000036671441455173500212630ustar00rootroot00000000000000 ### Description ### Related Issue ### Motivation and Context ### How Has This Been Tested? ### Screenshots (if appropriate): ### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ### Checklist: - [ ] I have read the [CONTRIBUTING](https://vorta.borgbase.com/contributing/) guide. - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. *I provide my contribution under the terms of the [license](./../../LICENSE.txt) of this repository and I affirm the [Developer Certificate of Origin][dco].* [dco]: https://developercertificate.org/ vorta-0.8.12/.github/stale.yml000066400000000000000000000016171441455173500161460ustar00rootroot00000000000000# Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - "status:idea" - "status:planning" - "status:on hold" - "status:ready" - "type:bug" - "type:docs" - "type:enhancement" - "type:feature" - "type:refactor" - "type:task" # Label to use when marking an issue as stale staleLabel: "status:stale" # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false # Limit to only `issues` or `pulls` only: issues vorta-0.8.12/.github/workflows/000077500000000000000000000000001441455173500163435ustar00rootroot00000000000000vorta-0.8.12/.github/workflows/build-macos.yml000066400000000000000000000050451441455173500212710ustar00rootroot00000000000000name: Build macOS release on: workflow_dispatch: inputs: branch: description: 'Branch to use for building macOS release' required: true default: 'master' borg_version: description: 'Borg version to package' required: true default: '1.2.1' jobs: build: runs-on: macos-11 steps: - name: Check out selected branch uses: actions/checkout@v3 with: ref: ${{ github.event.inputs.branch }} - name: Install system dependencies run: | brew install openssl readline xz - name: Install build dependencies run: | brew install --cask sparkle brew install create-dmg pip3 install --upgrade pip pip3 install -r dev.txt working-directory: requirements.d - name: Install Vorta run: | pip3 install . - name: Package with PyInstaller run: | pyinstaller --clean --noconfirm package/vorta.spec cp -R /usr/local/Caskroom/sparkle/*/Sparkle.framework dist/Vorta.app/Contents/Frameworks/ curl -LJO https://github.com/borgbackup/borg/releases/download/${{ github.event.inputs.borg_version }}/borg-macos64.tgz tar xvf borg-macos64.tgz -C dist/Vorta.app/Contents/Resources/ cd dist && zip -rq --symlinks Vorta.zip Vorta.app - name: Codesign executable continue-on-error: false working-directory: dist env: MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }} MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }} CERTIFICATE_NAME: ${{ secrets.MACOS_CERTIFICATE_NAME }} APPLE_ID_USER: ${{ secrets.APPLE_ID_USER }} APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} run: | echo $MACOS_CERTIFICATE | base64 --decode > certificate.p12 security create-keychain -p 123 build.keychain security default-keychain -s build.keychain security unlock-keychain -p 123 build.keychain security import certificate.p12 -k build.keychain -A -P $MACOS_CERTIFICATE_PWD -T /usr/bin/codesign security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k 123 build.keychain python3 ../package/fix_app_qt_folder_names_for_codesign.py Vorta.app sh ../package/macos-package-app.sh # - name: Setup tmate session # uses: mxschmitt/action-tmate@v3 # if: ${{ failure() }} # timeout-minutes: 15 - name: Upload build uses: actions/upload-artifact@v2 with: name: Vorta.dmg path: dist/Vorta.dmg retention-days: 10 vorta-0.8.12/.github/workflows/test.yml000066400000000000000000000055621441455173500200550ustar00rootroot00000000000000name: Test on: push: pull_request: workflow_dispatch: inputs: debug_enabled: type: boolean description: 'Run the build with tmate debugging enabled' required: false default: false jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Python 3.8 uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 # v4.3.1 with: python-version: 3.8 - name: Install Vorta run: | pip install . pip install -r requirements.d/dev.txt - name: Test formatting with Flake8, isort and Black run: make lint # - name: Run PyLint (info only) # run: pylint --rcfile=setup.cfg src --exit-zero test: timeout-minutes: 20 runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 # v4.3.1 with: python-version: ${{ matrix.python-version }} - name: Get pip cache dir id: pip-cache run: | echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: pip cache uses: actions/cache@v2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg', 'requirements.d/**') }} restore-keys: | ${{ runner.os }}-pip- - name: Install system dependencies (Linux) if: runner.os == 'Linux' run: | sudo apt update && sudo apt install -y \ xvfb libssl-dev openssl libacl1-dev libacl1 build-essential borgbackup \ libxkbcommon-x11-0 dbus-x11 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \ libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 - name: Install system dependencies (macOS) if: runner.os == 'macOS' run: | brew install openssl readline xz borgbackup - name: Install Vorta run: | pip install -e . pip install -r requirements.d/dev.txt - name: Setup tmate session uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} - name: Test with pytest (Linux) if: runner.os == 'Linux' run: | xvfb-run --server-args="-screen 0 1024x768x24+32" \ -a dbus-run-session -- make test - name: Test with pytest (macOS) if: runner.os == 'macOS' run: make test - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 env: OS: ${{ runner.os }} python: ${{ matrix.python-version }} with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS, python vorta-0.8.12/.gitignore000066400000000000000000000006041441455173500147360ustar00rootroot00000000000000.DS_Store .idea/ bin/ build/ dist/ docs/ *.autosave __pycache__ .pytest_cache .eggs vorta.egg-info .coverage .tox .python-version .vagrant *.log htmlcov # virtual python environments env venv .env .venv # Avoid adding translations of source language # Files are still used by Transifex src/vorta/i18n/ts/vorta.en.ts src/vorta/i18n/ts/vorta.en_US.ts flatpak/app/ flatpak/.flatpak-builder/ vorta-0.8.12/.pre-commit-config.yaml000066400000000000000000000043751441455173500172400ustar00rootroot00000000000000# pre-commit is a useful tool which can be setup by contributors # per-repository in a few simple steps given that the # repository has a config file like this one. # # The configured hooks are run on `git commit`. If one of the hooks makes or # demands a change of the commits contents the commit process is aborted. # The hooks can also be run manually through `pre-commit run --all-files`. minimum_pre_commit_version: "1.15" # The following hooks will be run before a commit is created repos: # general stuff - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: # check file system problems - id: check-case-conflict - id: check-symlinks - id: destroyed-symlinks # unify whitespace and line ending - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer - id: mixed-line-ending # sort requirements.txt files - id: requirements-txt-fixer # format python files - repo: https://github.com/psf/black rev: 22.12.0 hooks: - id: black files: ^(src/vorta/|tests) # sort python imports - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort # # run black on code embedded in docstrings # - repo: https://github.com/asottile/blacken-docs # rev: v1.12.1 # hooks: # - id: blacken-docs # additional_dependencies: [black] # args: # [ # --line-length, # "120", # --skip-string-normalization, # --target-version, # py39, # ] # check pep8 conformity using flake8 - repo: https://github.com/PyCQA/flake8 rev: 6.0.0 hooks: - id: flake8 # configuration for the pre-commit.ci bot # only relevant when actually using the bot ci: autofix_commit_msg: | [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci and the `.pre-commit-config.yaml` file in this repository. autofix_prs: true # default autoupdate_commit_msg: | [pre-commit.ci] Autoupdate pre-commit hook versions. for more information, see https://pre-commit.ci and the `.pre-commit-config.yaml` file in this repository. submodules: false # default vorta-0.8.12/.tx/000077500000000000000000000000001441455173500134575ustar00rootroot00000000000000vorta-0.8.12/.tx/config000066400000000000000000000003331441455173500146460ustar00rootroot00000000000000[main] host = https://www.transifex.com [o:borgbase:p:vorta:r:vorta] file_filter = src/vorta/i18n/ts/vorta..ts source_file = src/vorta/i18n/ts/vorta.en.ts source_lang = en type = QT minimum_perc = 80 vorta-0.8.12/CONTRIBUTORS.md000066400000000000000000000017671441455173500152400ustar00rootroot00000000000000# Vorta Contributors ## Programming The following authors made major code contributions to Vorta source code: ### [Manuel Riel](https://github.com/m3nu) - Original author ### [Thomas Waldmann](https://github.com/ThomasWaldmann) - Major contributions to implement translations - Clean up style and formatting ### [Julian Hofer](https://github.com/Hofer-Julian) - Flatpak packaging for Linux - Numerous incremental features ### [Bastien](https://github.com/bastiencyr) - Queuing system for Borg jobs - Numerous incremental fixes ### Others For other contributors, see [here](https://github.com/borgbase/vorta/graphs/contributors). ## Translations The following authors contributed translations: - German: [Thomas Waldmann](https://github.com/ThomasWaldmann) - Italian: [Luigi Operoso](https://github.com/brokenpip3) - French: [David Brassard](https://github.com/dbrassard) - Czech: [Pavel Borecki](https://www.transifex.com/user/profile/pavelb/) - Finnish: [Jiri Grönroos](https://en.liberapay.com/artnay/) vorta-0.8.12/LICENSE.txt000066400000000000000000001046371441455173500146040ustar00rootroot00000000000000Copyright (C) 2018-2020 Manuel Riel and Vorta contributors (see CONTRIBUTORS.md) GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . vorta-0.8.12/MANIFEST.in000066400000000000000000000004071441455173500145050ustar00rootroot00000000000000graft src/vorta/assets # Include all compiled .qm language files, but exclude the source language (en). recursive-include src/vorta/i18n/qm *.qm exclude src/vorta/i18n/qm/vorta.en.qm recursive-exclude tests * global-exclude *.DS_Store global-exclude *.egg-info vorta-0.8.12/Makefile000066400000000000000000000056051441455173500144140ustar00rootroot00000000000000export VORTA_SRC := src/vorta export APPSTREAM_METADATA := src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml VERSION := $(shell python -c "from src.vorta._version import __version__; print(__version__)") .PHONY : help .DEFAULT_GOAL := help clean: rm -rf dist/* dist/Vorta.app: ## Build macOS app locally (without Borg) pyinstaller --clean --noconfirm package/vorta.spec cp -R /usr/local/Caskroom/sparkle/*/Sparkle.framework dist/Vorta.app/Contents/Frameworks/ rm -rf build/vorta dist/vorta dist/Vorta.dmg: dist/Vorta.app ## Create notarized macOS DMG for distribution. python3 package/fix_app_qt_folder_names_for_codesign.py dist/Vorta.app cd dist && sh ../package/macos-package-app.sh github-release: dist/Vorta.dmg ## Add new Github release and attach macOS DMG cp dist/Vorta.dmg dist/vorta-${VERSION}.dmg hub release create --attach=dist/vorta-${VERSION}.dmg v${VERSION} git checkout gh-pages git commit -m 'rebuild pages' --allow-empty git push upstream gh-pages git checkout master pypi-release: translations-to-qm ## Upload new release to PyPi python setup.py sdist twine upload dist/vorta-${VERSION}.tar.gz bump-version: ## Tag new version. First set new version number in src/vorta/_version.py xmlstarlet ed -L -u 'component/releases/release/@date' -v $(shell date +%F) ${APPSTREAM_METADATA} xmlstarlet ed -L -u 'component/releases/release/@version' -v v${VERSION} ${APPSTREAM_METADATA} git commit -a -m "Bump version to v${VERSION}" git tag -a v${VERSION} translations-from-source: ## Extract strings from source code / UI files, merge into .ts. pylupdate5 -verbose -translate-function trans_late \ $$(find ${VORTA_SRC} -iname "*.py" -o -iname "*.ui") \ -ts ${VORTA_SRC}/i18n/ts/vorta.en.ts translations-push: translations-from-source ## Upload .ts to Transifex. tx push -s translations-pull: ## Download .ts from Transifex. tx pull -a translations-to-qm: ## Compile .ts text files to binary .qm files. for f in $$(ls ${VORTA_SRC}/i18n/ts/vorta.*.ts); do lrelease $$f -qm ${VORTA_SRC}/i18n/qm/$$(basename $$f .ts).qm; done flatpak-install: translations-to-qm pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} --no-build-isolation . install -D ${APPSTREAM_METADATA} ${FLATPAK_DEST}/share/metainfo/com.borgbase.Vorta.appdata.xml install -D src/vorta/assets/icons/icon.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/com.borgbase.Vorta.svg install -D package/icon-symbolic.svg ${FLATPAK_DEST}/share/icons/hicolor/symbolic/apps/com.borgbase.Vorta-symbolic.svg install -D src/vorta/assets/metadata/com.borgbase.Vorta.desktop ${FLATPAK_DEST}/share/applications/com.borgbase.Vorta.desktop lint: flake8 isort --check-only . black --check . test: pytest --cov=vorta help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' vorta-0.8.12/README.md000066400000000000000000000066061441455173500142350ustar00rootroot00000000000000# Vorta Backup Client Logo [![GitHub all releases](https://img.shields.io/github/downloads/borgbase/vorta/total?label=downloads&logo=github&color=green)](https://github.com/borgbase/vorta/releases) [![Flathub](https://img.shields.io/flathub/downloads/com.borgbase.Vorta?logo=flathub&logoColor=white&color=green)](https://flathub.org/apps/details/com.borgbase.Vorta) [![Github License](https://img.shields.io/github/license/borgbase/vorta?color=bd0000)](https://github.com/borgbase/vorta/blob/master/LICENSE.txt) [![pypi](https://img.shields.io/pypi/v/vorta.svg?logo=pypi&logoColor=white&color=0073b7)](https://pypi.org/project/vorta/) [![homebrew cask](https://img.shields.io/homebrew/cask/v/vorta?logo=homebrew&color=fbb040)](https://formulae.brew.sh/cask/vorta) [![Flathub](https://img.shields.io/flathub/v/com.borgbase.Vorta?color=4a86cf&logo=flathub&logoColor=white)](https://flathub.org/apps/details/com.borgbase.Vorta) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

🤝 **This project is part of the [Google Summer of Code](https://summerofcode.withgoogle.com/) 2023 program. Apply or learn more [here](https://github.com/borgbase/vorta/wiki/Google-Summer-of-Code-2023-Ideas)!** Vorta is a backup client for macOS and Linux desktops. It integrates the mighty [BorgBackup](https://borgbackup.readthedocs.io) with your desktop environment to protect your data from disk failure, ransomware and theft. ![](https://files.qmax.us/vorta/screencast-8-small.gif) ## Why is this great? 🤩 - **Encrypted, deduplicated and compressed backups** using [Borg](https://borgbackup.readthedocs.io) as backend. - **No vendor lock-in** – back up to local drives, your own server or [BorgBase](https://www.borgbase.com), a hosting service for Borg backups. - **Open source** – free to use, modify, improve and audit. - **Flexible profiles** to group source folders, backup destinations and schedules. - **One place** to view all point-in-time archives and restore individual files. Learn more on [Vorta's website](https://vorta.borgbase.com). ## Installation Vorta should work on all platforms that support Qt and Borg. This includes macOS, Ubuntu, Debian, Fedora, Arch Linux and many others. Windows is currently not supported by Borg, but this may change in the future. See our website for [download links and and install instructions](https://vorta.borgbase.com/install). ## Connect and Contribute - To discuss everything around using, improving, packaging and translating Vorta, join the [discussion on Github](https://github.com/borgbase/vorta/discussions). - Report bugs by opening a new [Github issue](https://github.com/borgbase/vorta/issues/new/choose). - Want to contribute to Vorta? Great! See our [contributor guide](https://vorta.borgbase.com/contributing/) on how to help out with coding, translation and packaging. ## License and Credits - See [CONTRIBUTORS.md](CONTRIBUTORS.md) to see who programmed and translated Vorta. - Licensed under [GPLv3](LICENSE.txt). © 2018-2020 Manuel Riel and Vorta contributors - Based on [PyQt](https://riverbankcomputing.com/software/pyqt/intro) and [Qt](https://www.qt.io). - Icons by [FontAwesome](https://fontawesome.com) vorta-0.8.12/bin/000077500000000000000000000000001441455173500135165ustar00rootroot00000000000000vorta-0.8.12/bin/.gitkeep000066400000000000000000000000001441455173500151350ustar00rootroot00000000000000vorta-0.8.12/codecov.yml000066400000000000000000000000171441455173500151110ustar00rootroot00000000000000comment: false vorta-0.8.12/package/000077500000000000000000000000001441455173500143415ustar00rootroot00000000000000vorta-0.8.12/package/entitlements.plist000066400000000000000000000007271441455173500201370ustar00rootroot00000000000000 com.apple.security.cs.allow-jit com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.disable-library-validation vorta-0.8.12/package/fix_app_qt_folder_names_for_codesign.py000066400000000000000000000103071441455173500243050ustar00rootroot00000000000000# -*- coding: utf-8 -*- """ Remove dots in filenames of libraries after PyInstaller. See https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing-Qt """ import os import shutil import sys from pathlib import Path from typing import Generator, List, Optional from macholib.MachO import MachO def create_symlink(folder: Path) -> None: """Create the appropriate symlink in the MacOS folder pointing to the Resources folder. """ sibbling = Path(str(folder).replace("MacOS", "")) # PyQt5/Qt/qml/QtQml/Models.2 root = str(sibbling).partition("Contents")[2].lstrip("/") # ../../../../ backward = "../" * (root.count("/") + 1) # ../../../../Resources/PyQt5/Qt/qml/QtQml/Models.2 good_path = f"{backward}Resources/{root}" folder.symlink_to(good_path) def fix_dll(dll: Path) -> None: """Fix the DLL lookup paths to use relative ones for Qt dependencies. Inspiration: PyInstaller/depend/dylib.py:mac_set_relative_dylib_deps() Currently one header is pointing to (we are in the Resources folder): @loader_path/../../../../QtCore (it is referencing to the old MacOS folder) It will be converted to: @loader_path/../../../../../../MacOS/QtCore """ def match_func(pth: str) -> Optional[str]: """Callback function for MachO.rewriteLoadCommands() that is called on every lookup path setted in the DLL headers. By returning None for system libraries, it changes nothing. Else we return a relative path pointing to the good file in the MacOS folder. """ basename = os.path.basename(pth) if not basename.startswith("Qt"): return None return f"@loader_path{good_path}/{basename}" # Resources/PyQt5/Qt/qml/QtQuick/Controls.2/Fusion root = str(dll.parent).partition("Contents")[2][1:] # /../../../../../../.. backward = "/.." * (root.count("/") + 1) # /../../../../../../../MacOS good_path = f"{backward}/MacOS" # Rewrite Mach headers with corrected @loader_path dll = MachO(dll) dll.rewriteLoadCommands(match_func) with open(dll.filename, "rb+") as f: for header in dll.headers: f.seek(0) dll.write(f) f.seek(0, 2) f.flush() def find_problematic_folders(folder: Path) -> Generator[Path, None, None]: """Recursively yields problematic folders (containing a dot in their name).""" for path in folder.iterdir(): if not path.is_dir() or path.is_symlink(): # Skip simlinks as they are allowed (even with a dot) continue if "." in path.name: yield path else: yield from find_problematic_folders(path) def move_contents_to_resources(folder: Path) -> Generator[Path, None, None]: """Recursively move any non symlink file from a problematic folder to the sibbling one in Resources. """ for path in folder.iterdir(): if path.is_symlink(): continue if path.name == "qml": yield from move_contents_to_resources(path) else: sibbling = Path(str(path).replace("MacOS", "Resources")) sibbling.parent.mkdir(parents=True, exist_ok=True) shutil.move(path, sibbling) yield sibbling def main(args: List[str]) -> int: """ Fix the application to allow codesign (NXDRIVE-1301). Take one or more .app as arguments: "Nuxeo Drive.app". To overall process will: - move problematic folders from MacOS to Resources - fix the DLLs lookup paths - create the appropriate symbolic link """ for app in args: name = os.path.basename(app) print(f">>> [{name}] Fixing Qt folder names") path = Path(app) / "Contents" / "MacOS" for folder in find_problematic_folders(path): for file in move_contents_to_resources(folder): try: fix_dll(file) except (ValueError, IsADirectoryError): continue shutil.rmtree(folder) create_symlink(folder) print(f" !! Fixed {folder}") print(f">>> [{name}] Application fixed.") if __name__ == "__main__": sys.exit(main(sys.argv[1:])) vorta-0.8.12/package/icon-symbolic.svg000066400000000000000000000046441441455173500176410ustar00rootroot00000000000000 image/svg+xml vorta-0.8.12/package/icon.icns000066400000000000000000002364111441455173500161560ustar00rootroot00000000000000icns= ic12PNG  IHDR@@iqsRGBDeXIfMM*i@@FQBXIDATxZYhAmmVggR "ZǓBzPj> JE(^x+ٵɮT7lIh730̿37?3c1` 0c pnllw\;0~5q7TUE~$ӟ\Ҳ@aQ&JϰgW}}5s&K6*#čtnkks)1x #&dp8܌K(}ؗL;< FL@_:7Ց07p+lfOL' [Ƥfv}\H( R ,r}cZ0d c72OBbקI3@\!fʦow 酤4,4No,K4,4 IC!#ң- !, P{]v^kjjȹ1B\w:><ę56nWhMfkM#|%I: d_` Bkk;"fZ@H BWWW>dCWJDYT֣^HEEEdžY [M `0WfpxW%6$vT뚗pHk. xB;E.:b:&Ϛ+w`|dg杫%V NǓߙE߳)ȑR,)I$vnZ8aOh,:#w+XyC$+MM74 1Oz?+ezNbjĘ4-DɽߴgSx]iSc ;~ҀKUu }wk/Rkm}C)ouSpkA%C~>kUlx*/!TC(//odiFrftcC=oo{t浴o#Y9)(3^؛۫ͥۜWIؙn lU}@Gi+ʸ )c3d`l䟟@ K "#'4жJq?U޴ (1` 0c ~^mcIENDB`ic07 ԉPNG  IHDR>asRGBDeXIfMM*iHw 6IDATxoUk ҖR["F h"QH"@/j 4C&BbH[ AD(P-Blw>93wfn ,                     Iv۶mVh4N)O/jM2L&S8 >bLD*;fs IV&^#G+|y{ju]5عs< 6C-&h;[lFU1۷&%%5@9jmt{ޗ(-ID?H@agY,CuuufH+l6vBZ{].mkk+W!`޽}>?$CiA~-TUU5+%b~cTg J ~X8(mmmݨ EB\R,맸_KB_&)D@P kWXey~ŕ=fv3 \v k(%+1- pcTΡl nWGQZ%vڕO}s珢!=s|e& ^:~W(URf$=\xXRr(UTklMI 1go7V@̡@`WI96e )(IETRKDAׯ%P hF~TPT( pZҧN/ N+4~RZ2!>./R&ҚY# yX>(_c*; ilhm'm]-c =H_v⹴_H=\L%PudGKoo[y6w !@Lꌌ6lN V@3z5SzYtka[#@|*V ` I?1:% 4[G> h4 ܁}, BGLT#YBĩR/0B4L]\k?kt)>6x] }|f_gR2.5G6PCrm`K:Y-[{!߀}}RqOFsnt۟bjΙrۛ?'`ŏz .|<+BٓEOl;Kޙfc#FTf8mov_,)S_#= @@e=s9;w x                                             '0Ud20$2V1yB@sd]d:7nx!-_9S12ڵkz/s\0/LSnU`|[uֽUo*O$h!PhB\zIR0!_w,?RC{@D!g\}lڴ)XZZ $c& Eѿz6ς(ƵR2A,>~OP^ G2Zn`֭/kM,Ւ 143z˖-ߕorȻ ,޵kWoK}s[|ӛI_"h47F '~Ti洕+bm۶'bL״([ER^d@OO&-Q%(z ̔uzg1y~ 'JHdED !w-IͥD<_Uh.UmPx^P@oopt xv@~' x2 i$顀';B?YQ xn@OTCOE*3? YM[Ag˓COu* vkW2Lfx}<3 J[O <k[pO <ȵgBᕍ9z xf(੧\s[]g%W xb(uBi-$唀'ZwNUcCm6UIuZ@례u(P@Hnh;n@Fdh9* w  hȵ??nUQkvCmv=D !ڵ;uȏU<8$܋LTߡntf(_:I>b(j@pcw: h1p ש>P@}õ!kǜ%P_Hn\pu(J 'rk$P!@CCÝ{~;hTɊ T/;^Ȁ 5'K P!PC[Qrsϻ{c! d(W 'JNKV X2ȫ0Zu8I ~ T/R>ሒ$9 B W^ݝvSCi\4#`@M<s0   ~<i@ϱa[ly(u@ocX!P @Bry_r7NJ*P M63XMN!Sj ri;ecuIp8'<#Jk tO?=]>GvR^7˔}ׯ-3>F) ^m̘ @@ 7@xhɪwxCDTm⬇ !^^v7o&㎟J1w( lsmذӑwgah)"hLx-[|Eˆ4LzG@orMy#8S6F_ ~!SV7 ͔8@@ mݺuͰ@zȊJh@ qu>;N.0P'n99d8.o_vmD",)өElݺ^9a,:/uE#/' ثJs5 5ǘB Q@N7.hW~gL#$ [E\2!@D׆吾 |L bR@H'0Yu0|/0Fuž/&Dt%[<1%D @F :cJ@F:4,@t?Ɣ7# 0Ԏcs^P\)ƍPW_QYgwɄc?WzzE #k+1PatV} #Qڢ;5ϊ%pǐ[':TD_'^?0Rl#!uYRq;/VN߷scsÕҭc׼s2.غ@E$mt[ћ,$JB9 tggߜ&f~%{vzwakT[dž^%5{;7B/\|x尀4}MzX|^Hјo,|rv_t̎z$ tgb5D  0_k.֨ }wLC_yz߬vHpS}_FZYN/x3HÊYn8m-A$c6&/,Rg\t .hqKS׶|Ww1, -:ҔnPf ް㻚.8ݎM:r償bA#jeWZF܎C>?\GffxYVњe{[Z0[rL׼‰BqzD=f%D|o6[VӕO>Dh@E8;ÊFK0U á˴|q2GHe`O_5ߑٕyNzN˯"fwK!'? V?Qnv6wh铍F?3)bzbfc;S_3b>b=qqo숉[plX|Indxk=[}Cӳu@:;(i-ixldKGKG|B0aspEBDef5]k||уOF*~tHnFrٍfS\O2yMl6tm&.TW:6 8:e9g˝|nvɤq26ۑ#RFs"Eqglߑ i/^mln{䲉%XH"4=ʦI7xLYWSʥl&Mn}pmڌ />66#pbI=cO6m}ӿ׍=O?AeEo țΛ1! Xvӎ Pq7T7|wm{2pA{eMUjj[re7et9mk쵮0t'vy^"g-ݵdDXpJeSBT'%_t=vHgw:D`r穎{^ik>dѨ/cO|E5l ~_j$;)'e_f؟J@sw`MkgϾU:#hS~P0Gn罬tu'\y/9;~{sCSǦr?@&*Pt=+eh,&ʦxFwΧC)3z>~Cg|RTէӖ$6s3X(]FG0" gKE'A 7:ܼX_ pRr͋) H׻' @:HM@8sC @8:^)1Ou;@;njP__L?(1+k֬"׉r2Pp P@Oe@u?(@ R "~^| m/<@d$?J9'Ph@ JytW;իW{\ kׯ_`ɆX>xM><@_\Rf~KNyS@cooﷇcXVhhhq.y}χkp_\s >t@@! wʍC75xG@#XlEƯJP |4Rs<@{?ƍez!Еwd^L.5h'ЪK$?pHo~`ժU"Kbg3 H;c*p85wg"ԄEC*"xTS\XޜM2t:9w)VyJ>1X&;W?~б$x ]tT>^C AR                                       Vc*IENDB`ic08PNG  IHDR\rfsRGBDeXIfMM*igIIDATx{p\}񽻫,21~ˤm&$4i ̴7 tڦBMi c\0~$ql`S,lYoJ猪vݻq\i>=s9;w x                                             '0Ud20$2V1yB@sd]d:7nx!-_9S12ڵkz/s\0/LSnU`|[uֽUo*O$h!PhB\zIR0!_w,?RC{@D!g\}lڴ)XZZ $c& Eѿz6ς(ƵR2A,>~OP^ G2Zn`֭/kM,Ւ 143z˖-ߕorȻ ,޵kWoK}s[|ӛI_"h47F '~Ti洕+bm۶'bL״([ER^d@OO&-Q%(z ̔uzg1y~ 'JHdED !w-IͥD<_Uh.UmPx^P@oopt xv@~' x2 i$顀';B?YQ xn@OTCOE*3? YM[Ag˓COu* vkW2Lfx}<3 J[O <k[pO <ȵgBᕍ9z xf(੧\s[]g%W xb(uBi-$唀'ZwNUcCm6UIuZ@례u(P@Hnh;n@Fdh9* w  hȵ??nUQkvCmv=D !ڵ;uȏU<8$܋LTߡntf(_:I>b(j@pcw: h1p ש>P@}õ!kǜ%P_Hn\pu(J 'rk$P!@CCÝ{~;hTɊ T/;^Ȁ 5'K P!PC[Qrsϻ{c! d(W 'JNKV X2ȫ0Zu8I ~ T/R>ሒ$9 B W^ݝvSCi\4#`@M<s0   ~<i@ϱa[ly(u@ocX!P @Bry_r7NJ*P M63XMN!Sj ri;ecuIp8'<#Jk tO?=]>GvR^7˔}ׯ-3>F) ^m̘ @@ 7@xhɪwxCDTm⬇ !^^v7o&㎟J1w( lsmذӑwgah)"hLx-[|Eˆ4LzG@orMy#8S6F_ ~!SV7 ͔8@@ mݺuͰ@zȊJh@ qu>;N.0P'n99d8.o_vmD",)өElݺ^9a,:/uE#/' ثJs5 5ǘB Q@N7.hW~gL#$ [E\2!@D׆吾 |L bR@H'0Yu0|/0Fuž/&Dt%[<1%D @F :cJ@F:4,@t?Ɣ7# 0Ԏcs^P\)ƍPW_QYgwɄc?WzzE #k+1PatV} #Qڢ;5ϊ%pǐ[':TD_'^?0Rl#!uYRq;/VN߷scsÕҭc׼s2.غ@E$mt[ћ,$JB9 tggߜ&f~%{vzwakT[dž^%5{;7B/\|x尀4}MzX|^Hјo,|rv_t̎z$ tgb5D  0_k.֨ }wLC_yz߬vHpS}_FZYN/x3HÊYn8m-A$c6&/,Rg\t .hqKS׶|Ww1, -:ҔnPf ް㻚.8ݎM:r償bA#jeWZF܎C>?\GffxYVњe{[Z0[rL׼‰BqzD=f%D|o6[VӕO>Dh@E8;ÊFK0U á˴|q2GHe`O_5ߑٕyNzN˯"fwK!'? V?Qnv6wh铍F?3)bzbfc;S_3b>b=qqo숉[plX|Indxk=[}Cӳu@:;(i-ixldKGKG|B0aspEBDef5]k||уOF*~tHnFrٍfS\O2yMl6tm&.TW:6 8:e9g˝|nvɤq26ۑ#RFs"Eqglߑ i/^mln{䲉%XH"4=ʦI7xLYWSʥl&Mn}pmڌ />66#pbI=cO6m}ӿ׍=O?AeEo țΛ1! Xvӎ Pq7T7|wm{2pA{eMUjj[re7et9mk쵮0t'vy^"g-ݵdDXpJeSBT'%_t=vHgw:D`r穎{^ik>dѨ/cO|E5l ~_j$;)'e_f؟J@sw`MkgϾU:#hS~P0Gn罬tu'\y/9;~{sCSǦr?@&*Pt=+eh,&ʦxFwΧC)3z>~Cg|RTէӖ$6s3X(]FG0" gKE'A 7:ܼX_ pRr͋) H׻' @:HM@8sC @8:^)1Ou;@;njP__L?(1+k֬"׉r2Pp P@Oe@u?(@ R "~^| m/<@d$?J9'Ph@ JytW;իW{\ kׯ_`ɆX>xM><@_\Rf~KNyS@cooﷇcXVhhhq.y}χkp_\s >t@@! wʍC75xG@#XlEƯJP |4Rs<@{?ƍez!Еwd^L.5h'ЪK$?pHo~`ժU"Kbg3 H;c*p85wg"ԄEC*"xTS\XޜM2t:9w)VyJ>1X&;W?~б$x ]tT>^C AR                                       Vc*IENDB`ic04GARGB.3/ υ 9= ى $HDH$tr/.Ԟ拏Rn[zxGCzghic145 PNG  IHDRxsRGBDeXIfMM*i 4oIDATx\g} yؒ-7Vq.&L L b&8M iƖU6ƒKݳ"Jh$$YiW**YIOG虧̝;w~shfnO7ν @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @,P uM7Ա{c |~NKKKgXNR!@ i;_.{㹷񞞞V\?r/lkYs,89>;&j/G(=xW_~%sg_/]vm˦M^𯏬_e AvW`cÿYUɪ%`P-ɔs>',xb*EYϿ]|/S,%@ESުU.Eq.vNI(F+9?)7RٕubF u]Q6T4 "+ꪯ65yv?=ڿ&:7 F@C /ߍg3w6tE@qNkGGctQ ~R W 0KǷ3 QsH@@#,lUyjShfW,:FtjZ!(GHGqUdڰrja?pW5By L? 6V[4P{p ҼE~][Q h7Uw4Gu ҆1(E Rd$@/)|x56h6nt뢨o*"-poTz+*WHS8EW?mx:?я#)nʙ]]]"*T487n*:rhIOQd@teg4#֭[(kS9)mkc_xfiRFEwdzL e R)Nt +)"''No7RttS1)}kM8tEʊ8mmm|$VW@3JkY'27L ETH@ amx%@ Kەf͚5mYT# %w(kRR @@-sN!ZN#M!iU{SwGUm\ 6_o*yQ @>8J@:ZZZ>+P&6ssȞzC}DB#@h?Imy 2:7:6@.: P@@2WN˖i c+eI@Z2f\#@ BujHO#& fz+ &Hز"@n1!M'-U@( HBв!@߿>dP gS ˂$ԒB56_c` 5ZTНY8Β'@ SB 4@ MWd]@(-,P#`S5,"P |mkB55_#X LB5lm!$ hV@aMWTr4P@!*Ú2 ("*bJ 1OB3&UOƧ#d @B;!0rqGRRr!@BMD`to\488xW, @@ *0Ctk" -NILi2LFimLcj# PW! e$1gؕ. 0uC8cM'fKTK@(`B4?M8 @zo^͓44BLU`pfsV@(`BSk#Ͽ{ٜj' 0 [!)M  @_dwI6M`mgP6#@@}:"ϮY>7^Bl3S' 0{!I`M IP?VV @ Bl! LOd5' 0688V @ B@ǀ! 0A; 1V[L c0( @1h7!0GH>vZ3#S#@|$@@ cǎ֭sam)0 cժUF?w"-2 0T&>G$> @ B#Q GȞP6 SÎo  m!SKW; 8!? #2, !SV5/ /Zd\CM0?m#@M h*lA&hP@ӅN<lin$@8M h@\q k*h. 4UsE- t ŸM  |M hkVcLQBM0?? @y&+VsLCiBo4۷oeLLgU7T ̆LCȺ@C ĵ[@C qn8@fC ?kLW ̅LO!P@B7pÒbxW41b 0̅2XreappSѪ:!@2 .|k= @ .ذafvD)!@@2 hSY;S7N 3tvv@YD(CnH@Çv0YhP@LgoK z 6nԗr6di1$-а0-?GaC 70?ahC!C 0_Z 0 4 I~6!@z 4\(aq?:KhP@CLOⰳ AT*Ɗ+MCa+CgL| @@: '׮]ےr*NG n6R0#\ @`LԇR;`̃ H@COѭ 0@C G oZI  @`BԆR7k&;---߹+bSJ*@tD(pJ1Ȗ |-ſꪫ~dp ?]eIVP^ @AF+Vluk:G>rlkk{ctHw+#} |&1+VT*etoUK2,P|*f>\V\YhnU#@I 쌌V.]o.b2 OF~Z @$?Y|/]27Uի/GQ î @`}fҫf4pu͉D&  @ SGGפּk9)Vzr 0m8AK>=6D5<'.Zdj @`1p@?c@Lώ{|=-$@R+>=\! c,#@)}z>4V1;Sgwijm-'@R/"A,agbņ:Z> @h>oWQ+c[2 @^q׏G bPٟ R4o?qџgAZ˗/CfrhW @ S^ggQ1x;oZȞ@پ@`ժUKcUU @XaD+'@)~EfCYM"@ 5O>u'@OS @˿S+3gX# aB,uT5 @`B FXB2+P+!S3[C#@F DZP8j  @, ̯0'5T7 @`9\, @SLWQ @n:0wkkk8Жϕ Bk@mmN3O,?=g,]})7ڶ|nQzؖ'o(wRܵ6_*Z[{w:xlnKq 7k_zuyۓ!='w~>k`iryk^,߷m΢'\1(x^Գ?xvm9]ܴ;8pΟ\Ɂ.M@6 0@[7qVl?p,-8Nz-MVغiŝ_'Niū/.wɥ\KV R/0J ,zC/|{i)5[>uӼo)XhWӼGv[lQk̵=}YEy5jrM@M߶|x=&h9|ۢ7uq>6Th3/?xz}?Ѻ<xSi4mӫ8#}yG,c交>i_}9cʳ37jiwuoX 6mjJmž{l( }w6^~®,$v Z<~zqZ( Iٗ(+ڔοRBtk˖>sEkf9F_fR-O?<30t@VZR=@w΁߽'w/εaK ]C9YVTVw~?sمM?0Q%J>Dkoa M_h3w~7edg%ZDeF@r߹룏t{ONCy&(CKҹG< J;R$Nt'᜛6r;0yTL@^7tZ@=yžZ[7oQw78K)quKjP]O rSE}jaP.-}];N+Sod[-^4Ni/Z&@ Ur/Tj ۿ˞-S%M[z݂›?܌K^+[#vJ4LZp|ˣtOȪ2x?vY[oU+0oߓœvܻ+ha!W^|/$-E/<ei%bZ\(@ @G?o_fK'>+$s;.fS?d Шsݳ~79rom۸v[]'jz)v3Su- 74pS\_tiy^Z߶%}r Pr9t {X(G|Xkm&?լV34eQ6f,r\'-u;gzG<2z N*A$p*ggq̞֣bmܜSq(b;tQ6?d]Պ'7w}k-6/΢iīMbY/vMvF[O _ G=s5ږl؜t =5<'g%_2| @\T hI?Doו5iIȃGْg:4 RBk '!I t׸=wڰ^tezjPK\9`_mf:RiҎ|o:'@@:}kky0Bx5;HH=כk-&@BT7UJ|aR) YٶlPka P7֮S-%>Q2ܙ _ @kgnt8ĿǷ&te18_edB`oǼLcJ<8ZU:b_-MKqݥ#Rf&@;Ի5kɈ OE\Sl=^e,tZ:vg.cY''>R\4wdaL3Cmd0$L l}ro&+VT>߳mK߆e 3{,%_2| HDgO$:d~R%t=#qIT~ꭎ!48&We2fy98t|l8m,:V:&*ahPuy @O`׬%ar wKL.CsiE-Am>w&jQ/p1YTwͩ}d@@ l>ܶ{iҶ}Ά;OSx>nh#߻vߟhM bItR׷'w/2 r[S/__x|MzGd>6mȞ@K8pVSpmap8h rҷ̹*q_; {ۏh[+OYp@\`osO*k3\|+@ hr xwvW8䧴k;zmE~*ԯYK`, hNr9w3`ZKI}[,=vԷڝIָNЫs:~8W.w&Q}E;J/:U3jjJr?lYWn+{.Eo\؆6tSo{vϖ嚸(-{⦺T`b'@-vOp瑽OV.y;Xvܗ`C '5Pe;svܶ[s ;O@{~[Ni[yN`:j!@)fȝkn_HG`菉a-;l:?m c1qDfڠ;ߓ;-Z'gu.1 Df?tLz̶=y[̀$TeC@*aq:{žBG[~nWׂ\o[.ߟƘ]ؓ:['|ŎYY`r+b 4KgV]{ @z-gf-oU1 0@\>05z  @ B9uS% @` Tc @@6hU+ pXʗ3dZ`}Q} @C￧rXá^  @ ߫s*ſ @@"?0(JYnmu#@b-y!@)ؒ%KT b|1uU+ @_z66 ϟ_<|  @ش/ !q2 7hx8dPYw'@S ?鑥5芑L4.%Ϗ\0fxg @@ {WQ3CŔ~ԈahW @ їk9+b-'@+ꪫc*; ˷r @ W}c0TkvAP\!p2 @@jkmm=+6^ ǝbŊ1x|$#@_*2Q_)Fq>-;fNe1zNlS!_ūH(xswk<~?y @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Q7cIENDB`ic095 PNG  IHDRxsRGBDeXIfMM*i 4oIDATx\g} yؒ-7Vq.&L L b&8M iƖU6ƒKݳ"Jh$$YiW**YIOG虧̝;w~shfnO7ν @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @,P uM7Ա{c |~NKKKgXNR!@ i;_.{㹷񞞞V\?r/lkYs,89>;&j/G(=xW_~%sg_/]vm˦M^𯏬_e AvW`cÿYUɪ%`P-ɔs>',xb*EYϿ]|/S,%@ESުU.Eq.vNI(F+9?)7RٕubF u]Q6T4 "+ꪯ65yv?=ڿ&:7 F@C /ߍg3w6tE@qNkGGctQ ~R W 0KǷ3 QsH@@#,lUyjShfW,:FtjZ!(GHGqUdڰrja?pW5By L? 6V[4P{p ҼE~][Q h7Uw4Gu ҆1(E Rd$@/)|x56h6nt뢨o*"-poTz+*WHS8EW?mx:?я#)nʙ]]]"*T487n*:rhIOQd@teg4#֭[(kS9)mkc_xfiRFEwdzL e R)Nt +)"''No7RttS1)}kM8tEʊ8mmm|$VW@3JkY'27L ETH@ amx%@ Kەf͚5mYT# %w(kRR @@-sN!ZN#M!iU{SwGUm\ 6_o*yQ @>8J@:ZZZ>+P&6ssȞzC}DB#@h?Imy 2:7:6@.: P@@2WN˖i c+eI@Z2f\#@ BujHO#& fz+ &Hز"@n1!M'-U@( HBв!@߿>dP gS ˂$ԒB56_c` 5ZTНY8Β'@ SB 4@ MWd]@(-,P#`S5,"P |mkB55_#X LB5lm!$ hV@aMWTr4P@!*Ú2 ("*bJ 1OB3&UOƧ#d @B;!0rqGRRr!@BMD`to\488xW, @@ *0Ctk" -NILi2LFimLcj# PW! e$1gؕ. 0uC8cM'fKTK@(`B4?M8 @zo^͓44BLU`pfsV@(`BSk#Ͽ{ٜj' 0 [!)M  @_dwI6M`mgP6#@@}:"ϮY>7^Bl3S' 0{!I`M IP?VV @ Bl! LOd5' 0688V @ B@ǀ! 0A; 1V[L c0( @1h7!0GH>vZ3#S#@|$@@ cǎ֭sam)0 cժUF?w"-2 0T&>G$> @ B#Q GȞP6 SÎo  m!SKW; 8!? #2, !SV5/ /Zd\CM0?m#@M h*lA&hP@ӅN<lin$@8M h@\q k*h. 4UsE- t ŸM  |M hkVcLQBM0?? @y&+VsLCiBo4۷oeLLgU7T ̆LCȺ@C ĵ[@C qn8@fC ?kLW ̅LO!P@B7pÒbxW41b 0̅2XreappSѪ:!@2 .|k= @ .ذafvD)!@@2 hSY;S7N 3tvv@YD(CnH@Çv0YhP@LgoK z 6nԗr6di1$-а0-?GaC 70?ahC!C 0_Z 0 4 I~6!@z 4\(aq?:KhP@CLOⰳ AT*Ɗ+MCa+CgL| @@: '׮]ےr*NG n6R0#\ @`LԇR;`̃ H@COѭ 0@C G oZI  @`BԆR7k&;---߹+bSJ*@tD(pJ1Ȗ |-ſꪫ~dp ?]eIVP^ @AF+Vluk:G>rlkk{ctHw+#} |&1+VT*etoUK2,P|*f>\V\YhnU#@I 쌌V.]o.b2 OF~Z @$?Y|/]27Uի/GQ î @`}fҫf4pu͉D&  @ SGGפּk9)Vzr 0m8AK>=6D5<'.Zdj @`1p@?c@Lώ{|=-$@R+>=\! c,#@)}z>4V1;Sgwijm-'@R/"A,agbņ:Z> @h>oWQ+c[2 @^q׏G bPٟ R4o?qџgAZ˗/CfrhW @ S^ggQ1x;oZȞ@پ@`ժUKcUU @XaD+'@)~EfCYM"@ 5O>u'@OS @˿S+3gX# aB,uT5 @`B FXB2+P+!S3[C#@F DZP8j  @, ̯0'5T7 @`9\, @SLWQ @n:0wkkk8Жϕ Bk@mmN3O,?=g,]})7ڶ|nQzؖ'o(wRܵ6_*Z[{w:xlnKq 7k_zuyۓ!='w~>k`iryk^,߷m΢'\1(x^Գ?xvm9]ܴ;8pΟ\Ɂ.M@6 0@[7qVl?p,-8Nz-MVغiŝ_'Niū/.wɥ\KV R/0J ,zC/|{i)5[>uӼo)XhWӼGv[lQk̵=}YEy5jrM@M߶|x=&h9|ۢ7uq>6Th3/?xz}?Ѻ<xSi4mӫ8#}yG,c交>i_}9cʳ37jiwuoX 6mjJmž{l( }w6^~®,$v Z<~zqZ( Iٗ(+ڔοRBtk˖>sEkf9F_fR-O?<30t@VZR=@w΁߽'w/εaK ]C9YVTVw~?sمM?0Q%J>Dkoa M_h3w~7edg%ZDeF@r߹룏t{ONCy&(CKҹG< J;R$Nt'᜛6r;0yTL@^7tZ@=yžZ[7oQw78K)quKjP]O rSE}jaP.-}];N+Sod[-^4Ni/Z&@ Ur/Tj ۿ˞-S%M[z݂›?܌K^+[#vJ4LZp|ˣtOȪ2x?vY[oU+0oߓœvܻ+ha!W^|/$-E/<ei%bZ\(@ @G?o_fK'>+$s;.fS?d Шsݳ~79rom۸v[]'jz)v3Su- 74pS\_tiy^Z߶%}r Pr9t {X(G|Xkm&?լV34eQ6f,r\'-u;gzG<2z N*A$p*ggq̞֣bmܜSq(b;tQ6?d]Պ'7w}k-6/΢iīMbY/vMvF[O _ G=s5ږl؜t =5<'g%_2| @\T hI?Doו5iIȃGْg:4 RBk '!I t׸=wڰ^tezjPK\9`_mf:RiҎ|o:'@@:}kky0Bx5;HH=כk-&@BT7UJ|aR) YٶlPka P7֮S-%>Q2ܙ _ @kgnt8ĿǷ&te18_edB`oǼLcJ<8ZU:b_-MKqݥ#Rf&@;Ի5kɈ OE\Sl=^e,tZ:vg.cY''>R\4wdaL3Cmd0$L l}ro&+VT>߳mK߆e 3{,%_2| HDgO$:d~R%t=#qIT~ꭎ!48&We2fy98t|l8m,:V:&*ahPuy @O`׬%ar wKL.CsiE-Am>w&jQ/p1YTwͩ}d@@ l>ܶ{iҶ}Ά;OSx>nh#߻vߟhM bItR׷'w/2 r[S/__x|MzGd>6mȞ@K8pVSpmap8h rҷ̹*q_; {ۏh[+OYp@\`osO*k3\|+@ hr xwvW8䧴k;zmE~*ԯYK`, hNr9w3`ZKI}[,=vԷڝIָNЫs:~8W.w&Q}E;J/:U3jjJr?lYWn+{.Eo\؆6tSo{vϖ嚸(-{⦺T`b'@-vOp瑽OV.y;Xvܗ`C '5Pe;svܶ[s ;O@{~[Ni[yN`:j!@)fȝkn_HG`菉a-;l:?m c1qDfڠ;ߓ;-Z'gu.1 Df?tLz̶=y[̀$TeC@*aq:{žBG[~nWׂ\o[.ߟƘ]ؓ:['|ŎYY`r+b 4KgV]{ @z-gf-oU1 0@\>05z  @ B9uS% @` Tc @@6hU+ pXʗ3dZ`}Q} @C￧rXá^  @ ߫s*ſ @@"?0(JYnmu#@b-y!@)ؒ%KT b|1uU+ @_z66 ϟ_<|  @ش/ !q2 7hx8dPYw'@S ?鑥5芑L4.%Ϗ\0fxg @@ {WQ3CŔ~ԈahW @ їk9+b-'@+ꪫc*; ˷r @ W}c0TkvAP\!p2 @@jkmm=+6^ ǝbŊ1x|$#@_*2Q_)Fq>-;fNe1zNlS!_ūH(xswk<~?y @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Q7cIENDB`ic05ARGBPUP]\&*‘rr&*•rr&*XWzy ē ٔف ψƓ ㈉ƣ RQ]kQ yQQS{k~ { |@~A egg@}|Agic10PNG  IHDR+sRGBDeXIfMM*i@IDATx u N!x(㉮;̬β<;d4t,΁jtoETp ;Uoe::Svw{|z߯ _ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @(Pv'@ V*͛7bxjR8[Ӯ@V{4jx@|ottta^:ڡXHII\sM#975 0 ; _v 1*v!@ .R$!hF =R&$ca3ۖȵpQO-[\k< XXBM'wlrv޿)G?Y @V #x|8&Xt^@@=Q_Ob#[6 @ >?W^y7"` -'֮][y ?{G @@[ߊ tTo*XHII J6l(=4  @k-ZK/t86 XhV*_Xlܮ @͉;)7o]ve"@ a DK?g!@$\//_X% @~7bŊ{ޯtY@,}K~ @4 Er;X dY@knXnݫ"kqt, @`jXxG|bx:f^!@:-.J?eͼDHyb'v iϠS-78.:&qx'"x @֡Ǔe UcA W^f @ \Տo+̇@,$=C˜@rZgdnr&DhL|C +mn+Z!` Р@cA، UXX7|ؼ&ГC bRY__hN @&Jo3=F4)I0hV`ƍ?}mOȉO.zvwNk"`+ꨞ|9' @`/hۍ,e_#@L`Gߺ9`βn(uHD Gq?^_)QM¸/g㍔3 @  ]8jn#ٛ Kx#es,\ٛ46 Xh#'̗ofLh@o,|<CF4ph@ܸ/lѐ!@]bŊy0 Ec^ .7@hH Xbk5 h_͸W>:.úo @!Xf4 ;6m:dddpZ)L nM._v* 5 Zo @ ō?wPNE| @X:66͛7tD C2LS@|$͛ё @&^zA@VΚ7G6l(?t0  @8 ._OH1kbuƻu-&@ V3ʛq ИƜlE`߸C; @JG E@@ @h @$FٕJ/@$\@ @$d^rӈfq2" @@5Z4_r 0 }JeeHPw> @'ՔDD Y$P```q%04! @@T6 @`z-x5k׮=!nW/_s '@A+V|#n膺cB^`]"c$@oht"B0&9@H Z:$C.ʗh  @ hį*P_  @ :+m%@-`o ?T D{=G @t hHgD&m5l*w 0VT<[ M/ @R/ )4V hhR+?8 @(&*2bI^|0Jg: @ Zҙ7QX@A >Jgb\ @ hhf Jg2 @ [ZOiR@@`6ώL @ xhqڌ@,d.&ԨFlGȌ131M hhXfIR'1l, @ M# ;4f6#@dL@+@j: XhVPd  @`vGG5j/܉|Jgf @@vd7f6 IP^%@HVT+ZGS1KH  @ и-; 1Dc[ۂ @@j&UT@sU?  @@Zy, (of @i e,n-Khڦ?m/ @,nP:K#5)I0 @Y@+@-d$iFR"AIcb&@ 0 @KHM(o˦ @Yd^bŊ/fiRSܼysOT6&ʬ @4 P}~5MT@K9 ֈ-[.jd[ @ȠV &5 S,e(FJ @E@+\;+blF> @ &yZŦ?c 5 @ =< @m &XN@,b-5 @@v_~a'in]L]kr @-6xXxB@ ~h@\qE @ Z2nNO@73zz\_s @@-(n6  @hA4E-]ag5E aT!A;  @@!gpJ劘,' @:&cԹ9ܤU^_ @V@+@nShiFT0 @@t:GJo @ ܷzZZ-,K -ݒqUd(N; @@8VIp9L) @tM е8ZRL@w @ Zr @rܦ  @/9HmR>00>pmvhHY,a%@ M)̫ %M%T @ ZHQ*pLQB%@ @ ZR[-)ID"ޔ,L @/ E9VdU?" @ hHQ- YJS$! @ȯV^ @?  @u)8T$8I'8OB#@ @ ''i Qh @#`DBkHhb'41"@ @`:t5]NdW? @HV'@Ks#$ @f 0#Qw6)aÆgVn7 @HV&@R/}/B" @f%pGX[Ƀ:־o۶m{{PG @. |KvХ@ @n h袾 .GK_CqhwC @ 5])]T*?+wP @tW@+@t^ @$ hBVt] @$ hBv,t=xY; @ hA;  @iJ⊯)ƪSd @ @ 5ӂ4-t cJ; @U`i\3Mki[ @vgaz|( @ @ Z:9mDqmt64 @ ЁZh#6 @ ,T*k6$G @M%@ @ Zژ]mUTC @ m̲6F_İOoІ$@ @@)ZZ Š#@ @ Zڐu-DUBLC @ gmȾ*o! @ȻVZZE!@ @b?3apWkc g @W-<,spp1 @O@+~ U l&S?G@ @ @`f3͸ @6^!@ @@ w9ڕ @ hhjʹL%3Jg2 @Z/`*fhv!@ @,. @hZ3TFd7 fs @^@+,LU4V//J]zͦ @ ZZV.6%@ @hhU @`J @:' k `)o& @輀V&-4588JP6!@ @@4h` 6>$K$`͚5gJo^OF @& M6 8ONi[V{X,OĹ,4 @M`q=k&\B']v=sժUI񌎎&qXTwıw?;G)cqHf}e @tX J}}}Kⰻ===WCc:ni\ߏ,ďzjRYGZ֑5qU[7Ѯ7E ?Wʕ+ @ 0?dxxh1_s:5ΈOSѮ7RzޕW^8FbІ]!x|wb_jHb2  @@SvX8}bQsQiQ0*g.[lEyvv*(*vK}qa\| @ @'.~cW\?|丮<'87+_ߏbs5nbZS0Q_3M#>(|NA @&ذaÉQ{qX8?Z0>VD,*K,Tn MJ[xϟ͉U} @h͛{ngưb1uI_~ph5tOڇۚ @ @.G߼?V^roc1qZd'ħ?quk͚5gME<(s9 @hN`ŀj\8Ю_v wI +V5o @ @ 5z׻w}Tq}D]TL(d|NDIEj+P @ [;w5Mq :]ꪫ^ǪGʇ;9i"@ @Cߍ}o}N۱ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @$^U%}}}KAZjTZsMhބE @@:ڪV֣-#m{|e˖ cɊ҅شiiiq-mi||\??L  @ @qm`\oC?oǯb&Ƿ.W_}u 9+N3ģ' @ @ =qmx3{q}푑^E\.l޼[o=+NW%q<'\ &O @ 슩05.]K.P,jς䵱!ʴ @ @/zzz/߹,@?J=.^WC~fs#@ @@2CCCśjL~er`͚5*wSdLfΤ V@IDAT @ @OD<+IxYUr>uY>۰O @kěWڵSq9ޙ./_~a$Hq @ @{*_o~tΣuq. Ao_]4th @Ⱦ_-_|G7~K<] @ Z"q߹Nۧ9n"86 @h=pq m>Δw>.C\+"s?ez@ @8:ok7tk>_ fb}ݚ @ @ ǵ';^M*Fv8 @ $.^\z饣 c W_}u'bb @$X}}}_lP'bƍ珏cLNL1 @ @@Jn&nQP\)&4> @Mq_;.$^ @TXBzm`Rs&@ @xAu>+K["rS+q  @ @@.km޼j@WEؘ @ @ kºu뮈@lG$@ @98 .x_w[9ז~ `ܵq'"Tr"@ @ +Wtbl@;h] [5q @ @ <=ŊlE-Y^aL|?:A @-߳b`\=\w/G#s͆  @ @'ů9?7G0oF @Z%𺨼slN+W]u===? *s  @ @q}_)YWD% ^&@ @sئMf;ά*8h @ @ 622fV-{pV܀qО~ @ @@q=+WMWD_}p߬  @ @kz(_ 7{  @ @s(g<#˚իW[.ok@'@ @Z&0#bŊ W Q] @ @̋ pu^i& @ @M b ~>WCPw<\Hj @ 5FН^yڎ @^x:fxLy @;'ݧ=%1ŸN;  @ @n ` >27; @ o}߸qb}g @ @IEqp@ |U @ @ hxޡP^~&@ @R+5_}Ŵvj'@ @<>o޼C/OTܹ=L @ @t ,z)<w|ў'}'@ @2!pޞY<OI  @ @ Ľ}UV+ʶ  @ @wڵ8vW?#^qw @ q#Spf6e @ @~ @ @@6b`531- @ @@`? @ @W(nܸ32) @ @VFGG_  @ @ DdhNB @'P*ox~ @Ȑ@|c24'S!@ @c t~ @Ȑ@ZU% @ @ ,z!@ @2$`q&d* @ @?p=C @dH`П  @ p@}=C @dH@i* @ @`* =Sy @ @ =_ @ @@,dX(3?fU\8j%Ow'^-b0(@oO壇_ ZM}+8 @'[_᝵-#~؉=C{^@֭(@ +Qݺ儇~ؑݶ8?>~Z,-U~n9,>YㅞE7ن*)}?>Wێ)>?_έٰzCw=u3jLZQ(` Y3 @ X~ui{Ozk?mؗݵiD}]ā!P,T O.V}n?7KOxOq 0$` K4 @@ܱ3=Gh֟D,t?" @N . >{uG{r&0p+/8EA VZxPb1}q߀]?~v]xPm^,LY @I'>su߅S9R_2W*?Wf#[ ?r,}$l3ݘ9@m @fz3 ݅Xrӓ__y+1wo&wyWc >z^|3o)I|-$:=#@tGu?D^O|#=O~4"L:imXwoة9̱ /\5J 1SxoXb?үՑNm/8:1޸xjT_S?`RwZOK?r>l u  @} ;Oz#~ U!OyG.w.9x;ϖa rW?|{n;mHv1~Z+ @ weG]%y#s*?kR6֦mΩ|i۹~:ޱB=~鼭cXț* aM o}/z*<0ÿl 78i˅хoZ7'2o'oOY[͗Ƚ x̻> s8տzmn9k}']OS/|v?vȔLd @ ֱsl.V8=UcjK_ 1fz|褾_>ZX,.őJ3l~ @ %]j^()ԞvO詎ٺQ=ҹ__ObVVZmІK$J @^xٯ3TU+sǾ 􌏞?xuh-<ۨ7:+5*AyRlnG[gB@&h @⢿p-VΟz+U2Ou<￰o}d, >%WZtk/j:q*`  @UϹ;n]ܪ3#g+S %`8S!wqV7pHC@@ $D @lySwg ~߻]}ОK0]|sQOqph06¹0Pyy_~ v.#C @-pz =ϻ3(UGf/ٕm_#x6<)=S:%8 @ jsoc:L!P՞r~g=]FwZ5? +a#@r'pƽ_svŃ}=$2WqJ"YPGsĩ}?ٴs7] K  @Y7X{o$yॿ~Of䄔H)Y}ryɈFu1ʮ8d7fFP{6RU{s8N26x;>v)+=ХC;O/{:2DS @ O}0'P<j ;soGt:*_*:U#JkR> @~'p֯~"P%~3)t;/b(v;?P`A%bׁx& Es @r/7p}ּ3ſ׹Ȗ~wa#.R'?S"̑ږRX8-O)jQPK_Yl  Kw'@r_wO%i4%Y-K|ı 8ca+@Hh%vV\2fkwn @8PJ0G0^Ɨ$ۺ4L_GќuUkz{+{@ S)_f`)H&)nW][l*~dDTH8Ȃ lm9J N xo77ڙ6np@(6M@ I @ ?p/|Г&0T\wܓgvd0VShh '~l(Zf`= hM^~__CB&wVq[.;($wldFU`f8-v0\6YЬ:GfPHPI p@wa :uOiX{4WrG|4hl?옱޵n`ZX| @@, =R(U~A.*Ka J.,ۿ;rh{P @ ;sskl\OT'*!G svqwXUHH 0==Pם}[zs:c &P6h*uǭs u @ puh1TA1VkkPum6)E]ّumTc PlUqge @2Rnp}-qP"tU* -<# KԞ  @&3\sJV !Jr3'MxeIv7HrGh)ʖ @*$f0HRY^=SۚIV |OĴ,L@K @=GI4}3vaU[(+IH͜> @)Yp_D<}Н1w|ߋ$nޝ4Iy0O0 @ ^$ "sX2~߽=$>I *47ŪY`&D] @ZO _+^݅/3c M 3F- @(/znJb)1LU)y0o2; @/f4> ,ZR\th>Hs/M>B#@L#V.w4.i[-~3b.m" 䢒gIݒ 'u#"a @JTs`J&l8^CiO9v\\ȶܿf Qd -"NRv01 @ YѾde%[δYU$Hu+l~rZyh W)dO=sZtWfE */;Pܘ̤ٗ 'W^r.-}=.g[jK룁rϑٜo݅Ya=I$@WiԿ˾xEz+;g T*QVԭA M(F! @@Z{yJ#r^lZG4ǸkR6>4{/_3@3> @-'p{]oE-4uMoj2fUW:]>k\+?z]e2C @@ ܻfbj7ڷKק1'~kV*ј -\?DPHH 0#Kϊ;Qs_l\?=Z)\64kr~8| G(N*  @qn0 qӷ\uxlKΚ~m.}ug+Y$+t4&qbp @aSx~ӷo~s[%Seˢ;ƯpT}T2oŹ W&v @u٦y7L^{/X=6.,{ x_W5)Q<j%+. @AC+ֿ Lf[a So^OX`|-d쪖Eeؐ@5M_ t** tY<5(?0VB`waG Yb&O@ yc"# @@,o\Xb 2Lfwo9D_|gG2Wt_ i ' @`w[ёgrYW-ر[u=>%2ޱmm @@όuem{ߺWCSMG߰piݡ\:Ñ7:Lظ:^ka  @ j_ݶ孮PqE?jLSDouv;c^^VDO@GEN @ZqQtφ+c*܄@%E׬ϙN=aׁrO7,)W# a +:5^#@<'p+s E K=X\,6f60k%S`yѿj4m6b%@,BYy""u@b'[^8l'~O܎o Zp< Q/~ph;hBU@ #'o @/mn?"c;=+/]HL+p]iJQ?;}l؜ 9zE8@?сsO  :fZw?̶(-.Rk<]>3Ӛz=Y@` @(:[/|w8qr_*qw[i;N*/=فHiSiZ/B @.P O=z`Zb/g^ݫ^5l#ŋ;fRsJDW/Zfj%@L#D ޽(LAmί} g̪ +BհԇS8?f$}сxrW^y @ mzD}K6DO<\Ε2}swb3Ŧ+2eڶ}z}.8iM73ʑRN_ @]0=zʒt{Qyxˇt;OpU/to? _֖?:< /7)դ @\gd*ԀgD1> WuT2ΜmM(xBVhvW+zoU @SSY3D8jE+gٱuS i0Xb\TD. X/ۢ:+ƒl]vlJ @ZT [)E#zѓ- MH{Om[s`tw7t^Ětd3{^VW\r6-Px; @t^hS߽"݋\ܳ_R=QtQ#WuhWfxE25}|k뎕WM]3Yf% @=mr+[esi clhcnO;n߿$)&%Gy㗭/&  @E dhG-GʉPȶYc^;EU b%:n;m0KwW~p/^⦀?Bp=xV@Y o @,"}F+uf@W]-?s=rD]SQ: gƣu ?lOp]J&;~tF].\dqsTj|Ni@KhJ%9X-|k_[+`3`Ciك=[VtgCִ[=Vf3 zה7,[ؼ|(_I  @r!=-Ϟ#'߷`0*Jgi,S Epr)Ec%щQg* yP v{Ǣ٧%Jwf`8g L\iˌg QG\*JOPyY`'+F*.4@,# @X))Owt˦# T L'+O>CKjӒgmXt1 8*fP @ @@8*r"@ @1 ( * @H@GEN @ @ fA#@ @IPHȉ @,3p @ @  I9 @ @b @$Q@ "' @ @̠ @ @$ ($qTD @bPT8 @ D$ @ @@ 1 G @(Q @Y@ fP @ @@8*r"@ @1 ( * @H@GEN @ @ fA#@ @IPHȉ @,3p @ @  I9 @ @b @$Q@ "' @ @̠ @ @$ T $&&' @ @ 6j`slҧYgzC @N \+S~^`tt }&@ @R!0竧x^o[|㔭| @ @"m۶LMyg6 }&@ @/v,3-.۵kNr @ @ Y;w^2]VU*i+ @hL-}.e@ @A` lWp1_nG  @ @D |;qN[?Kt;[N @$B2}a翝)u @ @@c¹_?1S3;Z})u @ @@JZp 7<|y@ @ @ b8vhg-TdËkT1< @ @@r Ys*\{H5  @ @ \ϥ9r /\  @ |>'s6;v @ @@2̍}Gœ ՀK,\ێ @{>U?<f\̧ @ @ T¯t5q^jpq"_ϧ @ @ |vΝ7ڼ :::Cm @ @w.$‚ ۶m ~p! ڇ @X@03B^PPh i> @ @_7zj\.GyG @@zG틉;B!y]yp1 ۗ @@|~XLU63 @ @H8  YlwUN|J @,ZK]w]u0hwO|J @,J-*¤c+xb !S{K @_`۶m)?O\.8|^:+ @ 0gl6^{/6mD[!BmsibW @ @`Np?rjn!g @ @`Vpw[.`.ꪫWi @ @n"Yp(Zu@\ @ ׇ\~ԴPM<~׽n4pe-;"6 @H:[zWo_yچ @H@%Ȼ7t{ >:VC=A @ P 3.컠]Zfk׮^= @ @íng^voT*}+X IDATj @4X@8c8yd`;vFM @ ´q_kC Նo߾wtt_V?{ @ @&R8~u8F!L'>*ȟSL @R,0r?݇DPRx{~QO @bU85j ;`j"_?0&O @I ~1LiRv0y o<,[;y @ @ s.iy&fd_'@ @ cWX./I+3&d6² &/ @$Dpt'$iH|?|__߻B!ci{b! @~7׷D>r%',O,J @(Pǥ}ulwQM0O}SJ aYr @ @03<a;5 Dpa8?o O  @ @/Goᆇ \X.L@}c[ ׄJG²މ^  @ @"AñXDD ]v-0@ .X @U W+?pb%}*Lŀj!wsu @ @)gwyǔuMi nW[@vX0 @-0o NJ_ w; o^peX0ȿy @ @@ ǂ ÏMg:RzM7] W嗇/n3 @Zzp[UJuo|K}=+L,. . < @ `rmwxՋp>S ι9z sN( T_ 3&=Y}ToC$ @ @`gN ϧ'={p'LFg @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @hrJ ~0| IENDB`ic11PNG  IHDR szzsRGBDeXIfMM*i  b IDATX U=KPm^Ҡ(f`A$DDEQѱ :qn.1:t $[0īML] =sR>wDCwyc0bEaPhBXL$ٴdBt6)}QFxq_#El6SODQ\4ٟ(·`={V0pz*@0e=U@[QiA :Vxq^IPWfwWR U_ULٍF[+bQX[A1dKէU!rO*1 +m/Œz;vz`{6-dŀfkjQI{oup>Nɑc<þ܇?p <:iL8+1T4c0o틹ig"g'Q`hA+ɑR YqQ@s ؂Rm/rH4å5.a܁7߽9amHIENDB`info>bplist00 X$versionY$archiverT$topX$objects_NSKeyedArchiver Troot U$null WNS.keysZNS.objectsV$classTname_assetcatalog-referenceTicon  !"Z$classnameX$classes\NSDictionary!#XNSObject$)27ILQS[ahp{$vorta-0.8.12/package/macos-package-app.sh000066400000000000000000000046611441455173500201550ustar00rootroot00000000000000#!/usr/bin/env bash # Inspired by https://github.com/metabrainz/picard/blob/master/scripts/package/macos-notarize-app.sh set -eux APP_BUNDLE_ID="com.borgbase.client.macos" APP_BUNDLE="Vorta" # CERTIFICATE_NAME="Developer ID Application: Joe Doe (XXXXXX)" # APPLE_ID_USER="name@example.com" # APPLE_ID_PASSWORD="@keychain:Notarization" # Sign app bundle, Sparkle and Borg codesign --verbose --force --sign "$CERTIFICATE_NAME" --timestamp --deep --options runtime \ $APP_BUNDLE.app/Contents/Frameworks/Sparkle.framework find $APP_BUNDLE.app/Contents/Resources/borg-dir \ -type f \( -name \*.so -or -name \*.dylib -or -name borg.exe -or -name Python \) \ -exec codesign --verbose --force --timestamp --deep --sign "${CERTIFICATE_NAME}" \ --entitlements ../package/entitlements.plist --options runtime {} \; codesign --verify --force --verbose --deep \ --options runtime --timestamp \ --entitlements ../package/entitlements.plist \ --sign "$CERTIFICATE_NAME" $APP_BUNDLE.app # Create DMG rm -rf $APP_BUNDLE.dmg create-dmg \ --volname "Vorta Installer" \ --window-size 410 300 \ --icon-size 100 \ --icon "Vorta.app" 70 150 \ --hide-extension "Vorta.app" \ --app-drop-link 240 150 \ "Vorta.dmg" \ "Vorta.app" # Notarize DMG RESULT=$(xcrun altool --notarize-app --type osx \ --primary-bundle-id $APP_BUNDLE_ID \ --username $APPLE_ID_USER --password $APPLE_ID_PASSWORD \ --file "$APP_BUNDLE.dmg" --output-format xml) REQUEST_UUID=$(echo "$RESULT" | xpath5.18 "//key[normalize-space(text()) = 'RequestUUID']/following-sibling::string[1]/text()" 2> /dev/null) # Poll for notarization status echo "Submitted notarization request $REQUEST_UUID, waiting for response..." sleep 60 while true do RESULT=$(xcrun altool --notarization-info "$REQUEST_UUID" \ --username "$APPLE_ID_USER" \ --password "$APPLE_ID_PASSWORD" \ --output-format xml) STATUS=$(echo "$RESULT" | xpath5.18 "//key[normalize-space(text()) = 'Status']/following-sibling::string[1]/text()" 2> /dev/null) if [ "$STATUS" = "success" ]; then echo "Notarization of $APP_BUNDLE succeeded!" break elif [ "$STATUS" = "in progress" ]; then echo "Notarization in progress..." sleep 20 else echo "Notarization of $APP_BUNDLE failed:" echo "$RESULT" exit 1 fi done # Staple the notary ticket xcrun stapler staple $APP_BUNDLE.dmg xcrun stapler staple $APP_BUNDLE.app xcrun stapler validate $APP_BUNDLE.dmg vorta-0.8.12/package/vorta.spec000066400000000000000000000051321441455173500163510ustar00rootroot00000000000000# -*- mode: python -*- import os import sys from pathlib import Path from vorta.config import ( APP_NAME, APP_ID_DARWIN ) from vorta._version import __version__ as APP_VERSION BLOCK_CIPHER = None APP_APPCAST_URL = 'https://borgbase.github.io/vorta/appcast.xml' # it is assumed that the cwd is the git repo dir: SRC_DIR = os.path.join(os.getcwd(), 'src', 'vorta') a = Analysis([os.path.join(SRC_DIR, '__main__.py')], pathex=[SRC_DIR], binaries=[], datas=[ (os.path.join(SRC_DIR, 'assets/UI/*'), 'assets/UI'), (os.path.join(SRC_DIR, 'assets/icons/*'), 'assets/icons'), (os.path.join(SRC_DIR, 'i18n/qm/*'), 'vorta/i18n/qm'), ], hiddenimports=[ 'vorta.keyring.darwin', 'vorta.keyring.kwallet', 'vorta.keyring.secretstorage', 'pkg_resources.py2_warn', ], hookspath=[], runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=BLOCK_CIPHER, noarchive=False) pyz = PYZ(a.pure, a.zipped_data, cipher=BLOCK_CIPHER) exe = EXE(pyz, a.scripts, exclude_binaries=True, name=f"vorta-{sys.platform}", bootloader_ignore_signals=True, console=False, debug=False, strip=False, upx=True) coll = COLLECT(exe, a.binaries, a.zipfiles, a.datas, debug=False, strip=False, upx=False, name='vorta') app = BUNDLE(coll, name='Vorta.app', icon='icon.icns', bundle_identifier=None, info_plist={ 'CFBundleName': APP_NAME, 'CFBundleDisplayName': APP_NAME, 'CFBundleIdentifier': APP_ID_DARWIN, 'NSHighResolutionCapable': 'True', 'LSAppNapIsDisabled': 'True', 'NSRequiresAquaSystemAppearance': 'False', 'LSUIElement': '1', 'LSMinimumSystemVersion': '10.14', 'CFBundleShortVersionString': APP_VERSION, 'CFBundleVersion': APP_VERSION, 'SUFeedURL': APP_APPCAST_URL, 'LSEnvironment': { 'LC_CTYPE': 'en_US.UTF-8', 'PATH': '/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin' } }) vorta-0.8.12/pyproject.toml000066400000000000000000000005471441455173500156700ustar00rootroot00000000000000[tool.black] line-length = 120 skip-string-normalization = true target-version = ['py39'] include = "(src/vorta/|tests).*.py$" [tool.isort] profile = "black" line_length = 120 skip_gitignore = true multi_line_output = 3 lines_between_sections = 0 src_paths = ["src", "tests"] [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" vorta-0.8.12/requirements.d/000077500000000000000000000000001441455173500157135ustar00rootroot00000000000000vorta-0.8.12/requirements.d/Brewfile000066400000000000000000000003101441455173500173670ustar00rootroot00000000000000# Install required non-Python dev packages using Homebrew on macOS: # Run `brew bundle` while in this folder brew 'create-dmg' brew 'qt' brew 'hub' brew 'xmlstarlet' cask 'qt-creator' cask 'sparkle' vorta-0.8.12/requirements.d/dev.txt000066400000000000000000000002251441455173500172310ustar00rootroot00000000000000pre-commit black==22.* coverage flake8 isort macholib pyinstaller pylint pytest pytest-cov pytest-faulthandler pytest-mock pytest-qt tox twine wheel vorta-0.8.12/setup.cfg000066400000000000000000000051401441455173500145670ustar00rootroot00000000000000[metadata] name = vorta author = Manuel Riel and Vorta contributors description = A GUI for Borg Backup version = attr: vorta._version.__version__ url = https://github.com/borgbase/vorta keywords = backup borgbackup # List of classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers classifiers = Development Status :: 4 - Beta Environment :: MacOS X Environment :: X11 Applications :: Qt Operating System :: MacOS Operating System :: POSIX License :: OSI Approved :: GNU General Public License v3 (GPLv3) Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Topic :: System :: Archiving :: Backup Topic :: System :: Systems Administration Topic :: Utilities long_description = file: README.md long_description_content_type = text/markdown license_file = LICENSE.txt project_urls = Bug Tracker = https://github.com/borgbase/vorta/issues Documentation = https://docs.borgbase.com Source Code = https://github.com/borgbase/vorta [options] packages = find: package_dir = =src include_package_data = true python_requires = >=3.7 install_requires = platformdirs >=3.0.0, <4.0.0; sys_platform == 'darwin' # for macOS: breaking changes in 3.0.0, platformdirs >=2.6.0, <4.0.0; sys_platform != 'darwin' # for others: 2.6+ works consistently. pyqt5 peewee psutil setuptools secretstorage; sys_platform != 'darwin' pyobjc-core; sys_platform == 'darwin' pyobjc-framework-Cocoa; sys_platform == 'darwin' pyobjc-framework-LaunchServices; sys_platform == 'darwin' tests_require = pytest pytest-qt pytest-mock [options.entry_points] gui_scripts = vorta = vorta.__main__:main [options.packages.find] where=src [tool:pytest] addopts = -vs testpaths = tests qt_default_raising = true filterwarnings = ignore::DeprecationWarning [coverage:run] source = vorta omit = tests/* relative_files = true [flake8] ignore = max-line-length = 120 extend-ignore = E203,E121,E123,E126,E226,E24,E704,W503,W504 exclude = build,dist,.git,.idea,.cache,.tox,.eggs, ./src/vorta/__init__.py,.direnv [tox:tox] envlist = py36,py37,py38,flake8 skip_missing_interpreters = true [testenv] deps = pytest pytest-qt pytest-mock commands=pytest passenv = DISPLAY [testenv:flake8] deps = flake8 commands=flake8 src tests [pycodestyle] max_line_length = 120 [pylint.master] extension-pkg-whitelist=PyQt5 load-plugins= [pylint.messages control] disable= W0503,W0511,C0301,R0903,R0201,W0212,C0114,C0115,C0116,C0103,E0611,E1120,C0415,R0914,R0912,R0915 [pylint.format] max-line-length=120 vorta-0.8.12/setup.py000077500000000000000000000000461441455173500144630ustar00rootroot00000000000000from setuptools import setup setup() vorta-0.8.12/src/000077500000000000000000000000001441455173500135355ustar00rootroot00000000000000vorta-0.8.12/src/vorta/000077500000000000000000000000001441455173500146705ustar00rootroot00000000000000vorta-0.8.12/src/vorta/__init__.py000066400000000000000000000000421441455173500167750ustar00rootroot00000000000000from ._version import __version__ vorta-0.8.12/src/vorta/__main__.py000066400000000000000000000042031441455173500167610ustar00rootroot00000000000000import os import signal import sys from peewee import SqliteDatabase from vorta._version import __version__ from vorta.config import SETTINGS_DIR from vorta.i18n import trans_late, translate from vorta.log import init_logger, logger from vorta.store.connection import init_db from vorta.updater import get_updater from vorta.utils import parse_args def main(): def exception_handler(type, value, tb): from traceback import format_exception from PyQt5.QtWidgets import QMessageBox logger.critical( "Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new/choose", exc_info=(type, value, tb), ) full_exception = ''.join(format_exception(type, value, tb)) title = trans_late('app', 'Fatal Error') error_message = trans_late( 'app', 'Uncaught exception, please file a report with this text at\n' 'https://github.com/borgbase/vorta/issues/new\n', ) if app: QMessageBox.critical( None, translate('app', title), translate('app', error_message) + full_exception, ) else: # Crashed before app startup, cannot translate sys.exit(1) sys.excepthook = exception_handler app = None args = parse_args() signal.signal(signal.SIGINT, signal.SIG_DFL) # catch ctrl-c and exit want_version = getattr(args, 'version', False) want_background = getattr(args, 'daemonize', False) if want_version: print(f"Vorta {__version__}") sys.exit() if want_background: if os.fork(): sys.exit() init_logger(background=want_background) # Init database sqlite_db = SqliteDatabase( SETTINGS_DIR / 'settings.db', pragmas={ 'journal_mode': 'wal', }, ) init_db(sqlite_db) # Init app after database is available from vorta.application import VortaApp app = VortaApp(sys.argv, single_app=args.profile is None) app.updater = get_updater() sys.exit(app.exec()) if __name__ == '__main__': main() vorta-0.8.12/src/vorta/_version.py000066400000000000000000000000271441455173500170650ustar00rootroot00000000000000__version__ = '0.8.12' vorta-0.8.12/src/vorta/application.py000066400000000000000000000342501441455173500175510ustar00rootroot00000000000000import logging import os import sys from pathlib import Path from typing import Any, Dict, List, Tuple from PyQt5 import QtCore from PyQt5.QtWidgets import QMessageBox from vorta.borg.break_lock import BorgBreakJob from vorta.borg.create import BorgCreateJob from vorta.borg.jobs_manager import JobsManager from vorta.borg.version import BorgVersionJob from vorta.config import LOG_DIR, PROFILE_BOOTSTRAP_FILE, TEMP_DIR from vorta.i18n import init_translations, translate from vorta.notifications import VortaNotifications from vorta.profile_export import ProfileExport from vorta.qt_single_application import QtSingleApplication from vorta.scheduler import VortaScheduler from vorta.store.connection import cleanup_db from vorta.store.models import BackupProfileModel, SettingsModel from vorta.tray_menu import TrayMenu from vorta.utils import borg_compat, parse_args from vorta.views.main_window import MainWindow logger = logging.getLogger(__name__) APP_ID = TEMP_DIR / "socket" class VortaApp(QtSingleApplication): """ All windows and QWidgets are children of this app. When running Borg-commands, the class `BorgJob` will emit events via the `VortaApp` class to which other windows will subscribe to. """ backup_started_event = QtCore.pyqtSignal() backup_finished_event = QtCore.pyqtSignal(dict) backup_cancelled_event = QtCore.pyqtSignal() backup_log_event = QtCore.pyqtSignal(str, dict) backup_progress_event = QtCore.pyqtSignal(str) check_failed_event = QtCore.pyqtSignal(dict) def __init__(self, args_raw, single_app=False): super().__init__(str(APP_ID), args_raw) args = parse_args() if self.isRunning(): if single_app: self.sendMessage("open main window") logger.info('An instance of Vorta is already running. Opening main window.') sys.exit() elif args.profile: self.sendMessage(f"create {args.profile}") logger.info('Creating backup using existing Vorta instance.') sys.exit() elif args.profile: sys.exit('Vorta must already be running for --create to work') init_translations(self) self.setQuitOnLastWindowClosed(False) self.jobs_manager = JobsManager() self.scheduler = VortaScheduler() self.setApplicationName("Vorta") # Import profile from ~/.vorta-init.json or add empty "Default" profile. self.bootstrap_profile() # Prepare tray and main window self.tray = TrayMenu(self) self.main_window = MainWindow(self) if getattr(args, 'daemonize', False): pass elif SettingsModel.get(key='foreground').value: self.open_main_window_action() self.backup_started_event.connect(self.backup_started_event_response) self.backup_finished_event.connect(self.backup_finished_event_response) self.backup_cancelled_event.connect(self.backup_cancelled_event_response) self.message_received_event.connect(self.message_received_event_response) self.check_failed_event.connect(self.check_failed_response) self.backup_log_event.connect(self.react_to_log) self.aboutToQuit.connect(self.quit_app_action) self.set_borg_details_action() if sys.platform == 'darwin': self.check_darwin_permissions() def create_backups_cmdline(self, profile_name): profile = BackupProfileModel.get_or_none(name=profile_name) if profile is not None: if profile.repo is None: logger.warning(f"Add a repository to {profile_name}") self.create_backup_action(profile_id=profile.id) else: logger.warning(f"Invalid profile name {profile_name}") def quit_app_action(self): self.backup_cancelled_event.emit() del self.main_window self.tray.deleteLater() del self.tray cleanup_db() def create_backup_action(self, profile_id=None): if not profile_id: profile_id = self.main_window.current_profile.id profile = BackupProfileModel.get(id=profile_id) msg = BorgCreateJob.prepare(profile) if msg['ok']: job = BorgCreateJob(msg['cmd'], msg, profile.repo.id) self.jobs_manager.add_job(job) else: notifier = VortaNotifications.pick() notifier.deliver( self.tr('Vorta Backup'), translate('messages', msg['message']), level='error', ) self.backup_progress_event.emit(f"[{profile.name}] {translate('messages', msg['message'])}") return None def open_main_window_action(self): self.main_window.show() self.main_window.raise_() self.main_window.activateWindow() def toggle_main_window_visibility(self): if self.main_window.isVisible(): self.main_window.close() else: self.open_main_window_action() def backup_started_event_response(self): self.tray.set_tray_icon(active=True) def backup_finished_event_response(self): if not self.jobs_manager.is_worker_running(): self.tray.set_tray_icon() def backup_cancelled_event_response(self): self.jobs_manager.cancel_all_jobs() self.tray.set_tray_icon() def message_received_event_response(self, message): if message == "open main window": self.open_main_window_action() elif message.startswith("create"): message = message[7:] # Remove create if self.jobs_manager.is_worker_running(): logger.warning("Cannot run while backups are already running") else: self.create_backups_cmdline(message) # No need to add this function to JobsManager because it doesn't require to lock a repo. def set_borg_details_action(self): params = BorgVersionJob.prepare() if not params['ok']: self._alert_missing_borg() return job = BorgVersionJob(params['cmd'], params) job.result.connect(self.set_borg_details_result) self.jobs_manager.add_job(job) def set_borg_details_result(self, result): """ Receive result from BorgVersionJob. If no valid version was found, display an error. """ if 'version' in result['data']: borg_compat.set_version(result['data']['version'], result['data']['path']) self.main_window.miscTab.set_borg_details(borg_compat.version, borg_compat.path) self.main_window.repoTab.toggle_available_compression() self.scheduler.reload_all_timers() # Start timer after Borg version is set. else: self._alert_missing_borg() def _alert_missing_borg(self): msg = QMessageBox() msg.setIcon(QMessageBox.Critical) msg.setText(self.tr("No Borg Binary Found")) msg.setInformativeText(self.tr("Vorta was unable to locate a usable Borg Backup binary.")) msg.setStandardButtons(QMessageBox.Ok) msg.exec() def check_darwin_permissions(self): """ macOS restricts access to certain folders by default. For some folders, the user will get a prompt (e.g. Documents, Downloads), while others will cause file access errors. This function tries reading a file that is known to be restricted and warn the user about incomplete backups. """ if not SettingsModel.get(key="check_full_disk_access").value: return test_path = Path('~/Library/Cookies').expanduser() if test_path.exists() and not os.access(test_path, os.R_OK): msg = QMessageBox() msg.setIcon(QMessageBox.Warning) msg.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse) msg.setText(self.tr("Vorta needs Full Disk Access for complete Backups")) msg.setInformativeText( self.tr( "Without this, some files will not be accessible and you may end up with an incomplete " "backup. Please set Full Disk Access permission for Vorta in " "" "System Preferences > Security & Privacy." ) ) msg.setStandardButtons(QMessageBox.Ok) msg.exec() def react_to_log(self, mgs, context): """ Trigger Vorta actions based on Borg logs. E.g. repo lock. """ msgid = context.get('msgid') if msgid == 'LockTimeout': profile = BackupProfileModel.get(name=context['profile_name']) repo_url = context.get('repo_url') msg = QMessageBox() msg.setWindowTitle(self.tr("Repository In Use")) msg.setIcon(QMessageBox.Critical) abortButton = msg.addButton(self.tr("Abort"), QMessageBox.RejectRole) msg.addButton(self.tr("Continue"), QMessageBox.AcceptRole) msg.setDefaultButton(abortButton) msg.setText(self.tr(f"The repository at {repo_url} might be in use elsewhere.")) msg.setInformativeText( self.tr( "Only break the lock if you are certain no other Borg process " "on any machine is accessing the repository. Abort or break the lock?" ) ) msg.accepted.connect(lambda: self.break_lock(profile)) self._msg = msg msg.show() elif msgid == 'LockFailed': repo_url = context.get('repo_url') msg = QMessageBox() msg.setText( self.tr( f"You do not have permission to access the repository at {repo_url}. Gain access and try again." ) ) # noqa: E501 msg.setWindowTitle(self.tr("No Repository Permissions")) self._msg = msg msg.show() def break_lock(self, profile): params = BorgBreakJob.prepare(profile) if not params['ok']: self.backup_progress_event.emit(f"[{profile.name}] {params['message']}") return job = BorgBreakJob(params['cmd'], params) self.jobs_manager.add_job(job) def bootstrap_profile(self, bootstrap_file=PROFILE_BOOTSTRAP_FILE): """ Make sure there is at least one profile when first starting Vorta. Will either import a profile placed in ~/.vorta-init.json or add an empty "Default" profile. """ if bootstrap_file.is_file(): try: profile_export = ProfileExport.from_json(bootstrap_file) profile = profile_export.to_db(overwrite_profile=True, overwrite_settings=True) except Exception as exception: double_newline = os.linesep + os.linesep QMessageBox.critical( None, self.tr('Failed to import profile'), "{}{}\"{}\"{}{}".format( self.tr('Failed to import a profile from {}:').format(bootstrap_file), double_newline, str(exception), double_newline, self.tr('Consider removing or repairing this file to ' 'get rid of this message.'), ), ) return bootstrap_file.unlink() notifier = VortaNotifications.pick() notifier.deliver( self.tr('Profile import successful!'), self.tr('Profile {} imported.').format(profile.name), level='info', ) logger.info('Profile {} imported.'.format(profile.name)) if BackupProfileModel.select().count() == 0: default_profile = BackupProfileModel(name='Default') default_profile.save() def check_failed_response(self, result: Dict[str, Any]): """ Process the signal that a repo consistency check failed. Displays a `QMessageBox` with an error message depending on the return code of the `BorgJob`. Parameters ---------- repo_url : str The url of the repo of concern """ # extract data from the params for the borg job repo_url = result['params']['repo_url'] returncode = result['returncode'] errors: List[Tuple[int, str]] = result['errors'] error_message = errors[0][1] if errors else '' # Switch over returncodes if returncode == 0: # No fail logger.warning('VortaApp.check_failed_response was called with returncode 0') elif returncode == 130: # Keyboard interupt pass else: # Real error # Create QMessageBox msg = QMessageBox() msg.setIcon(QMessageBox.Icon.Critical) # changed for warning msg.setStandardButtons(QMessageBox.Ok) msg.setWindowTitle(self.tr('Repo Check Failed')) if returncode == 1: # warning msg.setIcon(QMessageBox.Icon.Warning) text = translate( 'VortaApp', 'Borg exited with warning status (rc 1). See the logs for details.' ).format(LOG_DIR.as_uri()) infotext = error_message elif returncode > 128: # 128+N - killed by signal N (e.g. 137 == kill -9) signal = returncode - 128 text = self.tr('Repository data check for repo was killed by signal %s.') % (signal) infotext = self.tr('The process running the check job got a kill signal. Try again.') else: # Real error text = self.tr('Repository data check for repo %s failed. Error code %s') % ( repo_url, returncode, ) infotext = error_message + '\n' infotext += self.tr('Consider repairing or recreating the repository soon to avoid missing data.') msg.setText(text) msg.setInformativeText(infotext) # Display messagebox msg.exec() vorta-0.8.12/src/vorta/assets/000077500000000000000000000000001441455173500161725ustar00rootroot00000000000000vorta-0.8.12/src/vorta/assets/UI/000077500000000000000000000000001441455173500165075ustar00rootroot00000000000000vorta-0.8.12/src/vorta/assets/UI/archivetab.ui000066400000000000000000000622301441455173500211610ustar00rootroot00000000000000 Form 0 0 781 447 Form 0 6 0 6 0 0 781 371 Archives 4 Refresh archive list Qt::Horizontal 40 20 Check the consistency of the repository Check Qt::ToolButtonTextBesideIcon Prune the archives in this repository Prune Qt::ToolButtonTextBesideIcon Optimize disk space by defragmenting the repository Compact Qt::ToolButtonTextBesideIcon 0 0 see source code bMountRepo Qt::ToolButtonTextBesideIcon 1 1 false false true false Date Size Duration Mount Point Name QFrame::NoFrame 4 0 0 0 0 0 0 Refresh selected archive Refresh Qt::ToolButtonTextBesideIcon 0 0 see source code bMountArchive Qt::ToolButtonTextBesideIcon 0 0 Extract selected archive Extract… Qt::ToolButtonTextBesideIcon 0 0 Rename selected archive Rename… Qt::ToolButtonTextBesideIcon Qt::Vertical 20 40 0 0 Compare two archives Diff Qt::ToolButtonTextBesideIcon 0 0 Delete selected archive(s) Delete Qt::ToolButtonTextBesideIcon true 0 20 <html><head/><body><p>To mount archives, first install &quot;FUSE for macOS&quot; from <a href="https://osxfuse.github.io/"><span style=" text-decoration: underline; color:#0984e3;">here</span></a>.</p></body></html> true 0 0 781 371 Prune Options and Archive Naming 12 12 <html><head/><body><p>Pruning removes older archives. You can choose the number of hourly, daily, etc. archives to preserve. Usually you will keep more newer and fewer old archives. Read <a href="https://borgbackup.readthedocs.io/en/stable/usage/prune.html"><span style=" text-decoration: underline; color:#FF4500;">more</span></a>.</p></body></html> true true 0 0 Qt::Horizontal 40 20 Hourly: Use -1 for unlimited -1 9999 Qt::Horizontal 40 20 Daily: Use -1 for unlimited -1 999 Qt::Horizontal 40 20 Weekly: Use -1 for unlimited -1 Qt::Horizontal 40 20 Monthly: Use -1 for unlimited -1 Qt::Horizontal 40 20 Annual: true Use -1 for unlimited -1 Qt::Horizontal 40 20 No matter what, keep all archives of the last: “<int><char>”, where char is “H”, “d”, “w”, “m”, “y” 24H, 1d, 52w, 12m, 1y Qt::Horizontal 40 20 0 4 Available variables: hostname, profile_id, profile_slug, now, utc_now, user {hostname}-{profile_slug}- 100 0 Prune Prefix: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter true color: grey; Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop 12 4 Available variables: hostname, profile_id, profile_slug, now, utc_now, user {hostname}-{profile_slug}-{now:%Y-%m-%d-%H%M%S} 100 0 Archive Name: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter true color: grey Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop Qt::Vertical 20 40 vorta-0.8.12/src/vorta/assets/UI/diffdialog.ui000066400000000000000000000057311441455173500211440ustar00rootroot00000000000000 Dialog 0 0 784 565 Choose archives for diff 10 Select two archives Qt::Horizontal 40 20 false false true false Date Size Duration Mount Point Name 10 Qt::Horizontal 40 20 Cancel Diff vorta-0.8.12/src/vorta/assets/UI/diffresult.ui000066400000000000000000000071561441455173500212260ustar00rootroot00000000000000 Dialog 0 0 784 565 Diff Result 4 0 nyx2.local-2018-11-16T09:49:58 nyx2.local-2018-10-16T09:49:58 Qt::Horizontal 40 20 Qt::NoFocus Keep folders on top when sorting Folders First true true Set display mode of diff view QComboBox::AdjustToContents Tree Tree, simplified Flat Qt::NoFocus Collapse All true 10 QDialogButtonBox::Close treeView comboBoxDisplayMode vorta-0.8.12/src/vorta/assets/UI/exportwindow.ui000066400000000000000000000025351441455173500216240ustar00rootroot00000000000000 Dialog 0 0 555 78 0 0 Include Borg passphrase in export. Use with caution! Include borg passphrase in export Qt::Vertical 20 40 QDialogButtonBox::Cancel|QDialogButtonBox::Save vorta-0.8.12/src/vorta/assets/UI/extractdialog.ui000066400000000000000000000063421441455173500217050ustar00rootroot00000000000000 Dialog 0 0 784 565 Choose files to extract 10 Archive: 75 true nyx2.local-2018-11-16T09:49:58 from November 16, 2018 Qt::Horizontal 40 20 Qt::NoFocus Keep folders on top when sorting Folders First true true Set display mode of diff view QComboBox::AdjustToContents Tree Tree, simplified Qt::NoFocus Collapse All true 10 QDialogButtonBox::Cancel vorta-0.8.12/src/vorta/assets/UI/importwindow.ui000066400000000000000000000044101441455173500216070ustar00rootroot00000000000000 Dialog 0 0 551 142 0 0 Borg passphrase: Enter passphrase QLineEdit::Password false Overwrite existing profile Overwrite existing settings true 0 0 QDialogButtonBox::Cancel|QDialogButtonBox::Ok vorta-0.8.12/src/vorta/assets/UI/mainwindow.ui000066400000000000000000000154741441455173500212350ustar00rootroot00000000000000 MainWindow 0 0 800 670 800 600 MainWindow 1.000000000000000 12 0 Qt::Horizontal 40 20 Current Profile: 300 0 QComboBox::AdjustToContents Add a new profile (Dropdown: Import from file) 16 16 QToolButton::MenuButtonPopup Rename current profile 16 16 Export current profile Delete current profile Qt::Horizontal 40 20 0 0 false false 0 0 Repository Sources Schedule Archives Misc false 150 0 false Cancel false 0 0 true 0 0 Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop true Latest Reset App vorta-0.8.12/src/vorta/assets/UI/misctab.ui000066400000000000000000000103131441455173500204660ustar00rootroot00000000000000 Form 0 0 791 497 Form 12 12 QFrame::NoFrame 0 Qt::Vertical 20 40 5 0 Qt::Horizontal 40 20 Vorta Version: 0.0 Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter <html><head/><body><p>| <a href="https://github.com/borgbase/vorta/issues/new/choose"><span style=" text-decoration: underline; color:#0984e3;">Report</span></a> a Bug |</p></body></html> true <html><head/><body><p><a href="file:///"><span style=" text-decoration: underline; color:#0984e3;">Log</span></a></p></body></html> 0 true 5 0 Qt::Horizontal 40 20 Borg Version: 1.1.8 /usr/bin/borg vorta-0.8.12/src/vorta/assets/UI/profileadd.ui000066400000000000000000000117251441455173500211650ustar00rootroot00000000000000 Dialog 0 0 Add Profile true 6 0 0 true Add Backup Profile Qt::AlignCenter 0 0 12 <html><head/><body> <p>Profiles allow configuring of different backup and repository settings including different schedules.</p> <p>All profiles will be able to access the same repositories as well as the same <span style=" font-style:italic;">ssh</span> keys. The global application settings in <span style=" font-style:italic;">Misc</span> are shared across profiles.</p> </body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop true 0 0 QFrame::NoFrame QFrame::Plain Profile Name: profileNameField 0 0 300 0 0 0 11 Qt::Horizontal QDialogButtonBox::Cancel|QDialogButtonBox::Save profileNameField buttonBox accepted() Dialog accept() 248 254 157 274 buttonBox rejected() Dialog reject() 316 260 286 274 vorta-0.8.12/src/vorta/assets/UI/repoadd.ui000066400000000000000000000242521441455173500204710ustar00rootroot00000000000000 AddRepository 0 0 466 274 true 0 0 0 0 20 11 Qt::PlainText false Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop true 0 0 0 General QFormLayout::ExpandingFieldsGrow 5 5 5 5 true Initialize New Backup Repository Repository URL: 0 0 ssh://abc123@abc123.repo.borgbase.com/./repo Choose a local folder ... :/icons/folder-open.svg:/icons/folder-open.svg Choose a remote repository ... :/icons/globe.svg:/icons/globe.svg Borg passphrase: true QLineEdit::Password true QLineEdit::Password Confirm passphrase: TextLabel Advanced QFormLayout::ExpandingFieldsGrow 5 5 5 5 SSH Key: 0 0 Automatically choose SSH Key (default) Encryption: 0 0 Extra Borg Arguments: QDialogButtonBox::Cancel|QDialogButtonBox::Ok vorta-0.8.12/src/vorta/assets/UI/repotab.ui000066400000000000000000000355341441455173500205140ustar00rootroot00000000000000 Form true 0 0 831 461 0 0 Form 12 12 12 QFrame::NoFrame QFrame::Raised 14 14 0 0 0 0 Repository: Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter true 0 repoSelector 0 6 1 <html><head/><body><p>For simple and secure backup hosting, try <a href="https://www.borgbase.com/?utm_source=vorta&utm_medium=app"><span style=" text-decoration: underline; color:#0984e3;">BorgBase</span></a>.</p></body></html> true Copy to clipboard 1 0 400 0 QComboBox::AdjustToContents Select Backup Destination Unlink repository without deleting it. QToolButton::InstantPopup 0 0 3 0 QFrame::StyledPanel QFrame::Raised QFormLayout::FieldsStayAtSizeHint Qt::AlignHCenter|Qt::AlignTop 12 12 12 0 0 SSH Key: Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter true 0 sshComboBox 0 0 QComboBox::AdjustToContents Copy to clipboard false 0 0 Compression: Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter true 0 repoCompression 0 0 0 QComboBox::AdjustToContents 0 0 <html><head/><body><a href="https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-help-compression"><span style=" text-decoration: underline; color:#0984e3;">Help on compression types</span></a></body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter false 5 true 1 0 QFrame::StyledPanel QFrame::Raised QLayout::SetNoConstraint Qt::AlignHCenter|Qt::AlignTop 12 12 12 12 Encryption: Qt::Vertical QSizePolicy::Fixed 1 4 Original Size: Deduplicated Size: Compressed Size: Qt::Vertical 20 40 repoSelector repoRemoveToolbutton copyURLbutton sshComboBox sshKeyToClipboardButton repoCompression vorta-0.8.12/src/vorta/assets/UI/scheduletab.ui000066400000000000000000000660361441455173500213440ustar00rootroot00000000000000 Form 0 0 687 544 Form 0 0 0 0 false 0 0 687 384 false Schedule 6 6 Qt::AlignHCenter|Qt::AlignTop 8 4 Backup schedule: Manual only 4 QLayout::SetMinimumSize Backup periodically 0 0 4 0 0 0 0 Qt::Horizontal QSizePolicy::Fixed 20 20 Interval: Qt::Horizontal QSizePolicy::Fixed 4 1 1 740 4 Backup daily 0 0 4 0 0 0 0 Qt::Horizontal QSizePolicy::Fixed 20 20 Time: Qt::Horizontal QSizePolicy::Fixed 4 1 Qt::Vertical QSizePolicy::Fixed 1 4 Missed backups: 16777215 16777215 Run missed backups on startup or wakeup Qt::Vertical QSizePolicy::Fixed 1 4 Autopruning: Prune after each backup Validation: 4 4 Validate repository data 0 0 4 0 0 0 0 Qt::Horizontal QSizePolicy::Fixed 20 20 Interval: Qt::Horizontal QSizePolicy::Fixed 4 1 1 52 3 weeks Qt::Vertical QSizePolicy::Fixed 1 4 Qt::Vertical 20 40 true Next Backup: None scheduled Qt::Horizontal 40 20 0 0 687 384 Networks 12 4 true Allowed Networks: 0 1 Run backups over metered networks false 0 0 687 384 Log 11 false false true false Time Category Subcommand Repository Returncode 0 0 687 384 Shell Commands 12 QFrame::StyledPanel QFrame::Raised <html><head/><body><p>Run custom shell commands before and after each backup. The actual backup and post-backup command will only run, if the pre-backup command exits without error (return code 0). Available variables: <span style=" font-family:'Courier';">$repo_url, $profile_name, $profile_slug, $returncode</span></p></body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop true 0 100 0 Pre-backup: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 0 0 0 0 font-family:'Courier'; echo "Before backup of $repo_url" 0 100 0 Post-backup: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 0 0 font-family:'Courier'; echo "Backup of $repo_url ended with $returncode." QFrame::StyledPanel QFrame::Raised <html><head/><body><p>Extra arguments for <span style=" font-style:italic;">borg create</span>. Possible options are listed in the <a href="https://borgbackup.readthedocs.io/en/stable/usage/create.html"><span style=" text-decoration: underline; color:#0984e3;">the borg documentation</span></a>.</p></body></html> true true 0 0 font-family:'Courier'; --dry-run --noflags Qt::Vertical 0 0 vorta-0.8.12/src/vorta/assets/UI/sourcetab.ui000066400000000000000000000146201441455173500210400ustar00rootroot00000000000000 Form 0 0 791 497 Form 12 12 12 0 1 QFrame::NoFrame QFrame::Raised 0 0 0 0 Source Folders and Files to Back Up: true QAbstractItemView::NoEditTriggers QAbstractItemView::ExtendedSelection QAbstractItemView::SelectRows false false false false false Path Size File Count Recalculate source size and file count Qt::Horizontal 40 20 Add sources QToolButton::InstantPopup Remove the selected source 12 <html><head/><body><p>Exclude Patterns (<a href="https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-help-patterns"><span style=" text-decoration: underline; color:#0984e3;">more</span></a>):</p></body></html> true Exclude If Present (exclude folders with these files): 0 0 QAbstractScrollArea::AdjustToContentsOnFirstShow E.g. */.cache 0 0 QAbstractScrollArea::AdjustToContentsOnFirstShow E.g. .nobackup vorta-0.8.12/src/vorta/assets/UI/sshadd.ui000066400000000000000000000122241441455173500203150ustar00rootroot00000000000000 Dialog 0 0 557 286 10 10 10 10 0 0 true Generate SSH Key QFormLayout::ExpandingFieldsGrow Key Format: 0 0 Key Length: 0 0 10 <html><head/><body><p>2048 or 4096 for RSA, 384 or 521 for ECDSA. Fixed for Ed25519. <a href="https://stribika.github.io/2015/01/04/secure-secure-shell.html"><span style=" text-decoration: underline; color:#0000ff;">More</span></a>.</p></body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop false Output File: 10 Do not change this if you want SSH to automatically find the key. Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop 0 0 0 20 10 true QDialogButtonBox::Cancel|QDialogButtonBox::Ok vorta-0.8.12/src/vorta/assets/icons/000077500000000000000000000000001441455173500173055ustar00rootroot00000000000000vorta-0.8.12/src/vorta/assets/icons/angle-down-solid.svg000066400000000000000000000013371441455173500231750ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/angle-up-solid.svg000066400000000000000000000013461441455173500226520ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/broom-solid.svg000066400000000000000000000013341441455173500222550ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/check-circle.svg000066400000000000000000000007331441455173500223450ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/clock-o.svg000066400000000000000000000010131441455173500213500ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/cloud-download.svg000066400000000000000000000010251441455173500227370ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/copy.svg000066400000000000000000000010501441455173500207740ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/cut.svg000066400000000000000000000021161441455173500206210ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/edit.svg000066400000000000000000000012371441455173500207560ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/eject.svg000066400000000000000000000004601441455173500211200ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/ellipsis-v.svg000066400000000000000000000007101441455173500221130ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/eye-slash.svg000066400000000000000000000017011441455173500217170ustar00rootroot00000000000000 Layer 1 vorta-0.8.12/src/vorta/assets/icons/eye.svg000066400000000000000000000013011441455173500206030ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/file-import-solid.svg000066400000000000000000000011401441455173500233610ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/file.svg000066400000000000000000000035231441455173500207500ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/folder-on-top.svg000066400000000000000000000006221441455173500225130ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/folder-open.svg000066400000000000000000000007361441455173500222460ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/folder.svg000066400000000000000000000005611441455173500213030ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/globe.svg000066400000000000000000000066341441455173500211270ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/hdd-o-active.png000066400000000000000000000145311441455173500222630ustar00rootroot00000000000000PNG  IHDRW +j IDATx/!%RReTiԂ)(Z0. *Ae.\`ݓH_vɉ>wGD,#bEDl":T@{/g*">1RÇq)'60+SXԇϮ'90*=|(YSY)n>*`WX5P-bch3լ"ܟZWK+CW ,ܤpߐ8YeU5X|k7 pjUX Y`ރ2WU0` @ri`^Օ~<@wV Vjg,`` Vs =X>S0*0Xk`\2 0t+`""jYDD7 i("<,b\F$tQiFeyEUUE "o.`5ȯvQ!JR/-Xױ:`~0tHY5M&4.iPWd0§C]בy, ]Cp(Xj^dzh`eYR%i-(zw4MdYYҤn~* uXUU&{,KAv X[փ`x}yЕ4ݭ:`%Ia@$ X:m6>\%ajvCU LeX׵$zhA:p\ 俿iAD%iXg`YXׁ·$SUUփ`h(Iփ`h(Iփփ`(Iփփ`R::P@I@I XZJ XZJ XJ XJ::P:P:Pd=ցցd=ցցd=h=ց$A$Yuu$YZu$z%Iփ`h(IփփXZJ XJ:Pd=ցցd=h=uu$z%Iփ`h(IփփXZJ:Pd=ց$AA%zz@@I XJ:Pd=h=uu$z%Iփ`(I::Pd=uu$z%IփփXJ$Yu$z$u$zz@@I ցց$A$YZb(I ցց$A Wց$AA%IփփXZJ$YZb(I:P$A%IփXZJ$z@I$YZb(I:P$A%Iփփցց$AA%I:P$A%IփփXJd=u$IփXZJ%IփփXJd=u$Iփփցց$AA%I:P$A%Iփփցց$Yb(I ց$YZZZJ%I:P$AA@I%I:P$A%I$z::P$A%I$zz::P$A%I$zz::P$A@@I$zz:P$YZZJd=u$Iփփց$YZZZJd=hh(Iu$Iփփց$z::P$A@@I%IuvI%I$Iփց$z::P$٭%I$Iփցց$YNv=:`>ցȦ2\UK`z0aX+hOc[u 0l@veցcecЮ:=X1# iZz? XyB= WS+Շ0\7\ `ʡ W|Hg]5`C1+!EwjhZ&8z}N h"" u4HmbEц':bʇb-e؟z8[u˳f a}x~[fNM]giΜ92\ةF;s >˭pc|[NxVFq: `A55K|! st+SVakhZD;WRf+3V~ۈXnh8{`i*`$Xyg\Ɋsࡪ?kyYQS~؟Cx?(|h1 c Xc=W5/` ?`M> e!+o$IW]+A@I44 Z :J$uYQZ z:P$u`G7W$IWYV$ի՟Uʛ+IztvUXI[e'8\o$I껺>]+7Kɷl?\EDf%(IPe WW?k&ÕJ IU~?|$6^'5Wߖ?^GÕ$>J/Nox+[>D_έzDr?y W+~@uU߿NO/%{UÕ$^}ĻUw[fPu[Of$I_Puې5+YGρꮵ+Y+IҙT]~iޓUJ}m^@ÕJ~|c^LgU|=UlX- W+IҭG*qzW~j,Cmc*Jtg_~_ߏ{y/քG:X: W;sV7ׄs9p%I) U5kt7?[ÕJ V,p%IzUS<`aÀe$MSMsMÕ$)>h'w Vm>ŧ Wќ>sp%_=s W4<`u|@h[m1\$iBYZ>5XM+Õ$YWSY$yVQW30P=+Õ$y:Ӄz:pn."p%InbW7׆+Õ$:WZMJkrjW W4tJ}UJ W\}s^NmpeWszYC9^ W4p^|솦yn$+A} +AAÕ$~ܠWVW5\$iA!y)AO $IԁcCҜ2\I zȐtɑ !/ W+I`ϟ.> Wfv]v7vÕ$͠7 H}WkC% WdvO G[p%I H}Wʾ0\$pe2\ Wdpe$ W+ÕJ W+ W4~ڀd2\ W䜫㧗Q +I2\!+Õ$|e=}to|J&֗.7fÕ$M0C_ҐЊ+Õ$9aR}ؐo W+IrS'=1ZcÕJ>>Mp%I3s^[ҹ? WIGs[- W+Ix?~j`|+lp%I3 C)Mm^ WAO t4\IL#7׻{>S WvCz^{_p%I^juFO^2\I{VU+Õ$'f^=/e+qku__ T7ϵ+I?OmPultM$z0ށ}փY$I'}z݋_`Uo2\Iz<_ţ1Oop%Ip^ϐ;G+I,op)V+I,!VsE8S|*p%Iѱއ_ͫq:s Wzd<_ZWŸj6Iwb$}ͳދa? xp _S4U+IR+C_kzlV[x? m^ﯰ߆Jʕօ^TaꐵPe$]?_ͺ݋ Sun,oO{ Wn~l B+?ak{tJ4כgI~`z߿$>]ar>^~0iz+^;Õ$I}zpe$I+Õ$I2\$I W$I+Õ$I2\$I W$I+Õ$I2\$Ij UeDI42\I鸇<Ͻ$i0eY6( o$ILy_}\nHI46Շ@]HI4piz3%I<Wٵ7K9~8#$I9\CJޫ뺳jk5(I/VJ*˲js]i$I}X,#("kieYz%IREp9\m]$ISj4Mc.)".T2HpJΖYy%IK4:LjX,tItծ=7Ǜ6]#"67]$]zUjSjda*UOc;ͳZ+ZU(^dỰUi⋨-#jLYdP kX]U@d=Ǻ10Dzu[bX#V JaG ++V(4b +KX XV8*wêWYt79x+nFŦPW#x!O5c\S Fu\"u4Ɛ~0-pVDq}5)i.ΆͷtQ>q5,{A6i"kiToVu3wduF"YWbBx"`F Bg0s^!T@[{S4wZxWAa#Bx"(Xp`)G*’K!XSA rjGӧ}:MWOwʤ9AP@Ӣ#-Rxuq6<!E#5դWOefgp]{pGM%3auǦ3_ *_$%/&;ê>~v%W(o3`rv!IaFC .(16;v1x8CEmdsܜKv-WlR6|Y]*ETYgU}«?+2׵!m.Uy|[j2s"sڬpuVWIK\K~_ :Wi]\۰ΐ$}8RX+rM [LXۅmDD#cU6,qEja}`+rc T_օ1cHpݮSBqEn}X^>,qE_]\۬ZJW?7)Zeœ%[6Wߋ+}.BxmB7qEȾdu"Y\ ϭ_+Z*tqE#ø F繋+oohN\"Oi܊+2cq -ȕ"P_5MW߉+2l~WdZU[S+ ZsU\{tLgyޫ6yWY_(tՐ+w3+qţ8WQP\J\++q%Hq%)ĕbJ\+w7A\Q\&*Ȭ7꽄C&R+qE[>WQۯ/\]{u':*WgyWSogqEa~~,q{WqER +dm`5:-: [sW'C~}XÊE6n4P\ 5WWK֫ezl4/Wډ\⊜=jmsZ~y"_}jw g%%jfYIȺgU|kN~ctd%?xmAqupv#WYu=죍6f#_Gnçs!F󒺸"iQ XqE(Iq%H+J\W$)H+qER\dVqU$wA\qո$XWL2业L2业xZ&L09S f?]IQU#W~/=hg]${MMr3>UU${EkUUU5Sѻ$gΉӏ_nn9_ݱ["Wd9fq~2qrINtVc?s`D֓mܪ5f}E\~/{_k+ !ɗj>27VHcZμ0Ea5V2>Er尊hϘ[,ɕY}μ ?ˢ;[sׯ~<%4$ۺ0. 9gf8JsXHS9||5de%VyaY"^G.w}Gd9 V,<#5ͬ#_^sp񼰏Ʈ,5tZL뫨죍kJ"&UGm˗e'4ujKVU#`rC\MVsYRL!V @1a%Vt?dVXgUjlq>ww$>cew@ n9yXc鉣XV[pH8Wg&0.x97BT5Dc@QK1&®$HͳU&yfF3.6!,߄XGm1`U< q6nQg^? IENDB`vorta-0.8.12/src/vorta/assets/icons/help-about.svg000066400000000000000000000033151441455173500220700ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/icon.svg000066400000000000000000000032661441455173500207650ustar00rootroot00000000000000 vorta-0.8.12/src/vorta/assets/icons/loading.gif000066400000000000000000000703501441455173500214160ustar00rootroot00000000000000GIF89afff!! NETSCAPE2.0,X0I8ͻ hh l,u HO` ]ɨZ'TzA0vݒ Ư#ng]MOn2< xyr{oZ{|bz~k}Rae^WO_VIUc¸óˣŏĴշS& ~oA~E``40DAnUh"Ŋatp?S& yod|Ir?HK M6Yf943H~`F =Mcm g(ꐪKrW;*v,L 6fB<]D/u5nL>l˪(\-y,u2cf_AѹdOK: F9S,{w߶7쿻~&Z3lϳ!G@뙍GG&vrhןC?׾;ޅOϾ{6%lI$1赗l=P_ xc}qd5(Ã(ƒ_& Ph'Ȁ 裏($X$ &,ieM>>bW^dBA0AlxAe0U`ISw$1XZ@fZP8e-襃B3VXAꪍR@ jwnkr0,f+Nm*Lk^+ C[KnV.QE m$o0+C3JО ׺hqFܰk ,+ r6m&G:r&0,6c:p̳1B@t'/N3 hCLS_-Z/yt[+ 6cuٍ2jo=6s7 6w5Z},nሃ(o^XfR[y@97;.z^*Nޚ~B{9nE3K T | S>|ǫ7GBcмkC?˻?[;FjwٜOnW_/yH^W1[}h 轄8,>zv07WA>P!L /7HS ᷦǡuCx.ux(<P6 1gDrBUzG,FQ"A b!2 5MѝфGw4G(юD XH'QL$ EAF:ҍģ$HIFZ&۸ zC(1R+ߨIR±e+IK^e/}INStyLc6%֘f25H𔺔Idzʜf9p脧:9l&<9Ps'~3\9(} ;8js e=1t(29Mj3GQQB-iIQ5AY#5)E=%@E*I5 rmPS]T/ũT ϩ2u*VO*ӔrUjUִ5|fR;յҬeͪMCzכPsh_Uq5A7HXuPb5WѿNs^ T vv ,b%TVkgzڼ=kiaYř5DX8#ܞ/ܭ|Oה=."Wζ-t!,X0I8ͻ] hh l,u H` ]ɨ"Z'zM0vnmglt.'wiz |}gb~sxnma^WjUkļƵScl_R@]5 prPH; UCvH7ze )r$F &˛HcTzn&#T(їb*kWM5| ՎX_`T%26+ ІU˯_d-ztjyu?1 |p= \K-EW`fs9Zai R +ꕸ]Cެoڡ!.n=k9qe"u MB[CG*ݝ{%3~rr ?^bxgKG̨fفv$1,ۃF`Peu*&bŤXc ~A_*z@Ȏ('hH>>Ly %4i%&lx}SW&*\VeU`cHM]_)Dx90V N^8(|%X`9YC"JZ=g,B 󡥗bRPсT^d}FpzU &믟+lj -)LkF{V+h> x6›[/}/Bwzߜ 찈F2i /pl(,m2r*s7P>rB@t& jtF?]RW\u)_qZۘu^s `Zv= NmwMÌqK|߀=r̃wF5gxF/~a3E'эs"88F61h#h;*ьDd&HBd$!FHANQDb&A˔|@JUJ.Ce*E9JGd9ILr%`K[24*u:aNr:mbT?}ӢLDjOs+uM#}IE*D^T+(F9U%]4YQ2)aNe:ӌIQQP5pliQZСMNRzՍf&hWSn}C(H{ӗ5W͚Vmuzצ*_Wͪ}*zX֯, ZX&V,#kdX6ֳYEWVSL[YvEk- 6BIM-i}oαu)rB2}t!,X0I8ͻ hh l,u H` ]ɨ2Z'zM0vnmglt.'wiz |}gb~sxnma^WjUkļƵScl_R@]5 prPH;@ iU!݄uɒe$KbJ-sz,'4BRgN==}nhHShEu4ҙj*A6Uj@zUxY.zAZ/mb @+ v~ɫӲrϢz-]PƎ@*yrP1`ΌwsŽX^ xWcRIMYe_#3NC='o&?퀸NQǑOe-EF8n[YGv ekg{!_:W~ōuӀ݁5Da~._a{v l,Lh G W0Fw-@82! Q̏ (~яI~҂PneBzhA`lqYf]vh &dsub٧)Z$:ۜrF`iFv )_Bj4Fm[jZ`ׁZ\t\JЪJQ*+r&JAd,G%v0-Z-+lKj[ny:l |Yki[//zwNlD5p/%vm);0 |1_ ,01Ԗ.Ќ+7SܳCft+'GkPTW*XMw=$_-vydٗg vl\t=yw-߀.^\`ɏw4;V[1p2'nw0hj'p`Ȇ/>v+!..`㿫50< 4{/ΤszҬlVܸO@=[|< O}~.me["=dU/t?Nܙ h;=P0/~|TKgV ޛt$C+uX> Bw5 HL=;UNx3"sUDLDHxA 6@E.bхC(xFMύeDE/S#|L8;qԣhF;c35"pY;E3:̣"+(Cb|b 7II9z} OJבrTe/W^e-eF$/gKҘ̥yLdĄe&5aүќf2GC_n%4hKnӛe8E_r0 \8YCkDBT*UL$gOժbKj̶ծΔe` =Ӳb+YwWΕSj_Qze%IEҿ%6hkaZWêUle-D^ftkdj8敳)-K ̢v:kvVgcsv7L*\MB!,X0I8ͻ hh l,u Ha ]ɨBZ'$zM0vnmglt.'wiz |}gb~sxnma^WjUkļƵScl_Rm'B)Y8PYj&&`Ǔ'3OB%7QS t3Mz(j7傇~CtPFT鱜:jɪV5}tΣ^e ^ ZDJa-Xnɖ{kZ vuvFJ\* cD 1[y!.0ˍGusgf>A/n܆+^z|-EMuLQIޫ/߿W/@kqϋ_#3>Yp*ei_#|="s3|#Ͼ}\\.[tȄmA乧"I ~w5ZJ}bf&"Q ܉"я5'Th Iy T2锃,ETWn_c!h)fy1)gTwci]{:'x~(XfҙMҨ]@r&٩ RzNh*Z~C[jRbr*N- c2lE:*AN[ ^;m߂[(b^QҲK`P+t kLk5ZAX@prYg2qA]x@5ˁ1R=PLxV? fɂ $=o]p3aΦִ=5T*UL)}F Vv.۪YK8Vul5 W5eo]:תXb_ӻ-_ZXlid֘UlbњY66Z5g1[N*f{M-\\[Rm+E[1#-p+!,X0I8ͻ!hh l,u HO,(HtNlZa`LnϙRk2z>iW՜~L3kiva{z~~q}oh{xZlr[|dSfRQ!Ԭ uQ B9( a*+1BbjHra$ (CɒtT`;/_I'Mr<3 ?:TMnO뵬TSG%J:pԅm0fWMԃ\]M+m툶nɒ3+wNQk[75߯Dp\ƴ+Ve7#{=`C(YBJxfd馜**!1 Oéʂ'Jbk{&B᪲2b]uB,;imv嶿˷ۊXJ rˤ{-jK7 K' 7,% Wlg1A,+| ,31~6,@[sM"}K7tP-:WX\v۵_G2Ohh\tmx7lpbWL8_ nFkL|ߑ}.VySH: XO֤M=İw  솫`']2A67 Bl3&{ƒi+/.s*{Wz#v(s?4&[#o :NJ8*ӟǮ6!.`  ~S`w35Y-Qn OA8x>B !aZUPFI ܯ!88KhP/ma\ . >. }KLlc+rCm',&tɆ&cVD6v@H(Q6DOW8Kq!d#7 %dyLc6ieMLq3IjҀ|l=Srּ8Nn.p%HYMiltL'19DlR}f8FS7LdU@7t :Ԣe>36 i==|6UЉCwIS_rĨAWRm)6ԧwj>yҼ2&RjӝLjU3JRuR}aXﲷ5khžUB*ZӚҸ&׼^ծjkWZVzz=YZWn4-a#k"v {,Ũ:ճ, Yu|K5Hic⓳5iVc{Jvnϐ!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#u@$Pܿ # $X<> Qb֣FN$ߤ{Q`KQUֻ8A>)̐n#FeAQ4k*l內PM!]cȆ.jV* ,J[Yz];۲QvЖ<\l%IXoZ[YJLA~Q\RmKΊnRlV{뉹C;DtToޔ;0.NsK]׋ױȳk/< ో=_} wΧ_|hI駞Yb!$ׁ x ρӝQ"%n #N1%F,d(i0vdPH%ۍyHF9䁆59[De&ZyV[9qxAPJyhxraGcwg<|FpZ *h* yx)Ni*|Jd:O@Z*0ʀF tn*,BL,]ɽHl~鳽~ft d+k/jm, \0ĭ[ qr,2}<#o&0r &ls8"@o1H49rOOlIW\w`-v'k" p+{pm|֭(ހ}mxg-i Fy>n> o堗nn갟^jo;8k$^9^嬟G|]~ oyrB8oX=xl^0c` Qg<'ܥAgW@v q@x󖆬Ej}y:U}~p Z % N&4C| >0+: "ފH>Jǀ'fX.+FrԹK<$^Q~ِhAw`Qh"XU+|G[E3F~p7D xc  сP" >>rud8H5m!Òt$ TJB2MLe,V$(CGr/,iGi !@1Lb6s4[RMkv?є6uMgbu =rbW[89NCv@g<9erۥVೞO\P hB'w=SɄ%U(?JuhHE~!"FR* ,tnRڰB$jԞJ՟Xz0ԓ7Ȕ/bꉨJ/^5YiTՕC5YZ=‹@(T׶jݪZTo61VX4k)KqQ*hM ]7l=bL٫0efiQ!Ox}kcV-JHRA!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH1iv* d ixJiGdq8F+Vk-=*v+Kb{㦫fg.Ӳ+ܺҫhmPP6ُ=fIY ` QÐi.ȃ1Zk (5gǂ.Zh ›j* >9~bBAc:Ptn 6Ȣi%.g|3*` pxiTcvyA3叀\XҐ*"OE1$)IABnd 99J=~RMYJO"/kYHCW*$NNZ$b)KdW$>L)19MLpSS'2$iW~k'7s'g<Df=ٹO{̧>o&ť@IN m!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH17scdn^t^j˯n.{2c5}H Q'g?~;ŖI 0Bx @14 2TwB XaDh|@ [B0&!08:ܡ&ʰmL p'P b*Ί1JD>]b e6p152dl@DV hN"BJvL#IC*@%5Evrh$8G@~R%6JRd)+E]ʔeKP:j%Haf  m:r׌L2f{Iv+f3JBjgRD$9NzxE2%ybB ?1 >LLAQiP(@Qf#Ut&-)"MAӎJT$'?A 3*QqhTr"UO:ԄCt*ɬ͜ZjTOST$N1լUnO5 ׎5r_5ظ2R%lbE:U}-kcYu}d:UR6ά+gD<6`SSH8-l"ZsxH!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH1-z{-w[-t+mz.ʻ: ,l0ڪNjg_j7$o| ӕ\ro7B4Hm\s[6e@ht3J/PW W u}S{|5i-e3=n<kͶu<護x~]A&N_8;@{C9\t*9|u;.o`6ܿBN{g\^{5^^ ?Wgқ@srns$7ؼkP1k_Q/]t(@Qx0puz LAP`1}1 L%  h.TܕbjP| Cÿ! 7?Q(܎D1qJ$_HA Hшɨ+j\ax 1?cFzp#J9w=>А(| x"# EV`d(DV# 4IIN0yRvf_*UJGd)e9K.^[e,uKJB`( ar<%7T1o,8Mj ׬iJ: &b27Nlf/3p2Pwt%OyПqdg9jB Ԡܻe@# LԜi@D[O TgC!@FӞ=@ :R~ThG#LSx#V*ӐZt jPx0"գJMИt&UUjիԡZ> Ufu[%kY VRU^i[i)q"mדZ@]:W=j;0U}b]S R.֭Clbyz6kg TІXg(6\-keP-4X[:T,-EwVA0.rEeIRPH!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH1-z{-w[-t+mz.ʻ: ,l0 + '봢6p)ig5p!$W*,;+p,s&!4XH7j34-ˈ:SlXKMt bl'i|+m+ tq|AMqk+{N%M5D&%1̕5q!' 1+Ki~қ')9NmDvNvQƬ*7?z>ӞtLyJĄ[;Mxee@ 䓠'0QSc@<5ʹFZq e6EPo@&ir:4 W$@Ӛ6iԕJI-pѠBuLm*PzUUjR*Ue ORՁf`ki[CUXZV{mbT Vd\ȁLy=[Մհ Y8Z,Yf>QK%mXVS h Z d[[ =0!!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH17;͎A(ὣƛW-NA Ro\Eo*~H='j9_5?hd 1.v@4әҷ zP|@.A0Hphhc 3!-P;~ 16,8؀$L(~J GDE-:F1~eјF5BP mtBuHEXd #)IQy##E iC*0dd#DRd%%0JRk'%PIab)K+Nh+OHHUJeljƤ2PR|&wYrD^InJf8)ABv@g:'F<<(=%:р̢C!L (YDO' ǁ:қf1i/}yV**y5J]*SѧBU6SŨԠ!*WՌ5&թDzUJ5YKƵTE+L1Ui]U;k^vv0l`7v@-aY!YV^$0{0H S$U XkR `s{/-4~(!!,X0I8ͻ!hh l,u HO,(HtNKVlZauK|3X#um!$LK5{УbJРujHRҬi աYAqyn]yuv۔ܫ#ˆA~M<ο ]Y&Lϗh:jŔH1rZ*X|yOqVcQ&8]YQg^.hs tSxj袁)ڦaEvU$F_82 dDo46AB$uVETR9xc٢v-`wa`i%Oq”]p'y@*Yea& ZhB9W) 首Er#ovdty⫦y"m&V}Ū9+F+Vk-ꬢ`em6ۆܸJknA봋#&&ǽE:Fd0&LpK@VC1{ '|$l(̬n ,rF1<3X[.Moʫw4Ad+z;5CKk;4@ +h*&tMkcDmC6^@i h߀OP#^A=G]k"d94y.㊨{꫃faMn^S.c3)`1 |['rr c_x1Go ̦Ӝ_ޡÿ)l ]vK c ^ぢk7h e@ĠAn`_! tfHPP<{B91l XCrno 2P4-B%B{9 vwPb~Ep7#1eHNCGб]^ 洞=^~ s  >d6 Ë~MXmb.o.b\DP__zt놽;6/aZ׳Q{Fm]Y1.̪i@?ͼ5gY혶fî׊MkhD*גnoy/KNwmKbf3G_=OVq9]iEs~0 BQNH u(R&4mUdAZw!\8qx|J]RXek<$~6 Ia2%yňL6YZ>tTA_ReX鍊dJygz&v. (7 {9s :&'jIh*\S@)C"olY Y&Zq(Rx骪?䬯x*i_~c*(l2f䱾)ϲn졎&hF'F3뎸k覫IKn6#ԽO/G{\e0&ي0HIFT\qw~+rBjo~2s.rl8*&:L']^LGDmu\g \=y"bxldlǍ5F!d-|ݫ;-8 c: #N 4~Đk t0zWй^}4oκzOIe{5" wb6? t c=ݳ ?>X+JZ}_|ˮ: "¦ Q+"7oV6A9냤 a@N ǀڐY 3C7;v@L"ż;F04 PK#<PW?8 .._ b,~ fhC6bщZ":Ў8~0 @"Kp$'&R&I~2(XJ%q[lDJVvhY4^Jd n^qKd+_ X62 <&) 0\2M`6e6+d*S370Nrr:o,3Op.F6yJ2Ħ 30PxSEh8B5?QfPuhDϹtT hH9:Rg\Jm)xBSXL)hbtĩqƞTB *PuӟY>2O GERT6թjWqUz*VǪQl@(Iݪ.5*jֳ\v+Vկ-,MkS6\=,cŶ$q},,{٪"5 H1Z>hZ 6CZKN bAݡ-6[<𶷁+pf M.!,X0I8ͻ!hh l,u H` ]ɨZ'TzA0vݒ Ư#ng]MOn2< xyr{oZ{|bz~k}Rae^WO_VIUc¸óˣŏĴշS`qd7k@CԤ|!FI!n; `E0bG*ѩS?PRK Ll0N$isb ->9$>N|*gWtAfpR!V[aq+ڍV( 3Jݡl+Q\MuAu+a4ѽq 79n;;aabϬFmĊT fi%5G[o# GXl猶wsG޻wTl;?M{қ3IN~P@&׀Y%]AA_Bsȳȅ!_i$HhLj " W{81mŦwIA]Af$ %2YnWX09!eP%݈$6%i[灹i&8*f~eemCasSE_ËYg衈&J&M9Jz)1j&i~z ~ȨqꝜ j jGHj`3殷|Zyd+zX+ ɵJzzn +ֻn+Ol;:7p.L5U1c ۱Fl2#&a,] /+`81@S,4  C TWmXg5<5u&+Kl-lvmwv'|]|>v""'G7J!*O>;t.H N~9o cNxB{~- / 0hٺ#Owc|agSv_/8[(龣Fл/\J{C*_l4=߁jD! zz) Gr[ WGq2f(·LT xA z" 0+Dz 18*BpHIp8 /o+RHE3Oi()o㬒G°1xd#tUHC,!Cf"\HGNГv\&5(I9SђLBSM^X%+X0"t)hc1(b.S]a/7O4#mK\6S)D23'7iaH>R:N֜"{3ǔf29KfT&:PjƠ:"My6$DyMF$xh^'iH}n !V\6 (KcZSvKVLc$Cj=Rztkm*Q:ԭԩRhVPPVSӜfmjԘ\E7պy ӫ)i,TjկsK+V׺OS}k[ׯֱubرըUcU6YV6t!f n(ci Yck?]\s m&*&!!,X0I8ͻ hh l,u HO,(HtNlZa,aLnϙRk2z>iW՜~L3kiva{z~~q}oh{xZlr[|dSfRQ!Ԭ uQ B@J> "</^$8K4,HOcBS$rvnI'OKy~:sFz'}%sR#ꪝ;(ME7f%Wdu_WJAQV;3@rzpXu+76Iv[0HlY[ǻZWn-sؼsKeV:]><{}8%!y#\< pV$` E![Gvǃ(h'48{ bhz~p(T}b\4_*Vʌ4oDwhBdZKR`"UD4  @%wͧv\ٗ[j%Y츝EebWҚbbeJY,(Sg)hmܟb (c :'騟aIf2z?j:Z&By*,ٽʃ5Z+GzZl.2V2+mZ B~Gv[*( ⹻k!»B*;,l ' +/g1s<$#(2'l0ܲ 43d8l*@,4 (3LGM1T Q=(;!zɟ .$crL%1Gbx &dpc_@%.ˈo^&K qaH=яt"hBn)q :L %IDQ |&9DTEn4IyCVOe*XQ,iIDv- KF>ҘDq"SɄ YJ6әAf/}YMWӚl"yLj~фe9pJr.ӕ[W\0Nvg<ٞp3e>ϩiBt(@9t҉%(?*Ё6ңݔG7шZ$FIjъJԥ!u҆Ɣԃ7*ԝ$0ahRml(iNu %V SVjSJU~iUC꾒O jԫLUTլ#*VY:Wm^, V.56}טQ~gM+UP ӳ+ccɦ"5p< Uo m=Zt,l]ƶ-!,X0I8ͻ hh l,u HO,(HtNKVlZauK|3X#u| VȐ! +0߅݁яiM1#oCɒoPTEM %|IFP7Y愰sgOiRsHEyjAUruF5:jRkU5Ź6+Բ0i J=:ؐ e׬ܾ;XA1 ie(ٯ⥸֌Qg"etC큤?KŖm[ psT{Sȇ*ּ7%Rx(H}unW:<,N^Ak]n0{1 ivvA @}6S0R)Irwlh"'x@0pVĨ&;%!Z؋D6A_v#iL6hBea`2^@0K*&ߤy\kfbɔEYP|MQ{٧YA=fhLf_A)s& 5*.^p*G"𪧱Jk*ܪhګV_s@f˞챚fΞR$vf*m[^:*O뭨¨hvk&/L 7G|Wlg4lp,$w +P,W0),3/ü8s\q3;DSйMHkL#9G-Tl5 dMW2o sdlM3RK,tmx;q፦\/98\蔹Zۭ|[Rh۷[@zQ:B{:-4<-*\ 9S[ ++J_񦓥|J_}84k:IZ']8{$>۟~_?FS_w>F Ԡ7oGHV]RB2zA !І`jsaSP]0UB_#BCgH&(F$Mdb( N"3/.ЈJ\ؾ-+bo=q|Ȋ q?" GEy ?Q"IQ{Zd%AMfҒ|d'+Oo.R])GVP=<*@]r%,91l0Pa2Y<'Ι4QMj򌼴IvSLcMen'4Ivĥ;ibӞ|<8y" =j*4 9O}zSC)Jn2ݧ,όzTR)(RT J͘Ԣ5Mϓ4xK/ Ѐέ>AT*ukS*ӈI;ũQ!&ԒUYHUTc]7 TUJrk] м镪p] Ug%`SU/5V7Z0 eeXĖجJ;kĂH+jղV[c+[