Commit Graph

135 Commits

Author SHA1 Message Date
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
538dbe1707
Fixed wrong layout caused by listbox's integral height setting 2022-07-12 20:02:47 +02:00
3bbff31fe0
Added basic text elements layout 2022-07-11 19:52:15 +02:00
5416e404fd
Added another splitter container for the right side (top/down) 2022-07-11 18:04:16 +02:00
f1fc782506
Fixed WinForms designer issue 2022-07-11 17:58:37 +02:00
3dfaccc99f
Added detection for design mode 2022-07-10 20:30:28 +02:00
aa641770d2
Added a name field to text elements 2022-07-10 19:30:22 +02:00
4b2d3a10a3 Merge branch '24-feature-edit-a-section' into 'main'
Resolve "Feature: Edit a section"

Closes #24

See merge request open-source/dotnet/i18n-commander!8
2022-07-10 09:21:02 +00:00
2ee393efec
Implemented the section's edit function 2022-07-10 11:20:28 +02:00
aa22f7e1ef
Delete function: set the default button to be "no" 2022-07-10 11:19:50 +02:00
187d5b1958 Merge branch '25-change-section-actions-to-be-toolbar-like' into 'main'
Resolve "Change section actions to be toolbar-like"

Closes #25

See merge request open-source/dotnet/i18n-commander!7
2022-07-10 08:35:37 +00:00
2f961ef416
Changed action to toolbar-like style 2022-07-10 10:34:48 +02:00
bfb17b3492 Merge branch '23-add-app-icon' into 'main'
Resolve "Add app icon"

Closes #23

See merge request open-source/dotnet/i18n-commander!6
2022-07-09 20:51:35 +00:00
e7d7bfff9d
Added an app icon
Closes #23
2022-07-09 22:50:45 +02:00
34fb693d6b Merge branch '10-component-section-tree' into 'main'
Resolve "Component: Section Tree"

Closes #10, #17, #18, #16, #19, #21, #22, #20, and #15

See merge request open-source/dotnet/i18n-commander!5
2022-07-09 20:40:59 +00:00
a22a5328f5
Ignore not initialized warning 2022-07-09 22:25:18 +02:00
d0b466430a
Formatting 2022-07-09 22:23:55 +02:00
57a7568dbb
Change to expand the tree 2022-07-09 22:23:10 +02:00
271ae2a1cf
Implemented the deletion function
Closes #17
2022-07-09 22:21:28 +02:00
e8711de0d6
Fixed order of items on layer to be the same as created 2022-07-09 21:14:57 +02:00
aa34f541cf
Fixed duplicated key issue
Closes #18
2022-07-09 21:14:24 +02:00
1d7e1db8e5
Fixed creating new project over an existing one doesn't replaces the old one
Closes #16
2022-07-09 21:02:08 +02:00
ff87378012
Fixes wired & wrong parent directory for history list
Closes #19
2022-07-09 16:16:06 +02:00
eac5fa3268
Fixed app starting, when user just closes the loading screen
Closes #21
2022-07-09 16:00:23 +02:00
ad8a08f5da
Ensures, that the text box of input component is selected
Closes #22
2022-07-09 15:54:33 +02:00
e45f7df622
Ensure to not duplicate the latest project in history
Closes #20
2022-07-09 15:46:19 +02:00
97b7f823c8
Refactored input component to handle checkbox optionally
closes #15
2022-07-09 15:29:22 +02:00
91fabb658d
Implement the change between loader & main screen while using the DI 2022-07-09 15:08:25 +02:00
85431a7ec3
Changed to use the main user component 2022-07-09 15:07:51 +02:00
2f77db1a16
Added the selected data file 2022-07-09 15:07:34 +02:00
5d09cb7e57
Added the input dialog 2022-07-09 15:07:07 +02:00
4ef0d91510
Added the section user control 2022-07-09 15:06:49 +02:00