0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Final stages of XML file i/o cleanup. All subcomponents of objects are individually compared with their default origins before loading. If the object is already loaded or default only the extrnalID is updated - all the remaining information from the file is ignored. When XML file containing one or more pathways is loaded and saved back to the hard drive the two files are almost identical. The only remaining problem is that in (re) saved file there are several fragments from type Ref_ListIDs which are not present in the original. The dates history items for default objects are also different but this is to be expected (since they are created at runtime). More... almost 14 years ago
XML file loading cleanup - work in progress. Default objects no longer use clones of other default objects for their sub components but instead they point to real default objects. Empty XML file containing only default objects can be successfully loaded and stored again after loading which produces identical XML files (besides time stamps). Time stamp is embedded in the EditHistory items for storage in XML files. More... almost 14 years ago
XML file loading cleanup. The stamp object is now embedded in Edit History. Before loading all EffectopediaObjects are checked if they are not default - in case they are no loading is performed instead default object in memory just updates its externalID. There is still problem with Test object contained ids which seem to be missed in the loading process. More... almost 14 years ago
XML file loading cleanup - work in progress. SourceTraces are better loaded now. Effectopedia XML schema was further developed. More... almost 14 years ago
Initial work on Effectopedia schema definition Effectopedia.xsd More... almost 14 years ago
XML file loading cleanup. IndexedObject ID is now written as an attribute instead of separate element. Loading of Stamps and EditHistory was fixed. File format version was introduced. More... almost 14 years ago
All console messages were commented for cleaner output. Search in All Data Sources was implemented. New field has to be added to the search result output showing the data source. Partial warning and general cleanup was performed. More... almost 14 years ago
XML file loading is now in the final stages of the cleanup. Now XML files are loaded and information can be searched and displayed. ObjectPropertyType was modified to become descendent of EffectopediaObject and use its mechanism for matching the default objects from different data sources. More... almost 14 years ago
XML file load cleanup- work in progress. Referenced objects in ReferenceIDs are now loaded after ExternalID to ID conversion. Generic property is now also preserved in the XML file as an attribute of the PathwayElement XML element. More... almost 14 years ago
XML file lodading source cleanup - work in progress. The remaining not processed EffectopediaObjects are now stored as a separate section in the XML file called: live_components. Currently there is a problem with DescriptionIDs which should be already processed but are still stored (some twice) in this live_components sections. getComponentsIDs was updated in all EffectopediaObject classes to take care of embedded EffectopediaObjects like ReferenceIDs, DescriptionIDs ... More... almost 14 years ago
XML file loading cleanup - work in progress. Sorted processing is now used for storing and externalID updating in EffectopediaObjects and Indices. More... almost 14 years ago
XML file loading cleanup - work in progress. Current problem: ReferneceIDs have total 4 indices that do not refer to existing objects. Every store load session produces different non existing IDs More... almost 14 years ago
Loading XML Files cleanup - work in progress. When loaded form XML stream default ReferenceID objects now have their own ID generated (there was a bug keeping the original default ID even though the object loaded is not a default object). Construction of default objects was also cleaned up (introduced new DefaultObjects for Test components) and DescriptionIDs was modified everywhere to be constructed as a clone of DefaultObject. Some temporary logging code was generated and currently no history and source traces are stored or loaded. More... almost 14 years ago
XML file loading clean up - work in progress. The default property of Effectopedia objects was now modified to be preserved in clone operation. Upon first modification clones of default objects just like zero ID objects obtain new ID and DefaultID is set to false. The only difference that remain between default and objects with ID=0 is that, zero ID objects are not stored in the indices (they are not live objects). Several console dumps are currently in place for debugging purposes. More... almost 14 years ago
XML file loading clean up. Duplicated externalIDs are now loaded only once. This partially handles objects that are part from multiple pathways. It also partially handles the default objects by loading the just once. Merging between the default objects of the external data source and internal default objects is yet to be implemented. More... almost 14 years ago
Work in progress. Cleaning up the loading of XML files and related operations (storing, searching, visualising). In the process default constructors for all Effectopedia objects and containers were added. Also DataSourceChangeListener has been added to Effectopedia object to allow interface (currently only Search) to reflect changes in the available data sources. IDs containers were split into two classes IDRefList and IDsRefList to accommodate descendents of ReferenceID and ReferenceIDs classes. More... almost 14 years ago
Search results cleanup bug More... over 14 years ago
ContextUI now supports LongRef and IntRef DataValues by automatically providing the interpretation string and showing ComboBox with possible values for selection when editing. More... over 14 years ago
[no comment] More... over 14 years ago
Example 6 added More... almost 15 years ago
New example introduced along with new "Time to Effect Term" axis. This axis is a generalized coarse version of Time to Effect axis More... almost 15 years ago
RevisionHistory table was updated to support icons, sorting and filters More... almost 15 years ago
Edit tabs remain hidden unless relevant. More... almost 15 years ago
RevisionHistory is now updated to show more user readable information. Initial work on the visualizing current EditHisotry item was done. More... almost 15 years ago
Initial work on EditHistory viewer was performed More... almost 15 years ago
Navigation objects now support link dependent object used for redirection. This is achieved by introduction of "&par=" parameter in the link text. Multiobject redirection was used to implement Search results where RedirectorTextPane can have links to multiple Pathways associated with given PathwayElement. More... about 15 years ago
The list of associated pathways was added to the Effect and Link user interfaces. The ReferenceIDsTableUI now responds to double clicking of the list element and loads the appropriate editor to show the object. More... about 15 years ago
[no comment] More... about 15 years ago
Arcs are now highlighted only in Drag Zoom and Edit modes. Also reset functions of all InterfaceModes were updated. More... about 15 years ago
StraightArc was updated to have bolder color and draw when it hits current ClipRect. More... about 15 years ago