• 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
..
adaptors Loading commit data...
api Loading commit data...
board Loading commit data...
core Loading commit data...
desktop Loading commit data...
document Loading commit data...
domain Loading commit data...
frameworks Loading commit data...
globals Loading commit data...
gui Loading commit data...
network Loading commit data...
pdf Loading commit data...
pdf-merger Loading commit data...
podcast Loading commit data...
tools Loading commit data...
web Loading commit data...