diff options
author | Florian Jung <flo@windfisch.org> | 2011-09-15 12:18:26 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-09-15 12:18:26 +0000 |
commit | 6a5abb59003761e068212e6f3e185b480484e2d2 (patch) | |
tree | d4c849d8992d59b82cd0ba39d6c8c3b4477ced1d /muse2/muse | |
parent | b0546e5e7f7044019892543c6c82029db8d564a7 (diff) |
updated german translation a bit
Diffstat (limited to 'muse2/muse')
-rw-r--r-- | muse2/muse/arranger/arrangerview.cpp | 2 | ||||
-rw-r--r-- | muse2/muse/midiedit/scoreedit.cpp | 13 |
2 files changed, 6 insertions, 9 deletions
diff --git a/muse2/muse/arranger/arrangerview.cpp b/muse2/muse/arranger/arrangerview.cpp index db1a9778..28cf54fb 100644 --- a/muse2/muse/arranger/arrangerview.cpp +++ b/muse2/muse/arranger/arrangerview.cpp @@ -138,7 +138,7 @@ ArrangerView::ArrangerView(QWidget* parent) //-------- Edit Actions editCutAction = new QAction(QIcon(*editcutIconSet), tr("C&ut"), this); editCopyAction = new QAction(QIcon(*editcopyIconSet), tr("&Copy"), this); - editCopyRangeAction = new QAction(QIcon(*editcopyIconSet), tr("&Copy in range"), this); + editCopyRangeAction = new QAction(QIcon(*editcopyIconSet), tr("Copy in range"), this); editPasteAction = new QAction(QIcon(*editpasteIconSet), tr("&Paste"), this); editPasteDialogAction = new QAction(QIcon(*editpasteIconSet), tr("Paste (show dialog)"), this); editPasteCloneAction = new QAction(QIcon(*editpasteCloneIconSet), tr("Paste c&lone"), this); diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp index ad55b33f..7b458fad 100644 --- a/muse2/muse/midiedit/scoreedit.cpp +++ b/muse2/muse/midiedit/scoreedit.cpp @@ -4554,19 +4554,16 @@ void ScoreCanvas::add_new_parts(const std::map< Part*, std::set<Part*> >& param) * o rename stuff with F2 key * o redo transport menu: offer "one beat" and "one bar" steps * maybe also offer scrollbar - * o quick "set left/right marker", "select between markers" - * or even "set marker and select between immediately" - * o support partially selected parts. when moving, automatically split - * + * * o shrink a part from its beginning as well! watch out for clones! * * o canvas editor: create clone via "alt+drag" moves window instead - * o investigate with valgrind + * > o investigate with valgrind * o controller view in score editor * o solo button - * o grand staff brace - * o drum editor: channel-stuff - * o do partial recalculating; recalculating can take pretty long + * > o grand staff brace + * > o drum editor: channel-stuff + * > o do partial recalculating; recalculating can take pretty long * (0,5 sec) when displaying a whole song in scores * o transpose etc. must also transpose key-pressure events * o transpose: support in-key-transpose |