summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/gui/tabs/ExecutionPane.java
AgeCommit message (Collapse)Author
2014-10-07Repackage to org.cristaliseAndrew 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.
2013-11-183.0-SNAPSHOTAndrew Branson
IssueID #28
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-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-12GUI support for errors on suspendAndrew Branson
refs #23
2012-06-26Initial refactor from kernelAndrew Branson