[Mscore-developer] Plugin framework

2016-05-27 Thread Stéphane Groleau
Hi, I've been testing MuseScore 3.0.0, and I see that some plugins doesn't work anymore. In MuseScore code, I see that many variables (ie. notes) and commented and note implemented yet. It seems like a new QQmlListProperty have been introduced. What are the plans for that? Any roadmap for the up

Re: [Mscore-developer] Plugin framework status

2013-12-26 Thread Lasconic
1/ As far as I know there hasn't be any work on the plugin framework for several months. So the state didn't change. What we miss most of all (and sorry if it sounds familiar), it's tests. So test plugins that tests every exposed functions and properties and make sure they are working. 2/ My perso

[Mscore-developer] Plugin framework status

2013-12-26 Thread Maurizio M. Gavioli
As it is often brought up that this or that feature could also be implemented via plugin (latest by Marc in this post ), I would like to ask: 1) What is the current status of the plugin framework implement