Project updates.
REmove some debug message and add comment to Gu...
Code cleanup in OpticEditor
Add background texture to main window :-)
Show warning in OpticEditor if path with illega...
Add XML Scheme name to LaserCalc.cpp
Add XML Schema information to workfile.
DefaultExportFilter write XSD infos only if Set...
Ad wx/log.h include to GuiManager.
Add (almost empty) class OpticEditorCmdAddElement.
Remove AddBefore & AddAfter functions in OpticP...
Redo/Undo functionality implemented for Replace...
Merge branch 'OpticEditorCommands'
Move size() function from OpticPath to OpticEle...
Add OpticEditor command "Remove" and integrate ...
exchange OpticElement with OpticElementPtr in v...
Merge branch 'OpticElementPtr' into OpticEditor...
Add (yet almost empty) class OpticEditorCmdRepl...
Exclude all error-producing code from build.
Change several classes with respect to OpticEle...
Add (yet almost empty) calss OptciEditorCmdModi...
OpticEditor: Better check for element selection.
OpticPath: Simplify Remove function.
Further work on change to OpticElementPtr
OpticEditorCmdModifyElement ist working now.
Fix order of initializers in ctor of Plot2DPanel.
Recheck include paths in project.
Fix various Ctors with initializer lists.
Fix initial update for PathPanel and CavityPanel.
Catch possible OpticBeamException in OpticMatri...
Fix severe bug in NotifierServer::GetMonitoredO...
CommandChangeProperty: Add check if module with...
Update OpticImport/ExportFilter wiht respect to...
Add (so far almost empty) new class CommandOpen...
GuiManager: Remove no longer needed function Ge...
Use CommandOpenModule in GuiManager for opening...
Add 'clear' function to CommandProcessor.
Manual closing of a GuiModule clears CommandPro...
Remember moduleId and moduleName(Caption) in Co...
Clear command list in dtor of CommandProcessor.
Merge branch 'CommandOpenModule'
Start ModuleManager already in SAFApp.
Save window size and position in CommandOpenMod...
Add small demo application for testing of value...
PropValue: implement correct handling of dateti...
Add function Replace / ReplaceProperty.
Extend demo to check gdb pretty printing.
Change in build system.
Change parameter constness of XML constructor a...
Add GDB pretty-printer script for PropValue (ju...
Merge branch 'master' of ssh://git.code.sf.net/...
SourceSelector is working now.
SAF: Remove Cancel button in catalog load dialog.
Tiny variable scope correction.
Add new class SourceSelector
SourceSelector now works including XML import/e...
Add GetAsXML function to several plot elements.
Add methods GetAsXML and SetFromXML for plot se...
Avoid unnecessary initializations of temporary ...
Add saving and loading of plot properties in Pl...
Change all sourceselector GUI elements to new S...
Many simplifications due to switch to SourceSel...
VariationAnalysis working again.
Remove test code from MaterialCalculator.
Remove Command object (now part of libSAF).
PathPanel: Simplify code for NumericInput due t...
Cummulative commit with lots of developments.
Move CommandProcessor and CommandChangeProperty...
Add language.settings.xml
Replace wxChoice with AssetSelector in Material...
Replace GuiModule::GetId by renamed function Gu...
Add "override" qualifier to various virtual fun...
MaterialCalculator now correctly works with Ass...
Simplifiy MaterialCalculator through use of Ass...
LensDesigner is working now including Undo func...
Update build system.
Fix assertion in Legend:Add due to printf forma...
Add "override" qualifier to various overloaded ...
Fix wrong command connection fot Redo toolbar i...
GuiManager: Add Undo & Redo icons and menu entr...
AssetSelector is working now.
AssetCatalog: Fix incorrect handling of differe...
Add CommandProcessor system for (general) Undo/...
AssetSelector: Update property if name of selec...
AssetSelector should now be fully functional (w...
Fix long-stanging bug (hopefully) in GuiModule ...
Add CommandChangeProperty to AssetSelector.
NumericEntry: Add parameter "GuiModule" to SetP...
Add new demo module "TestPanel".
CommandProcessor now sends notifications if its...
Ignore default.foc
Add possibility to load a default (template) fi...
Add small demo application for testing of value...
Add possibility to add assets of different mode...
Add additional files for Time Properties.
Try to handle wxDateTime properties (not fully ...