Commit graph

1442 commits

Author SHA1 Message Date
phlostically 4246db391b
Translated using Weblate (Esperanto)
Currently translated at 100.0% (861 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/eo/
2021-10-01 02:40:01 +02:00
phlostically 5fccf8e7a5
Translated using Weblate (Esperanto)
Currently translated at 81.1% (699 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/eo/
2021-09-26 20:27:19 +02:00
phlostically 72dfba74e8
Translated using Weblate (Esperanto)
Currently translated at 54.9% (473 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/eo/
2021-09-24 21:37:24 +02:00
Tymofii Lytvynenko f1e84ef924
Translated using Weblate (Ukrainian)
Currently translated at 21.3% (188 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/uk/
2021-08-18 02:38:45 +02:00
Omer I.S 6b4c0fc0b4
Translated using Weblate (Hebrew)
Currently translated at 6.2% (55 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/he/
2021-08-15 07:23:48 +02:00
Omer I.S 6a238f6064
Added translation using Weblate (Hebrew) 2021-08-15 00:02:06 +02:00
guruleninnbc01b4b6f821486e 41a40468a4
Added translation using Weblate (Tamil) 2021-08-08 07:05:49 +02:00
TheJackiMonster 01706dc887
Fixed problem regarding the package for Windows 8 in the build process
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-07-30 19:04:19 +02:00
dickus 6c652a73e0
Translated using Weblate (Russian)
Currently translated at 96.9% (853 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/ru/
2021-07-30 11:32:37 +02:00
Tobias Frisch 731e017e9e
Merge pull request #901 from worstje/dot-twelve-assorted
Fixes for a number of reported bugs
2021-07-10 19:57:48 +02:00
Jan Wester d6e472b939 Implemented fix for failed cursor iteration (#729)
A long time ago, I identified this failure but wasn't sure why it was
failing. I still don't know why, but the emergency fix at least prevents
other people from running into it. As a bonus, since we have a proper
logging facility now, we can actually log it as I desired to do back
then!

This commit tentatively fixes issue 729.
2021-07-10 19:01:58 +02:00
Jan Wester 32caf6aa04 Partial fix for erroneous nbsp->space conversion
QDocument::toPlainText() has the stupid decision to convert nbsp to
spaces in it, which our users obviously hate. Unfortunately, this is
out of our control to fix completely. It is a very deep rabbit hole. :(

Typing non-breaking spaces in the editor now works. Reopening these
files at a later point has these characters remain intact.

What does NOT work is copy-pasting non-breaking spaces. These will end
up looking like normal spaces when you paste them somewhere else, be it
in Manuskript or some other document. In other words: it is impossible
for users to verify whether something is a non-breaking space or an
ordinary one.

I realize that it makes this partial fix meaningless for many. Sorry. :/

Partially fixes issue 738.
2021-07-10 19:01:58 +02:00
Jan Wester 87f1fc0187 Bugfix for filtering on POV characters
If a project only had one character, and it was marked as a POV
character, then that could lead to the accessing of a non-existent
second character. (Yes. That code was very broken.)

Fixes issues 843, 875, 896.
2021-07-10 19:01:58 +02:00
Jan Wester 0ea4c0d174 Share OpenGL contexts to make Qt WebEngine happy
This takes care of the following warning in our log file:

Qt WebEngine seems to be initialized from a plugin. Please set
Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before
constructing QGuiApplication
2021-07-10 19:01:58 +02:00
Jan Wester 0a0ffb6d54 Fix broken filename argument handling (issue #898)
In addition to fixing the bug, related code that allowed this one to
slip under the radar has been cleaned up. Validation of the FILENAME
argument is now performed during parsing.
2021-07-10 19:01:58 +02:00
Kristoffer Grundström 8e0453962c
Translated using Weblate (Swedish)
Currently translated at 84.8% (747 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/sv/
2021-07-10 03:36:05 +02:00
StarFang208 7d5c72b6b3
Translated using Weblate (Italian)
Currently translated at 100.0% (880 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/it/
2021-06-24 21:34:34 +02:00
Tobias Frisch 4bfd663886
Merge pull request #894 from zeth/race-condition
Deal with race condition.
2021-06-21 18:38:35 +02:00
Tobias Frisch 9a5117be38
Fixed identation to match other code 2021-06-21 14:34:41 +02:00
Tobias Frisch a29bf79727
Merge pull request #893 from zeth/javascript_mood
Someone was in a JavaScript mood?
2021-06-21 14:30:26 +02:00
Zeth Green 6f841f9655 Everyone with really old projects will lose their settings but will get a new settings file. 2021-06-21 03:48:28 +01:00
Zeth Green 8acb9b3839 Deal with race condition. 2021-06-21 02:56:16 +01:00
Zeth Green bc10cd3671 Someone was in a JavaScript mood? 2021-06-21 02:43:09 +01:00
Biliplusre fdd160dd05
Translated using Weblate (Chinese (Simplified))
Currently translated at 84.2% (741 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/zh_Hans/
2021-06-03 11:33:53 +02:00
TheJackiMonster a58de3b1f6
Optimized counting words and characters via regex
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-06-01 15:17:54 +02:00
Eugenia Russell 789844107b
Translated using Weblate (Greek)
Currently translated at 9.6% (83 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/el/
2021-05-28 18:33:31 +02:00
Eugenia Russell 1a42dd5f26
Translated using Weblate (Greek)
Currently translated at 8.4% (73 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/el/
2021-05-26 11:33:08 +02:00
StarFang208 1ccf955721
Translated using Weblate (Italian)
Currently translated at 97.1% (855 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/it/
2021-05-26 11:33:08 +02:00
Eugenia Russell c5f40c30dd
Translated using Weblate (Greek)
Currently translated at 7.6% (66 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/el/
2021-05-17 00:31:52 +02:00
Hosted Weblate 06e0235ca3
Merge branch 'origin/develop' into Weblate. 2021-05-10 10:42:57 +02:00
Eugenia Russell 247a228e9d
Translated using Weblate (Greek)
Currently translated at 7.2% (62 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/el/
2021-05-10 00:31:51 +02:00
Gas 33078632ab
Translated using Weblate (French)
Currently translated at 99.7% (878 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/fr/
2021-05-07 15:31:51 +02:00
Eugenia Russell b6f98a3b72
Translated using Weblate (Greek)
Currently translated at 5.3% (46 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/el/
2021-05-03 16:31:50 +02:00
TheJackiMonster 7e05b72d83
Hotfix of unhandled exception by language_tool_python (#870)
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 20:46:30 +02:00
TheJackiMonster 9bdd80f244
Reverted mistakes in prepare_linux-CI script
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 17:05:09 +02:00
TheJackiMonster 1eab9890b5
========== manuskript-0.12.0 ==========
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 16:43:17 +02:00
TheJackiMonster 02219aaca8
Generated QML for Greek
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 16:00:39 +02:00
Eugenia Russell 810e9dd7dc
Translated using Weblate (Greek)
Currently translated at 5.1% (44 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/el/
2021-04-29 21:35:38 +02:00
TheJackiMonster 37c774221d
Small patches for linux build scripts
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-26 22:57:43 +02:00
TheJackiMonster 3b5647d0f7
Generated QML for Polish and Portuguese
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-24 20:28:28 +02:00
Hosted Weblate 881ecbb30d
Merge branch 'origin/develop' into Weblate. 2021-04-24 20:23:56 +02:00
TheJackiMonster 9fb63696aa
Merge branch 'develop' of github.com:olivierkes/manuskript into develop 2021-04-21 21:49:57 +02:00
TheJackiMonster c1ce8f4d66
Added build script using Wine
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-21 21:49:32 +02:00
Tobias Frisch 0a8b310f2c
Merge pull request #867 from belug23/fix_missing_root_in_world_building
Fix missing root when using world building template
2021-04-21 12:24:12 +02:00
Belug 96a3d282cc Fix missing root when using world building template 2021-04-20 18:57:36 -04:00
PanDedoctor 19051cba1e
Translated using Weblate (Polish)
Currently translated at 100.0% (880 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pl/
2021-04-17 22:26:42 +02:00
otome master c2d57adc87
Translated using Weblate (Polish)
Currently translated at 100.0% (880 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pl/
2021-04-17 22:26:42 +02:00
TheJackiMonster fc08e9b740
Fix changing language in LanguageTool spellchecker
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-16 19:44:24 +02:00
Pedro Albuquerque ae17060095
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt_PT/
2021-04-16 17:47:46 +02:00
TheJackiMonster 9ed2b674a2
Generated QML for german changes
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-16 14:28:05 +02:00