Skip to content

Commit 4d23b7c

Browse files
muenchrisChris Muench
andauthored
NMI Updates for improved HMI designs (#59)
* Fix for SubProperties in NMI * proper UX Management of Sub-Properties * Fix for super large collapsible groups * Fix for missing Template assignment; fix for SideBar in ClassicMode * no checkin of cdeWorker.js * LiveChart with PixelWidth * Bar with PixelHeight/Width; remove od debugger * fix for Chart Control * Fix for Pixel precision sizing of NMI Controls * Fix for Bar PixelWidth * code smell removed * fix for sonarcloud * Fix for Foreign Things in Screens * Fix for FacePlate inlines pointing at other Things * Missing Event Fire on Screen Model Update * Tuning of Faceplate tags * Fix for custom HomeScreen OnShow not firing; fix for FacePlate parsing * fix for faceplate parsing * SonarCloud Cleanup; Final FacePlate Fix * remove allowanonymour from nmi initialization * SonarCloud cleanup; Support for ReloadAfterLogout; Support for DefaultPortal of a plugin; Fix of Login Screen if host name has changed; * code smell fix * Small Fix for Dashboard Tiles * ForceLoad if DefaultPortal is set * new FitToScreen option for Forms; some more SonarCloud cleanup * code smell fix * Fit To Screen for vertical adjustments * Fix for FitToScreen; new ClassName Macro for Faceplates * FacePlate fix; Copyright to 2023 * Fix for SonarCloud duplication * Correct fetch of images from Mesh Sources; Sonarcloud fixes * sonar cloud fix * Initial work on NMI Editor * Updates to NMI Editor * Support the for the NMI Editor with RedPill * fix for sonar * No Sonar for webworker * still fighting sonarcloud * Still fighting * NMI Model preparation for NMI Editor allowing to remove sub-controls on the fly * Fix for Canvas Controls with Scaling of Screens * New Numeric Macro for html templates * SonarCloud bugfix * Fix for dragging not canceled by screenchange; fix for value crash on SmartGauge2; Fix for NMI Editor Creation * Preview of Gesture Support to delete a control from a "Group" screen Fix for Overlay on fullscreens * Color Scheme update for NMI Editor * Theme updates * Fix for Property Updates in NMI are only sent to TheThing owner. * Support for search in ComboBox * Support for TimeSpan NMI control * Improvement for control dragging * Fix for lazy control loading * C3 Smoothy update * Support for TileFactor and Pixelwidth on ctrlGauge * Minor fixe --------- Co-authored-by: Chris Muench <chris.muench@live.com>
1 parent 60907a3 commit 4d23b7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1859
-3491
lines changed

src/HTML5/CDMyNMIHtml5RT/CDMyNMIHtml5RT.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<None Remove="ClientBin\CDE\cde.minold.js" />
5555
<None Remove="ClientBin\CDE\cdeWorker.min.js" />
5656
<None Remove="ClientBin\CDE\cdeWorker.minold.js" />
57-
<None Remove="ClientBin\CSS\cdeBaseColors.css" />
5857
<None Remove="ClientBin\CSS\cdeBaseColors.min.css" />
5958
<None Remove="ClientBin\CSS\CDESTYLES.min.css" />
6059
<None Remove="ClientBin\CSS\choices.dark.min.css" />
@@ -83,7 +82,6 @@
8382
<ItemGroup>
8483
<EmbeddedResource Include="ClientBin\CDE\cde.min.js" />
8584
<EmbeddedResource Include="ClientBin\CDE\cdeWorker.min.js" />
86-
<EmbeddedResource Include="ClientBin\CSS\cdeBaseColors.css" />
8785
<EmbeddedResource Include="ClientBin\CSS\cdeBaseColors.min.css" />
8886
<EmbeddedResource Include="ClientBin\CSS\CDESTYLES.min.css" />
8987
<EmbeddedResource Include="ClientBin\CSS\choices.dark.min.css" />

src/HTML5/CDMyNMIHtml5RT/ClientBin/CDE/cde.min.js

Lines changed: 242 additions & 190 deletions
Large diffs are not rendered by default.

src/HTML5/CDMyNMIHtml5RT/ClientBin/CDE/cdeWorker.min.js

Lines changed: 15 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/HTML5/CDMyNMIHtml5RT/ClientBin/CSS/BaseColors.min.css

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)