Bug fixes
Thu Jan 11 14:47:05 WET 2007 Daniel Mendes <danielmendes@portugalmail.com>
* Bug fixes
The fallowing bugs wore solved:
- Undo crashes the aplication;
- The symbol palette overlaps the add new agent button;
- The agent palette is now symbol palette;
- How to is now working under MAC OS X;
- The create new rule wizard generates unnamed rules.
{
hunk ./Makefile 62
- cp -r examples palettes html/HowToUse.html $(MAIN).app $(MAIN)
+ cp -r examples palettes html $(MAIN).app $(MAIN)
hunk ./src/NetworkUI.hs 434
- ; set palettePan [ layout := column 5 [ widget palPan
- , hfloatCentre $ widget addAgent ] ] [_$_]
+ ; set palettePan [ layout := column 5 [ widget addAgent
+ , hfloatCentre $ widget palPan ] ] [_$_]
hunk ./src/NetworkUI.hs 838
- boxed "Agent palette" [_$_]
+ boxed "Symbol palette" [_$_]
hunk ./src/NetworkUI.hs 992
- PD.updateDocument "add rule" [_$_]
+ PD.superficialUpdateDocument [_$_]
hunk ./src/NetworkUI.hs 1130
- ; addNewRuleItem False state . copy $ construct "" lhs7 rhs mapping
+ ; addNewRuleItem False state . copy $ construct (agent1 ++ "_" ++ agent2) lhs7 rhs mapping
}