Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:missing_slots [2009/11/30 03:54]
michael
dev:missing_slots [2009/11/30 04:22]
michael
Line 25: Line 25:
 ====== Missing Signals ====== ====== Missing Signals ======
  
-  * Object::connect: No such signal Rosegarden::CompositionView::contentsMoving (int, int) in src/gui/editors/segment/compositionview/SegmentMover.cpp:58 +These look to belong to clicking on the matrix tempo ruler.  It works in notationbut not in the matrix.  Although notation below has a pair of the same broken signalsand maybe some other mechanism is in use now, or maybe I don't understand what these did. 
-  * Object::disconnect: No such signal Rosegarden::CompositionView::contentsMoving (intint) in src/gui/editors/segment/compositionview/SegmentMover.cpp:65 +
-  * Object::connect: No such signal Rosegarden::CompositionView::contentsMoving (intint) in src/gui/editors/segment/compositionview/SegmentPencil.cpp:61+
   * Object::connect: No such signal Rosegarden::MatrixView::changeTempo(timeT, tempoT, tempoT, TempoDialog::TempoDialogAction) in src/gui/application/RosegardenMainViewWidget.cpp:638   * Object::connect: No such signal Rosegarden::MatrixView::changeTempo(timeT, tempoT, tempoT, TempoDialog::TempoDialogAction) in src/gui/application/RosegardenMainViewWidget.cpp:638
   * Object::connect: No such signal Rosegarden::MatrixView::editTimeSignature(timeT) in src/gui/application/RosegardenMainViewWidget.cpp:680   * Object::connect: No such signal Rosegarden::MatrixView::editTimeSignature(timeT) in src/gui/application/RosegardenMainViewWidget.cpp:680
 +
 +Looks like these (not sure about changeAccidental) are all in the same general category.  We're going to have to write some completely new mechanism to hook up and fire the signal when appropriate, because nothing of the old mechanism is left.  Abraham Darby or later.
 +
   * Object::connect: No such signal Rosegarden::NotationWidget::changeAccidental(Accidental, bool) in src/gui/editors/notation/NoteRestInserter.cpp:94   * Object::connect: No such signal Rosegarden::NotationWidget::changeAccidental(Accidental, bool) in src/gui/editors/notation/NoteRestInserter.cpp:94
   * Object::connect: No such signal Rosegarden::NotationView::changeTempo(timeT, tempoT, tempoT, TempoDialog::TempoDialogAction) in src/gui/application/RosegardenMainViewWidget.cpp:425   * Object::connect: No such signal Rosegarden::NotationView::changeTempo(timeT, tempoT, tempoT, TempoDialog::TempoDialogAction) in src/gui/application/RosegardenMainViewWidget.cpp:425
   * Object::connect: No such signal Rosegarden::NotationView::staffLabelChanged(TrackId, QString) in src/gui/application/RosegardenMainViewWidget.cpp:472   * Object::connect: No such signal Rosegarden::NotationView::staffLabelChanged(TrackId, QString) in src/gui/application/RosegardenMainViewWidget.cpp:472
   * Object::connect: No such signal Rosegarden::NotationView::editTimeSignature(timeT) in src/gui/application/RosegardenMainViewWidget.cpp:476   * Object::connect: No such signal Rosegarden::NotationView::editTimeSignature(timeT) in src/gui/application/RosegardenMainViewWidget.cpp:476
 +
 +All this contentsMoving nonsense needs sorting.  There's nothing like it any longer, and its absence probably **is** the source of several kinds of annoying breakage.  Start drawing a segment with the pencil on the canvas, after the autoscroll kicks up to high gear, it doesn't follow along with you.  This kind of thing is stuff I can live with until Abraham Darby, at which point we should try to get rid of all the Q3 everything, and sort all of this crap out.  Until then, ignore them, but don't comment these out, as the ones in compositionview/ seem to be the most important missing bits:
 +
 +  * Object::connect: No such signal Rosegarden::CompositionView::contentsMoving (int, int) in src/gui/editors/segment/compositionview/SegmentMover.cpp:58
 +  * Object::disconnect: No such signal Rosegarden::CompositionView::contentsMoving (int, int) in src/gui/editors/segment/compositionview/SegmentMover.cpp:65
 +  * Object::connect: No such signal Rosegarden::CompositionView::contentsMoving (int, int) in src/gui/editors/segment/compositionview/SegmentPencil.cpp:61
  
 
 
dev/missing_slots.txt · Last modified: 2022/05/06 16:07 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki