A open-source tool for writers www.theologeek.ch/manuskript
Go to file
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
bin Adding a bin file 2016-02-06 09:03:12 +01:00
i18n Merge remote-tracking branch 'weblate/develop' into develop 2018-12-11 09:46:45 -07:00
icons Adds Format menu to mainWindow ui 2017-11-30 11:11:01 +01:00
libs Removes unused libraries 2017-11-18 20:58:17 +01:00
manuskript Do not use a lambda function in the fullScreenEditor's myScrollBar timer signal 2019-02-25 10:22:48 -07:00
package Remove support for macOS X El Capitan (10.11) in Travis CI build 2018-11-29 13:31:18 -07:00
resources Theme, preview, and eternal logos 2015-06-18 21:41:56 +02:00
sample-projects Creates base classes 2017-11-15 20:34:05 +01:00
.codeclimate.yml Updates codeclimate config file 2016-03-10 16:36:28 +01:00
.gitignore Add .gitignore file patterns for Python PyDev Eclipse IDE 2018-08-02 08:57:35 -06:00
.travis.yml Remove support for macOS X El Capitan (10.11) in Travis CI build 2018-11-29 13:31:18 -07:00
_config.yml Set theme jekyll-theme-cayman 2017-11-23 14:42:07 +01:00
CHANGELOG.md ========== manuskript-0.8.0 ========== 2018-12-05 11:39:28 -07:00
COPYING Adds license and credits 2015-06-18 11:39:45 +02:00
CREDITS Adds license and credits 2015-06-18 11:39:45 +02:00
makefile Slight optimization through delay in Settings Windows 2017-10-19 10:38:32 +02:00
manuskript.spec Fixes spec file to include translation in releases 2016-04-01 11:53:17 +02:00
README.md Remove doubled-up word from README.md 2018-01-16 14:12:42 -07:00
TODO.t2t Updated todo 2015-07-09 16:22:26 +02:00

Manuskript

Manuskript is an open-source tool for writers.

Manuskript runs on GNU/Linux, Mac OS X, and Windows.

Main view

Features

Manuskript provides a rich environment to help writers create their first draft and then further refine and edit their masterpiece.
With Manuskript you can:

Additionally Manuskript can help in many more ways with a spell checker, markdown highlighter, frequency analyzer, and automatic save in open and plain text file format.

Download

Download and install Manuskript today.

HowTo's

See the Wiki for more detailed instructions on how to install and use Manuskript.

Contribute

You can help improve Manuskript by reporting issues, writing wiki documentation, and translating to other languages. See also Manuskript Contribute page.

Manuskript is written in Python3 and PyQt5.

Free Software

Manuskript is Free Software.
You have the freedom to run, copy, distribute, study, change and improve the software.
Manuskript is distributed under the GNU General Public License version 3 or (at your option) any later version.