Commit Graph

840 Commits

Author SHA1 Message Date
Veronica K. B. Olsen c688c66d5b Project manager dialog now lists recent projects and lets the user open one of these, or browse for a folder 2020-02-26 17:44:11 +01:00
Veronica K. B. Olsen 6867f38637 Added the main dialog class for project management, and made some changes to the icon class. 2020-02-26 15:30:08 +01:00
Veronica K. Berglyd Olsen cce65a6e93 Merge pull request #176 from vkbo/config_error
Config Error Handling
2020-02-23 20:39:15 +01:00
Veronica K. B. Olsen 39db69f199 Add error handling and reporting for the Config class, whichs is initialised before the GUI 2020-02-23 17:15:20 +01:00
Veronica K. Berglyd Olsen 5d129379a3 Merge pull request #175 from vkbo/dialog_options
Saving of Dialog Options
2020-02-19 20:12:51 +01:00
Veronica K. Berglyd Olsen 54fda113e0 Merge branch 'master' into dialog_options 2020-02-19 20:10:16 +01:00
Veronica K. B. Olsen 10dcbe6ee5 Also saving options for DocSplit dialog 2020-02-19 20:08:27 +01:00
Veronica K. B. Olsen b90f96643e Updated sample project xml 2020-02-19 19:58:03 +01:00
Veronica K. B. Olsen 4977ffd843 Clean up old json files 2020-02-19 19:57:08 +01:00
Veronica K. B. Olsen 5f0b331655 Replace old option state class with new one everywhere 2020-02-19 19:43:44 +01:00
Veronica K. B. Olsen ecb739425b Added new class to save dialog optins 2020-02-19 18:58:19 +01:00
Veronica K. Berglyd Olsen e691933578 Merge pull request #173 from countjocular/countjocular-typos
Fix some typos
2020-02-18 13:59:54 +01:00
Veronica K. Berglyd Olsen cc3705153d Merge branch 'master' into countjocular-typos 2020-02-18 13:57:27 +01:00
Veronica K. Berglyd Olsen 98452870b4 Merge pull request #174 from countjocular/countjocular-patch-install
Update install.py with correct paths
2020-02-18 13:56:29 +01:00
Count Jocular a1f5398003 Fix typo in technical help
Fix a 1-character typo
2020-02-18 11:27:39 +00:00
Count Jocular 6d69370ce1 Fix typos in projects help
Just a couple of typos.
2020-02-18 11:14:00 +00:00
Count Jocular 64b02947c0 Correct spelling mistake in interface help
s/renderred/rendered/g
2020-02-18 11:07:21 +00:00
Count Jocular 4eaaf97af2 Update install.py with correct paths
Update install.py with correct joined paths for the `themes` folder and the `graphics` folder. This bug prevented pyInstaller from building successfully under Windows.
2020-02-18 09:53:22 +00:00
Count Jocular 4f0f36aa95 Update started.txt with correct download links
Update Getting Started to point to the correct source archives (.zip and .tar.gz) for 0.4.5 release.
2020-02-18 09:23:22 +00:00
Veronica K. B. Olsen 08abdeabb0 Minor fix in README 2020-02-17 21:51:10 +01:00
Veronica K. Berglyd Olsen dc4f8e1e3b Merge pull request #172 from vkbo/release_0.4.5
Release 0.4.5
2020-02-17 14:51:49 +01:00
Veronica K. B. Olsen ef377f5952 Bumped version again to fix botched release 2020-02-17 14:50:43 +01:00
Veronica K. Berglyd Olsen d2bd2e9d69 Merge pull request #171 from vkbo/release_0.4.4
Release 0.4.4
2020-02-17 14:12:36 +01:00
Veronica K. B. Olsen 2094d67c38 Updated changelog 2020-02-17 14:08:45 +01:00
Veronica K. B. Olsen e325aa4bb0 A few more places to bump stuff 2020-02-17 13:48:23 +01:00
Veronica K. B. Olsen 7c1f613014 Bumped version and removed -t command line argument 2020-02-17 13:43:05 +01:00
Veronica K. B. Olsen 110d27d067 Cleanup of imports 2020-02-17 13:30:26 +01:00
Veronica K. Berglyd Olsen 92f32beab2 Merge pull request #169 from vkbo/drop_appdirs
Drop appdirs dependency
2020-02-15 22:01:46 +01:00
Veronica K. B. Olsen c991795f0d Some additional tweaks for Windows 2020-02-15 21:57:05 +01:00
Veronica K. B. Olsen aab9805bc6 Remove dependency on appdirs package for finding config dir as this is provided by Qt 2020-02-15 21:39:21 +01:00
Veronica K. Berglyd Olsen 5c376dd276 Merge pull request #168 from vkbo/fixes
Various Fixes
2020-02-15 19:55:55 +01:00
Veronica K. B. Olsen ca18fe5461 Added some fixes for bugs discovered when testing with PySide2 2020-02-15 17:59:40 +01:00
Veronica K. Berglyd Olsen 872fc87ab8 Merge pull request #166 from vkbo/fixes
Fixes
2020-02-15 13:25:30 +01:00
Veronica K. B. Olsen 0e045eeed6 Make sure we have absoulte path when opening from command line input that may be relative path 2020-02-13 22:54:40 +01:00
Veronica K. Berglyd Olsen ac13838aa8 Merge pull request #165 from vkbo/file_save_update
File saving and opening
2020-02-13 21:27:26 +01:00
Veronica K. B. Olsen beb656267c If opening a project file fails, try to open the backup file instead 2020-02-13 21:22:36 +01:00
Veronica K. B. Olsen 760aee0c8f Added a function to clean out old project files no longer needed 2020-02-13 21:12:28 +01:00
Veronica K. B. Olsen c28a246d23 Make document saving consistent with how project file is saved 2020-02-13 19:16:29 +01:00
Veronica K. B. Olsen ca7617ad07 Remove the project cache folder as it isn't, and was never really, needed 2020-02-13 19:07:51 +01:00
Veronica K. B. Olsen 3a25e7332b Change the way the project file is saved 2020-02-13 19:03:21 +01:00
Veronica K. Berglyd Olsen f6d1dc68be Merge pull request #164 from vkbo/cli_open
Open project from command line
2020-02-13 15:51:41 +01:00
Veronica K. B. Olsen 6e6c9b98f7 Additional unparsed command line options are assumed to be a project path to open 2020-02-13 00:36:30 +01:00
Veronica K. Berglyd Olsen 723489b67b Merge pull request #163 from vkbo/split_merge
Tweaks to file split, trash and drag'n'drop
2020-02-09 21:38:45 +01:00
Veronica K. B. Olsen 7858412419 Added check to make sure items are not dropped on the oprhaned folder 2020-02-09 21:25:20 +01:00
Veronica K. B. Olsen 963c819f85 Removed debug print and added logging stuff 2020-02-09 21:20:34 +01:00
Veronica K. B. Olsen f2eedff6d2 Added empty trash option 2020-02-09 21:17:57 +01:00
Veronica K. B. Olsen b03b80961b Clarified dropdown options on split document dialog 2020-02-09 20:45:36 +01:00
Veronica K. Berglyd Olsen 5abe981bfe Merge pull request #160 from vkbo/build_update
CI updates
2020-02-05 01:40:15 +01:00
Veronica K. B. Olsen 833bc5ffd2 Set minimum Python version to 3.6 2020-02-05 01:33:43 +01:00
Veronica K. Berglyd Olsen bc98e4d4c8 Merge pull request #159 from vkbo/split_merge
Split, merge, and delete functionality
2020-02-05 01:28:21 +01:00