Commit graph

18 commits

Author SHA1 Message Date
Matthew Elton
0141be7c60 fix #10986: double click / triple click to select word / all text
- double click to select word when editing text elements in score
- triple click to select all text
- second click on selected element moves text element into editing mode
2019-06-18 23:19:10 +01:00
ws
996a411503 fix #276153 Select>mover... by subtype does not work to select by text style 2018-12-18 18:02:10 +01:00
ws
739386bcd5 Revert "fix #276153 Select>more... by subtype does not work to select by text style"
This reverts commit 78933732e9.
2018-12-18 11:06:33 +01:00
ws
78933732e9 fix #276153 Select>more... by subtype does not work to select by text style 2018-12-17 15:50:15 +01:00
MarcSabatella
aed4c73fbc fix #279950, fix #279804, fix #279666: force chord symbol layout where needed 2018-12-13 20:25:30 -07:00
ws
5e1a949b0b fix #279343 Adding bracket in a system doesn't expand in other systems 2018-12-07 15:06:15 +01:00
ws
ffdab67a9d fix handling of custom formatted text and values in inspector:
- replace properties "BOLD ITALIC UNDERLINE" by one property FONT_STYLE
- if text is custom fomatted (has size/fontface changes, contains parts in bold/italic etc.
  then the appropriate property values are set to "unstyled". This enables the reset button
  in the inspector.
- pressing reset for some text properties strips changes of this property in the text
  Example: text contains a part in italic: pressing reset removes the italic formatting
- the "remove custom formatting" button is only enabled if there is some custom formatting
2018-11-26 21:17:19 +01:00
alexandr
5cec75ae71 fix #274925: Unable to select text in Chord Symbol
Add correect placement for _layout field in Harmony class
Make layoutInvalid private as it was before https://github.com/musescore/MuseScore/pull/3914

rebase after master
2018-11-10 13:38:42 +02:00
ws
536ff70343 fix #277734 Applying font style to lyrics via toolbar dies not work 2018-11-05 09:53:48 +01:00
James Thistlewood
926b3517ef fix #277639: frames and frame attributes not read correctly from MS2 2018-11-03 09:55:58 +00:00
Dmitri Ovodok
6ae48c8b32 Extend properties framework for score comparison related needs
This commit adds:
- ScoreElement::propertyId for obtaining property ID by its XML name
  within the context of the respective element
- ScoreElement::propertyUserValue to obtain values of the properties
  in a human-readable representation
2018-10-29 17:04:24 +02:00
ws
96af32eee7 fix regressions: layout of misc. elements 2018-10-25 15:44:21 +02:00
ws
d77183b3bb refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
ws
7a2b518e15 implement text offset for misc. other elements 2018-09-20 17:42:02 +02:00
Dmitri Ovodok
c354eb24c3 Remove read300 functions 2018-09-19 01:57:37 +03:00
alexandr
0106438011 fix #274902: Incorrect chord symbol position
Prevent excess layout of Harmony when switch to editing element.
2018-09-03 15:44:06 +02:00
Dmitri Ovodok
8fa920b7df Backup old MSC read functions, add a test for fileformats compatibility
Use old read functions for reading 1.x and 2.x fileformats

Assign version number 3.01 to the new MSCX format flavor
2018-08-16 19:08:45 +03:00
ws
10ebbb9080 update text style implementation 2018-08-01 11:46:35 +02:00