Commit graph

84 commits

Author SHA1 Message Date
lasconic
94a9d6c9aa fix warning regarding unused variable 2016-05-25 19:24:38 +02:00
lasconic
52fb1fc90c enable inspector for all breath/caesura types 2016-05-25 19:19:29 +02:00
Nicolas Froment
2343dcf06c Merge pull request #2498 from sraduvictor/pause_prop
fix #100856 Show pause property for caesura
2016-05-25 19:04:20 +02:00
Joachim Schmitz
f2c6ba5319 add access to hasBracket for accidentals in Inspector 2016-05-20 13:51:40 +02:00
ws
94589cc8fd fix #106726: Incorrect distance from barline to accidental 2016-04-18 18:11:51 +02:00
ws
bbd802f8ae framework for partial relayout 2016-04-13 11:35:21 +02:00
ws
dfe49b06ad barline cleanup 2016-04-13 11:18:15 +02:00
ws
9f933d8503 Layout reorganization 2016-04-13 11:05:04 +02:00
Radu-Victor Sarmasag
5acb41949f fix #100856 Show pause property for caesura 2016-03-27 05:41:33 -07:00
Joachim Schmitz
da49625af5 fix #25734: Slur/Tie in Inspector should expose Direction
to allow reset to Auto
2016-03-10 09:40:40 +01:00
Marc Sabatella
102ba03fdf fix #101386: crash on undo of add with inspector not shown 2016-03-09 16:02:51 -07:00
lasconic
c807c0dcf0 fix #33541: some elements can get marked invisible, but this doesn't get saved, so is lost on reload 2016-01-22 15:47:30 +04:00
lasconic
db2244c5c5 fix #33541: some elements can get marked invisible, but this doesn't get saved, so is lost on reload 2016-01-22 15:37:45 +04:00
AntonioBL
1887941dfe fix #93946 : reset text to style in inspector not working for dynamics 2016-01-14 09:24:46 +01:00
ws
74281d4e2b add property button to Bend and FretDiagram in inspector 2015-11-04 14:04:03 +01:00
ws
60cb031bb0 more accessible fret diagrams 2015-11-02 11:20:40 +01:00
Marc Sabatella
b9f702b6ca fix inspectorBend 2015-07-07 12:33:31 -06:00
lasconic
a34fdf58fd add play property to arpeggio 2015-07-06 18:16:52 +02:00
lasconic
90e7a5f36d replace playBend by play 2015-06-23 14:49:36 +02:00
lasconic
c7c7a180a4 Merge branch 'bends' of https://github.com/Igevorse/MuseScore into Igevorse-bends 2015-06-23 13:45:32 +02:00
lasconic
f6959ace91 replace playGlissando and playArticulation by existing play property 2015-06-23 09:19:06 +02:00
Joachim Schmitz
ca6ca27186 implement inspector for text frame
which is different from a vertical frame in that its height is
automagically calculated and as such not changeable.
2015-06-17 14:19:47 +02:00
igevorse
6304ad00f8 Implemented 'Play' property for the Bend class 2015-06-15 21:05:30 +05:00
Joachim Schmitz
1f3fdb51ec fix #61146/4, Tempo Text defaults
Dafault for "follow text" remains false, so the 'reset value' button
remains enabled tor tempo texts taken from the palette.

Still the tempo setting is used, even if 'Follow Text' is enabled and
the that text says something entirely different.
2015-05-27 15:53:45 +02:00
jimka2001
7c5d7f0716 QT GUI for editing ornamentStyle and playArticulation in the articulation inspector 2015-05-16 10:46:00 +02:00
lasconic
965625bb3d fix #59386: Em dash (—) in text style name turned to question mark 2015-05-10 11:41:14 +02:00
Marc Sabatella
94f192a419 another barline fix 2015-04-09 21:41:03 -06:00
ws
6b554a970b implement 'reset text to style' in inspector for text elements 2015-02-27 13:33:10 +01:00
lasconic
5ca436a235 Glissando in Inspector 2015-02-26 17:09:28 +01:00
lasconic
cebbef5cf5 fix barline translation in palette 2015-02-25 11:54:31 +01:00
ws
94ad0842ef fix #48561 Crash when toggling visibility of a line break over a multimeasure rest 2015-02-25 10:48:58 +01:00
ws
641d143d7e add scale property to fret diagram 2015-01-15 14:50:50 +01:00
ws
5049c1ee9e fix #43231: Allow the rests to a vertical adjustment after double clicking as it is possible to do now horizontally 2015-01-05 10:20:20 +01:00
Marc Sabatella
4dfee2c78b fix #42851: issues when setting showCourtesy property for courtesy time/key signatures 2014-12-30 13:55:19 -07:00
Marc Sabatella
f01a42981b scale palette, selection filter, and inspector with -x option 2014-12-21 15:09:40 -07:00
Joachim Schmitz
cdb31d60cb fix compiler warnings in RELEASE mode under Windows
reg. possible uninitialized use of some variables and some unused
parameters
2014-12-18 21:45:49 +01:00
Andrei Tuicu
737f883053 Remove Mac defines for accessibility. 2014-12-04 23:51:56 +02:00
ws
9686be794c show -nothing selected- in empty inspector 2014-10-30 10:05:07 +01:00
Joachim Schmitz
8e4c269ffe fix toolTips to use Sentence case 2014-10-15 21:16:54 +02:00
ws
60727e9466 fix #31306 2014-09-28 13:15:45 +02:00
ws
df675154e5 fix #33341 2014-09-23 18:07:32 +02:00
Maurizio M. Gavioli
cbfebb38ec Bar lines: Fix custom span and generated management.
This PR should complete the revision of bar line flag managements.

- Make sure single bar line span changes affect both the `_customSpan` and the `_generated` flags.
- Make sure that manually bringing a custom-spanned bar line to default span resets the `_customSpan` flag and, if no other customization is in effect. the `_generated` flag.
- Deleting a measure bar line resets it to default configuration.
- Fix a missing initialization of `Measure::_endBarLineColor` variable.
- To simplify tests and debug, check boxes for the `BarLine::_customSpan` and the `BarLine::_customSubtype` have been added to the debugger dialogue box.

As far as system-initial bar lines are concerned, they were made un-editable by a recent commit (https://github.com/musescore/MuseScore/pull/1300). This PR add a few consistency changes:

- system-initial bar lines do not accept drops;
- they are not saved to score output files and are ignored when reading from them;
- their internal `_customSybtype` and _customSpan` flags are always false;
- they do not show up in the Inspector (if a system bar line is selected, the Inspector remains blank)

This PR DOES NOT include the special system-initial double bar management recently discussed. This will be part of a specific PR in the next days.

Together with previous PR's, this should ensure that:

- bar lines are written to a score output file only when some customization is in effect which cannot be reconstructed when reading back;
- any measure bar line can be edited;
- any measure bar line user edit is saved, written to the score file and read back properly;
- no system bar line edit is possible.
2014-09-11 01:31:10 +02:00
lasconic
bff486a493 clean up accessors in musescore.h 2014-08-29 19:18:39 +02:00
Andrei Tuicu
9338481a47 Accessible dialogs.
Added screen-reader feedback
Did tabbing orders and focus policies
Fix inspector focus shiftings
2014-08-18 18:09:58 +03:00
Nicolas Froment
3c7f386d72 Merge pull request #1123 from Jojo-Schmitz/translation
fix #29341: next step, translate text style names and more
2014-08-12 17:46:35 +02:00
Nicolas Froment
1d51f2f8d2 Merge pull request #977 from andreituicu/accessible-toolbar
Accessible Toolbar
2014-08-12 17:45:49 +02:00
Joachim Schmitz
cf3b270b8a more translation fixes in inspector 2014-08-12 16:25:17 +02:00
Joachim Schmitz
68627634b5 translate text style names in inspector too 2014-08-12 16:25:14 +02:00
Andrei Tuicu
997364cde6 Fix Codying style
modified:   mscore/accessibletoolbutton.cpp
	modified:   mscore/accessibletoolbutton.h
	modified:   mscore/inspector/inspector.cpp
	modified:   mscore/shortcut.cpp
2014-08-12 11:48:58 +03:00
ws
52ca1fd53c fix #24138 2014-08-12 09:26:17 +02:00