Joachim Schmitz
|
66d8c96d83
|
Fix gcc compiler warnings
reg. enumeration value not handled in switch [-Wswitch]
|
2023-10-12 15:22:15 +03:00 |
|
Igor Korsukov
|
9694dd612f
|
[engraving] changed layout data bbox to shape
|
2023-10-11 14:43:34 +03:00 |
|
Grzegorz Pruchniakowski
|
991e70c2e3
|
Fix: apostrophes and quotes
Fix: apostrophes and quotes
Other PR about this fix:
https://github.com/musescore/MuseScore/pull/17748
https://github.com/musescore/MuseScore/pull/19155
Greetings,
Gootector
|
2023-10-10 14:18:44 +02:00 |
|
Casper Jeukendrup
|
6481348913
|
Add ability to convert io::path_t <-> QUrl
|
2023-10-06 12:00:13 +02:00 |
|
Elnur Ismailzada
|
9c41c042cc
|
Reimplemented ButtonBox component
Now it is a container that can accept elements with unique properties, as well as dynamically create elements and later manage them
|
2023-10-05 11:00:02 +02:00 |
|
HemantAntony
|
eafd14ab1e
|
Added ButtonBox to Standard Dialogs
|
2023-10-05 11:00:01 +02:00 |
|
Larry Valkama
|
30fbb87d68
|
mingw buildability
|
2023-09-13 10:03:08 +03:00 |
|
Igor Korsukov
|
3fec1eed48
|
[global] added gcc7 ioc implementation
|
2023-09-04 15:43:57 +03:00 |
|
RomanPudashkin
|
22b75bddc0
|
Merge pull request #19078 from RomanPudashkin/export_mp3_optimization
export_mp3_optimization
|
2023-08-31 11:51:21 +03:00 |
|
Roman Pudashkin
|
7c017f04da
|
optimization: removed sleep causing a massive slowdown in audio processing
(to prevent spurious wakeups we already pass the condition to m_newTaskAvailableCv.wait as an argument)
|
2023-08-16 21:32:10 +03:00 |
|
Casper Jeukendrup
|
402fe05141
|
Allow choosing SoundFont presets in Mixer
|
2023-08-15 12:48:51 +02:00 |
|
Roman Pudashkin
|
34de15abcd
|
fix #18960: implemented the ability to reorder excerpts
|
2023-08-14 18:29:37 +03:00 |
|
Andras
|
d383a6069b
|
Added new line between library and project includes
|
2023-08-10 14:28:42 +03:00 |
|
Joachim Schmitz
|
2be89ceacc
|
Fix MSVC compiler warning
reg. conversion from 'size_t' to 'int', possible loss of data (C4267)
|
2023-08-09 14:31:41 +02:00 |
|
Casper Jeukendrup
|
253c197fa9
|
Add other columns in scores list view
|
2023-08-03 23:01:08 +02:00 |
|
Igor Korsukov
|
aa331fb6f0
|
[engraving] fixed Accidental code style
|
2023-07-26 10:40:12 +03:00 |
|
Igor Korsukov
|
3d125ff7b6
|
added active debug macro to log
|
2023-07-15 10:52:46 +03:00 |
|
popov alexandr
|
42c4180860
|
added constructors to bytearray and buffer
|
2023-07-12 14:21:19 +03:00 |
|
popov alexandr
|
9cf4d87e22
|
fixed linked error compiling with NO_QT_SUPPORT
|
2023-07-11 10:34:58 +03:00 |
|
Igor Korsukov
|
1f22c24fea
|
added colorization for messages from Qt
|
2023-07-10 22:29:36 +03:00 |
|
Hemant Antony
|
bc8e925caa
|
Implemented coloured log
This commit allows you to print using output in colours, allowing you to easily see output during debugging
|
2023-07-10 15:37:36 +03:00 |
|
RomanPudashkin
|
da38aec32d
|
Merge pull request #18152 from RomanPudashkin/audio_plugin_scanner_various_improvements
audio_plugin_scanner_various_improvements
|
2023-07-05 17:50:59 +03:00 |
|
Roman Pudashkin
|
aec481109a
|
make sure we can register two plugins with the same resourceId but with different location
(the same plugin is installed in two different places)
|
2023-07-04 19:22:54 +03:00 |
|
Roman Pudashkin
|
ad004b39b1
|
write logs related to audio plugins registration to a separate file (to avoid creating a lot of log files)
|
2023-07-04 19:22:54 +03:00 |
|
Casper Jeukendrup
|
1f4647db83
|
Show filepath using native separators (backslash on Windows)
|
2023-07-04 18:00:19 +02:00 |
|
Casper Jeukendrup
|
18159768b3
|
Add more careful error handling for MscWriter and ZipContainer
|
2023-07-03 13:40:54 +02:00 |
|
DmitryArefiev
|
617922c576
|
Merge pull request #17369 from Eism/project_save_fail_msg
fixed #16104: No indication when error occurs while saving a file
|
2023-06-30 16:32:10 +03:00 |
|
Eism
|
c72a71875f
|
fixed #16104: Show a warning with information about the save error
|
2023-06-29 14:26:07 +03:00 |
|
Eism
|
1ba4933545
|
Ignore unstable(alfa/beta/rc) versions for stable releases
|
2023-06-29 14:12:48 +03:00 |
|
Casper Jeukendrup
|
f186e5a716
|
Use home-grown json library for recent files
|
2023-06-21 16:03:16 +02:00 |
|
Casper Jeukendrup
|
0fb6acccce
|
framework::Progress: cleaner way of canceling
|
2023-06-21 14:14:03 +02:00 |
|
Casper Jeukendrup
|
b48f83ac86
|
Don't use Async::call in Promise where body already provides asynchrony
Even quicker
|
2023-06-15 12:41:43 +02:00 |
|
Casper Jeukendrup
|
d45ecd2938
|
Implement caching for recent scores thumbnails
|
2023-06-15 12:41:42 +02:00 |
|
Casper Jeukendrup
|
11892e7a04
|
Refactor working with recent files
|
2023-06-15 12:41:41 +02:00 |
|
mikekirin
|
5f3b93c5a5
|
Accidentals for tunning string fix (gp import)
|
2023-06-12 11:51:02 +02:00 |
|
Eism
|
0651708555
|
Fixed applying -d command
|
2023-05-31 12:02:33 +03:00 |
|
RomanPudashkin
|
e96b96fb63
|
Merge pull request #17728 from Jojo-Schmitz/strings
Fix a bunch translatable strings
|
2023-05-29 19:17:27 +03:00 |
|
Michele Spagnolo
|
2848eaee45
|
Prevent creating invalid tm
correction
|
2023-05-26 10:11:46 +02:00 |
|
Casper Jeukendrup
|
1849ab0b04
|
CMake: improvements to GetPlatformInfo and GetCompilerInfo
|
2023-05-25 21:50:09 +03:00 |
|
Casper Jeukendrup
|
ae7bda11ee
|
Fix build on my Mac
|
2023-05-25 21:50:09 +03:00 |
|
Joachim Schmitz
|
15d80df715
|
Fix a bunch translatable strings
|
2023-05-25 17:25:40 +02:00 |
|
Igor Korsukov
|
6b32605839
|
fixed global internal on macos
|
2023-05-25 18:12:41 +03:00 |
|
Igor Korsukov
|
c5fd2d29ca
|
changed services declaration in modules setup
|
2023-05-22 21:24:57 +03:00 |
|
Igor Korsukov
|
796dc69830
|
renamed imoduleexport to imoduleinterface
|
2023-05-19 18:18:58 +03:00 |
|
Igor Korsukov
|
f8eeffb765
|
added module internal interface
|
2023-05-19 09:54:16 +03:00 |
|
Igor Korsukov
|
0540c4c0ac
|
removed from INJECT macro
|
2023-05-19 09:54:16 +03:00 |
|
Igor Korsukov
|
4925a97a80
|
added internal interface support to IoC
|
2023-05-19 09:54:16 +03:00 |
|
Igor Korsukov
|
904730055a
|
fixed log stream
|
2023-05-04 11:48:54 +03:00 |
|
Igor Korsukov
|
db961d9a1a
|
fixed OBJECT_ALLOCATOR macro
|
2023-05-03 22:08:01 +03:00 |
|
Igor Korsukov
|
3e2b3fadc9
|
fixed DO_ASSERT macro
|
2023-04-27 13:28:54 +03:00 |
|