summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/gui/lifecycle
AgeCommit message (Collapse)Author
2014-10-07Repackage to org.cristaliseAndrew Branson
2014-10-03Rolled back the renaming of existing exceptions.Andrew Branson
2014-10-03Adapt to new ExceptionsAndrew Branson
2014-09-30Remove misuse of SerializableAndrew Branson
2014-09-15Prefer using ObjectProperties getString and getInstance where possible.Andrew Branson
2014-09-09Support move to using UUIDs and ItemPaths as Item identifiers instead ofAndrew Branson
ints.
2014-07-24Wrong search was being called by the LDAP chooser - this will be fixedAndrew Branson
properly in a bigger kernel update, allowing ItemPaths to contain properties.
2014-07-04Automatically resolve last references to child activities, finding theAndrew Branson
numbered version that corresponds to it, or creating a new one that does. Conflicts: src/main/java/com/c2kernel/gui/lifecycle/desc/ElemActDefOutcomeHandler.java
2014-07-04Switched to simplified lookup.search APIAndrew Branson
2014-06-17Path.getChildren removedAndrew Branson
2014-06-02LDAP interface refactoringAndrew Branson
2014-05-14Unnecessary importsAndrew 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-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
2013-12-09hasOutcome now requires activity propertiesAndrew Branson
2013-11-183.0-SNAPSHOTAndrew Branson
IssueID #28
2013-08-02Export workflows with resource version numbers in the module import xmlAndrew 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
2012-11-30Export CompositeActivityDefs into module format, include ResourceAndrew Branson
elements for module XML. refs #38
2012-11-09CleanupAndrew Branson
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