Commit graph

1329 commits

Author SHA1 Message Date
TheJackiMonster 47820061c7
Merge branch 'io' into gtk 2021-05-17 00:21:57 +02:00
TheJackiMonster 5eab1afc47
Minor tweaks and first events added to characters view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-17 00:20:48 +02:00
TheJackiMonster f3d39337c2
Added code to connect all input events in general and summary views
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-16 21:58:38 +02:00
TheJackiMonster 59662921a7
Started adding UI python code and renamed Qt files for compatibility
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-16 20:23:10 +02:00
TheJackiMonster 0b219a0b5f
Split main ui into multiple widgets
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-16 17:16:09 +02:00
TheJackiMonster 6ba001b3da
Mostly completed main window areas of outline and editor
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-16 00:10:51 +02:00
TheJackiMonster 2152a6bdd8
Added plot and world view
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-14 23:59:52 +02:00
TheJackiMonster 9078079241
Added remove function for file types
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-14 19:46:39 +02:00
TheJackiMonster ee881bdb17
Added data model for world and its items
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 17:07:30 +02:00
TheJackiMonster 674cebdea2
Fixed differences between new data models and sample data
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 02:14:36 +02:00
TheJackiMonster 41b3f23fac
Added basic io handling for characters
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 01:51:14 +02:00
TheJackiMonster f9ad8d214c
Added io handling for project info, color and labels
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 01:15:14 +02:00
TheJackiMonster caf428592a
Added io handling for outline, summary and goals
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-09 00:39:12 +02:00
TheJackiMonster 54aa28414a
Added io handling for multimarkdown files with accelerated metadata loading
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-06 18:51:23 +02:00
TheJackiMonster b97c5366d3
Fixed differences in saving project with new io
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-06 16:57:30 +02:00
TheJackiMonster 2faac4efa8
Added io handling for zip archives and project files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-05 18:04:07 +02:00
TheJackiMonster 08220eda42
Added new data model for old revisions and statuses
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-05 14:59:07 +02:00
TheJackiMonster f8ad2a9121
Added new data model for settings with new file io
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-04 23:37:41 +02:00
TheJackiMonster dfe6cdece2
Added new data models for plots with use of new file io
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-04 23:04:53 +02:00
TheJackiMonster 5239598a91
Added simple classes to handle file extension related io
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-04 15:28:47 +02:00
TheJackiMonster 8b2c0843d2
Changes to the frequency and the import dialog
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-05-01 11:50:56 +02:00
TheJackiMonster 5105b565e9
Added more widgets to the main window 2021-05-01 11:50:56 +02:00
TheJackiMonster 625cf2791f
Add main window with menu and first pages 2021-05-01 11:50:56 +02:00
TheJackiMonster 1451d6a3af
Added search, import dialog and frequency tool dialog 2021-05-01 11:50:56 +02:00
TheJackiMonster 93bdb8d16d
Added icons to settings and adjusted minimal size 2021-05-01 11:50:56 +02:00
TheJackiMonster 05abf93e4b
Created about dialog and basic settings window 2021-05-01 11:50:39 +02:00
TheJackiMonster 7e05b72d83
Hotfix of unhandled exception by language_tool_python (#870)
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 20:46:30 +02:00
TheJackiMonster 9bdd80f244
Reverted mistakes in prepare_linux-CI script
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 17:05:09 +02:00
TheJackiMonster 1eab9890b5
========== manuskript-0.12.0 ==========
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 16:43:17 +02:00
TheJackiMonster 02219aaca8
Generated QML for Greek
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-30 16:00:39 +02:00
Eugenia Russell 810e9dd7dc
Translated using Weblate (Greek)
Currently translated at 5.1% (44 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/el/
2021-04-29 21:35:38 +02:00
TheJackiMonster 37c774221d
Small patches for linux build scripts
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-26 22:57:43 +02:00
TheJackiMonster 3b5647d0f7
Generated QML for Polish and Portuguese
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-24 20:28:28 +02:00
Hosted Weblate 881ecbb30d
Merge branch 'origin/develop' into Weblate. 2021-04-24 20:23:56 +02:00
TheJackiMonster 9fb63696aa
Merge branch 'develop' of github.com:olivierkes/manuskript into develop 2021-04-21 21:49:57 +02:00
TheJackiMonster c1ce8f4d66
Added build script using Wine
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-21 21:49:32 +02:00
Tobias Frisch 0a8b310f2c
Merge pull request #867 from belug23/fix_missing_root_in_world_building
Fix missing root when using world building template
2021-04-21 12:24:12 +02:00
Belug 96a3d282cc Fix missing root when using world building template 2021-04-20 18:57:36 -04:00
PanDedoctor 19051cba1e
Translated using Weblate (Polish)
Currently translated at 100.0% (880 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pl/
2021-04-17 22:26:42 +02:00
otome master c2d57adc87
Translated using Weblate (Polish)
Currently translated at 100.0% (880 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pl/
2021-04-17 22:26:42 +02:00
TheJackiMonster fc08e9b740
Fix changing language in LanguageTool spellchecker
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-16 19:44:24 +02:00
Pedro Albuquerque ae17060095
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (881 of 881 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pt_PT/
2021-04-16 17:47:46 +02:00
TheJackiMonster 9ed2b674a2
Generated QML for german changes
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-16 14:28:05 +02:00
Tobias Frisch fcaa49e0ef
Translated using Weblate (German)
Currently translated at 100.0% (880 of 880 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/de/
2021-04-16 14:25:52 +02:00
TheJackiMonster 3beac4a50e
Generated QML from translations
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-16 13:47:51 +02:00
TheJackiMonster 16d8b2de7b
Merge remote-tracking branch 'github/develop' into develop
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-04-16 13:42:19 +02:00
Tàzio Gennuso 7c24664ca3
Translated using Weblate (French)
Currently translated at 100.0% (861 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/fr/
2021-04-16 12:29:39 +02:00
otome master c512d139b0
Translated using Weblate (Polish)
Currently translated at 100.0% (861 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pl/
2021-04-13 17:39:22 +02:00
Jakub Rey 47b2cba0a7
Translated using Weblate (Polish)
Currently translated at 99.0% (853 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pl/
2021-04-13 15:58:12 +02:00
otome master 3fe9cb0a96
Translated using Weblate (Polish)
Currently translated at 99.0% (853 of 861 strings)

Translation: Manuskript/Translations
Translate-URL: https://hosted.weblate.org/projects/manuskript/translations/pl/
2021-04-13 15:58:12 +02:00