|
After several months of work, more than a thousand commits, 2 beta versions and one release candidate, MuseScore 0.9.6 is out!
MuseScore 0.9.6 is available for Windows and Mac on musescore.org. You can check the release notes at :
http://musescore.org/en/new-features-musescore-096 If you are a linux package maintainers, you can find a tarball on sourceforge: https://sourceforge.net/projects/mscore/
Contact me if you build a package and I will link it on sourceforge and on musescore.org Thanks to all people involved, developers, packagers, translators, documentation writers.... Enjoy this new version! Lasconic Toulouse, France
------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
Hi everyone,
2010/6/7 Lasconic <[hidden email]>: > After several months of work, more than a thousand commits, 2 beta versions > and one release candidate, MuseScore 0.9.6 is out! Congratulations! I've got a Debian/Ubuntu package building as we speak. It shouldn't be too long before it hits an archive somewhere; I'll try and update the PPAs as soon as I get a moment. (And I apologise that this has been so long coming: I've been very busy with school, and the maintenance burden has increased quite a lot as we diverge from the pre-9.10 package set). However, there has been one hiccup with the Ubuntu build (so far). With Qt 4.7.0~beta1+git20100522, QEvent doesn't seem to provide CocoaRequestModal, and there are only obscure references to that on the web. I had to remove two references to it from the script bindings (.../core/qtscript_QEvent.cpp) before the package build could continue. I hope that doesn't break any functionality. --- musescore-0.9.6~/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp 2010-06-07 12:54:50.000000000 +0100 +++ musescore-0.9.6/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp 2010-06-07 19:12:27.760769010 +0100 @@ -214,7 +214,6 @@ , QEvent::UngrabMouse , QEvent::GrabKeyboard , QEvent::UngrabKeyboard - , QEvent::CocoaRequestModal , QEvent::User , QEvent::MaxUser }; @@ -362,7 +361,6 @@ , "UngrabMouse" , "GrabKeyboard" , "UngrabKeyboard" - , "CocoaRequestModal" , "User" , "MaxUser" }; All the best and thanks for the hard work, -- Toby Smithe ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
Administrator
|
Hi Toby,
I'll put the 0.9.6 newsletter (and other communication) on hold until the Ubuntu package is available. |
|
2010/6/7 Thomas Bonte <[hidden email]>:
> > Hi Toby, > > I'll put the 0.9.6 newsletter (and other communication) on hold until the > Ubuntu package is available. Ok. I imagine I'll upload them in a couple of hours time if this build is successful here. The packages will then probably take a day to build and be published and available for download. I will initially only provide packages for Ubuntu 10.04 and 10.10, because older releases will require backports of support packages, which requires a fair amount of work. If you decide that the 0.9.6 newsletter should be held back for a couple of days, that's cool, but if you want to spread the word as soon as possible, then just say that the packages will be published soon in the mscore-stable PPA for Ubuntu 10.04 (lucid) and 10.10 (maverick), and will reach older Ubuntu releases in that PPA, and the main repository for Debian unstable, within the month. (If that's not too confusing...) Cheers, -- Toby Smithe ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
That's fast Toby! Great! Your patch is OK I think. It's just a constant in the Qt bindings for the plugin framework. Lasconic 2010/6/7 Toby Smithe <[hidden email]> 2010/6/7 Thomas Bonte <[hidden email]>: ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
In reply to this post by Thomas Bonte
2010/6/7 Thomas Bonte <[hidden email]>:
> I'll put the 0.9.6 newsletter (and other communication) on hold until the > Ubuntu package is available. Packages for 10.04 (lucid) are currently building, and packages for 10.10 (maverick) should follow soon. I expect at least the lucid ones to be published by 15:00 UTC. https://launchpad.net/~mscore-ubuntu/+archive/mscore-stable Regards, -- Toby Smithe ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
In reply to this post by lasconic
Hello,
I looked into this bug: http://musescore.org/en/node/5923 and found some problems in the transpose logic. I fixed the logic and then removed some duplicate code. At least that's what I think I did =]. If there's something wrong about the way I did something, please tell me so I can do better next time. Here is my patch as an attachment. Also, is it correct to continue working on 0.9.6 or do I need to use the trunk? Aaron ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
Hi Aaron,
i applied your patch to the trunk. The next release will be most likely not base on the 0.9.6 branch. Development continues on the trunk. I am a bit unsure about the handling of the modulo operator and negative values. My textbook says the result is "implementation dependend". Werner Am Mittwoch, 9. Juni 2010, um 03:06:37 schrieb Aaron: > Hello, > > I looked into this bug: > http://musescore.org/en/node/5923 > and found some problems in the transpose logic. I fixed the logic and > then removed some duplicate code. At least that's what I think I did =]. > If there's something wrong about the way I did something, please tell me > so I can do better next time. Here is my patch as an attachment. Also, > is it correct to continue working on 0.9.6 or do I need to use the trunk? > > Aaron ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
In reply to this post by Toby Smithe-2
Thanks to Daniel Duggan (seve), MuseScore 0.9.6 is now available on Fedora 12 and 13 for both x86 and x64.
Check sourceforge : https://sourceforge.net/projects/mscore/files/
Lasconic
2010/6/8 Toby Smithe <[hidden email]>
------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
Hi,
More releases ! Thanks to Galen, MuseScore 0.9.6 is now in the main PCLinuxOS repository. Daniel Duggan (seve) also made a package for Fedora 11. Thank you both. Lasconic 2010/6/10 Lasconic <[hidden email]>: > Thanks to Daniel Duggan (seve), MuseScore 0.9.6 is now available on Fedora > 12 and 13 for both x86 and x64. > Check sourceforge : https://sourceforge.net/projects/mscore/files/ > Lasconic > > 2010/6/8 Toby Smithe <[hidden email]> >> >> 2010/6/7 Thomas Bonte <[hidden email]>: >> > I'll put the 0.9.6 newsletter (and other communication) on hold until >> > the >> > Ubuntu package is available. >> >> Packages for 10.04 (lucid) are currently building, and packages for >> 10.10 (maverick) should follow soon. I expect at least the lucid ones >> to be published by 15:00 UTC. >> >> https://launchpad.net/~mscore-ubuntu/+archive/mscore-stable >> >> Regards, >> >> -- >> Toby Smithe >> >> >> ------------------------------------------------------------------------------ >> ThinkGeek and WIRED's GeekDad team up for the Ultimate >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >> lucky parental unit. See the prize list and enter to win: >> http://p.sf.net/sfu/thinkgeek-promo >> _______________________________________________ >> Mscore-developer mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/mscore-developer > > ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
In reply to this post by Werner Schweer
Hi,
There might be a side effect to this patch. See http://musescore.org/en/node/6254 Lasconic ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
Hey,
Yup, I broke it. Here is a fix. This one doesn't involve modulus division of negative numbers, which, as Werner warned me, doesn't work right on all platforms. Sorry guys. Aaron On 06/27/2010 05:06 AM, Lasconic wrote: > Hi, > There might be a side effect to this patch. See > http://musescore.org/en/node/6254 > > Lasconic > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Mscore-developer mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/mscore-developer > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
|
Hi,
Patch applied and tested in r3231 See : http://musescore.org/en/node/6254 Thank you Aaron ! Lasconic 2010/6/27 Aaron <[hidden email]>: > Hey, > > Yup, I broke it. Here is a fix. This one doesn't involve modulus division of > negative numbers, which, as Werner warned me, doesn't work right on all > platforms. Sorry guys. > > Aaron > > On 06/27/2010 05:06 AM, Lasconic wrote: >> >> Hi, >> There might be a side effect to this patch. See >> http://musescore.org/en/node/6254 >> >> Lasconic >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> Mscore-developer mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/mscore-developer >> > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Mscore-developer mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/mscore-developer > > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
| Powered by Nabble | See how NAML generates this page |
