Commit Graph

  • c688c66d5b Project manager dialog now lists recent projects and lets the user open one of these, or browse for a folder Veronica K. B. Olsen 2020-02-26 17:44:11 +01:00
  • 6867f38637 Added the main dialog class for project management, and made some changes to the icon class. Veronica K. B. Olsen 2020-02-26 15:30:08 +01:00
  • cce65a6e93 Merge pull request #176 from vkbo/config_error Veronica K. Berglyd Olsen 2020-02-23 20:39:15 +01:00
  • 39db69f199 Add error handling and reporting for the Config class, whichs is initialised before the GUI Veronica K. B. Olsen 2020-02-23 17:15:20 +01:00
  • 5d129379a3 Merge pull request #175 from vkbo/dialog_options Veronica K. Berglyd Olsen 2020-02-19 20:12:51 +01:00
  • 54fda113e0 Merge branch 'master' into dialog_options Veronica K. Berglyd Olsen 2020-02-19 20:10:16 +01:00
  • 10dcbe6ee5 Also saving options for DocSplit dialog Veronica K. B. Olsen 2020-02-19 20:08:27 +01:00
  • b90f96643e Updated sample project xml Veronica K. B. Olsen 2020-02-19 19:58:03 +01:00
  • 4977ffd843 Clean up old json files Veronica K. B. Olsen 2020-02-19 19:57:08 +01:00
  • 5f0b331655 Replace old option state class with new one everywhere Veronica K. B. Olsen 2020-02-19 19:43:44 +01:00
  • ecb739425b Added new class to save dialog optins Veronica K. B. Olsen 2020-02-19 18:58:19 +01:00
  • e691933578 Merge pull request #173 from countjocular/countjocular-typos Veronica K. Berglyd Olsen 2020-02-18 13:59:54 +01:00
  • cc3705153d Merge branch 'master' into countjocular-typos Veronica K. Berglyd Olsen 2020-02-18 13:57:27 +01:00
  • 98452870b4 Merge pull request #174 from countjocular/countjocular-patch-install Veronica K. Berglyd Olsen 2020-02-18 13:56:29 +01:00
  • a1f5398003 Fix typo in technical help Count Jocular 2020-02-18 11:27:39 +00:00
  • 6d69370ce1 Fix typos in projects help Count Jocular 2020-02-18 11:14:00 +00:00
  • 64b02947c0 Correct spelling mistake in interface help Count Jocular 2020-02-18 11:07:21 +00:00
  • 4eaaf97af2 Update install.py with correct paths Count Jocular 2020-02-18 09:53:22 +00:00
  • 4f0f36aa95 Update started.txt with correct download links Count Jocular 2020-02-18 09:23:22 +00:00
  • 08abdeabb0 Minor fix in README Veronica K. B. Olsen 2020-02-17 21:51:10 +01:00
  • dc4f8e1e3b Merge pull request #172 from vkbo/release_0.4.5 Veronica K. Berglyd Olsen 2020-02-17 14:51:49 +01:00
  • ef377f5952 Bumped version again to fix botched release Veronica K. B. Olsen 2020-02-17 14:50:43 +01:00
  • d2bd2e9d69 Merge pull request #171 from vkbo/release_0.4.4 Veronica K. Berglyd Olsen 2020-02-17 14:12:36 +01:00
  • 2094d67c38 Updated changelog Veronica K. B. Olsen 2020-02-17 14:08:45 +01:00
  • e325aa4bb0 A few more places to bump stuff Veronica K. B. Olsen 2020-02-17 13:48:23 +01:00
  • 7c1f613014 Bumped version and removed -t command line argument Veronica K. B. Olsen 2020-02-17 13:43:05 +01:00
  • 110d27d067 Cleanup of imports Veronica K. B. Olsen 2020-02-17 13:30:26 +01:00
  • 92f32beab2 Merge pull request #169 from vkbo/drop_appdirs Veronica K. Berglyd Olsen 2020-02-15 22:01:46 +01:00
  • c991795f0d Some additional tweaks for Windows Veronica K. B. Olsen 2020-02-15 21:57:05 +01:00
  • aab9805bc6 Remove dependency on appdirs package for finding config dir as this is provided by Qt Veronica K. B. Olsen 2020-02-15 21:39:21 +01:00
  • 5c376dd276 Merge pull request #168 from vkbo/fixes Veronica K. Berglyd Olsen 2020-02-15 19:55:55 +01:00
  • ca18fe5461 Added some fixes for bugs discovered when testing with PySide2 Veronica K. B. Olsen 2020-02-15 17:59:40 +01:00
  • 872fc87ab8 Merge pull request #166 from vkbo/fixes Veronica K. Berglyd Olsen 2020-02-15 13:25:30 +01:00
  • 0e045eeed6 Make sure we have absoulte path when opening from command line input that may be relative path Veronica K. B. Olsen 2020-02-13 22:54:40 +01:00
  • ac13838aa8 Merge pull request #165 from vkbo/file_save_update Veronica K. Berglyd Olsen 2020-02-13 21:27:26 +01:00
  • beb656267c If opening a project file fails, try to open the backup file instead Veronica K. B. Olsen 2020-02-13 21:22:36 +01:00
  • 760aee0c8f Added a function to clean out old project files no longer needed Veronica K. B. Olsen 2020-02-13 21:12:28 +01:00
  • c28a246d23 Make document saving consistent with how project file is saved Veronica K. B. Olsen 2020-02-13 19:16:29 +01:00
  • ca7617ad07 Remove the project cache folder as it isn't, and was never really, needed Veronica K. B. Olsen 2020-02-13 19:07:51 +01:00
  • 3a25e7332b Change the way the project file is saved Veronica K. B. Olsen 2020-02-13 19:03:21 +01:00
  • f6d1dc68be Merge pull request #164 from vkbo/cli_open Veronica K. Berglyd Olsen 2020-02-13 15:51:41 +01:00
  • 6e6c9b98f7 Additional unparsed command line options are assumed to be a project path to open Veronica K. B. Olsen 2020-02-13 00:36:30 +01:00
  • 723489b67b Merge pull request #163 from vkbo/split_merge Veronica K. Berglyd Olsen 2020-02-09 21:38:45 +01:00
  • 7858412419 Added check to make sure items are not dropped on the oprhaned folder Veronica K. B. Olsen 2020-02-09 21:25:20 +01:00
  • 963c819f85 Removed debug print and added logging stuff Veronica K. B. Olsen 2020-02-09 21:20:34 +01:00
  • f2eedff6d2 Added empty trash option Veronica K. B. Olsen 2020-02-09 21:17:57 +01:00
  • b03b80961b Clarified dropdown options on split document dialog Veronica K. B. Olsen 2020-02-09 20:45:36 +01:00
  • 5abe981bfe Merge pull request #160 from vkbo/build_update Veronica K. Berglyd Olsen 2020-02-05 01:40:15 +01:00
  • 833bc5ffd2 Set minimum Python version to 3.6 Veronica K. B. Olsen 2020-02-05 01:33:43 +01:00
  • bc98e4d4c8 Merge pull request #159 from vkbo/split_merge Veronica K. Berglyd Olsen 2020-02-05 01:28:21 +01:00
  • 123d64bba9 Dropping Python 3.5 support Veronica K. B. Olsen 2020-02-05 01:27:17 +01:00
  • cac75abcaf Switch ubutu distro on travis builds Veronica K. B. Olsen 2020-02-05 01:22:19 +01:00
  • 5d97150842 trying to make travis run again Veronica K. B. Olsen 2020-02-05 01:13:07 +01:00
  • f58b7afd43 trying to make travis run again Veronica K. B. Olsen 2020-02-05 01:10:01 +01:00
  • 6cfa2853fe trying to make travis run again Veronica K. B. Olsen 2020-02-05 01:02:18 +01:00
  • 643a301e2d Some cleanup in the new doc split dialog Veronica K. B. Olsen 2020-02-05 00:10:29 +01:00
  • c43e121389 Added document split dialog and associated code Veronica K. B. Olsen 2020-02-04 23:59:00 +01:00
  • 068674e63d Remove the change of selected item when deleting, and let the tree widget handle it Veronica K. B. Olsen 2020-02-04 23:57:29 +01:00
  • f937ebc396 Added code to permanently delete project documents Veronica K. B. Olsen 2020-02-01 14:10:48 +01:00
  • 605541c87d Some cleanup of the merge document dialog Veronica K. B. Olsen 2020-02-01 12:49:45 +01:00
  • 6b79b7a423 Merging a folder of documents into one file now works Veronica K. B. Olsen 2020-01-31 17:17:07 +01:00
  • 6cac679458 Added merge documents dialog and related code Veronica K. B. Olsen 2020-01-23 15:52:27 +01:00
  • a111247a3c Added split and merge icons Veronica K. B. Olsen 2020-01-21 11:51:49 +01:00
  • 1eb6b59c32 Allow tags in files with no title Veronica K. B. Olsen 2019-12-10 19:05:57 +01:00
  • 06031ab7d5 Started adding split amd merge functions Veronica K. B. Olsen 2019-12-01 16:26:37 +01:00
  • a310daf2fd Merge pull request #158 from vkbo/spell_check_loader Veronica K. Berglyd Olsen 2019-11-27 18:33:14 +01:00
  • a2defebe94 The replace text method should only be used for large documents Veronica K. B. Olsen 2019-11-27 00:58:52 +01:00
  • 9ab64627f3 Added a spinning cursor for spell checker and open document Veronica K. B. Olsen 2019-11-26 23:07:18 +01:00
  • 947108872f Merge pull request #157 from vkbo/zen_shortcuts Veronica K. Berglyd Olsen 2019-11-24 18:15:47 +01:00
  • 7bc4116df8 New block format shortcuts were not working in distraction free mode Veronica K. B. Olsen 2019-11-24 17:59:51 +01:00
  • 04ab861cfd Merge pull request #156 from vkbo/release_0.4.3 Veronica K. Berglyd Olsen 2019-11-24 17:49:08 +01:00
  • 43449c2508 Bumped version and updated changelog Veronica K. B. Olsen 2019-11-24 17:45:52 +01:00
  • f358cc64e1 Merge branch 'master' into project_outline Veronica K. B. Olsen 2019-11-21 15:31:43 +01:00
  • c98858bd87 Merge pull request #155 from vkbo/shortcut_fixes Veronica K. Berglyd Olsen 2019-11-21 15:30:39 +01:00
  • f21e85534d Handle comments with and without an initial space Veronica K. B. Olsen 2019-11-21 15:25:48 +01:00
  • ba3497a130 Updated documentation Veronica K. B. Olsen 2019-11-21 14:36:07 +01:00
  • 1711e5c615 Block formatting now complete Veronica K. B. Olsen 2019-11-21 14:31:12 +01:00
  • 20e1c2f6f2 Added the menu entry and handling of block formats Veronica K. B. Olsen 2019-11-21 14:00:55 +01:00
  • 8396e237c0 Moved a few slot functions around in docedit Veronica K. B. Olsen 2019-11-21 13:45:54 +01:00
  • 5b7e3fabde Cut/Copy/Select shortcuts now also work in doc viewer if it has focus Veronica K. B. Olsen 2019-11-21 13:37:11 +01:00
  • 4739959c4e Visible columns and column width in outline is now saved and loaded Veronica K. B. Olsen 2019-11-20 21:17:43 +01:00
  • f9a06f3425 Fix the highlighting of synopsis tag Veronica K. B. Olsen 2019-11-20 19:09:32 +01:00
  • c0828c7f1d Fix merge conflicts Veronica K. B. Olsen 2019-11-20 18:56:18 +01:00
  • bd301bd5cc Merge pull request #154 from vkbo/hlight_improvements Veronica K. Berglyd Olsen 2019-11-19 22:10:10 +01:00
  • 8320f82c7e Made a mistake in header highlighting Veronica K. B. Olsen 2019-11-19 22:07:24 +01:00
  • d4a33aba9f Wrong logic ... Veronica K. B. Olsen 2019-11-19 22:04:28 +01:00
  • 98636a18e0 Fix test Veronica K. B. Olsen 2019-11-19 21:51:43 +01:00
  • eb68f3efc0 Change the method the document is rehighlighted. This is significantly faster Veronica K. B. Olsen 2019-11-19 21:49:11 +01:00
  • 2758c587af Added spell check size limit to preferences Veronica K. B. Olsen 2019-11-19 21:12:40 +01:00
  • 3c6350a4da Disable initial spell checking for large documents Veronica K. B. Olsen 2019-11-19 18:48:44 +01:00
  • 2217f1d89c Improved highlighter performance and disabled initial spell checking Veronica K. B. Olsen 2019-11-19 18:19:38 +01:00
  • aee7a1a66d Merge pull request #153 from vkbo/large_text_performance Veronica K. Berglyd Olsen 2019-11-19 10:44:40 +01:00
  • af5159cdaf Merge branch 'master' into large_text_performance Veronica K. Berglyd Olsen 2019-11-19 10:42:05 +01:00
  • 78a8f5bb9c Make sure a contentsChange signal is not emitted when document margins change Veronica K. B. Olsen 2019-11-19 10:36:43 +01:00
  • e9c60cad9d Merge pull request #152 from vkbo/bug_fix Veronica K. Berglyd Olsen 2019-11-18 20:29:29 +01:00
  • 5f104f9c48 Fixed hard line breaks in markdown export Veronica K. B. Olsen 2019-11-18 20:15:29 +01:00
  • b667dcc6f7 Added docstring to the counting function Veronica K. B. Olsen 2019-11-18 19:56:12 +01:00
  • a5df5a151e Fixed crash in project countStatus when tree contains orphaned item Veronica K. B. Olsen 2019-11-18 19:51:31 +01:00
  • a5d692d1f8 Merge branch 'master' of github.com:vkbo/novelWriter Veronica K. B. Olsen 2019-11-18 10:49:22 +01:00
  • 0a1d436301 Updated readme to clarify that this is not a full-featured markdown editor Veronica K. B. Olsen 2019-11-18 10:49:04 +01:00