Commit graph

1524 commits

Author SHA1 Message Date
Shadow 161290686b Update corkDelegate.py 2023-09-18 14:28:30 -07:00
Shadow 7d31628977 Resolved critical error that crashes
textColor isn't always set to a value and whenever it was used as an empty variable the program would crash. I'm uncertain as to whether or not this solution is appropriate, but this is one way to handle it and maintain functionality. Another would be setting textColor to a default value, but this default would have to depend on the theme set by the user.
2023-09-18 14:11:30 -07:00
Shadow fbab930c44 Update spellchecker.py
Corrected issue where words within certain quotations would show up as incorrectly spelled (ex: 'I'm fine') would indicate both words are misspelled
2023-09-12 18:57:03 -07:00
Tobias Frisch 87da52efd4
Merge pull request #1212 from sagev9000/skip-comments-fix
Fix regex for ignoring multi-line comments.
2023-09-05 14:59:16 +02:00
Sage Vaillancourt d149ae45e7 Better regex dot config 2023-09-04 20:24:41 -04:00
Sage Vaillancourt 18089ae44f Fix regex for ignoring multi-line comments. 2023-09-03 20:33:25 -04:00
Tobias Frisch dccfa85d1f
Merge pull request #1205 from sagev9000/skip-comments-in-word-count
Skip comments in word count
2023-08-25 23:06:48 +02:00
Sage Vaillancourt f25b47149b Use regex to remove comments before counting 2023-08-25 14:46:45 -04:00
Sage Vaillancourt 6f6abc6f65 I think this reads slightly cleaner. 2023-08-19 21:38:30 -04:00
Sage Vaillancourt 80e90b5ddc Skip comments in word count. 2023-08-19 21:36:13 -04:00
Tobias Frisch 6ee7e881be
Merge pull request #1195 from Dreaded-Gnu/manuskriptw-startup-fix
Fix manuskriptw startup error
2023-08-07 12:02:53 +02:00
Christian Freitag 42245d38c3 - Added catch of RuntimeError triggered on when sys.stderr is none 2023-08-07 10:04:26 +02:00
TheJackiMonster 1933d53c1c
Fix match and case syntax for python 3.9 and below
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-15 22:38:05 +02:00
TheJackiMonster 13486ad083
Update translation files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-06-15 22:31:33 +02:00
Tobias Frisch 4ebbf5efd6
Merge pull request #1165 from alfar/develop
Simple history back/forward navigation
2023-06-15 22:25:58 +02:00
Arne Sostack b05377b417 Implemented history back and forward navigation 2023-05-14 11:59:07 +02:00
TheJackiMonster 8e298c0788
Merge branch 'master' into develop 2023-03-29 22:01:26 +02:00
TheJackiMonster 2f93c2f6fe
Fix missing python-markdown in Windows builds
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-29 22:00:47 +02:00
TheJackiMonster cdad1aa2d4
Update translation files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-20 04:59:01 +01:00
Tobias Frisch 131bdc5505
Merge pull request #1144 from tntscreed/develop
Bulk Info Manager bug fix and style changes.
2023-03-20 04:55:27 +01:00
TheJackiMonster 7de81a96f3
Update QM files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-20 04:54:22 +01:00
Hosted Weblate 1dc709fa20
Merge branch 'origin/develop' into Weblate. 2023-03-20 04:49:00 +01:00
TheJackiMonster fe213894cb
Add status of pytest workflow to README.md
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-20 04:44:49 +01:00
gallegonovato 60ea5f9e14
Translated using Weblate (Spanish)
Currently translated at 100.0% (754 of 754 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/es/
2023-03-17 20:38:04 +01:00
Ettore Atalan 7d4151328c
Translated using Weblate (German)
Currently translated at 99.4% (750 of 754 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/de/
2023-03-17 20:38:03 +01:00
tntscreed 863e8df483 Bug and style fixes.
- Made small changes to better fit the style of the project.

- Fixed a bug that would result in a crash when details were applied with the bulk info manager.

- Improved the Bulk Manager UI by adding the list-add and list-remove icons, to better fit it to Manuskript's style. Also added tooltips.
2023-03-16 16:06:48 +01:00
tntscreed 9b372eac73 Added remaining QMessageBox text to self.tr method
I'm assuming it was left out on accident. Sorry, but I can't update the translation files on my own.
2023-03-16 13:19:19 +01:00
tntscreed 389cb19f55 Merge branch 'origin_develop' into develop 2023-03-16 13:03:28 +01:00
Pedro Albuquerque 1164c3c988
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (755 of 755 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt_PT/
2023-03-16 07:47:49 +01:00
TheJackiMonster 3faaf1187a
Update qm files via makefile
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-15 21:46:08 +01:00
TheJackiMonster 5e068c0603
Merge branch 'translations' into develop
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-15 21:44:10 +01:00
TheJackiMonster 7d76bd6726
Update QM files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-15 21:12:52 +01:00
TheJackiMonster b1e23fd9fc
Update translation files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-15 21:11:41 +01:00
TheJackiMonster e62432307f
Make selection adjustment permanent and improve consistency
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2023-03-15 21:06:31 +01:00
ssantos 5f8569718d
Translated using Weblate (Portuguese)
Currently translated at 100.0% (787 of 787 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt/
2023-03-12 22:37:31 +01:00
Pedro Albuquerque 66f6aecf1c
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (788 of 788 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt_PT/
2023-03-12 22:37:31 +01:00
Mounim 763d9284f0
Translated using Weblate (Dutch)
Currently translated at 99.8% (786 of 787 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/nl/
2023-03-12 22:37:30 +01:00
Pedro Albuquerque 91b22292cc
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (788 of 788 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt_PT/
2023-03-10 17:37:10 +01:00
tntscreed 92b1e0b648 Made small improvements to the bulk detail manager.
-Cleaned the code up a bit.

-Added warning message before discarding unapplied entries in the bulk manager. The bulk manager now doesn't automatically close when selecting a single (or no) character, but asks for the user's consent.
2023-03-09 16:24:35 +01:00
tntscreed 1fd45ba1d2 Fixed a typo.
The warning message-box for when the bulk manager was empty has been fixed.
2023-03-07 21:56:30 +01:00
tntscreed 2ead298b00 Removed the absolute path left in by pyuic.
Sorry about that. It didn't exactly doxx me, but it was weird.
2023-03-07 21:19:29 +01:00
tntscreed 953ce4bd15 Multi-Deletion of Characters + Confirmation Dialog
-Since multi-selection of characters is now possible, it's more intuitive that all selected characters should be deleted.

-Added a confirmation dialog before character-deletion? Why the heck  was this not a thing before? It was way too easy to accidentally delete characters, with no way to restore them without external source-control or backups.
2023-03-07 20:56:54 +01:00
tntscreed 06f8ab3519 The bulk info managers is now completely functional.
Also, a change has been made to the character tree view. Theoretically it shouldn't have any functional significance, but "addCharacterInfo" is used for adding info to only one character, so it makes sense to remove the old multi-selection info-adding functionality, even if it wouldn't ever be accessible.
2023-03-07 20:27:16 +01:00
tntscreed 66df68af69 Made the code a little nicer, added addition and deletion
The bulk manager has been made partially functional.
2023-03-07 18:14:01 +01:00
tntscreed b5dfee59d7 Created a (not yet functional) bulk manager widget.
-Some variables had to be declared in the mainWindow.py __init__ function.

-Added functions for creating the bulkPersoInfoManager widget as a tab when multiple characters are selected. All other tabs get stored and deleted, and restored after only one character is selected.

-Started work on functions that create the intended behaviours of the widget.
2023-03-06 21:43:31 +01:00
Samuel Marques 5d0a9d3019
Translated using Weblate (Portuguese)
Currently translated at 92.1% (725 of 787 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt/
2023-03-06 12:39:53 +01:00
albanobattistella 77f7018cb2
Translated using Weblate (Italian)
Currently translated at 100.0% (787 of 787 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/it/
2023-03-06 12:39:53 +01:00
Samuel Marques fc7a716c76
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (787 of 787 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt_BR/
2023-03-06 12:39:52 +01:00
tntscreed 25b64ad971 Merge remote-tracking branch 'origin/develop' into develop 2023-03-05 17:49:22 +01:00
tntscreed d55e88599d Made multi-selection of characters a bit more intuitive 2023-03-05 17:40:05 +01:00