This website requires JavaScript.
Explore
Help
Sign In
Volian
/
SourceCode
Watch
8
Star
0
Fork
0
You've already forked SourceCode
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
2f7578900b388fcedae91a125a822ff8954b2cd3
SourceCode
/
PROMS
/
Volian.Controls.Library
T
History
jjenko
daf19ec057
B2018-048 Opening an item from search results would sometimes be caught in an infinite loop. The code was trying to use the dictionary for open PROMS windows even when the Separate Windows mode was not active.
2018-03-15 14:16:15 +00:00
..
Properties
…
AlphabeticalNumbering.cs
…
AnnotationDetails.cs
…
AnnotationDetails.Designer.cs
…
AnnotationDetails.resx
…
AnnotationSearch.cs
…
AnnotationSearch.Designer.cs
…
AnnotationSearch.resx
…
app.config
…
BorderListBox.cs
…
BorderListBox.Designer.cs
…
BorderSelectionPanel.cs
…
BorderSelectionPanel.Designer.cs
…
ClassDiagram1.cd
…
DisplayApplicability.cs
…
DisplayApplicability.Designer.cs
…
DisplayApplicability.resx
…
DisplayBookMarks.cs
C2015-022 Separate Windows Upgrade – added logic to restore child tree nodes of a procedure set that was opened in a child window but then closed
2018-03-12 14:35:07 +00:00
DisplayBookMarks.Designer.cs
…
DisplayBookMarks.resx
…
DisplayFoldoutMaint.cs
…
DisplayFoldoutMaint.Designer.cs
…
DisplayFoldoutMaint.resx
…
DisplayHistory.cs
C2015-022 Separate Windows Upgrade – new call to RemoveEnhancedFromConfig
2018-03-12 14:35:49 +00:00
DisplayHistory.designer.cs
…
DisplayHistory.resx
…
DisplayLibDocs.cs
…
DisplayLibDocs.Designer.cs
…
DisplayLibDocs.resx
…
DisplayReports.cs
…
DisplayReports.Designer.cs
…
DisplayReports.resx
…
DisplayRO.cs
B2017-245 Disable the Save RO Button for Section and Procedure Titles
2017-11-06 16:48:47 +00:00
DisplayRO.Designer.cs
…
DisplayRO.resx
…
DisplayRTBSimple.cs
…
DisplayRTBSimple.designer.cs
…
DisplaySearch.cs
B2018-020 handle hard returns in search string by converting them to “\\line ” before searching. This will be converted to “\line” in the vefn_FixSearchString() stored procedure.
2018-02-08 15:15:47 +00:00
DisplaySearch.Designer.cs
…
DisplaySearch.resx
…
DisplayTabControl.cs
B2018-048 Opening an item from search results would sometimes be caught in an infinite loop. The code was trying to use the dictionary for open PROMS windows even when the Separate Windows mode was not active.
2018-03-15 14:16:15 +00:00
DisplayTabControl.Designer.cs
C2015-022 Separate Windows Upgrade – support CopyStep among child windows, manage dictionary of child windows, OpenItem will decide if need to open in a child window or main window, child windows support of library documents
2018-03-12 14:36:44 +00:00
DisplayTabControl.resx
…
DisplayTabItem.cs
B2017-219 if a word section cannot be opened because it is gotten from a bad database record, then create a blank word document and open it
2017-09-22 16:41:45 +00:00
DisplayTabItem.Designer.cs
…
DisplayTags.cs
…
DisplayTags.Designer.cs
…
DisplayTags.resx
…
DisplayTransition.cs
B2018-009 - The folder tree view was showing both DocVersions (Working Drafts and Folders). It was not consistent, Sometimes Working Drafts would be shown for folders and sometimes they would not. The code has been changed to only show folders.
2018-01-24 21:35:20 +00:00
DisplayTransition.Designer.cs
…
DisplayTransition.resx
…
dlgChgId.cs
…
dlgChgId.designer.cs
…
dlgChgId.resx
…
dlgEnhMissingItem.cs
…
dlgEnhMissingItem.Designer.cs
…
dlgEnhMissingItem.resx
…
DropDownNode.cs
…
DropDownTree.cs
…
DSOTabPanel.cs
B2017-249 Handle AutoSave feature of MSWord. Handle temporary documents which were not saved when PROMS crashed or was terminated without saving.
2017-11-06 15:25:09 +00:00
DSOTabPanel.Designer.cs
…
EditItem.cs
B2017-248 If a sibling Table, Figure or Equation has a sub-table or figure or equation, the code would crash when trying to display it. The code was changed to use the MyParent property which is never null rather than the MyParentEditItem property which can be null.
2017-10-31 17:50:53 +00:00
EditItem.Designer.cs
…
FindReplace.cs
…
FindReplace.Designer.cs
…
FindReplace.resx
…
FlagEnumEditor.cs
…
frmEnhanced.cs
…
frmEnhanced.Designer.cs
…
frmEnhanced.resx
…
frmImportWordContents.cs
…
frmImportWordContents.Designer.cs
…
frmImportWordContents.resx
…
frmSendErrorLog.cs
Code cleanup – commented out non-reachable code
2018-03-12 14:37:40 +00:00
frmSendErrorLog.Designer.cs
…
frmSendErrorLog.resx
…
frmViewTextFile.cs
…
frmViewTextFile.Designer.cs
…
frmViewTextFile.resx
…
GridItem.cs
…
GridItem.Designer.cs
…
GridItem.resx
…
ImageItem.cs
…
ImageItem.designer.cs
…
LinkText.cs
…
MostRecentItem.cs
…
PreviewMultiLineRO.cs
…
PreviewMultiLineRO.Designer.cs
…
PreviewMultiLineRO.resx
…
PreviewROImage.cs
…
PreviewROImage.Designer.cs
…
PreviewROImage.resx
…
RichTextBox41.cs
…
RichTextBox41.Designer.cs
…
RomanNumeral.cs
…
RTBAPI.cs
…
RTBItem.cs
B2018-006 - Clicking on a step while a step is expanding causes PROMS to crash. The code has been changed to ignore the clicck while the code is expanding a step.
2018-01-18 14:21:37 +00:00
RTBItem.designer.cs
…
RTBItem.resx
…
RtfRawItem.cs
…
RtfRawItem.designer.cs
…
Settings.cs
…
StepItem.cs
…
StepItem.designer.cs
…
StepItem.resx
…
StepPanel.cs
B2018-002 Handle Range Transitions for Invalid Transitions
2018-01-24 14:47:34 +00:00
StepPanel.designer.cs
…
StepPanel.resx
2008-03-25 12:17:52 +00:00
StepRTB.cs
Set the tabel font to 10 point
2018-01-19 17:14:55 +00:00
StepRTB.designer.cs
…
StepRTB.resx
…
StepTabPanel.cs
B2018-002 Handle Range Transitions for Invalid Transitions
2018-01-24 14:47:34 +00:00
StepTabPanel.designer.cs
…
StepTabPanel.resx
…
StepTabRibbon.cs
Code cleanup – commented out non-reachable code
2018-03-12 14:37:40 +00:00
StepTabRibbon.designer.cs
C2017-036 Use Arial instead of Arial Unicode MS – as of Word16 Microsoft is no longer suppling Arial Unicode MS
2017-11-13 17:34:52 +00:00
StepTabRibbon.resx
…
TemporaryFormat.cs
…
TransPanel.cs
…
TransPanel.Designer.cs
…
VlnBorders.cs
…
vlnExpander.cs
…
vlnExpander.designer.cs
2007-11-20 20:26:30 +00:00
vlnExpander.resx
…
VlnFlexGrid.cs
C2017-036 Call method that finds a proportional font that supports the symbol characters we use.
2017-11-13 17:38:22 +00:00
VlnFlexGrid.Designer.cs
…
VlnFlexGrid.resx
…
VlnSpellCheck.cs
…
VlnSpellCheckDlg.cs
…
VlnSpellCheckDlg.Designer.cs
…
VlnSpellCheckDlg.resx
…
vlnTreeCombo.cs
…
vlnTreeView3.cs
…
vlnTreeView3.Designer.cs
…
vlnTreeView.cs
C2015-022 Separate Windows Upgrade – For Right Mouse Click, don’t allow Insert Folder Before/After in child windows and when a procedure set is in child window, only allow the Insert of a folder tree node.
2018-03-12 14:38:21 +00:00
vlnTreeView.Designer.cs
…
Volian.Controls.Library.csproj
…
Volian.Controls.Library.csproj.vspscc
…
WebBrowser.cs
…
WebBrowser.Designer.cs
…
WebBrowser.resx
…