A open-source tool for writers www.theologeek.ch/manuskript
Go to file
Curtis Gedak dedf5fb27a Fixes: add character then choose new character does not set importance slider
See issue #102.

By default when a character is added to the character model, the
importance value is set to "0" (Minor).  However when the new
character is selected, the importance slider remains set to the value
of the previously selected character.

Steps to Reproduce:

1.  Click add character (plus sign) button.
2.  Select this "New character".
3.  Select "Basic infos" tab and change Name to "Bob".
4.  Move Importance slider all the way to the right (Main).
5.  Click add character (plus sign) button.
6.  Select this "New character".

    Note that the "New character" is shown in the character list pane
    under "Minor", but the Importance slider is still all the way to
    the right (Main).

This enhancement ensures that the corresponding character UI
importance slider is also set to the proper character importance.
2017-07-01 10:17:07 -06:00
bin Adding a bin file 2016-02-06 09:03:12 +01:00
i18n Adding german translation 2017-05-31 11:32:38 +02:00
icons Merge branch 'feature/Exporter' into develop 2016-04-15 14:27:44 +02:00
libs Adds: PDF Viewer using pdf.js 2016-04-15 13:01:35 +02:00
manuskript Fixes: add character then choose new character does not set importance slider 2017-07-01 10:17:07 -06:00
resources Theme, preview, and eternal logos 2015-06-18 21:41:56 +02:00
sample-projects Update settings to last version for sample project 2016-03-31 11:08:44 +02:00
.codeclimate.yml Updates codeclimate config file 2016-03-10 16:36:28 +01:00
.gitignore Updates .gitignore 2016-03-05 00:34:50 +01:00
CHANGELOG.md Updates changelog 2016-02-29 00:07:51 +01: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 Basic plainText exporter working (preview only) 2016-04-07 12:18:20 +02:00
manuskript.spec Fixes spec file to include translation in releases 2016-04-01 11:53:17 +02:00
README.md Adds: pyqt5-dev-tools 2017-03-24 12:05:43 +01:00
TODO.t2t Updated todo 2015-07-09 16:22:26 +02:00

Manuskript

Manuskript is an open-source tool for writers.

Main view

Download

Running from sources

To run the application without installing just:

Be sure to have all dependencies installed!

Dependencies

  • Python 3
  • PyQt5
  • Qt SVG (libqt5svg5 on Ubuntu)
  • Qt Webkit (python3-pyqt5.qtwebkit on Ubuntu)
  • lxml (python3-lxml on Ubuntu)

Optional:

  • pyenchant
  • zlib

To install dependencies on Linux:

  • Arch Linux: sudo pacman -S --needed python python-pyqt5 qt5-svg python-lxml python-pyenchant zlib

  • Debian based (Ubuntu, Linux Mint, etc.): sudo apt-get install python3-pyqt5 libqt5svg5 python3-lxml python3-enchant zlib1g
    Additional packages that might be needed: python3-pyqt5.qtwebkit pyqt5-dev-tools