Commit Graph

116 Commits

Author SHA1 Message Date
b86e057122
Optimizations 2022-07-26 19:46:44 +02:00
e91d8fe2eb
Implemented GetAllSettings generator to render all settings 2022-07-26 19:45:18 +02:00
83cc7644d1
Implemented the save function 2022-07-26 19:40:46 +02:00
62b8bb24d0
Added the DeepL icon 2022-07-26 19:15:36 +02:00
9ed66908e7
Implemented settings handling 2022-07-26 19:08:47 +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
39a8b843c9
Added tab control 2022-07-23 23:29:28 +02:00
c15f221d15
Removed bottom toolbar 2022-07-23 23:20:57 +02:00
780b012aef Merge branch '31-bug-after-creating-a-section-the-selected-section-gets-not-changed' into 'main'
Resolve "Bug: After creating a section, the selected section gets not changed"

Closes #31

See merge request open-source/dotnet/i18n-commander!10
2022-07-23 20:04:14 +00:00
46ad1ccf38
Fixes #31 2022-07-23 22:03:15 +02:00
fb310e303b
Formatting 2022-07-23 21:34:51 +02:00
8706d045dd Merge branch '11-component-text-element-navigator' into 'main'
Resolve "Component: Text Element Navigator"

Closes #11, #29, #27, and #26

See merge request open-source/dotnet/i18n-commander!9
2022-07-23 19:29:16 +00:00
71936e5dcf
Implemented the delete function for text elements 2022-07-23 21:21:48 +02:00
e762cfe21e
Implemented the text element filter 2022-07-21 21:14:32 +02:00
e08c94177a
Improved text element's list view 2022-07-21 21:02:22 +02:00
9ad19efc46
Implemented the text element rename function 2022-07-21 20:35:22 +02:00
1efe7346b0
Changed default size to be full hd & increased height for top panel 2022-07-20 20:56:20 +02:00
af47eb606c
Added event when a text element gets selected 2022-07-20 20:51:12 +02:00
0e4a99332b
Fixes #29 by generating valid keys 2022-07-18 21:32:39 +02:00
d36a258392
Fixed listview to look & behave like a listbox, but with icons 2022-07-17 20:47:17 +02:00
a7cef8d209
Added text element icon 2022-07-17 20:37:25 +02:00
fa36300399
Refactored the listbox into a listview 2022-07-17 16:01:11 +02:00
ccc858830b
Applied an order 2022-07-17 16:00:32 +02:00
0364c54427
Added detection of ransomware protection 2022-07-17 15:49:27 +02:00
36a8efb05d
Refactored service provider usage
- Remove service provider from WinForms altogether
- Moved service provider handling to processors
2022-07-17 15:15:55 +02:00
f49f6079d5
Removed unused processor result 2022-07-17 15:14:31 +02:00
ab27bc206a
Added the processor meta class e.g. top handle the service provider 2022-07-17 15:06:21 +02:00
a8e231bb1b
Fixes #27 2022-07-17 13:31:36 +02:00
bbefeb97a8
Added some error handling to the section tree 2022-07-17 13:26:25 +02:00
2b4d613347
Implemented the add text element function 2022-07-17 12:56:06 +02:00
33fe8f5dac
Added exception handling extension method 2022-07-17 12:55:32 +02:00
3ef7bf1784
Keep track of the data file's path 2022-07-17 12:54:37 +02:00
22778fbcf6
Defined a processor result to handle error states 2022-07-17 12:35:09 +02:00
b233268d16
Added to determine which processes block a file 2022-07-17 12:34:42 +02:00
0c4d4c03dc
Changed to perform an async call 2022-07-17 12:34:07 +02:00
925f777d36
Added automatic error handling to show a message box 2022-07-17 12:32:43 +02:00
32ebd69194
Added loading of section's text entries 2022-07-16 22:40:06 +02:00
fb2f573de4
Spelling 2022-07-16 22:28:40 +02:00
52b0d3af0c
Changed assembly name to app name 2022-07-16 22:28:27 +02:00
0adc95b016
Fixed path construction of sections
- Fixed missed loading of parents
- Made processing async
2022-07-13 20:07:06 +02:00
2b5de0aa1e
Auto included must navigation properties in data model 2022-07-13 20:05:45 +02:00
6b49b3f3e7
Fixed selected section is off by one
Closes #26
2022-07-13 19:31:59 +02:00
620bc992a8
Implemented the current section's path
- Added label for path
- Increased the min. height for the component
2022-07-12 21:05:50 +02:00
5428cb9489
Implemented method to calculate a section's path 2022-07-12 21:04:33 +02:00
10952769aa
Manage the current selected section 2022-07-12 20:50:42 +02:00
0193c8de0a
Fire the section changed event 2022-07-12 20:50:25 +02:00
efb6732cd7
Defined AppEvents by implemented section changed event 2022-07-12 20:50:03 +02:00
aca986b18d
Added method to load single section 2022-07-12 20:49:31 +02:00
4767aae217
Disable the text element toolbar by default 2022-07-12 20:20:17 +02:00