Skip to content

Commit

Permalink
refactor glyph loading into glyph manager. Closes NISystemsEngineerin…
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Smith committed Jan 8, 2015
1 parent c39b042 commit 26ed3f5
Show file tree
Hide file tree
Showing 70 changed files with 231 additions and 165 deletions.
Binary file modified Tests/GetIDs.vi
Binary file not shown.
Binary file modified Tests/LinkTest.vi
Binary file not shown.
Binary file modified Tests/TestTreeToRepo.vi
Binary file not shown.
3 changes: 3 additions & 0 deletions Trunk/CEF.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@
<Item Name="DialogType.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/DialogType.ctl"/>
<Item Name="DialogTypeEnum.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/DialogTypeEnum.ctl"/>
<Item Name="Directory of Top Level VI.vi" Type="VI" URL="/&lt;vilib&gt;/picture/jpeg.llb/Directory of Top Level VI.vi"/>
<Item Name="Draw Flattened Pixmap.vi" Type="VI" URL="/&lt;vilib&gt;/picture/picture.llb/Draw Flattened Pixmap.vi"/>
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Error Cluster From Error Code.vi"/>
<Item Name="Error Code Database.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Error Code Database.vi"/>
<Item Name="ErrWarn.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/ErrWarn.ctl"/>
<Item Name="eventvkey.ctl" Type="VI" URL="/&lt;vilib&gt;/event_ctls.llb/eventvkey.ctl"/>
<Item Name="ex_CorrectErrorChain.vi" Type="VI" URL="/&lt;vilib&gt;/express/express shared/ex_CorrectErrorChain.vi"/>
<Item Name="Find Tag.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Find Tag.vi"/>
<Item Name="FixBadRect.vi" Type="VI" URL="/&lt;vilib&gt;/picture/pictutil.llb/FixBadRect.vi"/>
<Item Name="Format Message String.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Format Message String.vi"/>
<Item Name="General Error Handler CORE.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/General Error Handler CORE.vi"/>
<Item Name="General Error Handler.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/General Error Handler.vi"/>
Expand All @@ -65,6 +67,7 @@
<Item Name="NI_FileType.lvlib" Type="Library" URL="/&lt;vilib&gt;/Utility/lvfile.llb/NI_FileType.lvlib"/>
<Item Name="NI_PackedLibraryUtility.lvlib" Type="Library" URL="/&lt;vilib&gt;/Utility/LVLibp/NI_PackedLibraryUtility.lvlib"/>
<Item Name="Not Found Dialog.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Not Found Dialog.vi"/>
<Item Name="Picture to Pixmap.vi" Type="VI" URL="/&lt;vilib&gt;/picture/pictutil.llb/Picture to Pixmap.vi"/>
<Item Name="Read PNG File.vi" Type="VI" URL="/&lt;vilib&gt;/picture/png.llb/Read PNG File.vi"/>
<Item Name="Recursive File List.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Recursive File List.vi"/>
<Item Name="Search and Replace Pattern.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Search and Replace Pattern.vi"/>
Expand Down
Binary file modified Trunk/Configuration Framework/AddNode.vi
Binary file not shown.
Binary file modified Trunk/Configuration Framework/LoadCustomGlyphs.vi
Binary file not shown.
3 changes: 3 additions & 0 deletions Trunk/Configuration Framework/NISE_CEF_TreeControl.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@
<Item Name="NonDuplicateArrays.vi" Type="VI" URL="../NonDuplicateArrays.vi"/>
<Item Name="one shot error.vi" Type="VI" URL="../one shot error.vi"/>
<Item Name="PopulateTreeSumary.vi" Type="VI" URL="../PopulateTreeSumary.vi"/>
<Item Name="PopulateTreeSumaryWithGlyphManager.vi" Type="VI" URL="../PopulateTreeSumaryWithGlyphManager.vi"/>
<Item Name="RefreshEntireTree.vi" Type="VI" URL="../RefreshEntireTree.vi"/>
<Item Name="RefreshEntireTreeWithGlyphManager.vi" Type="VI" URL="../RefreshEntireTreeWithGlyphManager.vi"/>
<Item Name="RefreshSubTree.vi" Type="VI" URL="../RefreshSubTree.vi"/>
<Item Name="RefreshSubTreeWithGlyphManager.vi" Type="VI" URL="../RefreshSubTreeWithGlyphManager.vi"/>
<Item Name="RemoveNode.vi" Type="VI" URL="../RemoveNode.vi"/>
<Item Name="Summary.vi" Type="VI" URL="../Summary.vi"/>
<Item Name="ValidDragDrop.vi" Type="VI" URL="../ValidDragDrop.vi"/>
Expand Down
Binary file not shown.
Binary file added Trunk/Configuration Framework/Node/GetOverlay.vi
Binary file not shown.
Binary file modified Trunk/Configuration Framework/Node/Initialize.vi
Binary file not shown.
26 changes: 22 additions & 4 deletions Trunk/Configuration Framework/Node/NISE_CEF_Node.lvclass

Large diffs are not rendered by default.

Binary file modified Trunk/Configuration Framework/Node/Summary.ctl
Binary file not shown.
Binary file modified Trunk/Configuration Framework/PopulateTreeSumary.vi
Binary file not shown.
Binary file not shown.
Binary file modified Trunk/Configuration Framework/RefreshEntireTree.vi
Binary file not shown.
Binary file not shown.
Binary file modified Trunk/Configuration Framework/RefreshSubTree.vi
Binary file not shown.
Binary file not shown.
Binary file modified Trunk/Configuration Framework/Summary.vi
Binary file not shown.
Binary file modified Trunk/Configuration Framework/folder/AddChildtoNode.vi
Binary file not shown.
Binary file modified Trunk/Configuration Framework/folder/EditOptions.vi
Binary file not shown.
Binary file modified Trunk/Configuration Framework/folder/RemoveChildFromNode.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions Trunk/Configuration Framework/glyph manager/glyph manager.lvlib

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Trunk/Configuration Framework/serializable node/Duplicate.vi
Binary file not shown.
Binary file not shown.
Binary file modified Trunk/Configuration Framework/serializable node/Initialize.vi
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 26ed3f5

Please sign in to comment.