master
Name already in use
Commits on Jan 26, 2023
-
-
Translations: Weblate side updates (Chinese (Simplified))
Currently translated at 100.0% (2165 of 2165 strings) Translation: Moondust Project/Editor Translate-URL: https://hosted.weblate.org/projects/moondust-project/editor/zh_Hans/
-
-
-
Commits on Jan 22, 2023
-
-
-
Editor: Tweaked the crash reporter dialogue
- Fixed repository URLs - While copying the report, automatically add the markdown source code tag to avoid users to post the messy message at final - Added the important note against reports posting.
Commits on Jan 19, 2023
-
Translations: Weblate side updates (Chinese (Simplified))
Currently translated at 100.0% (2164 of 2164 strings) Translation: Moondust Project/Editor Translate-URL: https://hosted.weblate.org/projects/moondust-project/editor/zh_Hans/
-
Translations: Weblate side updates (Ukrainian)
Currently translated at 100.0% (2164 of 2164 strings) Translation: Moondust Project/Editor Translate-URL: https://hosted.weblate.org/projects/moondust-project/editor/uk/
-
Editor: Added the "default" field to supported features list
This is a special field that sets global default value for all features at once. So, if you set the `default = hidden` state, all unlisted fields will be set to the `hidden` automatically. So, this should avlid any unexpected feature introduction at some configuration pacakges. Should help with #544 in the future.
-
Commits on Jan 5, 2023
Commits on Jan 4, 2023
-
-
-
-
Updated AudioCodecs and MixerX to not use WavPack
Currently, this code is not polished well to be built evrywhere. Yet.
-
Commits on Dec 16, 2022
-
-
-
-
Turn the LuaJIT into the submodule instead of archive
- Remove luajit.tar.gz - Added _Libs/LuaJIT submodule - Tweaked the build to use the submodule instead of the archive
Commits on Dec 15, 2022
-
-
Translations: Weblate side updates (Chinese (Simplified))
Currently translated at 100.0% (2154 of 2154 strings) Translation: Moondust Project/Editor Translate-URL: https://hosted.weblate.org/projects/moondust-project/editor/zh_Hans/
-
-
-
Editor, Maiontainer, Calibrator: Ensure that every QSettings use UTF-8
Fixes several path related issues
-
Editor: Fixed the deadlock on config load error
This error occurs when config pack fails to be loaded on initial stages. The reason of this mess was a racing when the actual event loop gets started after actual error has occured.
Commits on Dec 6, 2022
-
MusicPlayer: Updated file association mechanism
- Use separated descriptions to write into the file types database and shown in the dialogue - Also, added OPUS file type into the list
-