manuskript/manuskript/ui
Youness Alaoui 4a9937f041 Do not use a lambda function in the fullScreenEditor's myScrollBar timer signal
The lambda function will keep a reference to the scrollbar python object preventing it
from getting destroyed when the QScrollbar is destroyed. This causes the underlying
QT widget to be freed while the python object still exists, therefore the timer itself
doesn't get stopped/cleaned, so the timer will get called and cause a crash with :
"RuntimeError: Wrapped C/C++ object of type myScrollbar has been deleted"

To reproduce, press F11 repeatedly while scrolling.
2019-02-25 10:22:48 -07:00
..
editors Do not use a lambda function in the fullScreenEditor's myScrollBar timer signal 2019-02-25 10:22:48 -07:00
exporters Merge branch 'feature/Exporters' into develop 2017-11-18 18:00:54 +01:00
highlighters Fix crash when 7 pound signs are written alone on a line. 2019-02-10 09:54:50 -07:00
importers Fix spelling mistake "chose" should be "choose" 2019-02-07 12:34:57 -07:00
tools Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
views Fix crash when right clicking a word in editor and enchant is not installed. 2019-02-11 12:35:23 -07:00
__init__.py
about.py ========== manuskript-0.8.0 ========== 2018-12-05 11:39:28 -07:00
about_ui.py Put software version in one sigle label to allow easier copy/pasting 2017-10-11 08:32:44 +02:00
about_ui.ui Put software version in one sigle label to allow easier copy/pasting 2017-10-11 08:32:44 +02:00
cheatSheet.py Clear Cheatsheet results when filter text empty 2018-08-14 09:04:00 -06:00
cheatSheet_ui.py
cheatSheet_ui.ui
collapsibleDockWidgets.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
collapsibleGroupBox.py Removes most of hard-coded colors 2017-11-14 14:56:11 +01:00
collapsibleGroupBox2.py Removes most of hard-coded colors 2017-11-14 14:56:11 +01:00
helpLabel.py
mainWindow.py Remove unimplemented snowflake view mode menu entry 2018-11-30 09:42:42 -07:00
mainWindow.ui Remove unimplemented snowflake view mode menu entry 2018-11-30 09:42:42 -07:00
revisions.py Changes Outline enums to IntEnum 2017-11-15 20:58:12 +01:00
revisions_ui.py Adds a few more icons 2017-10-16 10:48:04 +02:00
revisions_ui.ui Adds a few more icons 2017-10-16 10:48:04 +02:00
search.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
search_ui.py
search_ui.ui
settings_ui.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
settings_ui.ui Spelling: Manuscript, may have to be restarted (#454) 2019-01-10 10:26:14 -07:00
statusLabel.py Fixes #307: Overlay status bar prevents access to add/delete world item icons when displaying a message 2018-01-22 18:19:22 +01:00
style.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
welcome.py Open/Save As/Create last accessed directory 2018-12-07 12:01:33 -07:00
welcome_ui.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
welcome_ui.ui Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00