Commit graph

1423 commits

Author SHA1 Message Date
Jonathan Pietkiewicz 50e305aa2f Update search feedback when menu is triggered 2022-01-25 22:08:01 -06:00
Jonathan Pietkiewicz 23ded19d58 Change text color to red when the regex is not correct
updated everytime the text changes in the lineedit
2022-01-25 21:57:54 -06:00
Jonathan Pietkiewicz e0a3d01091 move import outside try-catch 2022-01-25 21:16:32 -06:00
Tobias Frisch 1db1ef6414
Merge pull request #1000 from Mte90/hard_line
hard_line_breaks support
2022-01-26 00:16:00 +01:00
TheJackiMonster 36d48c8669
Stop the OSX CI from auto updating homebrew the whole time
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-01-25 23:55:31 +01:00
Jonathan Pietkiewicz 37667ed70f Fix crash when files are locked for writing (Fixes olivierkes#950)
Wrap file opens in try-catch
Applied fix for project file as well as other files that are opened during save
2022-01-25 14:47:41 -06:00
Jonathan Pietkiewicz 795e1fa9c0 Fix crash when regex is not valid (Fixes olivierkes#989)
Wrap regex preparation in try-catch
Log when there is a problem preparing the regex
2022-01-25 14:05:50 -06:00
poi 14980cb821
Translated using Weblate (Chinese (Simplified))
Currently translated at 93.8% (827 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/zh_Hans/
2022-01-24 06:55:50 +01:00
Olivier Keshavjee 0330336311 Does not simply warn of duplicate IDs, but fixes them. 2022-01-22 09:53:36 +01:00
Olivier Keshavjee 47b55ba164 Potential fix for #719, #1001 2022-01-21 16:49:04 +01:00
Daniele Scasciafratte b66208791a feat(pandoc): hard_line_breaks support 2022-01-17 15:33:24 +01:00
Tobias Frisch 0182a43b8e
Merge pull request #999 from amconners/develop
Fix for #992 and #998
2022-01-16 23:13:06 +01:00
Megan Conners 01036e4540 fixes #992 and #998 with explicit int casts 2022-01-16 12:31:16 -05:00
Xavier Tardieu f67680ae1e
Translated using Weblate (French)
Currently translated at 99.8% (880 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/fr/
2022-01-15 22:52:54 +01:00
Daniele Scasciafratte 75f1d9e9a6
Translated using Weblate (Italian)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/it/
2022-01-14 22:42:39 +01:00
ruine be8f20838e
Translated using Weblate (Japanese)
Currently translated at 91.7% (808 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/ja/
2022-01-09 13:55:43 +01:00
Павел Протасов 4b06b40dac
Translated using Weblate (Russian)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/ru/
2022-01-08 13:23:27 +01:00
Павел Протасов c9b5842958
Translated using Weblate (Russian)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/ru/
2022-01-08 13:17:12 +01:00
Павел Протасов 05e132d87f
Translated using Weblate (Russian)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/ru/
2022-01-08 12:47:46 +01:00
Павел Протасов 13709bd375
Translated using Weblate (Russian)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/ru/
2022-01-08 11:35:02 +01:00
Павел Протасов a86558644c
Translated using Weblate (Russian)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/ru/
2022-01-08 11:27:29 +01:00
badlop b0de29ddf4
Translated using Weblate (Spanish)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/es/
2021-12-29 13:52:04 +01:00
Adrián López Galera abf6a09c88
Translated using Weblate (Spanish)
Currently translated at 99.4% (876 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/es/
2021-12-28 12:54:05 +01:00
TheJackiMonster 2b992e70c6
Upgrading pip in linux CI script
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-15 14:59:26 +01:00
TheJackiMonster c64e0ea489
Adjusted prepare_linux script for CI
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-15 14:50:03 +01:00
Tobias Frisch 7de666c595
Update README.md 2021-12-13 17:17:43 +01:00
TheJackiMonster 9ccf665e12
========== manuskript-0.13.1 ========== 2021-12-13 14:30:49 +01:00
TheJackiMonster dc86e3b14e
Adjusted fixes for python 3.10 to not crash immediately
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-13 14:27:59 +01:00
TheJackiMonster c9c18fae57
========== manuskript-0.13.0 ========== 2021-12-13 13:57:26 +01:00
TheJackiMonster 2b802e9dc7
Updated qml files (German)
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-13 13:41:15 +01:00
obw 68bb421ed1
Translated using Weblate (German)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/de/
2021-12-13 13:37:52 +01:00
Kliment 618a43a246
Translated using Weblate (German)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/de/
2021-12-13 13:37:51 +01:00
Tobias Frisch 24fed8c930
Translated using Weblate (German)
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/de/
2021-12-13 13:37:51 +01:00
TheJackiMonster fb791cb7d3
Generated qml files for translation updates
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-13 13:23:46 +01:00
Hosted Weblate 80aaf82310
Merge branch 'origin/develop' into Weblate. 2021-12-13 13:16:49 +01:00
Rahul Shirke 4f07de8f48
Translated using Weblate (Marathi)
Currently translated at 27.0% (238 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/mr/
2021-12-13 09:53:37 +01:00
TheJackiMonster 6b04118912
Adjusted flatpak to not break during build
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-11 06:40:51 +01:00
TheJackiMonster d56c2225a3
Fixed issue #865 by adjusting the available IDs in an items constructor
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-11 01:34:39 +01:00
Omer I.S bdf4ce3bac
Translated using Weblate (Hebrew)
Currently translated at 8.1% (72 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/he/
2021-12-02 00:51:55 +01:00
TheJackiMonster 77eee852de
Fixed issue #808 by resetting POV once the character gets deleted
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-30 23:40:31 +01:00
TheJackiMonster a63da8d0a8
Fixed issue #937
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-30 23:08:59 +01:00
TheJackiMonster 64b27bc7a1
Corrected desktop file and icon for of snap package
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-29 19:16:04 +01:00
TheJackiMonster 7dcbf40602
Added pyspellchecker to snap package
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-29 19:12:49 +01:00
Rahul Shirke aeefa5a4e6
Translated using Weblate (Marathi)
Currently translated at 10.6% (94 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/mr/
2021-11-28 08:51:33 +01:00
TheJackiMonster 08e8714f1d
Delegated export stderr output without exit code zero to warnings and fixed one crash during loading
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-27 23:03:31 +01:00
TheJackiMonster 5355c26333
Added missing dependencies to snap
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-27 21:20:25 +01:00
TheJackiMonster 25adfd2437
Adjusted inconsistent pandoc behavior depending on installed version
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-27 16:47:38 +01:00
Rahul Shirke c789c90217
Added translation using Weblate (Marathi) 2021-11-27 07:34:55 +01:00
TheJackiMonster 6a69295526
Added missing adopt-info to snap
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-27 01:52:59 +01:00
TheJackiMonster c833a7d8d6
Removed 'version' being 'overwritten' from snap
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-11-27 01:45:56 +01:00