forked from flxzt/rnote
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update to v0.10.1 #11
Merged
Merged
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
…ges (#1026) * only autosave if the tab has unsaved changes * save for all tabs that have unsaved changes * fmt * reformat code and catch errors * move the functions below init, close to other tab related functions * change to a vec for the return type and modify associated functions * `for_each` change * fmt * clippy fix
* Update translation files Updated by "Update LINGUAS file" hook in Weblate. Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ * Translated using Weblate (Japanese) Currently translated at 67.7% (345 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ja/ * Translated using Weblate (Bengali) Currently translated at 99.8% (508 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/bn/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (509 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/uk/ * Translated using Weblate (Dutch) Currently translated at 100.0% (509 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/nl/ * Translated using Weblate (Japanese) Currently translated at 75.0% (382 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ja/ * Translated using Weblate (Japanese) Currently translated at 75.0% (382 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ja/ * Translated using Weblate (Italian) Currently translated at 99.6% (507 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/it/ * Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ * Translated using Weblate (Arabic) Currently translated at 100.0% (509 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ar/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (509 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/hu/ * Translated using Weblate (Arabic) Currently translated at 100.0% (509 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ar/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 96.8% (493 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/zh_Hans/ * Translated using Weblate (Bengali) Currently translated at 100.0% (509 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/bn/ --------- Co-authored-by: Ryo Nakano <[email protected]> Co-authored-by: Ritam Saha <[email protected]> Co-authored-by: Сергій <[email protected]> Co-authored-by: Philip Goto <[email protected]> Co-authored-by: albanobattistella <[email protected]> Co-authored-by: shetozz <[email protected]> Co-authored-by: ovari <[email protected]> Co-authored-by: Integral <[email protected]>
referenced issue: 220
* feat: 'adjust document' pdf import option * fix set document format dimensions
* improv: cache origin indicator rendering, reducing constant repaints when moving view which improves the experience on EPD. addresses #658 * check if resize actually happened, reducing full repaints * use debug level
* only open a `layer` if the content to write is not empty * clippy fix * clearer logic and switch to if/else * remove debug traces * remove `name` from the `is_empty_test` * fmt
* refactor: improve canvas file watcher, using the `notify` crate. It does not have the particularities of the glib file monitor and the goutputstream files. * fix: async-fs import from workspace * more precise rnote file write logic * fix set expect write flag must come before file all writing * improve info message * use debug level * use debouncer, add parent dir to file id cache, enabling detecting renames
i18n: update po template
* Translated using Weblate (German) Currently translated at 100.0% (509 of 509 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/de/ * Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ * Update translation files Updated by "Update LINGUAS file" hook in Weblate. Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ * Translated using Weblate (Spanish) Currently translated at 100.0% (511 of 511 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/es/ * Translated using Weblate (Dutch) Currently translated at 99.8% (510 of 511 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/nl/ * Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ * Translated using Weblate (German) Currently translated at 99.6% (509 of 511 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/de/ * Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ * Translated using Weblate (German) Currently translated at 100.0% (512 of 512 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/de/ * Translated using Weblate (Spanish) Currently translated at 100.0% (512 of 512 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/es/ --------- Co-authored-by: Felix Zwettler <[email protected]> Co-authored-by: gallegonovato <[email protected]> Co-authored-by: Philip Goto <[email protected]>
referenced issue: 220
* fix: win error broken dyn deps on certain systems, by including EGL/GLES dll's in addition to their dependencies, addresses #978 * chore: win invoke iscc directly, remove printing dll * chore: improve error message
* Update translation files Updated by "Update LINGUAS file" hook in Weblate. Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ * Translated using Weblate (Italian) Currently translated at 100.0% (512 of 512 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/it/ * Translated using Weblate (Russian) Currently translated at 92.3% (473 of 512 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ru/ --------- Co-authored-by: albanobattistella <[email protected]> Co-authored-by: Pavel Ovchinnikov <[email protected]>
* Update translation files Updated by "Update LINGUAS file" hook in Weblate. Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ * Translated using Weblate (Italian) Currently translated at 100.0% (512 of 512 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/it/ * Translated using Weblate (Russian) Currently translated at 92.3% (473 of 512 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/ru/ * Translated using Weblate (Bengali) Currently translated at 99.4% (509 of 512 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/bn/ * Translated using Weblate (Indonesian) Currently translated at 12.3% (63 of 512 strings) Translation: rnote/repo Translate-URL: https://hosted.weblate.org/projects/rnote/repo/id/ --------- Co-authored-by: albanobattistella <[email protected]> Co-authored-by: Pavel Ovchinnikov <[email protected]> Co-authored-by: Ritam Saha <[email protected]> Co-authored-by: Reza Almanda <[email protected]>
referenced issue: #220
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.
might fix the issue