|
From: Tapio V. <aa...@us...> - 2011-02-02 15:17:06
|
Module: editor Branch: master Commit: 42400069defa919b615fb660771d192b3e0497a5 Author: Tapio Vierros <tap...@gm...> Date: Wed Feb 2 17:14:59 2011 +0200 Big multi-note selection refactoring. * Use list container in NoteGraphWidget instead of manually linking them. * Cleaner code, less buggy. * Undo is somewhat b0rked ATM. --- editorapp.cc | 2 +- notegraphwidget.cc | 118 ++++++++++++++++++++++++--------------------------- notegraphwidget.hh | 7 ++- notelabel.cc | 14 ++---- notelabel.hh | 11 +---- 5 files changed, 68 insertions(+), 84 deletions(-) |