musescore:3.3rc2

Last commit made on 2019-10-22
Get this branch:
git clone -b 3.3rc2 https://git.launchpad.net/musescore

Branch merges

Branch information

Name:
3.3rc2
Repository:
lp:musescore

Recent commits

399151f... by anatoly-os <email address hidden>

update translations

84a94d6... by anatoly-os <email address hidden>

Merge pull request #5409 from anatoly-os/workspace_fixes_22102019

fix remaining bugs with workspaces

b4ae6dd... by Dmitri Ovodok <email address hidden>

Merge pull request #5410 from dmitrio95/295881-undo-add-instrument-crash

fix #295881: fix a crash on undoing adding an instrument in continuous view

5627f8f... by Dmitri Ovodok <email address hidden>

Fix QML TypeError

640bf26... by Dmitri Ovodok <email address hidden>

fix #295351: fix inability to return focus to QML palettes in some cases

ea3d049... by anatoly-os <email address hidden>

Merge pull request #5406 from anatoly-os/follow-up_3f1ee5d

follow up 3f1ee5df2782e67fd04dfc11676cccb730af8592

58cb8bd... by anatoly-os <email address hidden>

Fix inconsistent behaviour when working with edited workspaces

* Introduce visible workspaces that are workspaces to be shown in GUI
* Introduce method `findByTranslatableName` to be used when seeking `sourceWorkspace`

b636cb2... by anatoly-os <email address hidden>

Refactor `Workspace` class

* Extract `WorkspacesManager` class that manages global interactions with workspaces (using static methods for now)
* Introduce `find` method
* Rewrite `workspaces()` method. Now, it returns const ref.
* Extract `initWorkspaces` method to manage updating workspaces clearer

0adb25e... by Dmitri Ovodok <email address hidden>

fix #295842: fix a crash on launching MuseScore with -s option

Also disable "Show Mixer" action when no synthesizer is available

1828787... by Dmitri Ovodok <email address hidden>

Revert "Edit score properties in WebView on musescore.com upload"

This reverts commit 3fb198404b5d824c37f30ca56aba56c5f7f61443.