58b7c37295
Removed MAUI and WinForms
2023-12-08 18:46:14 +01:00
9218085e33
Moved to .NET 7
2023-02-12 14:07:30 +01:00
96823aa948
Fixed removing temp. database file when importing JSON
2023-02-11 23:03:14 +01:00
4c6f5b59f0
Bugfixes
...
- Added handling for DeepL exceptions
- Added debug logging for im- and exporting
- When executing the post script for the unique id migration, ensure
that new id are generated, only when no id exists
- Fixed section export by loading references to parents
2023-02-11 21:22:25 +01:00
59da2c23a8
Filters out sensitive setting data while exporting
2023-01-24 20:58:42 +01:00
bafb325880
Improved Git merge performance of exported files
...
The exported entries appear now in a deterministic order, which made
merges a lot easier.
2023-01-22 21:58:01 +01:00
35009dba7c
Fixed data model classes to generate unique ids when created
2023-01-22 21:39:36 +01:00
a868087af9
Fixed auto-export settings set up when importing a JSON file
2023-01-22 21:38:47 +01:00
639d501906
Fixed translation unique id formation
2023-01-22 21:07:02 +01:00
9f0d664105
Ensured that auto-export settings are available
2023-01-22 21:06:34 +01:00
574d1ef8bf
Fixed missed migration; no tables were available, though.
2023-01-22 21:05:53 +01:00
c41d000bf0
Fixed EF Tooling
...
- Added factory class for EF tooling
- Removed no longer needed Program.cs
2023-01-22 19:56:25 +01:00
0587af18f2
Added Git Export Feature
...
- Added import algorithm
- Added FromJsonX() methods to data models
- Added possibility to work with temp. database file
- Added export processor to handle export process & triggers
- Added something changed event e.g. as export trigger
- Added possibility to import a JSON export
- Updated Git icon
2023-01-22 19:35:57 +01:00
463c4611d1
Removed not used factory class
2023-01-18 20:00:47 +01:00
25b822aaed
Changed to IList<>
2023-01-18 20:00:25 +01:00
f7186fd3cc
Added documentation
2023-01-18 20:00:03 +01:00
b534dfdf85
Spelling
2023-01-18 19:59:18 +01:00
79d8deb837
Added method for starting the import process.
2023-01-02 20:56:06 +01:00
7676bea101
Moved export code into region
2023-01-02 20:50:11 +01:00
cdffce9bbd
Implemented the JSON export
2022-11-14 20:32:41 +01:00
c2c8a36ad2
Added persistent unique ids to all elements
2022-11-06 21:07:41 +01:00
630f014c1a
Implemented the .NET generator
...
- Added .NET generator setting for the namespace to use
- Added .NET generator setting to choose the default culture
- Added get child section method to section processor
- Added util to convert any string to a verbatim string literal
- Removed redundant variables on exceptions
2022-10-30 15:49:22 +01:00
58f30240dc
Added Godot settings
2022-10-29 18:48:38 +02:00
4a32cd9339
Implemented .NET generator settings
2022-10-03 19:10:39 +02:00
d242d02ece
Added the generator mode setting
2022-10-03 18:13:07 +02:00
8a4bf6f180
Add optional manual mode per translation and culture
2022-09-21 22:52:17 +02:00
4f16988460
Added missed navigation for translations
2022-09-17 21:46:48 +02:00
0aeec1885f
Added a multi-line state to the text elements
2022-09-17 19:23:11 +02:00
947728f99e
Upgraded dependencies
2022-09-17 12:29:18 +02:00
7b149417e7
Added creation of database instance
2022-08-17 21:00:58 +02:00
d53966501a
Added a data context factory to abstract the database creation process
2022-08-17 21:00:37 +02:00
fd3d844df4
Implemented list of culture info & DeepL source culture
2022-08-01 21:04:47 +02:00
f27366e0a2
Added culture settings
2022-07-30 23:07:04 +02:00
c211c9ef62
Added DeepL action setting
2022-07-30 16:38:38 +02:00
b74367aa6f
Renamed DeepL mode setting
2022-07-30 16:09:58 +02:00
87c12de066
Added DeepL API key setting
2022-07-30 15:59:09 +02:00
fa5d39318f
Added database handling of DeepL setting
2022-07-26 19:07:10 +02:00
da1bb941f0
Renamed settings name to code
2022-07-25 19:03:49 +02:00
3ef7bf1784
Keep track of the data file's path
2022-07-17 12:54:37 +02:00
fb2f573de4
Spelling
2022-07-16 22:28:40 +02:00
2b5de0aa1e
Auto included must navigation properties in data model
2022-07-13 20:05:45 +02:00
aa641770d2
Added a name field to text elements
2022-07-10 19:30:22 +02:00
9015e08518
Changed database at the DI system to be transient
2022-07-09 15:04:21 +02:00
fb0bb2b178
Expect that all tables are available
2022-07-09 15:03:50 +02:00
c90d3fdd3c
Changed section data model
...
- Made parents nullable
- Added a data key for the tree
- Added depth for quicker layer-wise loading
2022-07-09 15:03:18 +02:00
62b36a68a7
Added migration for main entities
2022-06-12 21:46:42 +02:00
bfe30b758f
Fixed script's encoding
2022-06-12 21:43:19 +02:00
50ffcb33b1
Added main entities
2022-06-12 21:42:47 +02:00
1f23f88051
Added initial migration
2022-06-12 17:16:11 +02:00
c0ffd58268
Added setup code
2022-06-12 17:16:01 +02:00