manuskript/manuskript
FrancoisDuchene bd7b1e96f7 Fix for TypeErrors when using certain styles
When i was using certain styles like cleanlooks or qt5ct-style, a TypeError was raising in cascade about the function not having enough arguments.
It looked like that, despite the last args of Qstyle.subElementRect() and Qstyle.sizeFromContents() were optional, it was still required to mention it (even if it was just None).
That TypeError was only appearing with certain styles, at startup or when changing styles in the settings window.
2020-08-13 19:10:16 +02:00
..
converters Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
exporter change markdown to "Markdown" in.... 2019-09-29 09:09:31 -06:00
functions Restore progress bar functionality 2019-09-23 14:13:38 -06:00
importer Fix crash if using a custom pandoc installation 2019-05-20 09:39:45 -06:00
load_save Fixed race when closing an auto-saving project. 2019-08-12 10:35:07 -06:00
models Fix misc. typos 2019-09-19 09:58:24 -06:00
tests Default keep revisions to disabled, and remove tests for revisions 2019-09-22 10:45:07 -06:00
ui Fix for TypeErrors when using certain styles 2020-08-13 19:10:16 +02:00
__init__.py Renaming source folder 2016-02-06 08:38:33 +01:00
enums.py Checkpoint in refactoring outlineItem 2017-11-17 12:16:39 +01:00
loadSave.py Ensure text file open methods use utf-8 encoding 2019-02-27 09:30:16 -07:00
main.py Fix for Windows 10 Dark Theme on older Qt versions 2019-10-02 09:49:52 -06:00
mainWindow.py Change wording of import warning for PyQt/Qt versions 5.11 and 5.12 2020-01-15 10:01:55 -07:00
settings.py Default keep revisions to disabled, and remove tests for revisions 2019-09-22 10:45:07 -06:00
settingsWindow.py Add new language translations to the Settings window 2020-01-18 10:23:53 -07:00
version.py ========== manuskript-0.11.0 ========== 2020-01-18 10:37:45 -07:00