Commit Graph

45 Commits

Author SHA1 Message Date
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
19b9851832
Added data context 2022-06-12 17:15:30 +02:00
8c82f2608e
Added setting entity 2022-06-12 17:15:09 +02:00
89a4a8eab3
Added main program for EF tooling 2022-06-12 17:14:48 +02:00
96c34e2947
Added migration commands 2022-06-12 17:14:21 +02:00
d06cca1ce3
Added data model project 2022-06-12 16:29:19 +02:00