manuskript/manuskript
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
..
converters Added guard to catch errors with translation 2022-05-17 11:43:22 +02:00
exporter Added guard to catch errors with translation 2022-05-17 11:43:22 +02:00
functions Update spellchecker.py 2023-09-12 18:57:03 -07:00
importer Added guard to catch errors with translation 2022-05-17 11:43:22 +02:00
load_save Adjust visual defaults in settings from ui 2023-02-01 22:43:28 +01:00
models Bug and style fixes. 2023-03-16 16:06:48 +01:00
tests Merge pull request #831 from zeth/loadsave_test 2022-06-08 13:24:47 +02:00
ui Resolved critical error that crashes 2023-09-18 14:11:30 -07:00
__init__.py Renaming source folder 2016-02-06 08:38:33 +01:00
enums.py Add global search 2021-04-02 14:15:17 +01:00
loadSave.py apply patch per PR feedback to avoid segfault (fixes olivierkes#950) 2022-02-09 22:09:42 -06:00
logging.py Catch indexing issue in log level conversion 2022-05-03 14:10:37 +02:00
main.py - Added catch of RuntimeError triggered on when sys.stderr is none 2023-08-07 10:04:26 +02:00
mainWindow.py Fix match and case syntax for python 3.9 and below 2023-06-15 22:38:05 +02:00
searchLabels.py Add global search 2021-04-02 14:15:17 +01:00
settings.py Changed default behavior to save projects 2022-07-18 09:27:24 +02:00
settingsWindow.py Adjusted fixes for python 3.10 to not crash immediately 2021-12-13 14:27:59 +01:00
version.py ========== manuskript-0.15.0 ========== 2023-03-04 20:32:58 +01:00