Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MyPaint

Painting and drawing program that works nicely with pressure-sensitive tablets, and its dynamic brush engine library.
Collective - Host: opensource - https://opencollective.com/mypaint - Website: https://mypaint.app/ - Code: https://github.com/mypaint

Update BUILDING.md

add note about cleaning after unit tests

github.com/mypaint/mypaint - 7b066bda09275464081e0ad0f86357446363278c authored over 7 years ago by Brien Dieterle <[email protected]>
Merge pull request #819 from briend/doctest-fix

correct doctests. view-zoom calibration changed fundamental

github.com/mypaint/mypaint - cab48aee3c1031e9087eae2c1c272c18b3157928 authored over 7 years ago by Brien Dieterle <[email protected]>
correct doctests. view-zoom calibration changed fundamental

speed calculation, which watercolor brush uses. New comparison
images needed.
fixes #818

github.com/mypaint/mypaint - 108e8a6e6395bc41061db32961d091295d07d76d authored over 7 years ago by Brien Dieterle <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - ed32d4c0aba71e6103ee7278793d502e7ed945db authored over 7 years ago by Weblate <[email protected]>
Merge pull request #90 from briend/viewzoom-fix

ZoomLevel input: added language to make usage more clear.

github.com/mypaint/libmypaint - 9bafe4b95960517f9ef2c7da5bbed594b38ff8a0 authored over 7 years ago by Andrew Chadwick <[email protected]>
ZoomLevel input: added language to make usage more clear.

Since 4.15 is the maximum zoom level, dragging slider to -4.15
sets up a linear mapping for brush...

github.com/mypaint/libmypaint - 52041802f13a0383823af0fc9e58f8f74f7686b0 authored over 7 years ago by Brien Dieterle <[email protected]>
Fix up doctests.

github.com/mypaint/mypaint - 06282c7c5b46e5aac6d0e098297d3d82148c7774 authored over 7 years ago by Andrew Chadwick <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - d3e31ae51872551ea681b8aae83bb3797095901a authored over 7 years ago by Weblate <[email protected]>
Merge briend/view-zoom.

Closes mypaint/libmypaint#66.
Closes mypaint/libmypaint#70.

Thanks, @briend!

github.com/mypaint/libmypaint - aace2b9bdfb944d40360506d76cb36ae046f0076 authored over 7 years ago by Andrew Chadwick <[email protected]>
inputs: zoom and view-rotation inputs

This brings zoom level and view-rotation into libmypaint
to allow for calibration of various inp...

github.com/mypaint/mypaint - 57d37adb273b73cc645f2b4b2aff197801357c69 authored over 7 years ago by Brien Dieterle <[email protected]>
brushwork: accept non-tree target layers

The selection is likely to exist outside the normal layers tree,
so extend the brushwork API to ...

github.com/mypaint/mypaint - 066b01c18ef5a0a126f1857df3e1a76ba90b5447 authored over 7 years ago by Andrew Chadwick <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - 2fd0193be220cd54d64d5f97e6a77b391d3cf9fb authored over 7 years ago by Weblate <[email protected]>
Merge pull request #86 from briend/curve-points

Increase curve points to 64 (from 8)

Merging since @achadwick merged in the GUI changes in my...

github.com/mypaint/libmypaint - 89bfb21b4f29e84d59693a2020c601a9848705bf authored over 7 years ago by Albert Westra <[email protected]>
lib.document: add doctests for load and import_layers.

github.com/mypaint/mypaint - 92d1ed6be3fcb92e08b4a03e91933f3219c5105e authored over 7 years ago by Andrew Chadwick <[email protected]>
Feature: add an "Import Layers…" action.

This allows multiple layers to be loaded into the current document from one
or more files that M...

github.com/mypaint/mypaint - e0843b7f784e637fdaa71ed65b60b0cb1dc9d5b7 authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.command: allow AddLayer to add imported layers.

Not just instances created by a constructor callable. Sure, you could
use a factory method as a ...

github.com/mypaint/mypaint - df775d10c677f7891da69c78de2c12bf9313c71f authored over 7 years ago by Andrew Chadwick <[email protected]>
gui/filehandling.py: flake8 correctness

github.com/mypaint/mypaint - ca96a90f91404941274a674bccf740a65ac324e0 authored over 7 years ago by Andrew Chadwick <[email protected]>
gui/filehandling.py: remove dead code.

github.com/mypaint/mypaint - a6648a28d229eafc225a6c7a5a358957a1dddebd authored over 7 years ago by Andrew Chadwick <[email protected]>
gui/buttonmap.py: flake8 compliance.

github.com/mypaint/mypaint - aecdf5f9b0bf56752a3f5776c3441554a3449335 authored over 7 years ago by Andrew Chadwick <[email protected]>
Wayland: use CROSSHAIR not MOUSE cursor.

Attempting to use Gdk.CursorType.MOUSE raises an exception on Wayland,
and it's horribly ugly wi...

github.com/mypaint/mypaint - cf14342d9ad609ffd92eef965450281f8ddb3fc1 authored over 7 years ago by Andrew Chadwick <[email protected]>
Merge pull request #812 from briend/curve-points.

The curve graph now allows more points, allowing more fine-grained
nonlinear behaviour.

github.com/mypaint/mypaint - 48e30b39c00f5639abacbc53f8d90779f4590cf6 authored over 7 years ago by Andrew Chadwick <[email protected]>
Input Calibration: viewzoom and viewrotation inputs

When rotating canvas or zooming in, inputs such as speed, direction,
etc should continue to work...

github.com/mypaint/libmypaint - c7acbde398a8e975c20dcad92fb388a78f289ccb authored over 7 years ago by Brien Dieterle <[email protected]>
increase curve points to 64

github.com/mypaint/mypaint - fc757127220f4aa5bcd0927d34ea1380f5bac577 authored over 7 years ago by Brien Dieterle <[email protected]>
curves widget: snapto on 0.5, lines drawn on 0.10

github.com/mypaint/mypaint - 75fb10eacfef25e666b8917e224fe42c928c8ec0 authored over 7 years ago by Brien Dieterle <[email protected]>
increase curve points to 64 (from 8)

The limit of 8 points is a bit too restrictive, preventing
you from making stair-stepped or othe...

github.com/mypaint/libmypaint - 9e53545b22dbcbbdb1c69edbb082788aedc7d76a authored over 7 years ago by Brien Dieterle <[email protected]>
Windows CI: convert to Styrene bundler.

Use Styrene to make installable packages on Appveyor. The results are a bit
better integrated wi...

github.com/mypaint/mypaint - be1fe883b3a8b031188dc5fb2828ee2ca67ce261 authored over 7 years ago by Andrew Chadwick <[email protected]>
Appveyor: Separate Artifacts

Separated artifacts in appveyour to make it easier to transfer to github releases. Also switched...

github.com/mypaint/mypaint - 128c5e1b00173c0b145a0a448bea217c20df6300 authored over 7 years ago by Albert Westra <[email protected]>
Appveyor: Automated Windows Builds

Add support for automated Windows builds in Appveyor. This wil make us one step closer to nightl...

github.com/mypaint/mypaint - 90b4210c47021a53f7077920c98a4ed0f3e5c7df authored over 7 years ago by Albert Westra <[email protected]>
Make cairo_request() compatible with headless.

Can't use Gdk.cairo_surface_create_from_pixbuf() on a DISPLAY-less X11
system due to its weird i...

github.com/mypaint/mypaint - 4acb2ab45482658a0ef30aa2ba847a97f6c143f4 authored over 7 years ago by Andrew Chadwick <[email protected]>
Add API for temp. overlays for the current layer.

These are for short-lived stuff that doesn't need to be saved as part of
the document tree, for ...

github.com/mypaint/mypaint - 4e908885dc5faa6d90e6b996ff8e233aeaa39fd2 authored over 7 years ago by Andrew Chadwick <[email protected]>
Make blit_tile_into use the surface's impl.

The blit/copy method of surface-backed layers was needlessly using a
compositing pathway. This i...

github.com/mypaint/mypaint - e46ed6ee8d0bc13cf2063572a8a6d8521c337fbd authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.layer: various flake8 fixes (NFC)

github.com/mypaint/mypaint - 527df05d026b4ce6641cdffffde14c714872bf30 authored over 7 years ago by Andrew Chadwick <[email protected]>
Add API to allow Cairo drawing on layers.

This commit adds new "cairo_request" context manager methods that allow
MyPaint surfaces and pai...

github.com/mypaint/mypaint - d6e76c98cfad1213d84820e43386789a8f783a3e authored over 7 years ago by Andrew Chadwick <[email protected]>
pixbufsurface: flake8 tweaks (NFC)

github.com/mypaint/mypaint - 6698847ac2cab79eaf32ed023d346bb233d34d70 authored over 7 years ago by Andrew Chadwick <[email protected]>
Mode stack: Add layer for brush tools

Previously, the mode stack would at most pile `OneshotDragMode`s on top
of whatever tool was pre...

github.com/mypaint/mypaint - daf8a1dd2f604768efc4a8ec7a4cd0cc1c1818be authored over 7 years ago by Alberto Leiva Popper <[email protected]>
Quick Download Page Edits

github.com/mypaint/website - 6579250bc7c51a86521c63a6f709c97181f3bbd0 authored over 7 years ago by Albert Westra <[email protected]>
Quick Download Page Edits

github.com/mypaint/website-2015 - 6579250bc7c51a86521c63a6f709c97181f3bbd0 authored over 7 years ago by Albert Westra <[email protected]>
Added Headers for PPA and Flatpak

github.com/mypaint/website-2015 - 677424436247ee68a07a455b18cf49639ea34d81 authored over 7 years ago by Albert Westra <[email protected]>
Added Headers for PPA and Flatpak

github.com/mypaint/website - 677424436247ee68a07a455b18cf49639ea34d81 authored over 7 years ago by Albert Westra <[email protected]>
Merge pull request #34 from manuq/flatpak

Downloads: Add flatpak installation for Linux

github.com/mypaint/website - 3252c8000156488c0590f67e290b0057acdff0b4 authored over 7 years ago by Albert Westra <[email protected]>
Merge pull request #34 from manuq/flatpak

Downloads: Add flatpak installation for Linux

github.com/mypaint/website-2015 - 3252c8000156488c0590f67e290b0057acdff0b4 authored over 7 years ago by Albert Westra <[email protected]>
Merge pull request #801 from manuq/flatpak

Add Flatpak packaging support. Thank you for work you put into this.

github.com/mypaint/mypaint - bde8a5468983f273b413b4898197ae902f9726c3 authored over 7 years ago by Albert Westra <[email protected]>
Flatpak: use MyPaint repo from the parent directory

github.com/mypaint/mypaint - c463af0066e4ec80da3c78778106bfbb2c015fe6 authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: Append -Nightly to the app-id

To allow two desktop entries. This way both stable and master versions
of the application can be...

github.com/mypaint/mypaint - 7f1bb0696ba68f1a618cc0d7bf3ce144b0ef5d16 authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: Add flatpak working directory to gitignore

github.com/mypaint/mypaint - 0ed67d68c7c06f0bb9eff8ed37f043febefbdf34 authored over 7 years ago by Manuel Quiñones <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - ba2f6bb3ebde2b137b3c7ff5636dcc6c697511ad authored over 7 years ago by Weblate <[email protected]>
Merge pull request #84 from QuLogic/build-cleanup

Build cleanup

github.com/mypaint/libmypaint - c196a86886fce9b3c9980a4412f4ce3847855493 authored over 7 years ago by Elliott Sales de Andrade <[email protected]>
Flatpak: explain local build & install in README

github.com/mypaint/mypaint - ee012df866ebbe4c205c8ada771ce6c0518c9042 authored over 7 years ago by Manuel Quiñones <[email protected]>
Merge branch 'master' into flatpak

github.com/mypaint/mypaint - 02cf959583be0555e2a323e8f956e0c2c3f0a64f authored over 7 years ago by Manuel Quiñones <[email protected]>
Refactor painting layers

Divide up painting layer class by functionality.

Future selection/mask layers will need only ve...

github.com/mypaint/mypaint - 6de9d62503fe631c94a746b87d1f0d3ac71580bb authored over 7 years ago by Andrew Chadwick <[email protected]>
gui/mode: flake8 linter fixes.

* Import checking, arithmetic spacing, the usual churn.
* Fix comment typo.
* Fix default- defau...

github.com/mypaint/mypaint - 98dd2e4648d1edafb24139633189abc7d173a569 authored over 7 years ago by Andrew Chadwick <[email protected]>
Flatpak: Add patch to open layer in external app

This patch is being proposed for master so hopefully is temporary.

github.com/mypaint/mypaint - e3d676059c455823cb8f611f5aa968bd0975058a authored over 7 years ago by Manuel Quiñones <[email protected]>
Downloads: flatpak launcher may not display immediately

github.com/mypaint/website - b393e3bce636c224182fb5b35f9996267a8725e5 authored over 7 years ago by Manuel Quiñones <[email protected]>
Downloads: flatpak launcher may not display immediately

github.com/mypaint/website-2015 - b393e3bce636c224182fb5b35f9996267a8725e5 authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: Add README

github.com/mypaint/mypaint - 5949a7700a58268667db4b043ac13a11d9b18f9d authored over 7 years ago by Manuel Quiñones <[email protected]>
Merge branch 'master' into flatpak

github.com/mypaint/mypaint - f1c77a10e409eb7bc25308a9c5ad2ddf5a7028d1 authored over 7 years ago by Manuel Quiñones <[email protected]>
Fix layer preview exception.

Perfect storm of typo, language oddities, and style guide dictats.
Trailing comma means tuple *h...

github.com/mypaint/mypaint - f9c317a4ce743eab8805c43500a51933ee959e2e authored over 7 years ago by Andrew Chadwick <[email protected]>
Fix tile size import.

github.com/mypaint/mypaint - 5e800f4235824165be0e44264f06cf6d89c50439 authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.layer.data: code cleanup, NFC

* flake8 tweaks
* fix typo

github.com/mypaint/mypaint - 5a5763712c71eb398641ed2e0bd2c7929fff102b authored over 7 years ago by Andrew Chadwick <[email protected]>
Downloads: Add flatpak installation for Linux

Under Linux section.

Note: the links will work only after the flatpak pull-request is merged
in...

github.com/mypaint/website - ebe089f4fccecab0adb7e582ebe8adab15a5e7a8 authored over 7 years ago by Manuel Quiñones <[email protected]>
Downloads: Add flatpak installation for Linux

Under Linux section.

Note: the links will work only after the flatpak pull-request is merged
in...

github.com/mypaint/website-2015 - ebe089f4fccecab0adb7e582ebe8adab15a5e7a8 authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: Fix flatpakref description

It is ignored by the way, the appdata description is the one displayed
in the Software application.

github.com/mypaint/mypaint - f8d5a539346860956dbf089a9e297c1d723e17af authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: Add flatpakref for mypaint-stable

This is a reference to the Flathub repository.

github.com/mypaint/mypaint - 3e202a9642bc751cde72ea02c8d44f6be5655d29 authored over 7 years ago by Manuel Quiñones <[email protected]>
Revert "Flatpak: Allow to use the entire host filesystem"

This reverts commit e65fc7b10aa3f79bf7b44a94f7c4e41a91af90aa.

github.com/mypaint/mypaint - 1b0f0cd8799118a8107a752b0f4b6543ade7e23c authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: Allow to use the entire host filesystem

This sandbox security flaw will be removed once the application can use
the File Chooser portal.

github.com/mypaint/mypaint - e65fc7b10aa3f79bf7b44a94f7c4e41a91af90aa authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: copy icon to the ID name

Instead of just renaming it, because the application needs the app icon
with name "mypaint".

github.com/mypaint/mypaint - 04e3fff44c1d00a71540495b7f8da1592d6d2964 authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: renames and add Nightly prefix

Icon, desktop file and appdata XML are renamed so now the application
appears in the desktop.

A...

github.com/mypaint/mypaint - 48d83e802dadf19a5f7c0c91c3f606db1dadf141 authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak manifest: Remove unneeded cleanup section

github.com/mypaint/mypaint - ff4d0265482870543a5b813c3e9ec8d26a552cb1 authored over 7 years ago by Manuel Quiñones <[email protected]>
Flatpak: Use simple buildsystem not custom Makefile

To build mypaint, numpy and pycairo.

github.com/mypaint/mypaint - dca4fe56009d16cb298ad21c5de08338c9df47ba authored over 7 years ago by Manuel Quiñones <[email protected]>
Add Flatpak packaging

Flatpak is a great way to distribute applications in modern GNU/Linux
distributions.

To build a...

github.com/mypaint/mypaint - f8bcce777a46ec6fbdcd04d54a1123f24c7b7590 authored over 7 years ago by Manuel Quiñones <[email protected]>
Update Discourse Comments to use SSL

Updated the Discourse Comments URL to it's' https version.

github.com/mypaint/website - 9a7ce0babba5af24bd5f122dbc1493f2bc33a3d6 authored over 7 years ago by Albert Westra <[email protected]>
Update Discourse Comments to use SSL

Updated the Discourse Comments URL to it's' https version.

github.com/mypaint/website-2015 - 9a7ce0babba5af24bd5f122dbc1493f2bc33a3d6 authored over 7 years ago by Albert Westra <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - 392af2682587ababea27fb2775aea2723275276d authored over 7 years ago by Weblate <[email protected]>
Use fabsf() instead of whatever that ABS() was.

Oops, broke the MyPaint build. Ahem.

github.com/mypaint/libmypaint - 4213d8c57feb5e1c07f39b187ac39609d2e879b1 authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.i18n: Windows: use UI language as 1st choice

This may screw over en_GB speakers (like me!) on Windows, since the UI
language is always en_US ...

github.com/mypaint/mypaint - 687f3ea9e75a4b2eb8a9342144170e90f29ae7c2 authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.i18n: fix flake8 warnings, whitespace

github.com/mypaint/mypaint - 3071e79be3329c256c9676e21903e1c336e0e263 authored over 7 years ago by Andrew Chadwick <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - fa9137bf35ca343bb24ebdc2bd3b024ffaac41be authored over 7 years ago by Weblate <[email protected]>
Fix "Change Color Satur." turning greys red

Trying to increment the saturation of a pure greyscale pixel always
resulted in it turning redde...

github.com/mypaint/libmypaint - e1930b473447e1cadab6fd148c27070323689c08 authored over 7 years ago by Andrew Chadwick <[email protected]>
CI-Tools: Added Doctest Option

Gave the Doctest it's own option so that TeaCI doesn't have to run the test.
The tests fro some ...

github.com/mypaint/mypaint - 385fe331010073aff831e1254731b4f40298f68f authored over 7 years ago by Albert Westra <[email protected]>
Build with setuptools script.

* New build script and syntax.
* Build docs have been consolidated.
* Note new location for MyPa...

github.com/mypaint/mypaint.deb - 720730847ee5432759f23524cc1bf133e720377c authored over 7 years ago by Andrew Chadwick <[email protected]>
BUILDING.md: add a table of contents

github.com/mypaint/mypaint - 155fffa46cdb91e7dec35f9410ed07a43a8b044b authored over 7 years ago by Andrew Chadwick <[email protected]>
Update for new feature dev cycle

github.com/mypaint/libmypaint.deb - 0f2439c5c84caae67fedb67f9f5cc732d318434e authored over 7 years ago by Andrew Chadwick <[email protected]>
README: update status badges

Updates:
* Add AppVeyor. Thanks, Albert!
* All: use SVG badge variants, and try to make sure t...

github.com/mypaint/mypaint - ea4bf670884b3c8ee0c7d1b17ebef3e874dd8819 authored over 7 years ago by Andrew Chadwick <[email protected]>
Appveyor: Init Support

Added Appveyor Support. Basically works the same as drone.yml wIth the exception of setting the ...

github.com/mypaint/mypaint - 30ee09c484ae3aff021ffbe5d95bdae6bb16d123 authored over 7 years ago by Albert Westra <[email protected]>
Appimage: Fix Filename

Fixed filename to use MYPAINT_VERSION_CEREMONIAL from lib/meta.py as the
version number of MyPai...

github.com/mypaint/mypaint - 97b7191000b809055ffc4ad05e456368814d2d1e authored over 7 years ago by Albert Westra <[email protected]>
Tea-CI: Build libmypaint from Source.

Build and install libmypaint from source. This will ensure the latest commits from each git repo...

github.com/mypaint/mypaint - fbda54b0d07b72f3a328323c0ba340707918a4fd authored over 7 years ago by Albert Westra <[email protected]>
Update GUI for snowflake symmetry support

github.com/mypaint/mypaint - 246350eea65e94a23c06d669f5528b50f1107991 authored over 7 years ago by ShadowKyogre <[email protected]>
lib.layer.tree: Reduce line length where possible

github.com/mypaint/mypaint - 24712924fde90423100e45aa3cb91c5991167a34 authored over 7 years ago by ShadowKyogre <[email protected]>
Move rot_symmetry_lines validation to libmypaint

github.com/mypaint/mypaint - 5c4fcf52277b16ab0a698f550771508587f3dffd authored over 7 years ago by ShadowKyogre <[email protected]>
lib.layer.core: update set_symmetry_state docstr

github.com/mypaint/mypaint - 009173166f21aa8a3e25c034131011a8d21e1825 authored over 7 years ago by ShadowKyogre <[email protected]>
Implement GUI for accessing alt symmetry modes

Other than adding fields and changing field names,
the following changes were made:

- Positioni...

github.com/mypaint/mypaint - 1bb98990e2fac9cedbc0de43a01ac3a5d3adfa00 authored over 7 years ago by ShadowKyogre <[email protected]>
Improve X/Y axis rendering

Instead of highlighting both axes when they're visible for dragging,
only highlight the axes tha...

github.com/mypaint/mypaint - eb0f664f60b63f7dc9ac63def49fcd8dc99a5b03 authored over 7 years ago by ShadowKyogre <[email protected]>
Increase symmetry lines limit

github.com/mypaint/mypaint - 006b1b29ba96006ffcf5526a26b378fc13cff5d8 authored over 7 years ago by ShadowKyogre <[email protected]>
Reduce wordiness in rotational lines label

github.com/mypaint/mypaint - 53f6ed14d91a6cd78e8d9b252ffda8376c0bd070 authored over 7 years ago by ShadowKyogre <[email protected]>
Check for symmetry edit mode before color set

Revision to the previous commit where only the appropriate axis would be
highlighted when hovere...

github.com/mypaint/mypaint - c3b625c208fe01656c4d374b37ae106234d2950c authored over 7 years ago by ShadowKyogre <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - c6683a0162c108955bf3e8447491bb3fb54abd20 authored over 7 years ago by Weblate <[email protected]>
Merge pull request #57 from ShadowKyogre/rot-symmetry

[RFC] Alternative symmetry modes

github.com/mypaint/libmypaint - 86121e299ac2fb6784cf4308868c66608bfae18a authored over 7 years ago by Albert Westra <[email protected]>
setuptools: update translator docs & scripts

Based on the SCons→autotools migration done for libmypaint.

This commit adds two maintainer scr...

github.com/mypaint/mypaint - 71e5e36a4ca0cc402bd58f713ba3be9ee0cccc10 authored over 7 years ago by Andrew Chadwick <[email protected]>
windows: add setuptools to the user depinstall script

github.com/mypaint/mypaint - 909288b8291f1a0c7001ddecde286bbd2727941f authored over 7 years ago by Andrew Chadwick <[email protected]>
Translated using Weblate (Czech)

Currently translated at 93.3% (99 of 106 strings)

github.com/mypaint/libmypaint - 1eb69f52ad039534b9b107b3568ea113e740d7bc authored over 7 years ago by Pavel Fric <[email protected]>