manuskript/manuskript
Curtis Gedak e93c958598 Fixes: Manuskript fails to load last state of panels
See issue #14.

Four panels use custom widgets on the Right-Hand-Side tabs to control
visibility.  These panels are:

  PANEL NAME     VIEWABLE ON NAVIGATION TAB
  ------------   --------------------------
  Book summary   Plots
  Project tree   Redaction
  Metadata       Redaction
  Story line     Redaction

When the custom widget is created, it is assigned a name that is
marked for translation.  The final text name appears to have a
shortcut letter automatically assigned.  For example in English:

  Book summary   ->   B&ook summary
  Project tree   ->   &Project tree
  Metadata       ->   &Metadata
  Story line     ->   Story &line

On restoration the choice to restore state is based on successful
comparison between title and btn.text().  Currently this comparison
fails because title contains "&" and btn.text() does not contain "&".

Fix by removing all ampersand "&" characters from both title and
btn.text() when performing comparison.
2017-08-06 10:14:40 -06:00
..
exporter Reverts a mistake 2017-06-15 16:03:00 +02:00
load_save Fixes: epiphany section in basic infos for characters not saved #43 2017-05-07 12:57:48 -06:00
models Fixes: add plot then choose new plot does not set importance slider 2017-07-01 10:18:46 -06:00
ui Fixes: Manuskript fails to load last state of panels 2017-08-06 10:14:40 -06:00
__init__.py Renaming source folder 2016-02-06 08:38:33 +01:00
enums.py Changes subplots to steps 2016-03-06 16:10:25 +01:00
functions.py Fixes: Unable to change index cards background from image to a color 2017-06-10 12:53:55 -06:00
loadSave.py Minor tweak in file format 2016-03-31 10:49:56 +02:00
main.py Change message from warning to note for failed to load translator 2017-06-06 10:10:23 -06:00
mainWindow.py Fixes: add plot then choose new plot does not set importance slider 2017-07-01 10:18:46 -06:00
settings.py Fixes: Unable to change index cards background from image to a color 2017-06-10 12:53:55 -06:00
settingsWindow.py Merge branch 'enable-change-index-cards-background-to-color' of git://github.com/gedakc/manuskript into gedakc-enable-change-index-cards-background-to-color 2017-06-15 14:13:36 +02:00