52dcea834b
Added specific settings for WinForms generator
2023-02-17 20:58:22 +01:00
e9b4fa1484
Added specific icons for Godot and .NET settings
2023-02-17 20:42:30 +01:00
795615756f
Fixed text element selection when toggling single/multiline state
2023-02-16 20:41:03 +01:00
c16346f790
Improved UX, when the user copied a key
2023-02-15 20:41:44 +01:00
8314e7157b
Implemented copy function for text element's keys
2023-02-15 20:32:47 +01:00
bbc10de9ff
Added copy key button
2023-02-15 20:08:10 +01:00
8904712c2e
Improved handling of missing translations
2023-02-13 20:47:52 +01:00
4918807c60
Added Godot generator
2023-02-13 20:47:22 +01:00
cb4d1368db
Added a link to the Godot project
2023-02-12 21:40:30 +01:00
d92aada3b6
Fixed min. .NET version
2023-02-12 21:31:52 +01:00
5e0a88acc3
Added DeepL language filters
2023-02-12 21:20:39 +01:00
a6fdcc2954
Optimized the C# bigfile generator
...
The bigfile generator requires .NET 7 from now on.
2023-02-12 16:18:11 +01:00
9218085e33
Moved to .NET 7
2023-02-12 14:07:30 +01:00
58e0d86d52
Ask user for API token when no one was set
2023-02-12 13:49:01 +01:00
882c2bba2b
Fixed DeepL state after changing its settings
2023-02-12 12:01:27 +01:00
96823aa948
Fixed removing temp. database file when importing JSON
2023-02-11 23:03:14 +01:00
18fd1faedd
Enables console logging when using debug configuration
2023-02-11 23:01:13 +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
28db843a3a
Fixed something changed event; settings changed was missed
2023-01-22 21:53:09 +01:00
52927d4715
Fixed export synchronization
...
- Replaced Monitor by another semaphore, because async method calls are
not working with monitors!
2023-01-22 21:50:15 +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
ce5f2ae401
Improved error handling of import process
2023-01-22 21:05:13 +01:00
caaa00f116
Fixed missed awaiting of import process
2023-01-22 21:04:48 +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
7a742a18e7
Spelling
2023-01-22 14:20:40 +01:00
a19720f98d
Added auto-export settings
2023-01-22 13:02:08 +01:00
5978614845
Added a Git icon
2023-01-22 13:01:21 +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
45e6188d2d
Added abbreviations
2023-01-18 19:57:05 +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
642a6ab022
Added & shows version text
2022-11-06 20:12:26 +01:00
9023a6d7b7
Fixed translations when rename cultures
2022-11-01 20:40:19 +01:00
3ad5434a53
Fixed void generator
2022-11-01 19:34:16 +01:00
8314e2dac0
Suppressed wrong null warning
2022-11-01 19:34:04 +01:00
a19ad7dcdb
Enhanced IO issue handling when generating output
2022-11-01 19:24:27 +01:00
53f98d4e3c
Refactored setting processing
2022-11-01 12:28:51 +01:00
dfc0647fb0
Bugfix: Subscribers of app events must be reset when restarting
2022-11-01 12:26:31 +01:00