0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DataTemplateType was refactored from DataTemplate encapsulating the structural information that maps ObjectPtoperty values and desctiptors to DataSeeries and charts. This allow multiple objects to have the same type of mapping and differ only in the visual settings and data series captioning. DataTemplateType similarly to the ObjectPropertyType extends EffectopediaObject and implements importable, exportable and cloneable interfaces. A corresponding container DataTemplateTypes was also created and changes made to the TraceableClasses and Indices. More... over 9 years ago
Several small improvements were introduced in the Nonlinear relationship user interface. ChartSeriesNameAndLook now sizes properly and color picker dialog is associated with it. More... over 9 years ago
Feature refinement: Data source listed in the search results now includes complete link to the selected resource including the revision and the externalID. For this purpose DataSource, MemoryDS and RevisionBasedDS were augmented with getObjectURI method. More... over 9 years ago
BugFix: EffectopediaObject method cloneIfInDefaultObjects was not exploring the non-default objects for potentially contained default objects More... over 9 years ago
Status field was added to AOP properties and search indices. More... over 9 years ago
Multiple adjustments were made to the EditPathway interface regarding the summary tables for essentiality of key events and (key) event relationships. Titles are correctly defined and also can be used for navigation to the original elements. Links titles in the summary table correspond to the link element title while the body of the this structured description section corresponds to the Weight Of Evidences description section in the Link description. Effects structured description sections are added automatically to the list in the pathway and their titles update automatically with the change of the Effect's title. More... over 9 years ago
Several problems were removed form the source and now essentiality structured description sections are loading as part of the pathway description. More cleaning needs to be done to load the (key) event relationships. More... over 9 years ago
Progress has been made toward the implementation of Essentiality description sections. New EssentailityDescription helper calss was implemented to handle the essentiality of links (key event relationships) and effects (key events)in the Pathway description. New DefaultObjectIOFactory classes were defined to handle the newly introduced structured description sections. More... over 9 years ago
DescriptionSection_Structured was further developed and now can be loaded and stored as well as cloned using the new DefaultObjectIOFactory in which default handling for the structured information is defined. Currenlty the DescriptionSection_Structured is used to represent weight of evidences for each (key) event and (key) event relationship as well as the higher level description section which structures the evidences in a list. The interface support for this new organisation was also introduced by modifying both IndexedObjectListUI and DescriptionUI. More... over 9 years ago
More work was done on harmonizing Effectopedia with the OECD Guidance. Several new classes were added to allow storing the essentiality of Key Evenets and Key Event Relationships More... almost 10 years ago
forceToLive() was modified to do noting if defaultID == 0. Previous requirement was relying on the equality of defaultID and ID in order to detect if the object was already initialized. More... almost 10 years ago
Substance interface was further developed and now shows the list of constituents and substance identification properties. Additional changes are needed allowing selection of a new constituent (using existing chemical dialog) More... almost 10 years ago
Initial work on the IdentifiableStructureUI and all its component interfaces e.g. ConstituentListUI, ConstituentUI was performed. The existing ChemicalInfoUI and CahemicalPropertiesUI were modified to work both for substances and chemicals. More... almost 10 years ago
Substance class has been further developed by adding indentification and properties - ObjectProperties along with all associated DefaultEffectopediaObjects. Importable and Exportable interfaces have been also implemented. New class is also correctly initialized during the stage of building the default objects and after that. New init method also creates default pureChemical constituent for the default ChemicalStructure. More... almost 10 years ago
BugFix: deepLoading did not load the defaultUnit from an XML source since it was looking for unit instead of the detault_unit. Also the value of the unit caption was never read. More... almost 10 years ago
BugFix: SubstanceData was using a single instance of ObjectProperties across all instance of SubstanceData. More... almost 10 years ago
New action SUBSTANCE_DATA was added and automatically recorded in SubstanceData edit history when objectProperies are changed. More... almost 10 years ago
Add method of all ObjectPropertiesMultivalued descendents was modified to set the default vu if current array of pairs is empty More... almost 10 years ago
ObjectPropertiesMultivalued now allows clearing the list of all values. Also add method was modified to set the default vu if current array of pairs is empty More... almost 10 years ago
BugFix: ObjectProperty cloning is using now the new LinkedHashMap instead of ArrayList More... almost 10 years ago
ObjectProperties and Descriptors ArrayLists were converted to LinkedHashMaps allowing access to the individual properties / descriptors using their type. More... almost 10 years ago
All OSGI incompatible initializations were moved to a single Settings class which can be further resolved using the framework dependencies. More... almost 10 years ago
The new revision can be resolved and activated as a set of bundles, however complete executable version is still not available. In order the resolving to work temporary default assignments in: More... almost 10 years ago
This revision introduces the first transitional version with OSGI Nature :) which however does not resolve successfully. All dependency libraries were either obtained as osgi bundles or converted form jar files using Eclipse plug-in building tools. jhall and flagan_r were combined in a single jar called gui-utilities_1.0.0.jar. Proxy-vole was converted to a OSGI bundle using the same approach. To simplify the initial transition jabaref.fetchers package was temporary removed from the main source trunc along with the dependent library. More... almost 10 years ago
Dependencies of the base, core, data, defaults, history, notification, and system packages with external modules has been reduced to minimum in order to facilitate the separation of those packages as an OSGI bundle - kernel. More... almost 10 years ago
BasIO interface has now been expanded to cover saving and loading into a path. Currently all implementations point to a single file. Future implementations e.g. SVN repository will need only the path to the repository which can have multiple files along with a directory structure. More... almost 10 years ago
New version of jackson library was used to test the JSON generation implementation. Currently only writing in json was partially tested. More... almost 10 years ago
All messages and user confirmations are now made using UserInterface class. The class will be converted to interface and have different OSGI implementations (Swing, Web...) More... about 10 years ago
Initial refactoring of the source to facilitate the implementation of the OSGI framework. More... about 10 years ago
BugFix: Fixed crash in the user profiler initialization in a lack of Internet connection (When offline HTML response page was returned not containing any profile) More... about 10 years ago