summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/gui/tree
AgeCommit message (Collapse)Author
2014-09-18Support for subroles.Andrew Branson
2014-09-09Support move to using UUIDs and ItemPaths as Item identifiers instead ofAndrew Branson
ints.
2014-06-02LDAP interface refactoringAndrew 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-02-26New Gateway property APIAndrew Branson
2013-09-18Default icons for items with no typeicon givenAndrew Branson
2013-07-23Missing @OverridesAndrew Branson
Import cleanup
2013-02-08Added bouncy bar to the status pane to make people feel better when theAndrew Branson
system is busy.
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-06-29More graph gui components. Selection moved from GraphModel to GraphPanelAndrew Branson
2012-06-26Initial refactor from kernelAndrew Branson