summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-21 13:23:24 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-21 13:23:24 +0000
commitedbe737895dacf8bf54813d7bc99c5e851dc8018 (patch)
tree1a8e7fb157879cff1b5db0bcab045244d10dc721 /muse2/muse/midiedit/scoreedit.cpp
parentddd2a029be95206f1cd834cb76f6d5bb1859b890 (diff)
added "windows" menu
removed unneeded debugging messages ("FINDMICH")
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.cpp')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp13
1 files changed, 9 insertions, 4 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index 157a6845..1b6c66e7 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4438,6 +4438,8 @@ void staff_t::update_part_indices()
/* BUGS and potential bugs
+ * o THIS SHOULD NEVER HAPPEN: could not split note (found by tim)
+ *
* o tied notes don't work properly when there's a key-change in
* between, for example, when a cis is tied to a des
* o schedule_all_same_len_parts: if there are two clones A and B,
@@ -4447,10 +4449,13 @@ void staff_t::update_part_indices()
*
* CURRENT TODO
* o remove that ugly "bool initalizing" stuff. it's probably unneeded (watch out for the FINDMICH message)
- * o store window state: does this really work? arranger seems to be buggy. maybe also marker etc?
- * o always store marker, arranger etc state, not only when window shown!
- * o setup for "share","don't share" etc.
- * o arranger: shortcuts for "pencil" etc don't work
+ * o shortcuts for "pencil" etc don't work when only mdiwin has focus and not the mainwin inside
+ * o implement borland-style maximize: free windows do not cover the main menu, even when maximized
+ * o mirror most menus to an additional right-click context menu to avoid the long mouse pointer
+ * journey to the menu bar. try to find a way which does not involve duplicate code!
+ * o fix arranger config loading: problem: first arranger is displayed and inited from garbage, then
+ * the real config is loaded :/
+ * o restoreState(settings.value("MusE/windowState").toByteArray()); in app.cpp: unneccessary?
*
* IMPORTANT TODO
* o redo transport menu: offer "one beat" and "one bar" steps