Hi again Julie, Stepping through the code in TriggerSegmentManager.cpp, I notice that the only reason the double-click to edit feature isn't working is that the QTreeWidget signal for double clicking has been misnamed in the connect function in the constructor. Once properly named, the original functionality seems to be restored - I double click on an item in the tree widget and the event viewer appears for the triggered segment.
I'm done for the evening now, tomorrow I'll have a go at creating a diff patch with a fix in (not done one before, so hopefully will be good practice). Do you use kdevelop 4 or a similar package to debug? I'm having a good experience with it so far. I spend all day at work using MS Visual Studio, so I find it hard to debug things without all the eye candy unfortunately! I did change the build parameters to -g -O2 to make myself a release build also containing debug info though. Cheers, Ian. ----- Original Message ---- From: Julie S <[email protected]> To: [email protected]; Ian Gardner <[email protected]> Sent: Thu, 20 May, 2010 12:56:41 Subject: Re: [Rosegarden-devel] segment symlinks - how difficult to implement? Hello Ian, I look forward to collaborating with you on this, if you choose to proceed. I know RG has code that handles segments and code that handles triggered segments -- but I never looked at the structure to see if there was any underlying relationship (OO speaking). I'm really short on time these days and have several other RG coding tasks on my plate. So, I don't think I'll be getting my hands too dirty on this one. Admittedly, I'd like to see the feature, though. Sincerely, Julie S. ------------------------------------------------------------------------------ _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
