blob: d2b7e293537bfc57164f83c914d42fe4e25c10d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
CRISTAL GUI Changelog
Release 2.3.3 (19/02/2013)
-------------
- AbstractMain and console refactoring
- Added bouncy bar to the status pane to make people feel better when the system is busy.
- Fix crash when trying to open a child Item from Dependency tree browser.
- Show new ViewName column in HistoryPane
- Fixed DynamicTreeBuilder not receiving double-clicks and loading more nodes.
- Prompt for connect file when last cmdline argument is '-connect'
- Move repository to Nexus
- Export CompositeActivityDefs into module format, include Resource elements for module XML.
- Commit edits when tables lose focus.
-
Release 2.3.2 (28/08/2012)
-------------
- Use Outcome.serialise for DOM to XML instead of deprecated Xerces.
- Menu item on collection members in the tree to remove them. Drag items onto dependencies to add them. Dependency view.
- Constructor crashed when the item had no Type property.
- Take getVertex(point) and getEdge(point) from GraphModel
- Log loginbox error message
- ElasticBand and associated events refactored
- Fixed CompActOutcome not showing when loaded
- Image loader refactored from kernel resource loader
- More graph gui components moved from kernel. Selection moved from GraphModel to GraphPanel
- Refactoring from kernel
|