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

Handle multiple invalidation rectangles

This commit will only build against libmypaint builds
from ec0447ea54552a350119013d624cb0b455821...

github.com/mypaint/mypaint - 0dd0de899a919a96deb9ecb686527f36f439ad82 authored about 5 years ago by Jesper Lloyd <[email protected]>
Enable use of multiple invalidation rectangles

THIS UPDATE CHANGES THE API!
See changes to mypaint_surface_end_atomic signature/implementations...

github.com/mypaint/libmypaint - ec0447ea54552a350119013d624cb0b45582155c authored about 5 years ago by Jesper Lloyd <[email protected]>
Add new rectangle struct + expansion function

Adds a new struct for managing multiple rectangles and a utility
function that expands a rectang...

github.com/mypaint/libmypaint - 2d99cbd73f66da14c3dc38ff143c1ab308690787 authored about 5 years ago by Jesper Lloyd <[email protected]>
Clean up some of the surface-related C++ code

Mostly missing includes, necessary to check files independently.
One case of implicit string-to-...

github.com/mypaint/mypaint - a5ce339ac61acd3008297fded05266d99bacf92b authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 100.0% (106 of 106 strings)

github.com/mypaint/libmypaint - 98a4d856cea354d70288233ef799683865145d7c authored about 5 years ago by Alfredo Rafael Vicente Boix <[email protected]>
Translated using Weblate (French)

Currently translated at 99.1% (105 of 106 strings)

github.com/mypaint/libmypaint - 263d3d0a7f3395f57f1c2766a803b40497b0cfe8 authored about 5 years ago by Alain <[email protected]>
Translated using Weblate (Swedish)

Currently translated at 100.0% (1254 of 1254 strings)

github.com/mypaint/mypaint - 8d636690b49095d14ca919c8cd4cc5bea0bcc4d8 authored about 5 years ago by Henrik Cederblad <[email protected]>
Translated using Weblate (Russian)

Currently translated at 95.9% (1203 of 1254 strings)

github.com/mypaint/mypaint - c8b63741b56bab0ce93d88eaa699779329e91b3a authored about 5 years ago by Niara <[email protected]>
Translated using Weblate (Russian)

Currently translated at 84.1% (1055 of 1254 strings)

github.com/mypaint/mypaint - aa7ce8c87b4bbca5b73f6989aa0292238bb0da9f authored about 5 years ago by Niara <[email protected]>
Translated using Weblate (French)

Currently translated at 61.9% (776 of 1254 strings)

github.com/mypaint/mypaint - c6f703b58afbb7b76a19073ea11a32ede24e5759 authored about 5 years ago by Alain <[email protected]>
Translated using Weblate (Russian)

Currently translated at 91.5% (1148 of 1254 strings)

github.com/mypaint/mypaint - fa01f5a6be9a7c1d21481254168a3b8c66419b67 authored about 5 years ago by Niara <[email protected]>
Translated using Weblate (Norwegian Bokmål)

Currently translated at 55.1% (691 of 1254 strings)

github.com/mypaint/mypaint - 0667fc7e9588ed4d7083837e34e900234ff25e42 authored about 5 years ago by Allan Nordhøy <[email protected]>
Translated using Weblate (French)

Currently translated at 54.0% (677 of 1254 strings)

github.com/mypaint/mypaint - 14a83f3f444a1340b3f0d73f5879498e97c52af7 authored about 5 years ago by Alain <[email protected]>
Translated using Weblate (Russian)

Currently translated at 93.0% (1166 of 1254 strings)

github.com/mypaint/mypaint - 7c788d96a86ee682418a266cb22758322971f675 authored about 5 years ago by Niara <[email protected]>
PY3: address time.clock removal in Python 3.8

We still use python 2.7 on Windows, so we'll make
the fix backwards compatible for the time bein...

github.com/mypaint/mypaint - 73e7a53dd85a5b93b20e69e23ef55667136a3a6e authored about 5 years ago by Jesper Lloyd <[email protected]>
Rework smudge artifact mitigation

Instead of using constant cut-off points, use a cheap
sigmoid-like function to gradually transit...

github.com/mypaint/libmypaint - 1c5685912665031eefe7ae9097d186746a5fd662 authored about 5 years ago by Jesper Lloyd <[email protected]>
Make spectral color sampling scale linearly

To counteract the rounding errors that build up from
repeatedly using fastpow in partial results...

github.com/mypaint/libmypaint - 680305f1cfa4f9401f3ff31d559a652796c7303e authored about 5 years ago by Jesper Lloyd <[email protected]>
Use legacy smudging when paint is constant 0

When the paint setting is completely disabled
(set to 0 with no dynamics) just use the old
smudg...

github.com/mypaint/libmypaint - 1130ac889dda1ab629817180455dd776dd52a340 authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix never-ending smudge

The consequence of never letting the alpha go below
a certain value when updating the recorded s...

github.com/mypaint/libmypaint - 7152043b7ad25b324e233b1ed898cf5571891001 authored about 5 years ago by Jesper Lloyd <[email protected]>
Factor out debug printing to its own function

Split out the printing of input parameters
and some state parameters to its own function.

We do...

github.com/mypaint/libmypaint - 8e7a627732f720af892d02c953dd70d99fa6a97e authored about 5 years ago by Jesper Lloyd <[email protected]>
Expand spectral smudge exceptions to dark colors

The last remaining strong artifacts are caused by colors
that are very nearly black. This handle...

github.com/mypaint/libmypaint - b6b1de9b0d46940524b17ed713c89b42dc9ddcca authored about 5 years ago by Jesper Lloyd <[email protected]>
Expand artifact mitigations for spectral smudging

Low alpha values could still cause serious artifacting
on the fringes of dabs, and when smudging...

github.com/mypaint/libmypaint - a824e52a289344a250aa49f7bb51d4aef2238e2c authored about 5 years ago by Jesper Lloyd <[email protected]>
Clean up prepare_and_draw_dab function

Break up the extremely long lines, factor out
common constants, simplify expressions and
replace...

github.com/mypaint/libmypaint - 969d2d921ce68523c3a51e8c16fda51842d08b97 authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix smudge bugs when using lock alpha

Don't run the x_LockAlpha_y functions when the output
alpha is 0 (pure erasing). Finding this bu...

github.com/mypaint/libmypaint - 3320e809383318787f4962501f694476b7de5cfb authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix direction-assymetry in smudging transparency

Change spectral color sampling function so that it is not
biased for initial chunks of transpare...

github.com/mypaint/libmypaint - 67addb9cf4d79b8d5d66aa57298dc81c932dbedf authored about 5 years ago by Jesper Lloyd <[email protected]>
Make blog post title consistent with previous ones

github.com/mypaint/website - 37e7a9dc8b64415014cdc32f9e192617935bb35f authored about 5 years ago by Jesper Lloyd <[email protected]>
Make blog post title consistent with previous ones

github.com/mypaint/website-2015 - 37e7a9dc8b64415014cdc32f9e192617935bb35f authored about 5 years ago by Jesper Lloyd <[email protected]>
Add blog post about the 2.0.0 alpha 13 release

This post also covers alphas 1-12 briefly.

github.com/mypaint/website - fcd77fd0ac5fa8cdd6ccff25119c4b1458ee1c7d authored about 5 years ago by Jesper Lloyd <[email protected]>
Add blog post about the 2.0.0 alpha 13 release

This post also covers alphas 1-12 briefly.

github.com/mypaint/website-2015 - fcd77fd0ac5fa8cdd6ccff25119c4b1458ee1c7d authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix frame tool options panel bug

Forgot to update the parameters in a constructor call when
fixing deprecations in 4cf28c7b545efd...

github.com/mypaint/mypaint - e7e9b6fda71068cb5d6625e0dab6fee9eea91906 authored about 5 years ago by Jesper Lloyd <[email protected]>
Added translation using Weblate (Valencian)

github.com/mypaint/libmypaint - 201ace2ecd4f92f8ebd2703581f87cdc1beda14b authored about 5 years ago by Alfredo Rafael Vicente Boix <[email protected]>
Translated using Weblate (Finnish)

Currently translated at 92.5% (98 of 106 strings)

github.com/mypaint/libmypaint - c5a2c7a1a9dbc37507a59ef8c3ea9e0bdfcee2f3 authored about 5 years ago by Tuomas Hietala <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 32.1% (34 of 106 strings)

github.com/mypaint/libmypaint - ebcb9e04a5fd9b35f741e07508974af408ed3f01 authored about 5 years ago by Ecron <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 28.3% (30 of 106 strings)

github.com/mypaint/libmypaint - c24079844548b0c86ef04bb61a473aaa5e09b2a8 authored about 5 years ago by Ecron <[email protected]>
Translated using Weblate (Finnish)

Currently translated at 83.0% (88 of 106 strings)

github.com/mypaint/libmypaint - 003f33e1e9513e0dd7612142af4bbf9ecb445a64 authored about 5 years ago by Tuomas Hietala <[email protected]>
Translated using Weblate (Turkish)

Currently translated at 100.0% (1254 of 1254 strings)

github.com/mypaint/mypaint - 9edca63fc74de895a8e1e97edc0ff13fc1531fca authored about 5 years ago by Sabri Ünal <[email protected]>
Translated using Weblate (Icelandic)

Currently translated at 78.0% (978 of 1254 strings)

github.com/mypaint/mypaint - 40571b875bd47eaeea4f12f01e500940e932dbe3 authored about 5 years ago by Sveinn í Felli <[email protected]>
Make file encoding comments consistent

Consistently use "coding:" instead of "encoding:".
"coding:" is the smallest required component ...

github.com/mypaint/mypaint - 696fe3cd174e33a8d7fc4e801ea0039b082c3b17 authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix additional Gtk/PyGtk deprecations

Mostly adding keywords to make positional
parameters explicit in direct and indirect
invocations...

github.com/mypaint/mypaint - 9d56c36833fa1107409f98374c3510c6c41c7da3 authored about 5 years ago by Jesper Lloyd <[email protected]>
Switch Travis environment from trusty to xenial

We don't support gtk 3.10 (since a looong time), so it doesn't
really make any sense to run the ...

github.com/mypaint/mypaint - 67d8c696a18a7fc220d2ac6505dbdef34a005728 authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix link in appimage README

github.com/mypaint/mypaint - 4e0264bd1b70c8895ec77078bf9ff3be1df06622 authored about 5 years ago by Jesper Lloyd <[email protected]>
Replace "echo -n" with "printf" in autogen.sh

The omit-trailing-newline flag "-n" is not portable,
as pointed out by Ryan Schmidt. This does n...

github.com/mypaint/libmypaint - bd1b66c5e79c355bfa1d44e4ccd6904d79960ffa authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix simple GTK and PyGTK deprecations

== GTK ==
add_with_viewport -> add (implicit since gtk 3.8)
set_rules_hint x (deprecated since g...

github.com/mypaint/mypaint - 4cf28c7b545efd6e83bb849be90881c193f08408 authored about 5 years ago by Jesper Lloyd <[email protected]>
Replace <*.h> with "*.h" for local #include's

Inclusion of local headers should use quotes and not angle-brackets.
The incorrect usage is pres...

github.com/mypaint/libmypaint - 1af06baf8f78ba65c339f5612da7851825d29b29 authored about 5 years ago by Jesper Lloyd <[email protected]>
Use project-fork of styrene and use 7z for bundles

github.com/mypaint/mypaint - 706a6a0c0fe7fe0563f72e49ced6ddd12333d241 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Swedish)

Currently translated at 100.0% (1254 of 1254 strings)

github.com/mypaint/mypaint - 428337376d55112c791a916987b2f5b89a21de5e authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 100.0% (1254 of 1254 strings)

github.com/mypaint/mypaint - 1c651cf4fa553d9c43a9c5d125ddf25f628ca355 authored about 5 years ago by Ecron <[email protected]>
Translated using Weblate (Catalan)

Currently translated at 82.0% (1028 of 1254 strings)

github.com/mypaint/mypaint - 158f13f8fc27b079839d12b2d2616b6fb5029389 authored about 5 years ago by Ecron <[email protected]>
Translated using Weblate (Catalan)

Currently translated at 100.0% (1254 of 1254 strings)

github.com/mypaint/mypaint - 2de68315bc29ff24a782ca1d5b67a835bdffd177 authored about 5 years ago by Ecron <[email protected]>
Translated using Weblate (Catalan)

Currently translated at 82.0% (1028 of 1254 strings)

github.com/mypaint/mypaint - d5e562975dac7185a049d0a370f1fa86bd678ac8 authored about 5 years ago by Joan Montané <[email protected]>
Translated using Weblate (Icelandic)

Currently translated at 75.8% (951 of 1254 strings)

github.com/mypaint/mypaint - c5fc931d7aa0467a7e567b14c8ee0534fcd67a02 authored about 5 years ago by Sveinn í Felli <[email protected]>
setup: refactor BuildConfig functions

Rewrite the replace function to run in a single
pass and use the 'with' statement for file ops.
...

github.com/mypaint/mypaint - 1e01206a10820934ea2a805ec5a60091490f172e authored about 5 years ago by Jesper Lloyd <[email protected]>
setup: revise static locales and share info cache

I forgot to include the file listing the always-include
exceptions for "build_config --translati...

github.com/mypaint/mypaint - 3ad9f1b2629af547aa96f18f34e68317f9d52038 authored about 5 years ago by Jesper Lloyd <[email protected]>
Update translation strings

Couple of short strings to support the new
language settings interface.

github.com/mypaint/mypaint - e67f9124437f3825644076e010daea63af421ed7 authored about 5 years ago by Jesper Lloyd <[email protected]>
Use existing translations from GIMP for new msgid

Grab the translations for "System Language"
from GIMP's translation files (where possible).

github.com/mypaint/mypaint - de33b17f51bca01bd5025d58a94d296c6cdf293c authored about 5 years ago by Jesper Lloyd <[email protected]>
i18n: enable locale configuration in preferences

Override LANGUAGE envvar prior to gettext init if the user
has set the value of a supported loca...

github.com/mypaint/mypaint - f36e4888a1334091d80d84ab54de5d056e7b4c1b authored about 5 years ago by Jesper Lloyd <[email protected]>
i18n: add translation limitation option

Limit installation to configured locales.
All message objects are still built, but
only the ones...

github.com/mypaint/mypaint - 78a09d54bacb7e522d631af3d8327daeb3cc4c19 authored about 5 years ago by Jesper Lloyd <[email protected]>
Refactor: reorder gettext initialization

Refactor config file loading and locale path fetching
to read user settings prior to gettext ini...

github.com/mypaint/mypaint - eaf3846c2e7de2c67ed1b49b26d16be174d9434b authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix translations when running from source tree

The old locale path does not work, as compiled
message objects are no longer placed in their
res...

github.com/mypaint/mypaint - 9f83f9675c6d3aac2e4711923eb9f62ffd37d53f authored about 5 years ago by Jesper Lloyd <[email protected]>
i18n: Add prerequisites for selectable locale

Generate a list of supported locales at build-time,
based on the existence of *.po translation f...

github.com/mypaint/mypaint - fbbcf7bb6bebcc0e47616854ef2d3cb5aed3d54e authored about 5 years ago by Jesper Lloyd <[email protected]>
Add locale code string test

Verify that there are ui strings for all locale codes for which
there are translation files (eve...

github.com/mypaint/mypaint - 523bf14a99369c1301364714a6564651faaddc4e authored about 5 years ago by Jesper Lloyd <[email protected]>
i18n: amend and update locale ui strings

github.com/mypaint/mypaint - db25c96d5b04040c1b3c161424c407054be99169 authored about 5 years ago by Jesper Lloyd <[email protected]>
Add translator comments [skip ci]

Upon request, add some explanations for the translateable
strings in the buttonmap preferences.

github.com/mypaint/mypaint - cc9df0b57d58e7e6f3a3c33e9a36d16c7215ca15 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 100.0% (1250 of 1250 strings)

github.com/mypaint/mypaint - 158fe8a94a854084ec075a1a16785dc2cd55eaa2 authored about 5 years ago by Alfredo Rafael Vicente Boix <[email protected]>
Translated using Weblate (Catalan)

Currently translated at 77.8% (973 of 1250 strings)

github.com/mypaint/mypaint - ad568dd2eb2fc534fbcb6cae543ca61ac710946d authored about 5 years ago by Joan Montané <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 100.0% (1250 of 1250 strings)

github.com/mypaint/mypaint - c4f884c33edb28698233f8b1dc97752b0cfe6f0c authored about 5 years ago by Ecron <[email protected]>
Translated using Weblate (Hebrew)

Currently translated at 20.0% (250 of 1250 strings)

github.com/mypaint/mypaint - 2911d2bc8611194fe7f93e23f2f9ca04b039e481 authored about 5 years ago by Yaron Shahrabani <[email protected]>
follow functions' prototype

github.com/mypaint/libmypaint - c93477a1e7abbd32aa81829a6195f4cea599b9e9 authored about 5 years ago by Sabri Ünal <[email protected]>
free the self to prevent leak

github.com/mypaint/libmypaint - 5707894daea69ffb52acccd36b524d4a95706466 authored about 5 years ago by Sabri Ünal <[email protected]>
Use X11 backend by default on Wayland

This is a workaround to avoid the input freezes after
pointer grabs when running on Wayland.

Th...

github.com/mypaint/mypaint - 5c640632f973d2813d0c1df4f2cccbe86561007e authored over 5 years ago by Jesper Lloyd <[email protected]>
Trigger appimage builds on pushes to master

The building of appimages are now triggered if the ci
succeds for this repository (successful ap...

github.com/mypaint/mypaint - f798a0ee4dfd7107ab1134b6c2e34942c736972e authored over 5 years ago by Jesper Lloyd <[email protected]>
Remove failing workaround

Remove workaround which is (hopefully) only relevant
to gtk2. Also, make wrapper compilation suc...

github.com/mypaint/mypaint-appimage - f86a7edc48a9300adc4732407b0728e0e94eb7ec authored over 5 years ago by Jesper Lloyd <[email protected]>
Move main build scripts to scripts dir

Move scripts to clean up root dir.
Update relevant paths.

github.com/mypaint/mypaint-appimage - fae7cc589e2c9a09c733651dbbebefea33742eee authored over 5 years ago by Jesper Lloyd <[email protected]>
Add documentation

github.com/mypaint/mypaint-appimage - da7903f63a066a9ec256d275c2f01c3b0b9c90c5 authored over 5 years ago by Jesper Lloyd <[email protected]>
Remove desktop integration (deprecated)

github.com/mypaint/mypaint-appimage - f5fd7be1bc1e7ac6dcff8611b54e763da578d7a7 authored over 5 years ago by Jesper Lloyd <[email protected]>
Replace upload scripts

Replace the existing upload scripts with
a python wrapper for the release API, and
a more compac...

github.com/mypaint/mypaint-appimage - 17219139e32f9fab2063967d993d36f547a23662 authored over 5 years ago by Jesper Lloyd <[email protected]>
Add gitignore

Ignore local source clones and output directory.

github.com/mypaint/mypaint-appimage - c8d5507b95aa560c3b9cd5971f14813bd94ce367 authored over 5 years ago by Jesper Lloyd <[email protected]>
Store build source commit hashes in appimage

github.com/mypaint/mypaint-appimage - c7ff787d1d563b23631a16f6ea46a95642ba4a02 authored over 5 years ago by Jesper Lloyd <[email protected]>
codequal: Obey linter and remove dead code

Linter: shellcheck

github.com/mypaint/mypaint-appimage - 4f5097cb57d935744f0e70ce4fe267909349fcb9 authored over 5 years ago by Jesper Lloyd <[email protected]>
Fix translation badge

github.com/mypaint/libmypaint - dd6f301ba9818c664cd3f163ae956f39b0811d34 authored over 5 years ago by Jesper Lloyd <[email protected]>
Use envvar for static /source/... paths

Use the $APPIM_SOURCES variable instead of a static path

github.com/mypaint/mypaint-appimage - 228d6d0dd109a63e9fa00213da5e0f0d41c9cc66 authored over 5 years ago by Jesper Lloyd <[email protected]>
Bundle Adwaita gtk icons

Bundle a small subset of the Adwaita scalable icons,
needed for small things in the interface, l...

github.com/mypaint/mypaint-appimage - 187e4147a30ecbb7c7c99087d59ff61177724598 authored over 5 years ago by Jesper Lloyd <[email protected]>
Bundle custom gtk lib and locale data

Bundle a patched version of libgtk so that we can pick up
gtk locale data at runtime. This is no...

github.com/mypaint/mypaint-appimage - 4ce4d540016679379ae1433496d533c159b28ef1 authored over 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Finnish)

Currently translated at 63.2% (67 of 106 strings)

github.com/mypaint/libmypaint - 0af66509c732b77eaa61e00978392b155041a82d authored over 5 years ago by Tuomas Hietala <[email protected]>
Translated using Weblate (French)

Currently translated at 53.8% (672 of 1250 strings)

github.com/mypaint/mypaint - e445e97864345a426e312ff4f97dac36420361d2 authored over 5 years ago by Robert <[email protected]>
Translated using Weblate (Catalan)

Currently translated at 77.4% (967 of 1250 strings)

github.com/mypaint/mypaint - e1b5b736b1eb13c6fc055acec1832189d64f81d3 authored over 5 years ago by Ecron <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 99.9% (1249 of 1250 strings)

github.com/mypaint/mypaint - 0eeb01cb3606ae92e796dded9ad8516df33de433 authored over 5 years ago by Ecron <[email protected]>
Translated using Weblate (Finnish)

Currently translated at 48.1% (51 of 106 strings)

github.com/mypaint/libmypaint - 9244f232cafa67fd2a0e5ad599a886adf1082979 authored over 5 years ago by Tuomas Hietala <[email protected]>
Translated using Weblate (German)

Currently translated at 77.2% (965 of 1250 strings)

github.com/mypaint/mypaint - 1039a8a9e161313bed4007ae36f7dfbf22c48dd4 authored over 5 years ago by nautilusx <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 99.7% (1246 of 1250 strings)

github.com/mypaint/mypaint - d69eddd0a035551055272be1d877f3d632554956 authored over 5 years ago by Allan Nordhøy <[email protected]>
Translated using Weblate (Chinese (Traditional))

Currently translated at 77.6% (970 of 1250 strings)

github.com/mypaint/mypaint - 6cbbf49d9254abac6d7b100ca88534b0c11318fd authored over 5 years ago by Walter Cheuk <[email protected]>
Translated using Weblate (Finnish)

Currently translated at 34.0% (36 of 106 strings)

github.com/mypaint/libmypaint - a45e57663d9620285f72f21d09e7880488ab510f authored over 5 years ago by Tuomas Hietala <[email protected]>
Fix weblate merge conflicts from the update

Minor conflicts - modification dates and one source location.
Note to future self: remember to c...

github.com/mypaint/mypaint - 16cae753edef99cb2c4c164c9e98468d8cd9eb2b authored over 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Swedish)

Currently translated at 100.0% (1250 of 1250 strings)

github.com/mypaint/mypaint - 8661940efb1821b00e8578c9958662096e10c6c9 authored over 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Valencian)

Currently translated at 99.8% (1247 of 1250 strings)

github.com/mypaint/mypaint - 8f20d505b946e0bd4df9f2b58af3fe5070fa2431 authored over 5 years ago by Alfredo Rafael Vicente Boix <[email protected]>
i18n: Update po template and translation files

No new,removed or altered string. Only adds the missing translator
comments and updates the sour...

github.com/mypaint/mypaint - 907129f0058ddc89a246f4892b6c889588ce6f8f authored over 5 years ago by Jesper Lloyd <[email protected]>
i18n: Move and edit translator comments

A lot of the translator comments were not picked up xgettext,
and quite a few only made sense wh...

github.com/mypaint/mypaint - 99da30c6dfae8bf980dec774ae463f5c5b9d70f8 authored over 5 years ago by Jesper Lloyd <[email protected]>
Update LINGUAS file with new translations

Most of these translations are almost empty, so it may
be pertinent to set the LINGUAS envvar to...

github.com/mypaint/libmypaint - d0034e86b838f7cfce64b36fd1af94fd6680f5e8 authored over 5 years ago by Jesper Lloyd <[email protected]>
i18n: rename po files to match gettext conventions

These were automatically named by Weblate. The bcp47 naming
standard used does not match the con...

github.com/mypaint/libmypaint - e8206412a97d15f66efd128fb0b710903d0bab48 authored over 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Telugu)

Currently translated at 4.7% (5 of 106 strings)

github.com/mypaint/libmypaint - 3fd723b420ff0bb062910e6eb1e4ad4e5f005d03 authored over 5 years ago by Madhumitha Thanneeru <[email protected]>