Nicolas Froment
|
3794e83c6c
|
Merge pull request #142 from Jojo-Schmitz/master
make new plugin translation style compatible with old style
|
2012-12-16 03:54:49 -08:00 |
|
Werner Schweer
|
50fabe2b47
|
preparations for mtesting plugins
|
2012-12-10 09:15:50 +01:00 |
|
Joachim Schmitz
|
8e77a3722f
|
fix typo
|
2012-12-06 17:00:04 +01:00 |
|
Joachim Schmitz
|
ad443b41cf
|
make new plugin translation style compatible with old style
|
2012-12-06 16:46:42 +01:00 |
|
Werner Schweer
|
b4d735fe3a
|
fix plugin notenames
|
2012-12-06 14:21:53 +01:00 |
|
Werner Schweer
|
b7db2c0461
|
fix crashes with plugin loading; add translation example for plugins
|
2012-12-05 08:46:03 +01:00 |
|
Werner Schweer
|
39529445b3
|
rename Text into MText for plugins
|
2012-12-05 08:46:03 +01:00 |
|
lasconic
|
c56fa93212
|
read lyric from plugin framework
|
2012-11-26 15:54:08 +01:00 |
|
Werner Schweer
|
328c1102e7
|
update text editing; enable horizontal alignment options for lyrics
|
2012-10-25 13:52:24 +02:00 |
|
Werner Schweer
|
b0d4ff07df
|
add accidentally removed FirguredBassItem to script interface
|
2012-09-15 17:12:26 +02:00 |
|
Werner Schweer
|
c7f560e207
|
fix scripting regression: ElementType enum is now in Element
|
2012-09-15 10:37:01 +02:00 |
|
Werner Schweer
|
3139970fd1
|
move ElementType to Element()
|
2012-09-13 18:07:11 +02:00 |
|
lasconic
|
2b02b3f305
|
fix compilation warning in plugins.cpp
|
2012-09-13 17:04:01 +02:00 |
|
lasconic
|
d7ef308675
|
some more plugin bindings
|
2012-09-13 16:10:13 +02:00 |
|
lasconic
|
fc4b34e22e
|
fix build, expose Accidental in plugin interface
|
2012-08-24 19:05:54 +02:00 |
|
Werner Schweer
|
8f773e7814
|
export Accidental in plugin interface
|
2012-08-24 18:01:48 +02:00 |
|
lasconic
|
d84d4aa660
|
fix crash if null score is saved from plugin
|
2012-08-17 10:31:04 +02:00 |
|
Maurizio Gavioli
|
ddce5e5b61
|
FiguredBassItem properties
|
2012-08-10 20:52:19 +02:00 |
|
Werner Schweer
|
966e628307
|
add some metadata to plugins; extend plugin manager
|
2012-07-17 15:22:46 +02:00 |
|
Werner Schweer
|
cdfaf846a6
|
make setTpc() and setPitch() for note in plugin undoable
|
2012-07-16 20:21:31 +02:00 |
|
Werner Schweer
|
2914f0a702
|
more plugin bindings
|
2012-07-16 19:59:32 +02:00 |
|
lasconic
|
53f6f8de09
|
add FileIO interface for QML plugins
|
2012-07-15 11:44:02 +02:00 |
|
Werner Schweer
|
e521b1f60e
|
more script bindings; enhanced manual
|
2012-07-13 19:44:03 +02:00 |
|
Werner Schweer
|
bd446e523c
|
fix scripting regression
|
2012-07-13 16:11:39 +02:00 |
|
Werner Schweer
|
8aa5e14635
|
more script bindings for Note
|
2012-07-13 14:36:26 +02:00 |
|
Werner Schweer
|
0d1c4d0786
|
add documentation for plugins->cursor->selection
|
2012-07-13 11:26:08 +02:00 |
|
Werner Schweer
|
52744d6de9
|
more script bindings; add pluginCreator help browser
|
2012-07-10 17:17:17 +02:00 |
|
Werner Schweer
|
67ae54fdaa
|
fix crashing scoreview plugin if there is no curScore
|
2012-07-09 16:14:48 +02:00 |
|
Werner Schweer
|
fa35cd9430
|
expose more classes to scripting
|
2012-07-06 14:21:05 +02:00 |
|
Werner Schweer
|
870beae8de
|
add plugin editor
|
2012-07-02 18:05:10 +02:00 |
|
Werner Schweer
|
2957cebd04
|
add ScoreView to plugin interface, demo in view.qml
|
2012-06-29 18:10:35 +02:00 |
|
Werner Schweer
|
b931475531
|
add QProcess() bindings to scripting interface for new test script run.qml
|
2012-06-29 15:58:55 +02:00 |
|
Werner Schweer
|
9d7e56f320
|
- create Cursor from Score
- return Note from Cursor->addNote()
|
2012-06-28 10:03:19 +02:00 |
|
Werner Schweer
|
be6f47bd38
|
add createscore.qml testscript
|
2012-06-08 19:06:52 +02:00 |
|
Werner Schweer
|
dc5fda47f3
|
updates
|
2012-06-07 09:24:05 +02:00 |
|
Werner Schweer
|
a840b5b09a
|
add shortcuts for plugins
|
2012-06-06 14:16:06 +02:00 |
|
Werner Schweer
|
d6e51ccc8a
|
add panel demo plugin
|
2012-06-05 17:34:19 +02:00 |
|
Werner Schweer
|
1150414457
|
new testscript: scorelist.qml
|
2012-06-05 17:15:46 +02:00 |
|
Werner Schweer
|
7de7873d6f
|
- extend qml plugin interface
- add demo plugin "notenames.qml"
|
2012-05-30 20:54:26 +02:00 |
|
Werner Schweer
|
b1cb15f76f
|
- extend qml plugin interface with "Cursor" object
- add "colornotes.qml" example
|
2012-05-30 17:12:30 +02:00 |
|
Werner Schweer
|
b113cf8b01
|
qml plugin update
|
2012-05-29 23:17:49 +02:00 |
|
Werner Schweer
|
d7cfd8e9cb
|
qml plugin update
|
2012-05-29 22:55:30 +02:00 |
|
Werner Schweer
|
bf0b61d29d
|
- remove old scripting files
- updates to qml scripting
|
2012-05-28 19:34:13 +02:00 |
|
Werner Schweer
|
5182c9e085
|
derive Element from QObject; add Q_OBJECT into every Element class
|
2012-05-28 11:29:21 +02:00 |
|
Werner Schweer
|
412ca45401
|
Initial commit
|
2012-05-26 14:49:10 +02:00 |
|