Skip to content

Commit af3accd

Browse files
# Release 2.0.0 (#2)
# Release 2.0.0 ## New features - Supports FlowConfig feature to set images to process / provide Transform object(s) or an aligned image - Provide version of module via 'OnNewStatusModuleVersion' - Function 'getParameters' to provide PersistentData parameters - Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function - Function to 'resetModule' to default setup ## Improvements - 'OnNewTransformationNUM' can provide multiple 'Transform' results - Reset tought status if changing downsample factor - New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle' - check if instance exists if selected - 'loadParameters' returns its success - 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData - Changed log level of some messages from 'info' to 'fine' - Added UI icon and browser tab information ## Bugfix - Did not cancel editor correctly if selecting other instance - Error if module is not active but 'getInstancesAmount' was called - processInstanceNUM did not work after deregistering from event to process images
1 parent 2b4ffdc commit af3accd

22 files changed

Lines changed: 3849 additions & 1501 deletions

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## Release 2.0.0
5+
6+
### New features
7+
- Supports FlowConfig feature to set images to process / provide Transform object(s) or an aligned image
8+
- Provide version of module via 'OnNewStatusModuleVersion'
9+
- Function 'getParameters' to provide PersistentData parameters
10+
- Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
11+
- Function to 'resetModule' to default setup
12+
13+
### Improvements
14+
- 'OnNewTransformationNUM' can provide multiple 'Transform' results
15+
- Reset tought status if changing downsample factor
16+
- New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
17+
- check if instance exists if selected
18+
- 'loadParameters' returns its success
19+
- 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
20+
- Changed log level of some messages from 'info' to 'fine'
21+
- Added UI icon and browser tab information
22+
23+
### Bugfix
24+
- Did not cancel editor correctly if selecting other instance
25+
- Error if module is not active but 'getInstancesAmount' was called
26+
- processInstanceNUM did not work after deregistering from event to process images
27+
428
## Release 1.0.0
529
- Initial commit
46.9 KB
Loading
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"showLoginButton": false
2+
"canChangeLanguage": true,
3+
"showLoginButton": false,
4+
"defaultLanguage": "en",
5+
"disableEditMode": true,
6+
"showPageHistory": true,
7+
"compactMode": false,
8+
"canChangeCompactMode": false
39
}
Lines changed: 111 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,120 @@
1+
.myCustomMinHeight35px_CSK_Module_MultiImageEdgeMatcher {
2+
min-height: 35px;
3+
}
4+
5+
.myCustomMarginLeft30px_CSK_Module_MultiImageEdgeMatcher {
6+
margin-left: 30px;
7+
}
8+
9+
.myCustomSpacerVert10_CSK_Module_MultiImageEdgeMatcher {
10+
min-height: 10px;
11+
}
12+
13+
.myCustomSpacerVert20_CSK_Module_MultiImageEdgeMatcher {
14+
min-height: 20px;
15+
}
16+
17+
.myCustomFrameLabel_CSK_Module_MultiImageEdgeMatcher {
18+
background: white;
19+
position:relative;
20+
top: calc(-1.2rem);
21+
left: calc(1rem);
22+
font-size: medium;
23+
}
24+
25+
.myCustomMarginInline1Rem_CSK_Module_MultiImageEdgeMatcher {
26+
margin-inline: calc(1rem);
27+
}
28+
29+
.myCustomMargin99Percent_CSK_Module_MultiImageEdgeMatcher {
30+
margin: calc(1rem);
31+
margin-top: 20px;
32+
}
33+
34+
.myCustomMarginFirstRow_CSK_Module_MultiImageEdgeMatcher {
35+
margin-top: -49px;
36+
}
37+
38+
.myCustomMarginLeft7PX_CSK_Module_MultiImageEdgeMatcher {
39+
margin-left: -7px;
40+
}
41+
42+
.myCustomMarginLeft15PX_CSK_Module_MultiImageEdgeMatcher {
43+
margin-left: 15px;
44+
}
45+
46+
.myCustomMarginLeft30PX_CSK_Module_MultiImageEdgeMatcher {
47+
margin-left:30px;
48+
}
49+
50+
.myCustomMarginLeft-30PX_CSK_Module_MultiImageEdgeMatcher {
51+
margin-left:-30px;
52+
}
53+
54+
.myCustomPersistentDataMargin_CSK_Module_MultiImageEdgeMatcher {
55+
margin-top: -53px;
56+
margin-left: 130px;
57+
}
58+
59+
.myCustomPersistentDataMarginBack_CSK_Module_MultiImageEdgeMatcher {
60+
margin-left: -127px;
61+
}
62+
63+
.myCustomBorderBottom_CSK_Module_MultiImageEdgeMatcher {
64+
border-bottom: 1px solid lightgray;
65+
margin-inline: calc(1rem);
66+
}
67+
68+
.myCustomBorderLeft_CSK_Module_MultiImageEdgeMatcher {
69+
border-left: 1px solid lightgray;
70+
}
71+
72+
.myCustomTabFrame_CSK_Module_MultiImageEdgeMatcher {
73+
width: 98%;
74+
align-self: center;
75+
}
76+
77+
.myCustomLabel_CSK_Module_MultiImageEdgeMatcher {
78+
font-size:30px;
79+
color: grey;
80+
margin-top: 10px;
81+
}
82+
83+
.myCustomFrameNoColor_CSK_Module_MultiImageEdgeMatcher {
84+
margin: 6px;
85+
border-radius: 10px;
86+
border-style: solid;
87+
border-width: 0px;
88+
border-color: 007CC1;
89+
background-color: #FFFFFF;
90+
}
91+
192
.myCustomFrame_CSK_Module_MultiImageEdgeMatcher {
93+
margin: 6px;
94+
border-radius: 10px;
295
border-style: solid;
396
border-width: 1px;
4-
border-color: grey;
97+
border-color: #007CC1;
98+
background-color: white;
99+
}
100+
101+
.myCustomFrameNoColor_CSK_Module_MultiImageEdgeMatcher {
5102
margin: 6px;
103+
border-radius: 10px;
104+
border-style: solid;
105+
border-width: 0px;
106+
border-color: 007CC1;
107+
background-color: white;
6108
}
7109

8-
.myCustomMinHeight35px_CSK_Module_MultiImageEdgeMatcher {
9-
min-height: 35px;
110+
.myCustomMarginTop7PX_CSK_Module_MultiImageEdgeMatcher {
111+
margin-top: 7px;
10112
}
11113

12-
.myCustomMarginLeft30px_CSK_Module_MultiImageEdgeMatcher {
13-
margin-left: 30px;
114+
.myCustomBackground_CSK_Module_MultiImageEdgeMatcher {
115+
}
116+
117+
.myCustomButton_CSK_Module_MultiImageEdgeMatcher {
118+
border-radius: 30px;
119+
padding-right: 0px;
14120
}

0 commit comments

Comments
 (0)