Commit graph

26 commits

Author SHA1 Message Date
lasconic
d75a1c0a0c cosmetic change in plugin manual 2014-07-23 17:51:26 +02:00
Jarrad Whitaker
851867b2c4 fix indenting 2014-07-21 20:49:32 +10:00
Jarrad Whitaker
f480a6f25a change build process to install generated plugin documentation with cmake
Squashed commit of the following:

commit bb5a149044f3a0e4aa18258859dc9d1332d253d7
Merge: f2d264e c52d265
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 20:30:12 2014 +1000

    Merge branch 'cmakePluginDoc' of github.com:akdor1154/MuseScore into cmakePluginDoc

commit f2d264e353b40963098bead30f8fb34b9b152e54
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 20:22:48 2014 +1000

    revert a packaging change unrelated to this PR

commit 729147e912f9dd65029dec9de11519c71cad6eae
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 20:18:37 2014 +1000

    modify build process so plugin documentation is installed by cmake

commit e836b35df81e65cf78a87043747571cdd3e97fcc
Author: lasconic <lasconic@gmail.com>
Date:   Sat Jul 19 16:21:14 2014 +0200

    fix #27871 + more cosmetic changes to palettes

commit d881b20e1e97dfaf85ae3175f3556c5dbf6c7fdb
Author: lasconic <lasconic@gmail.com>
Date:   Sat Jul 19 12:29:20 2014 +0200

    set mscVersion to the current version after the first layout of 1.3 scores

commit c52d2652b023b521c1a17889da059c727d4737fb
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 20:18:37 2014 +1000

    modify build process so plugin documentation is installed by cmake

commit 4dd4a0d43cfe9859f79e5a03f3021f96d630a28c
Merge: b4d51ee 8cc66dd
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 13:48:43 2014 +1000

    Merge branch 'master' of git://github.com/MuseScore/MuseScore

commit b4d51ee2986181a4daad0e7109dfd7ddc68673c8
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 13:25:38 2014 +1000

    remove bad debdepends
2014-07-21 20:38:00 +10:00
lasconic
b00e0e5de9 fix genManual dependency 2014-05-21 14:11:40 +02:00
lasconic
f2b30683a6 fix missing build dependency 2014-05-21 12:47:27 +02:00
Joachim Schmitz
1763387765 improve plugin documentation generation 2014-05-16 15:59:36 +02:00
Joachim Schmitz
425162438e fix #25755: avoid duplicates in plugin help
and add two missing ones. Also remove a 'plugin comment' from a .cpp
file, where it doesn't serve any purpose anyway (but at first tricked me
into believing this were the the culprit for the duplicate)
2014-05-16 13:58:21 +02:00
Joachim Schmitz
913dc41305 fix build of plugins manual 2014-04-27 14:20:30 +02: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
Maurizio M. Gavioli
1144b0814a Plugin manual - Added CSS, improved HTML format
- Added a CSS style sheet to plugin manual folder
- Revised HTML formatting, by removing (almost) all hard-coded formats / styles and implementing them on the CSS side
- Added some styles to improve property table readability
- Added a logo (via CSS) and a footer to each page
- No change to the code logic.
2014-01-24 16:30:18 +01:00
ws
401d702731 small smufl fixes 2013-12-02 09:31:22 +01:00
ws
d714b5f451 port to qt5 2013-02-15 14:50:03 +01:00
Jonathan Klein
356b124e2b Make XCode generator add headers to project
On Xcode, certain things don't work if the headers
aren't also part of the project, namely .h/.cpp
flipping ("Jump to Next Counterpart" in the navigation
menu) and searching the entire workspace for symbols.

The header files are now collected from the directory
of the target and show up in the XCode project under
"Header files" (per target).

I limited this change to Mac since I cannot test anywhere
else, but it would probably not hurt to do the same thing
on other platforms.

According to forums, the add_executable and add_library
commands of CMake should just silently ignore these files,
but add them to the generated target in the project.
2012-08-13 15:11:00 +02:00
lasconic
be8ea0ea81 fix Xcode project generation 2012-08-08 12:27:55 +02:00
Werner Schweer
8d5a94808c build fixes for plugin manual 2012-08-08 11:16:55 +02:00
Werner Schweer
ad61857acf change build system to create manual pages for plugins 2012-08-07 20:47:48 +02:00
Werner Schweer
a0d7e9b85b update README for plugin manual creation 2012-07-25 12:27:11 +02:00
Werner Schweer
3d91e61ef4 More plugin bindings 2012-07-25 11:49:34 +02:00
Werner Schweer
2914f0a702 more plugin bindings 2012-07-16 19:59:32 +02:00
Joachim Schmitz
6237626b6c more plugin doc updates 2012-07-14 23:24:14 +02:00
Joachim Schmitz
8ceb53ee2b small cosmetic fix to genManual 2012-07-14 18:59:27 +02:00
Werner Schweer
e521b1f60e more script bindings; enhanced manual 2012-07-13 19:44:03 +02:00
Werner Schweer
0d1c4d0786 add documentation for plugins->cursor->selection 2012-07-13 11:26:08 +02:00
Werner Schweer
6367d2f28b fix typo 2012-07-12 12:00:31 +02:00
Werner Schweer
b1b6fcf79f plugin manual update 2012-07-12 11:36:01 +02:00
Werner Schweer
8e11e03a53 add manual generator for plugins 2012-07-11 21:29:42 +02:00