Commit graph

3181 commits

Author SHA1 Message Date
lasconic
f60feb6d28 try to get DPI with new QScreen API 2013-10-07 14:32:42 +02:00
lasconic
da6f62106e fix shortcuts Ctrl+O for open, Alt+shift+B to append measures 2013-10-07 12:53:06 +02:00
lasconic
410b09d26a change frets count of electric guitar to 24 2013-10-07 12:17:45 +02:00
lasconic
3c8a3df293 add framework to sync audio and midi 2013-10-07 12:09:11 +02:00
wschweer
2b0d24d0fe fix #23047 2013-10-06 16:43:43 +02:00
wschweer
316cf9f383 bugfixes for plugins; new test plugin random2 2013-10-06 15:04:23 +02:00
lasconic
0ac9b48e7c fix #23005: Entering number in Find causes crash in scores with multimeasure rests 2013-10-06 13:55:31 +02:00
wschweer
51a6f6e7cc expose LineBreakType to plugins 2013-10-05 23:13:33 +02:00
wschweer
053c731f48 new test plugin: random score generator 2013-10-05 21:09:01 +02:00
wschweer
0205fb9929 add reload button to pluginCreator 2013-10-05 17:31:03 +02:00
wschweer
0c88c54895 use qt key bindings for qml editor 2013-10-05 17:31:03 +02:00
wschweer
bdcf20465f fix shortcuts for plugins 2013-10-05 17:31:03 +02:00
wschweer
95f9dec4c4 enable shortcuts in qml editor 2013-10-05 17:31:03 +02:00
Maurizio M. Gavioli
a8d15bf7ac Merge pull request #502 from mgavioli/Single_lyrics_paste
Single lyrics paste
2013-10-05 08:30:20 -07:00
Maurizio M. Gavioli
3254eb3009 Fix the crash when (copying/cutting and) pasting a single lyrics to a single note. 2013-10-05 17:04:41 +02:00
Maurizio M. Gavioli
7adf7c545c Merge pull request #501 from mgavioli/Images_as_embedded
Truly embedded images (vs. linked)
2013-10-05 06:59:11 -07:00
Maurizio M. Gavioli
c079e4c50c Images inserted in scores behave as embedded, rather than as linked (as before).
I.e.: images keep the contents they had when inserted, ignoring modifications (or deletion) of the original source image.

Note: this applies only to .mscz files; images in .mscx files must to rely on the external source, as there is no resource actually included in the score.
2013-10-05 15:09:03 +02:00
Nicolas Froment
ed37cf060e Merge pull request #500 from mgavioli/Fix_TAB_rest_shortcut_for_French_kbd
TAB shortcut conflicts in French kbd
2013-10-05 03:52:52 -07:00
Maurizio M. Gavioli
a745b5a202 In French kbd, shortcut for adding a rest to TAB conflicts with shortcut for fret 4.
Fixed by changing the former to ';'
2013-10-05 12:49:10 +02:00
wschweer
4faa5f284e make plugin manager persistent 2013-10-05 12:03:30 +02:00
Leon Vinken
c70877e312 fix #21452 2013-10-05 09:13:19 +02:00
Nicolas Froment
a2f2e3a544 Merge pull request #498 from ChurchOrganist/Instruments.xml-update
Update to instruments.xml
2013-10-04 09:03:42 -07:00
Michael Cowgill
5f7d76212b Update to instruments.xml
Added common genre tag to Acoustic Bass
2013-10-04 09:33:39 +01:00
lasconic
3e51505913 fix #22796: disable 'go to next/previous measure' button, if there is no such measure 2013-10-03 16:17:08 +02:00
lasconic
fa38d6df82 fix #23000: Undo does not restore former sizing of stem 2013-10-03 16:11:59 +02:00
lasconic
a8ea849a97 fix #22997: Spanners in MusicXML crash MuseScore 2013-10-03 11:49:20 +02:00
lasconic
28235c1501 fix typo! 2013-10-03 08:05:32 +02:00
lasconic
d6be9b1430 fix #22992 2013-10-02 20:20:30 +02:00
lasconic
d554dce0b7 fix slur insertion when range selected 2013-10-02 18:09:57 +02:00
lasconic
12823446f9 fix #22978: crash on loading 1.3 scoresw with empty cleflist and ledger lines 2013-10-02 17:54:47 +02:00
ws
da044d7714 fix #22978 2013-10-02 10:26:29 +02:00
lasconic
060f5ae7a7 first try to use the system proxy for all network communication 2013-10-02 10:05:54 +02:00
lasconic
d4c2a7c384 fix #22928: Slur of tablature in linked stave ends on note of pitched stave 2013-10-02 07:42:55 +02:00
Nicolas Froment
e8d0918988 Merge pull request #497 from trig-ger/midi_fixes
fix #22093: Crash when selecting fixed pitch LH/RH separation
2013-10-01 12:58:37 -07:00
lasconic
86d1c18ce9 change suggestedLateny back to 100ms on windows 2013-10-01 21:56:38 +02:00
Andrey M. Tokarev
f655e82b6e fix #22093: Crash when selecting fixed pitch LH/RH separation 2013-10-01 23:17:25 +04:00
ws
969d660e60 fix #22919 2013-10-01 17:37:05 +02:00
ws
e6af7a937d make instruments dialog persistent 2013-10-01 16:22:06 +02:00
ws
6d540df1e2 update mtest 2013-10-01 15:49:00 +02:00
lasconic
0ceaaf1056 more fixes for 1.3 slurs import 2013-10-01 09:31:04 +02:00
lasconic
b14f79dbd6 add language files manager to download translations from the web 2013-09-30 18:38:05 +02:00
lasconic
04f6cea64a sensible default for tempo text 2013-09-30 18:00:33 +02:00
Nicolas Froment
6de066c5a0 Merge pull request #496 from AntonioBL/simpletext_lines
fix #22769 : staff or system text over more lines
2013-09-30 03:03:34 -07:00
AntonioBL
e13d3b12ef fix #22769 : staff or system text over more lines 2013-09-30 11:43:40 +02:00
ws
a508af3a2a fix mtest reference 2013-09-30 10:44:16 +02:00
lasconic
065261b8e1 fix #22911: slur entry broken 2013-09-30 10:16:50 +02:00
lasconic
a0106caaa2 merge README into README.md 2013-09-30 10:14:15 +02:00
lasconic
c351315265 fix some crash with invalid drumset 2013-09-29 00:55:37 +02:00
lasconic
ee5bbfb846 fix crash when dropping fretdiagram on frame 2013-09-28 17:38:25 +02:00
ws
65e548faed fix undo after mm rest change 2013-09-28 14:50:01 +02:00