manuskript/manuskript
Jan Wester 67f987d44b Fix for Windows 10 Dark Theme on older Qt versions
QtCore.Qt.GlobalColor does not have any accessors for the predefined
colors on PyQt versions before 5.11 despite the object itself existing.

It would have been nice if the documentation* had mentioned that object
being broken on older versions, but I should have tested with even older
versions of PyQt before submitting the original patch.

Apparently the most supported way to access these colors is through the
Qt namespace itself, but those aren't documented in the slightest. Ugh.

My apologies to all those affected. Fixes issue #659.

*: https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtcore/qt.html#GlobalColor
2019-10-02 09:49:52 -06: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 Added warning to revision UI 2019-09-29 09:34:48 -06: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 Fix misc. typos 2019-09-19 09:58:24 -06: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 2019-09-30 09:31:49 -06:00
version.py ========== manuskript-0.10.0 ========== 2019-09-30 09:49:14 -06:00