Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backports to 1.x #198

Draft
wants to merge 11 commits into
base: libmypaint-v1
Choose a base branch
from
Draft

Backports to 1.x #198

wants to merge 11 commits into from

Commits on Aug 4, 2024

  1. ci: Replace Travis with GitHub Actions

    Travis got disabled and re-enabling it requires jumping through hoops.
    
    (cherry picked from commit 461cf8d)
    jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8ea1283 View commit details
    Browse the repository at this point in the history
  2. ci: Remove travis

    This was forgotten in 461cf8d.
    
    (cherry picked from commit 91a9d12)
    jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0822ea0 View commit details
    Browse the repository at this point in the history
  3. Fix typo in comment

    (cherry picked from commit 6ca1c93)
    ryandesign authored and jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    922d592 View commit details
    Browse the repository at this point in the history
  4. Fix off by one error when clearing smudge buckets

    The max_buckets_used value is _inclusive_, so an additional +1 is
    necessary to clear the last used bucket.
    
    (cherry picked from commit 0303431)
    askmeaboutlo0m authored and jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0c8343e View commit details
    Browse the repository at this point in the history
  5. README.md: Added OpenSUSE dependency instructions

    (cherry picked from commit 282e619)
    AesaraB authored and jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    bc021e0 View commit details
    Browse the repository at this point in the history
  6. README.md replaced $ sudo with #

    (cherry picked from commit ec62ccc)
    AesaraB authored and jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d3062a3 View commit details
    Browse the repository at this point in the history
  7. README.md: replaced more instances of $ sudo with #

    (cherry picked from commit 2eeda6a)
    AesaraB authored and jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    9e1a56b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. i18n: Add/change scripts to fix source string locs

    Previously the source string locations pointed to the unreadable
    lines in a non-tracked generated header, making the source string
    location useless. This changes the script generating the header
    to include information about the real source location for the strings,
    which is subsequently turned into an accurate source location in the
    script generating the po template file.
    
    (cherry picked from commit 93cd844)
    jplloyd authored and jtojnar committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9f73ebe View commit details
    Browse the repository at this point in the history
  2. i18n: replace update_pot.sh [skip ci]

    The new and more complete script `update_translations.sh` covers
    all steps in the translation update process, with flags to control
    or omit specific parts or selectively update languages.
    
    (cherry picked from commit d8dcc0e)
    jplloyd authored and jtojnar committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b46230d View commit details
    Browse the repository at this point in the history
  3. Update po/README.md [skip ci]

    Instructions now use the new script, without reference to intltool.
    The intltool scripts have been mostly obsolete for a number of years.
    
    (cherry picked from commit 5e576ce)
    jplloyd authored and jtojnar committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b4cd759 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. autogen: Add support for automake 1.17

    autogen.sh manually checks acceptable versions of automake. Previously
    it wasn't aware of automake v1.17, but now it is.
    
    Fixes #199
    
    Signed-off-by: Aesara Binder <[email protected]>
    (cherry picked from commit 4d4c7f8)
    AesaraB authored and jtojnar committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9d2b9ba View commit details
    Browse the repository at this point in the history