summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel
AgeCommit message (Collapse)Author
2014-05-14Unnecessary importsAndrew Branson
2014-05-08Properties tab was added twiceAndrew Branson
2014-05-07Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
old 'Entity' superclasses should be removed, including proxies and paths. Very large change, breaks API compatibility with CRISTAL 2.x.
2014-04-04Empty text area of BasicOutcomeEditor should give a null Outcome. It wasAndrew Branson
previously an empty String, which caused validation problems.
2014-03-06Added space to schema column in HistoryPaneAndrew Branson
Fixed NullPointer on workflow export Prevent CompositeActivityDefs in error from being submitted
2014-02-26New Gateway property APIAndrew Branson
2014-01-23Changes to support the new ResourceLoader. Refs #149Andrew Branson
2013-12-12Compatibility with immutable properties. IssueID #150Andrew Branson
2013-12-09hasOutcome now requires activity propertiesAndrew Branson
2013-11-183.0-SNAPSHOTAndrew Branson
IssueID #28
2013-09-30Correct filename for new refresh iconAndrew Branson
2013-09-20Icon review. Add default Item icon for when a custom one is not found. Andrew Branson
2013-09-18Default icons for items with no typeicon givenAndrew Branson
2013-08-02Export workflows with resource version numbers in the module import xmlAndrew Branson
2013-07-23Missing @OverridesAndrew Branson
Import cleanup
2013-07-23Support for schemaName and schemaVersion in EventAndrew Branson
2013-07-12Reduce image loading logging.Andrew Branson
2013-06-27Breakapart property removedAndrew Branson
2013-06-19Catch all exceptions coming from loginAndrew Branson
2013-06-07Removed premature license headerAndrew Branson
2013-05-14Revert "Added missing generics declarations for Swing components"Andrew Branson
This reverts commit 094d1bd4e776c5a26ebd18fffa19a9515737e319.
2013-05-03Added missing generics declarations for Swing componentsAndrew Branson
2013-04-05Quick hack to put an asterisk on coll descsAndrew Branson
2013-04-05Swing needs to be killed when all the CRISTAL threads have stoppedAndrew Branson
2013-03-12Proxy cache dump log level was too lowAndrew Branson
2013-02-25Stop bouncing on execution errorAndrew Branson
Refs #104
2013-02-19Bouncing wasn't cancelled when no results returned.Andrew Branson
2013-02-13AbstractMain and console refactoringAndrew Branson
2013-02-08Added bouncy bar to the status pane to make people feel better when theAndrew Branson
system is busy.
2013-02-04Fix crash when trying to open a child Item from Dependency tree browser.Andrew Branson
Remove test module script.
2013-01-31Show new ViewName column in HistoryPaneAndrew Branson
2013-01-30Fixed DynamicTreeBuilder not receiving double-clicks and loading moreAndrew Branson
nodes. Fixes #97
2013-01-25Prompt for connect file when last param is '-connect'Andrew Branson
2012-11-30Export CompositeActivityDefs into module format, include ResourceAndrew Branson
elements for module XML. refs #38
2012-11-09CleanupAndrew Branson
2012-11-09Proper schema constructorAndrew Branson
2012-10-09Commit edits when tables lose focus. Fixes #61Andrew Branson
2012-08-22Use Outcome.serialise for DOM to XML instead of deprecated Xerces.Andrew Branson
2012-08-03Menu item on collection members in the tree to remove them.Andrew Branson
Drag items onto dependencies to add them. Dependency view Logging cleanup Fixes #42
2012-07-30Constructor crashed when the item had no Type propertyAndrew Branson
Fixes #54
2012-07-25Resource filtering for version numberabranson
Import cleanup
2012-07-12Take getVertex(point) and getEdge(point) from GraphModelAndrew Branson
2012-07-12GUI support for errors on suspendAndrew Branson
refs #23
2012-07-06Log loginbox error messageabranson
Initial Module icons
2012-07-06CastorXMLUtility is now a static member of gateway. Domain specificabranson
instances can be used by domain applications, but the maps do not interfere with the kernel.
2012-07-02ElasticBand and associated events refactoredabranson
Fixed CompActOutcome not showing when loaded Image loader refactored from kernel resource loader
2012-06-29More graph gui components. Selection moved from GraphModel to GraphPanelAndrew Branson
2012-06-26More GUI refactoringAndrew Branson
2012-06-26Initial refactor from kernelAndrew Branson