Commit graph

1074 commits

Author SHA1 Message Date
TheJackiMonster 0cb65c452e
Fixed cursor selection without suggestions 2021-02-22 01:26:07 +01:00
TheJackiMonster ad21d5faa5
Fixed finding suggestions using enchant and word selection without external dictionary 2021-02-22 01:13:19 +01:00
TheJackiMonster cc124c0b13
Older updates for some languages 2021-02-22 01:09:34 +01:00
TheJackiMonster d27910449d
Fixed issue #817 with the settings style picking 2021-02-21 23:59:23 +01:00
Tobias Frisch de02b1898b
Merge pull request #762 from gedakc/fix-python38-SyntaxWarning-is-not-with-a-literal
Fix Python 3.8 SyntaxWarning: "is not" with a literal
2021-02-21 23:46:22 +01:00
TheJackiMonster 12be4c3a3d
Fixed all Python syntax warnings 2021-02-21 23:45:34 +01:00
Tobias Frisch 6731051e92
Merge pull request #775 from BentleyJOakes/clone_importance
Clones importance setting when adding new characters.
2021-02-21 21:42:58 +01:00
bentleyjoakes 06e35cd969 Clones importance setting.
When creating a new character, sets an appropriate importance level.
* If a character is selected, the new character has the same importance level.
* If a top-level importance level is selected, the new character has that level
* Otherwise, the importance level is zero
2021-02-21 21:09:20 +01:00
TheJackiMonster 517559e7fa
Updated german translation for new features 2021-02-21 19:25:51 +01:00
Tobias Frisch 13d1f1bddd
Merge pull request #735 from johnbintz/select-newly-added-world-item
Select newly added world items, opening branches as necessary
2021-02-21 18:14:41 +01:00
TheJackiMonster 5ec4ab6fbe
Merge branch 'develop' of github.com:olivierkes/manuskript into develop 2021-02-19 18:02:50 +01:00
TheJackiMonster 303c48152e
Added qt creator project file for development 2021-02-19 18:02:36 +01:00
Tobias Frisch e4ccd92b6b
Merge pull request #789 from DarkRedman/patch-1
Update manuskript_fr.ts
2021-02-19 17:01:40 +01:00
TheJackiMonster cbb3f90d3d
Added qt-creator config to gitignore 2021-02-19 16:32:02 +01:00
Tobias Frisch e18944ee4d
Merge pull request #748 from TheJackiMonster/optional-pov
Enabling/Disabling POV for a specific character
2021-02-19 16:02:56 +01:00
Tobias Frisch e8c61e74ba
Merge branch 'develop' into optional-pov 2021-02-19 16:02:45 +01:00
TheJackiMonster 61734c1afa
Enabling/Disabling POV for a specific character 2021-02-19 16:01:30 +01:00
Tobias Frisch ca5a987e3c
Merge pull request #747 from TheJackiMonster/languagetool
Added basic support for LanguageTool via 'language_check' as advanced spellchecker
2021-02-19 15:46:47 +01:00
TheJackiMonster ac8cb3e403
Added support for LanguageTool via 'language_check' as advanced spellchecker 2021-02-19 15:44:38 +01:00
Tobias Frisch 649957835a
Merge pull request #768 from goofy-mdn/patch-1
typofixing here and there
2021-02-19 15:13:30 +01:00
Tobias Frisch dffa9dbd8b
Merge pull request #746 from TheJackiMonster/charcount
Added char-count with settings to enable/disable it.
2021-02-19 15:09:02 +01:00
Tobias Frisch 1b62288982
Merge branch 'develop' into charcount 2021-02-19 15:08:51 +01:00
Tobias Frisch 0de131f392
Merge pull request #339 from lechbaczynski/characterscount
- adding characters count. Implementing #334
2021-02-19 15:05:43 +01:00
Tobias Frisch 30b15b94dc
Merge branch 'develop' into characterscount 2021-02-19 15:05:15 +01:00
DarkRedman d2631b81c2
Update manuskript_fr.ts
Corrected the french word for folder `Dosser` to `Dossier`
2020-07-28 15:14:12 +02:00
TheJackiMonster fc653ad74b Added setting to disable counting spaces as chars but requires restart 2020-07-05 01:27:54 +02:00
goofy-mdn ae62a6be05
typofixing here and there 2020-05-12 19:07:30 +02:00
Curtis Gedak cd950cbe2a Fix Python 3.8 SyntaxWarning: "is not" with a literal
Fix these three warning messages from Python 3.8:

/usr/share/manuskript/manuskript/main.py:104: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if platform.system() is not 'Windows':

/usr/share/manuskript/manuskript/importer/opmlImporter.py:124: SyntaxWarning: "is" with a literal. Did you mean "=="?
  return len(s) is 0

/usr/share/manuskript/manuskript/exporter/pandoc/abstractPlainText.py:78: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.formats is "":

These SyntaxWarning messages were brought to light with Manuskript
issue #758.

See also:

  Issue34850 - Emit a syntax warning for "is" with a literal
  https://bugs.python.org/issue34850
2020-04-30 13:41:49 -06:00
Curtis Gedak 917f1a2f73 Set minimum of xcode11 for macOS X in Travis CI build
The Travis CI builds for macOS X are failing for xcode values less
than 11.

Reference information for macOS X:

- Homebrew project bottles for qt
  https://formulae.brew.sh/formula/qt

- Travis CI build values for xcode
  https://docs.travis-ci.com/user/reference/osx#macos-version

See also related issue:

- Issue #696 - Install on Mac Catalina Requires Signed Installer
2020-04-30 13:16:22 -06:00
TheJackiMonster 6c84e4c8e3 Merge remote-tracking branch 'charcount/characterscount' into charcount 2020-03-27 15:31:28 +01:00
TheJackiMonster 24f3f092bb Added char-count with settings to enable/disable it. 2020-03-27 15:12:44 +01:00
Tom Wardill a43a4ccb40 Add snap layout for pandoc templates directory 2020-02-17 10:03:48 -07:00
John Bintz 5ca087a67d Select newly added world items, opening branches as necessary 2020-02-09 10:54:40 -05:00
Curtis Gedak 12defa8fa4 ========== manuskript-0.11.0 ========== 2020-01-18 10:37:45 -07:00
Curtis Gedak 2411409260 Update copyright year 2020-01-18 10:26:14 -07:00
Curtis Gedak a3ee840846 Add new language translations to the Settings window 2020-01-18 10:23:53 -07:00
Curtis Gedak 8590fb040d Update all language translation source .ts files
Update the language translation source '.ts' files with the
translatable strings in the source code with the following command:

$ make translation

This effectively runs the following command:

$ pylupdate5 -noobsolete i18n/manuskript.pro
2020-01-18 10:20:53 -07:00
Curtis Gedak decf13913b Compile all language translation updates into respective .qm files
After updating the '.ts' translation source files from weblate,
compile all of the language translations into '.qm' files.

This was done with the following command:

$ make i18n

This effectively runs the 'lrelease' command on each '.ts' file.  For
example:

$ lrelease i18n/manuskript_es.ts
2020-01-18 10:19:11 -07:00
Curtis Gedak 39745098b6 Add all current weblate languages to i18n/manuskript.pro 2020-01-18 10:17:04 -07:00
Hosted Weblate cb202eb701 Merge branch 'origin/develop' into Weblate.
Merge the weblate language translations with the following commands:

    git remote update weblate
    git checkout develop
    git merge weblate/develop
2020-01-18 10:12:15 -07:00
Curtis Gedak 82169dbf4f Change wording of import warning for PyQt/Qt versions 5.11 and 5.12
Two separate pull requests indicate an issue translating the warning
for when an import is attempted with PyQt/Qt versions 5.11 and 5.12.
As such change the warning message.

See PRs #668 and #701.
2020-01-15 10:01:55 -07:00
Fabian Beil 062d28a1ee Found one more Typo 2020-01-15 09:43:47 -07:00
Fabian Beil b55eac0c03 Added some more translations into German 2020-01-15 09:43:47 -07:00
Fabian Beil 588c37800c Fixed translation mistake. Trilogy translates to Trilogie in German 2020-01-09 11:16:13 -07:00
차용택 a2cca113ac
Translated using Weblate (Korean)
Currently translated at 69.3% (597 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/ko/
2020-01-09 12:02:41 +01:00
pindarogb 5a62c1ec50
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (861 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt_BR/
2020-01-07 02:42:53 +01:00
차용택 daad190721
Added translation using Weblate (Korean) 2020-01-06 21:31:34 +01:00
Nathan 29e2627a3a
Translated using Weblate (French)
Currently translated at 92.0% (792 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/fr/
2020-01-06 21:29:08 +01:00
pindarogb 42a269b49b
Translated using Weblate (Portuguese (Brazil))
Currently translated at 94.3% (812 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt_BR/
2020-01-06 21:29:08 +01:00
Mariana Badarnih dae56c3d54
Added translation using Weblate (Romanian) 2020-01-06 20:07:35 +01:00