historyList = new ArrayList<AbstractHistoryItem>();
updateHistory();
projectSpace.getOperationManager().addOperationListener(new OperationObserver() {
@Override
public void operationExecuted(AbstractOperation operation) {
List<AbstractHistoryItem> newHistoryItems = updateHistory();
informListeners(false, newHistoryItems);