manuskript/manuskript
Curtis Gedak 589eb42235 Fixes: after project close, open or create project fails
See issue #96.

This change creates a new class disconnectAll() to ensure that all
connections are disconnected for a specific signal and slot.  Now when
a project is closed, the UI signals are disconnected.  As before,
these signals and slots are connected when a project is opened.

Because Manuskript permits working on only one project at a time, the
menu items for File Open and Recents are disabled after a project is
loaded.  These menu items are enabled when a project is closed.

Prior to this commit, subsequent open project selections would
complain with the following message:

  TypeError: connection is not unique
2017-05-21 12:04:27 -06:00
..
exporter Preview can display images in html relative to project path (temporary solution for #22) 2017-05-08 09:10:33 +02:00
load_save Fixes: epiphany section in basic infos for characters not saved #43 2017-05-07 12:57:48 -06:00
models Merge branch 'feature/Exporter' into develop 2016-04-15 14:27:44 +02:00
ui Changes activation behavior: on some plateform a double click was necessary, not anymore. 2017-03-24 11:33:35 +01: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: word count #72 2017-03-24 11:54:37 +01:00
loadSave.py Minor tweak in file format 2016-03-31 10:49:56 +02:00
main.py Bumping version number 2016-03-31 16:12:54 +02:00
mainWindow.py Fixes: after project close, open or create project fails 2017-05-21 12:04:27 -06:00
settings.py Welcome windows: adds templates for fiction and non-fiction 2016-03-30 09:13:40 +02:00
settingsWindow.py tabSplitter allows target. 2016-04-11 15:14:24 +02:00