diff --git a/CHANGELOG.md b/CHANGELOG.md index 2799e167..5dc49769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ================ * Added option to not apply a procedure for previews. This is useful for very slow procedures having little effect on the exported image if you want to keep the preview updated automatically, or procedures that e.g. manipulate the file system (such as export procedures) to avoid saving previewed images. +* Moved the source code repository to a new location: https://github.com/kamilburda/gimp-export-layers +* Moved the site to a new location: https://kamilburda.github.io/gimp-export-layers/ + 3.3.3 ===== @@ -57,7 +60,7 @@ Misc. changes: 3.3 === -* **Due to significant changes in 3.3, make sure to perform a [clean reinstall](https://khalim19.github.io/gimp-plugin-export-layers/sections/Installation.html#Upgrading-from-Earlier-Versions).** The plug-in can still function without performing a clean reinstall (a warning dialog will ask you to clear settings), but will likely not be usable from the command line. +* **Due to significant changes in 3.3, make sure to perform a [clean reinstall](https://kamilburda.github.io/gimp-export-layers/sections/Installation.html#Upgrading-from-Earlier-Versions).** The plug-in can still function without performing a clean reinstall (a warning dialog will ask you to clear settings), but will likely not be usable from the command line. * Removed installers for Linux and macOS. The installers were not flexible enough to handle the diversity of available GIMP installers and different installation directories. The manual package is simple enough to install anyway (in some cases, simpler than the installers). * Added the ability to add any PDB procedures to apply to all layers before export (blur, scale, drop shadows, ...). The argument values of any procedure can be adjusted by clicking the edit button. * "Operations" are now referred to as "procedures". diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 24200fbc..967a7444 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -35,7 +35,7 @@ Clone the main branch of the repository to a directory named e.g. `plug-ins - Ex To make GIMP recognize the new directory as a directory containing GIMP plug-ins, open up GIMP, go to `Edit → Preferences → Folders → Plug-ins` and add the new directory to the list. GIMP needs to be restarted for changes to take effect. -Clone the `gh-pages` branch (acting as the [GitHub page for Export Layers](https://khalim19.github.io/gimp-plugin-export-layers/)) to `docs/gh-pages`. +Clone the `gh-pages` branch (acting as the [GitHub page for Export Layers](https://kamilburda.github.io/gimp-export-layers/)) to `docs/gh-pages`. Several scripts depend on this directory location. Some scripts require that the GitHub page be run locally. diff --git a/LICENSE b/LICENSE index ff075d9f..d89cbcd6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2013-2022, khalim19 +Copyright (c) 2013-2022, Kamil Burda All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 76f47895..b24ba978 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [![](docs/images/logo_small.svg)](https://khalim19.github.io/gimp-plugin-export-layers/) Export Layers +# [![](docs/images/logo_small.svg)](https://kamilburda.github.io/gimp-export-layers/) Export Layers Export Layers is a [GIMP](https://www.gimp.org/) plug-in that exports layers as separate images. @@ -10,19 +10,19 @@ Features * Customize export with additional procedures and constraints -[**Download latest release**](https://github.com/khalim19/gimp-plugin-export-layers/releases/tag/3.3.3) (3.3.3, October 23, 2022) +[**Download latest release**](https://github.com/kamilburda/gimp-export-layers/releases/tag/3.3.3) (3.3.3, October 23, 2022) -See the [documentation](https://khalim19.github.io/gimp-plugin-export-layers/sections) for information about installation, usage and known issues. +See the [documentation](https://kamilburda.github.io/gimp-export-layers/sections) for information about installation, usage and known issues. Support ------- -You can report issues, ask questions or request new features on the [GitHub Issues page](https://github.com/khalim19/gimp-plugin-export-layers/issues). +You can report issues, ask questions or request new features on the [GitHub Issues page](https://github.com/kamilburda/gimp-export-layers/issues). Before submitting a bug report: * Check for [known issues](docs/sections/Known-Issues.md) that cannot be fixed in the plug-in. -* Check the [GitHub Issues page](https://github.com/khalim19/gimp-plugin-export-layers/issues) for current issues. +* Check the [GitHub Issues page](https://github.com/kamilburda/gimp-export-layers/issues) for current issues. Translations diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md index 77ea4850..8c3fce2a 100644 --- a/TRANSLATIONS.md +++ b/TRANSLATIONS.md @@ -7,8 +7,8 @@ If you want to provide translations for Export Layers, it is recommended to use How do I translate the plug-in? ------------------------------- -First, make sure you use the `gimp-plugin-export-layers.pot` file for the latest plug-in version. -Either use the .pot file in the `export_layers/locale` folder (inside the folder with the installed plug-in), or, if in doubt, [download the latest version](https://github.com/khalim19/gimp-plugin-export-layers/blob/main/export_layers/locale/gimp-plugin-export-layers.pot). +First, make sure you use the `gimp-export-layers.pot` file for the latest plug-in version. +Either use the .pot file in the `export_layers/locale` folder (inside the folder with the installed plug-in), or, if in doubt, [download the latest version](https://github.com/kamilburda/gimp-export-layers/blob/main/export_layers/locale/gimp-export-layers.pot). ### Poedit @@ -20,7 +20,7 @@ The following steps apply if you want to use Poedit. To create a new translation for your language: -1. Open Poedit, select `File → New from POT/PO file...` and select the `gimp-plugin-export-layers.pot` file in the `export_layers/locale` folder. +1. Open Poedit, select `File → New from POT/PO file...` and select the `gimp-export-layers.pot` file in the `export_layers/locale` folder. 2. Set the language of the translation. 3. Translate the strings (by filling in the `Translation` text field for each string). 4. If desired, go to `Catalog → Properties...` and edit the translation file properties. @@ -32,7 +32,7 @@ To create a new translation for your language: If you spotted some translation errors in your .po file or the plug-in was updated since the last translation was made, you may need to update the translation: -1. Open your .po file, select `Catalog → Update from POT file...` and select the `gimp-plugin-export-layers.pot` file for the latest plug-in version. +1. Open your .po file, select `Catalog → Update from POT file...` and select the `gimp-export-layers.pot` file for the latest plug-in version. 2. Update the translated strings. Make sure to check for: * new strings, @@ -103,10 +103,10 @@ You may want to test your translation first to make sure it works correctly, as You may also want share your translation with the rest of the world. You can do so by submitting your translated .po file as follows: -1. Open a git pull request for the [plug-in repository](https://github.com/khalim19/gimp-plugin-export-layers). +1. Open a git pull request for the [plug-in repository](https://github.com/kamilburda/gimp-export-layers). 2. Create a commit titled `Add [full language name] translation ([language])` (e.g. `Add French translation (fr_FR)`) that adds the translated .po file to the following path: - [repository root]/export_layers/locale/[language]/LC_MESSAGES/gimp-plugin-export-layers.po + [repository root]/export_layers/locale/[language]/LC_MESSAGES/gimp-export-layers.po If you're updating your translation, name your commit message `Update [full language name] translation ([language])` (e.g. `Update French translation (fr_FR)`). @@ -125,7 +125,7 @@ You then need to generate an .mo file from the translated .po file. Poedit automatically generates the .mo file when you save your .po file. Move and rename the .mo file to - [GIMP plug-ins folder]/export_layers/locale/[language]/LC_MESSAGES/gimp-plugin-export-layers.mo + [GIMP plug-ins folder]/export_layers/locale/[language]/LC_MESSAGES/gimp-export-layers.mo where `[language]` is the language in which you translated the plug-in. `[language]` is a part of the .po file, e.g. for a file named `fr_FR.po`, the language is `fr_FR`. diff --git a/docs/GitHub_page/_config.yml b/docs/GitHub_page/_config.yml index 574d0f68..3b1000b9 100644 --- a/docs/GitHub_page/_config.yml +++ b/docs/GitHub_page/_config.yml @@ -1,9 +1,9 @@ # Site settings title: Export Layers description: "GIMP plug-in that exports layers as separate images" -baseurl: "/gimp-plugin-export-layers" -url: "https://khalim19.github.io" -repository: "khalim19/gimp-plugin-export-layers" +baseurl: "/gimp-export-layers" +url: "https://kamilburda.github.io" +repository: "kamilburda/gimp-export-layers" github_username: "{% include-config 'AUTHOR_NAME' %}" copyright_years: "{% include-config 'COPYRIGHT_YEARS' %}" diff --git a/docs/GitHub_page/index.md b/docs/GitHub_page/index.md index 00963482..42f4dc26 100644 --- a/docs/GitHub_page/index.md +++ b/docs/GitHub_page/index.md @@ -16,7 +16,7 @@ See [Customizing Export](sections/Customizing-Export.html). ### Having trouble? -See the [known issues](sections/Known-Issues.html) or feel free to [report other issues or ask questions](https://github.com/khalim19/gimp-plugin-export-layers/issues). +See the [known issues](sections/Known-Issues.html) or feel free to [report other issues or ask questions](https://github.com/kamilburda/gimp-export-layers/issues). ### Want to translate {% include-config 'PLUGIN_TITLE' %} into your language? diff --git a/docs/GitHub_page/sections/index.md b/docs/GitHub_page/sections/index.md index 94063bc0..abe6775f 100644 --- a/docs/GitHub_page/sections/index.md +++ b/docs/GitHub_page/sections/index.md @@ -18,7 +18,7 @@ See [Customizing Export](Customizing-Export.html). ### Having trouble? -See the [known issues](Known-Issues.html) or feel free to [report other issues or ask questions](https://github.com/khalim19/gimp-plugin-export-layers/issues). +See the [known issues](Known-Issues.html) or feel free to [report other issues or ask questions](https://github.com/kamilburda/gimp-export-layers/issues). ### Want to translate {% include-config 'PLUGIN_TITLE' %} into your language? diff --git a/docs/README_raw.md b/docs/README_raw.md index d0a2daeb..2702aeb0 100644 --- a/docs/README_raw.md +++ b/docs/README_raw.md @@ -1,10 +1,10 @@ -# [![](docs/images/logo_small.svg)](https://khalim19.github.io/gimp-plugin-export-layers/) Export Layers +# [![](docs/images/logo_small.svg)](https://kamilburda.github.io/gimp-export-layers/) Export Layers {% include-section 'sections/Intro.md' %} -[**Download latest release**](https://github.com/khalim19/gimp-plugin-export-layers/releases/tag/{% include-config 'PLUGIN_VERSION' %}) ({% include-config 'PLUGIN_VERSION' %}, {% include-config 'PLUGIN_VERSION_RELEASE_DATE' %}) +[**Download latest release**](https://github.com/kamilburda/gimp-export-layers/releases/tag/{% include-config 'PLUGIN_VERSION' %}) ({% include-config 'PLUGIN_VERSION' %}, {% include-config 'PLUGIN_VERSION_RELEASE_DATE' %}) -See the [documentation](https://khalim19.github.io/gimp-plugin-export-layers/sections) for information about installation, usage and known issues. +See the [documentation](https://kamilburda.github.io/gimp-export-layers/sections) for information about installation, usage and known issues. {% include-section 'sections/More-info.md' %} \ No newline at end of file diff --git a/docs/images/logo.svg b/docs/images/logo.svg index 50d78f0d..28574051 100644 --- a/docs/images/logo.svg +++ b/docs/images/logo.svg @@ -17,7 +17,6 @@ version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="logo.svg" - inkscape:export-filename="logo.png" inkscape:export-xdpi="19.448332" inkscape:export-ydpi="19.448332"> , YEAR. # diff --git a/export_layers/locale/generate_mo.sh b/export_layers/locale/generate_mo.sh index 0a4bfbce..98933ae2 100755 --- a/export_layers/locale/generate_mo.sh +++ b/export_layers/locale/generate_mo.sh @@ -8,7 +8,7 @@ SCRIPT_NAME="$(basename -- "$0")" -DOMAIN_NAME='gimp-plugin-export-layers' +DOMAIN_NAME='gimp-export-layers' LOCALE_DIRPATH='.' LC_MESSAGES_DIRPATH='LC_MESSAGES' diff --git a/export_layers/locale/gimp-plugin-export-layers.pot b/export_layers/locale/gimp-export-layers.pot similarity index 99% rename from export_layers/locale/gimp-plugin-export-layers.pot rename to export_layers/locale/gimp-export-layers.pot index 93f5a94b..917745fa 100644 --- a/export_layers/locale/gimp-plugin-export-layers.pot +++ b/export_layers/locale/gimp-export-layers.pot @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR khalim19 +# Copyright (C) YEAR Kamil Burda # This file is distributed under the same license as the 'export_layers' package. # FIRST AUTHOR , YEAR. # diff --git a/export_layers/locale/ru_RU/LC_MESSAGES/gimp-plugin-export-layers.po b/export_layers/locale/ru_RU/LC_MESSAGES/gimp-export-layers.po similarity index 99% rename from export_layers/locale/ru_RU/LC_MESSAGES/gimp-plugin-export-layers.po rename to export_layers/locale/ru_RU/LC_MESSAGES/gimp-export-layers.po index cc52210c..b9b2fd03 100644 --- a/export_layers/locale/ru_RU/LC_MESSAGES/gimp-plugin-export-layers.po +++ b/export_layers/locale/ru_RU/LC_MESSAGES/gimp-export-layers.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR khalim19 +# Copyright (C) YEAR Kamil Burda # This file is distributed under the same license as the 'export_layers' package. # FIRST AUTHOR , YEAR. # diff --git a/export_layers/locale/uk_UA/LC_MESSAGES/gimp-plugin-export-layers.po b/export_layers/locale/uk_UA/LC_MESSAGES/gimp-export-layers.po similarity index 99% rename from export_layers/locale/uk_UA/LC_MESSAGES/gimp-plugin-export-layers.po rename to export_layers/locale/uk_UA/LC_MESSAGES/gimp-export-layers.po index 961b6a84..228f28b3 100644 --- a/export_layers/locale/uk_UA/LC_MESSAGES/gimp-plugin-export-layers.po +++ b/export_layers/locale/uk_UA/LC_MESSAGES/gimp-export-layers.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR khalim19 +# Copyright (C) YEAR Kamil Burda # This file is distributed under the same license as the 'export_layers' package. # FIRST AUTHOR , YEAR. # diff --git a/export_layers/pygimplib/LICENSE b/export_layers/pygimplib/LICENSE index 5760b918..f36083cd 100644 --- a/export_layers/pygimplib/LICENSE +++ b/export_layers/pygimplib/LICENSE @@ -9,7 +9,7 @@ Text of the BSD 3-Clause License: BSD 3-Clause License -Copyright (c) 2013-2022, khalim19 +Copyright (c) 2013-2022, Kamil Burda All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/images/icon_image.svg b/images/icon_image.svg index 50fb1fa4..7ee844fb 100644 --- a/images/icon_image.svg +++ b/images/icon_image.svg @@ -17,7 +17,6 @@ version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="icon_image.svg" - inkscape:export-filename="C:\Users\khalim\Downloads\icon_image.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> diff --git a/images/icon_tag.svg b/images/icon_tag.svg index c8db4dee..a3fb2c78 100644 --- a/images/icon_tag.svg +++ b/images/icon_tag.svg @@ -16,7 +16,6 @@ version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="icon_tag.svg" - inkscape:export-filename="C:\Users\khalim\.gimp-2.8\plug-ins - Export Layers\export_layers\tag_icon.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90">