hiho,
last week sebastian and i talking about hydrogen and his missing undo/redo 
function.
we decide to create a branch and start work on an basic implementation. also we 
decide
to use the QtUndoFrameWork.
after sebastian had create the undo/redo backend based on QtUndoStack, i have 
finished
the command implementation for the song editor.

supported undo/redo commands:
 
SongEditor:
 + Add/remove pattern to sequence                               | done
 + Move pattern list item by drag and drop                      | done
 + Move patternlist item by clicking up/down buttons            | done
 + Clear full pattern sequence                                  | done
 + Delete pattern from list                                     | done
 + Copy pattern                                                 | done
 + Edit pattern properties                                      | done
 + Load Pattern from context menu                               | done
 + Drag and drop pattern from library to pattern list           | done
 + Fill/delete pattern sequence                                 | done
 + Edit virtual Pattern                                         | ----
 + Move selection (pattern sequence)                            | done
 + Copy and move selection (pattern sequence)                   | done

i don't understand the virtual pattern code :(. so i failed to implement this 
function.
personally, i like the virtual pattern feature very much.

as next step i planed to add the pattern editor commands.

if someone interested on testing. here the branch address:
http://trac.assembla.com/hydrogen/browser/branches/undo

greetings wolke

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to