Commit graph

451 commits

Author SHA1 Message Date
Olivier Keshavjee c596c6e6fd Adds missing files to pdf.js 2017-06-20 23:43:45 +02:00
Olivier Keshavjee 2beb3a939b Conditional import of QtWebEngine or QtWebKit 2017-06-20 15:24:15 +02:00
Olivier Keshavjee 28e28e71e5 Adds webFiew file, forgotten in last commit 2017-06-15 15:40:22 +02:00
Olivier Keshavjee 2ff7cf80c6 Adds QtWebEngine support, while keeping QtWebKit support. 2017-06-15 15:24:06 +02:00
Olivier Keshavjee dfed1e7ec9 Fixes Pandoc PDF output error with unicode characters #117 2017-06-15 14:37:55 +02:00
Olivier Keshavjee 230b034232 Merge branch 'gedakc-enable-change-index-cards-background-to-color' into develop 2017-06-15 14:14:35 +02:00
Olivier Keshavjee 4c03326fca 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
Olivier 147d1c0952 Merge pull request #110 from gedakc/change-translator-warning-to-note
Change message from warning to note for failed to load translator string
2017-06-15 14:10:50 +02:00
Olivier Keshavjee 32861a4a9a Merge branch 'ScullyBlue-german_translation' into develop 2017-06-15 14:07:25 +02:00
Olivier Keshavjee 47826c6419 Adds setting to change language 2017-06-15 14:07:09 +02:00
Olivier 889e845feb Merge pull request #114 from gedakc/request-confirmation-if-create-project-will-overwrite-existing
Request confirmation if create project would overwrite existing file(s)
2017-06-15 13:54:49 +02:00
Curtis Gedak 13f8f72ee8 Request confirmation if create project would overwrite existing file(s)
Previously creating a new project with an existing filename would
blindly overwrite the existing project file(s).  This could result in
an author accidentally losing all of their work, assuming they did not
have a backup.

This enhancement pops up a warning asking the user if they wish to
overwrite the existing project filename.
2017-06-12 10:58:29 -06:00
Curtis Gedak 8d356c52ce Fixes: Unable to change index cards background from image to a color
See issue #52.

Enable selection of background color in addition to background image
for index cards.  This setting is accessed from the manuskript menu
**Edit -> Settings -> Views -> Index cards**.

Keep initial default of "writingdesk" background image for Index cards.

Also update comments for functions to better describe how these work.
2017-06-10 12:53:55 -06:00
Curtis Gedak 828fc3375e Change message from warning to note for failed to load translator
The message for failing to find and load a language translator was
misleading.

There is no problem running Manuskript with the default English
language (no translation loaded).  The word **Warning** implied that
something was wrong with manuskript and could be confusing to users.
2017-06-06 10:10:23 -06:00
Frederike Preugschas 56ccd9c015 Adding german translation 2017-05-31 11:32:38 +02:00
Olivier Keshavjee a6b49e22f9 Merge tag '0.4.0' into develop
Version 0.4.0
2017-05-25 18:17:05 +02:00
Olivier Keshavjee 7a83ac28d9 Merge branch 'release/0.4.0' 2017-05-25 18:16:41 +02:00
Olivier Keshavjee 79962f1e0d Bumped version number 2017-05-25 18:15:43 +02:00
Olivier Keshavjee e16f47bd2a Double signal for double efficency (#23) 2017-05-23 17:05:09 +02:00
Olivier Keshavjee 48a45e7498 Changes signal to allow activation by single click (see #23) 2017-05-23 17:02:04 +02:00
Olivier Keshavjee d23a4e81b7 Merge branch 'jmgaguilera-develop' into develop 2017-05-23 16:47:22 +02:00
Olivier Keshavjee 4e2a261ddd Compile translation 2017-05-23 16:46:56 +02:00
Olivier Keshavjee 493d510085 Merge branch 'develop' of git://github.com/jmgaguilera/manuskript into jmgaguilera-develop 2017-05-23 16:44:49 +02:00
Olivier Keshavjee 17d0c5770d Merge branch 'gedakc-fix-after-close-open-or-create-project-fails' into develop 2017-05-23 16:07:38 +02:00
Olivier Keshavjee 3fba51fe24 Merge branch 'fix-after-close-open-or-create-project-fails' of git://github.com/gedakc/manuskript into gedakc-fix-after-close-open-or-create-project-fails 2017-05-23 16:04:23 +02:00
Olivier e6ab89fcbf Merge pull request #97 from gedakc/fix-icon-numeric-reference
Fixes: incorrect reference to 32px icon
2017-05-23 16:00:32 +02:00
Olivier 5fed757238 Merge pull request #103 from gedakc/add-project-name-to-window-title
Add project name to main window title
2017-05-23 15:59:37 +02:00
Curtis Gedak d0afce48b4 Add project name to main window title 2017-05-22 10:48:20 -06:00
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
Curtis Gedak 7ba028ecc8 Fixes: incorrect reference to 32px icon 2017-05-09 14:55:27 -06:00
Olivier Keshavjee 9a646cb403 Preview can display images in html relative to project path (temporary solution for #22) 2017-05-08 09:10:33 +02:00
Olivier 80fdb38be8 Merge pull request #95 from gedakc/fix-world-source-of-conflict-not-active
Fixes: field "Source of conflict" in World is not active
2017-05-08 08:14:07 +02:00
Olivier 588c8d948b Merge pull request #94 from gedakc/fix-character-epiphany-not-saved-issue-43
Fixes: epiphany section in basic infos for characters not saved #43
2017-05-08 07:55:52 +02:00
Curtis Gedak 6f0a748f29 Fixes: field "Source of conflict" in World is not active
This problem is one of several mentioned in issue #25.
2017-05-07 13:47:31 -06:00
Curtis Gedak cdcf184c10 Fixes: epiphany section in basic infos for characters not saved #43 2017-05-07 12:57:48 -06:00
Olivier Keshavjee e5a189eeda Adds: pyqt5-dev-tools 2017-03-24 12:05:43 +01:00
Olivier Keshavjee 4f17ba9090 Fixes: word count #72 2017-03-24 11:54:37 +01:00
Olivier Keshavjee aa536e19dd Adds qtwebkit dependency in readme #81 2017-03-24 11:44:44 +01:00
Olivier Keshavjee de578fead3 Fixes: Small typographic error in the README #84 2017-03-24 11:35:39 +01:00
Olivier Keshavjee 11dfad4888 Changes activation behavior: on some plateform a double click was necessary, not anymore. 2017-03-24 11:33:35 +01:00
Olivier Keshavjee 32de83666a UI tweak in SubPlot view (#87) 2017-03-24 11:30:54 +01:00
Olivier Keshavjee 588b2c827b Updates MultiMarkdown command name 2017-03-24 10:26:20 +01:00
José Miguel González Aguilera a257417dee resolved conflicts in source and new pending translations 2016-12-15 07:47:13 +01:00
Olivier 8d23989f30 Merge pull request #68 from olivierkes/master
Updating README.md
2016-12-13 08:38:19 +01:00
Olivier efedde93ee Merge pull request #67 from william01110111/master
added commands to install dependencies to README
2016-12-13 08:20:26 +01:00
William W Wold 574c1449f4 added commands to install dependencies to README 2016-12-12 16:58:03 -08:00
José Miguel González Aguilera 96dbec47fb new pending translations 2016-12-11 08:04:15 +01:00
José Miguel González Aguilera 7292304364 new translations 2016-12-11 08:03:59 +01:00
José Miguel González Aguilera 809dec5ecc remove obsolete file 2016-12-11 08:02:27 +01:00
José Miguel González Aguilera 022706853a add translations to spanish and new files to manuskript.pro 2016-12-10 23:37:32 +01:00