• Craig Watson's avatar
    Allow cut-and-pasting items between pages · 457aef5b
    Craig Watson authored
    Previously, items such as audio, video, and widget items could not be
    cut and pasted because when the page was saved, any item that had been
    deleted was permanently removed (including its source file, in the case
    of these mulitmedia items).
    
    This commit prevents the deletion any item in the undoStack
    (i.e, items that have been deleted) when the document is persisted,
    meaning the source file is still available when pasting the item on
    another page (or document).
    
    Note that this can lead to cases where the source file is kept in the
    document even when no item is present. This should be a relatively rare
    occurence, however.
    457aef5b
Name
Last commit
Last update
..
UBBoardController.cpp Loading commit data...
UBBoardController.h Loading commit data...
UBBoardPaletteManager.cpp Loading commit data...
UBBoardPaletteManager.h Loading commit data...
UBBoardView.cpp Loading commit data...
UBBoardView.h Loading commit data...
UBDrawingController.cpp Loading commit data...
UBDrawingController.h Loading commit data...
UBFeaturesController.cpp Loading commit data...
UBFeaturesController.h Loading commit data...
board.pri Loading commit data...