-
Notifications
You must be signed in to change notification settings - Fork 86
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
jtojnar
wants to merge
11
commits into
libmypaint-v1
Choose a base branch
from
backports
base: libmypaint-v1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Backports to 1.x #198
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Travis got disabled and re-enabling it requires jumping through hoops. (cherry picked from commit 461cf8d)
(cherry picked from commit 6ca1c93)
The max_buckets_used value is _inclusive_, so an additional +1 is necessary to clear the last used bucket. (cherry picked from commit 0303431)
(cherry picked from commit 282e619)
(cherry picked from commit ec62ccc)
(cherry picked from commit 2eeda6a)
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)
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)
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)
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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Waiting for Meson build.