Commit graph

297 commits

Author SHA1 Message Date
Joachim Schmitz
75623c53dc move ElementType to Element::Type
needed to make it available to the Plugin framework
2014-06-26 11:57:35 +02:00
Joachim Schmitz
7709b6bf7a convert unnamed enum into enum class Icons 2014-06-24 14:47:01 +02:00
ws
b4066a7976 stronger typing for key 2014-06-20 17:07:22 +02:00
ws
e8be73f41b fix transposition when changing instrument 2014-06-04 10:40:26 +02:00
ws
b7dd5af499 update KeySig implementation 2014-06-03 15:28:10 +02:00
Joachim Schmitz
7805c3d622 change enum ShortcutFlags to ": char"
as it is used for flags, turning into an enum would require much more
work
2014-05-30 13:37:41 +02:00
Joachim Schmitz
6c3c437b55 convert enum LayoutMode into enum class 2014-05-30 13:37:34 +02:00
Bartlomiej Lewandowski
3c0617a8b7 Added isType methods for selection 2014-05-29 20:59:12 +02:00
Joachim Schmitz
826c956013 convert enum SelectType into enum class 2014-05-27 10:34:08 +02:00
Joachim Schmitz
374cab4d96 really turn enum SelState into an enum class
forgotten in an earlier commit (cd48d9c)
2014-05-26 20:21:45 +02:00
Joachim Schmitz
0b43247956 convert enum StyleIdx into enum class 2014-05-26 15:31:36 +02:00
Joachim Schmitz
cd48d9ccfd convert enum SelState into enum class 2014-05-26 13:21:04 +02:00
Joachim Schmitz
931e837c5e convert enum ElementType into enum class 2014-05-23 10:35:27 +02:00
lasconic
b367542d93 move default paper size setting from libmscore to mscore 2014-05-19 15:19:36 +02:00
lasconic
56177c3077 fix #21841: Score tab and navigator remains after closing a score 2014-05-19 13:57:37 +02:00
lasconic
98b5943157 fix compilation on Mac OSX 2014-05-17 13:03:57 +02:00
Joachim Schmitz
e9b0bcba7a make it C++ and don't translate
translating doesn't work (not this way at least) and won't happen anyway
as the translation mechanism is set up only later in the code, after the
use of the usage() function.
Remove the mention of an option that (no longer?) exists
2014-05-16 13:58:19 +02:00
Joachim Schmitz
b01c163062 update usage text and make translatable 2014-05-13 15:30:06 +02:00
lasconic
6b04f4885d -F option now remove all preferences files (palettes, sessions), old behavior is in -R 2014-05-13 14:47:18 +02:00
Werner Schweer
2f5b22ab48 Merge pull request #862 from Isensee/24951-grace-after-new
fix #24951: grace notes after enabled
2014-05-13 13:06:58 +02:00
lasconic
39fe7dbcaf display session dialog on top of splashscreen on Mac 2014-05-12 15:58:57 +02:00
vgstef
ce12f0717c Fix Loop out position and updates loop cursor when changing view mode/dragging staff 2014-05-05 16:41:54 -04:00
Joachim Schmitz
164e1dd15f fix bogus comment 2014-05-02 10:43:43 +02:00
ws
d3a66ab1ba refactoring StaffType 2014-04-30 13:39:16 +02:00
ws
f9059a269b remove stafftype subclasses 2014-04-30 13:39:16 +02:00
triolenzunge
b111a3ea1d test to fix #25559: show splash screen on linux 2014-04-27 17:39:40 +02:00
ws
45d1979dcf another try to fix plugins + build system 2014-04-25 19:26:22 +02:00
ws
0c34c93cc9 move plugin framework to libmscore 2014-04-25 18:43:25 +02:00
Isensee
69f250919e fix #24951: grace notes after enabled 2014-04-23 18:09:57 +02:00
lasconic
9be75b7924 fix #25449: Select all stems for only one voice 2014-04-18 20:04:07 +02:00
lasconic
63d48010c6 improve recent files menu, make it more 'standard' 2014-04-16 18:46:25 +02:00
ws
5a547d31b2 first fix for #18099 2014-04-02 18:12:08 +02:00
lasconic
a3c62e8171 disable text tools for chord symbols 2014-03-31 16:31:39 +02:00
Maurizio M. Gavioli
67f0436ad4 Hide text tools for FiguredBass 2014-03-28 10:57:42 +01:00
ws
0fded1b281 update pianoroll editor: editing of note even ontime/duration 2014-03-27 14:50:01 +01:00
ws
cd5c7d916d fix: pianoroll editor disabled voice switching 2014-03-27 11:34:33 +01:00
Joachim Schmitz
5977488174 eliminating needless \n in qDebug() calls
searching for 'qDebug.*\\n\'
2014-03-25 14:59:32 +01:00
Joachim Schmitz
7c3d869ddd many (f)printf to qDebug 2014-03-22 10:40:59 +01:00
lasconic
2d63118ecc fix #24014: Stems of notes on drum palette incorrectly positioned 2014-03-20 20:02:17 +01:00
lasconic
0cdb445eec smoother icons on retina display 2014-03-14 15:39:37 +01:00
Joachim Schmitz
3adc1ea6ed fix #14764
convert qDebug();abort() to qFatal() and if(cond) abort() to
Q_ASSERT(!cond), esp. for the benefit of Windows, where it is impossible
to set a breakpoint on the abort()
Also modernizing mscoreMessageHandler() and making it more informative
by adding file, line and function to the output.
2014-03-04 13:06:23 +01:00
Joachim Schmitz
4f8f63f91e fix #23366: more fixes for capitalization
and some more fixes.
2014-03-04 07:44:56 +01:00
lasconic
b162fdd0bd fix crash on startup on Windows... 2014-03-01 09:35:41 +01:00
ws
9d32a42bed Merge branch 'master' of github.com:musescore/MuseScore 2014-02-28 14:26:30 +01:00
ws
fd66e91bc0 link frames 2014-02-28 14:25:47 +01:00
lasconic
7a48ced04c move noGui to MScore 2014-02-28 11:14:43 +01:00
lasconic
a8fd78fcfc better disambiguation ? 2014-02-24 22:42:07 +01:00
lasconic
a16aedfc6a add translation disambiguation for 'System' 2014-02-24 22:24:36 +01:00
ws
d31fa88d89 add shortcuts for bold/italic/underline in text edit mode 2014-02-12 14:39:44 +01:00
Werner Schweer
37620cd76f Merge pull request #679 from zazula/20697-deleteKey
fix #20697 - enable Delete key on MacOS
2014-01-31 05:28:34 -08:00