0.7.3 Changes since previous release:
- Translation Updates
- GPLv3 compatibility
- Official compiler used for builds is gcc/mingw 5.3 / 5.4
- Fixes in offset to measure numberings and pickup measures
- Command Settings updates
- Small updates to View setWorld functions regarding types
- Bindings for page movement (up, down, home, end)
- Fix for Appearence Dialog
- Qt4 no longer supported officially
- Adjustments for Qt4 after API fixes for Qt5
(not removed except for helper dialog due to drop of webkit by Qt5.6)
- Other minor changes Midi/Shortcut
- Load Dialog Fix (shortcut settings)
- No longer differentiate before showing Load Dialog (settings)
- Save Dialog updated to behave same as Load Dialog (settings)
- Various fixes for shortcut settings
- Fix for cloning View
- Support Qt5 for Windows (build), adjusted build instructions
- Fix Windows Qt5 DLL installation
- Integrate Shortcut Settings finally into Settings View
- Support several types of shortcut settings
- Readme now contains several updates to reflect compatibility with
older dependent packages like swig and cmake
- added note checker
- note checker and midi command support for shortcut settings
- fixed some compilation issues on other platforms
- fix issue with new sheet;
- add dynamic keyboard helper for shortcut settings
- Add version information to installer
- Qt4 build settings separated
- Fixed mouse move lagging
- AutoConnect issue fixed for Print Preview
- Pass binary midi data directly to QTextStream, fixes midi export again.
- Add support for C++11 build (and later, depending on recent compiler used)
- Unified Edit mode with Select mode. Default mode now is Edit mode.
- Fixed missing uiSelectMode in CAActionStorage.
- Fixed showing selection area, if a user had a shaky hand
- New more simple help system (HTML) documentation system based on sphinx
- Migrated several guides to sphinx (sorry, the german guide needs still to be done)
- Fix when inserting note on empty bar line when already having edited
some notes on a different bar line
- Add check for alsa on Linux for rtmidi;
- Fixed old GUI bug: On Undo, On New document, Note checker not activated on Undo.
- On first Escape, the selection is cleared. On second Escape, we a context is deselected.
- Fixed console logging: No mode handled.
- Fixed edit text hiding when clicked on an existing music element.
- Fixed Text/Lyrics/Bookmarks saving when clicked outside of the text edit. Only Esc key explicitly cancels the editing.
- Fixed editing bookmarks.
- Fixed Text/Lyrics/Bookmarks lost when switching from Insert mode to Edit mode without confirming text edit content.
- Added panning the view forward when writing lyrics at the end of the screen.
- Added behaviour to text edit: Blank content deletes the text element.
- Lyrics, text and bookmarks: Text edit shows on mouse release to allows multiple selection.
- Fixed insert playable icon to be more meaningful.
- Fixed toolbars: When inserting clefs, time sigs, key sigs etc. the voice toolbar should not be visible.
- Fixed fake text edit, if adding a text illegaly to non-playable element.
- Fixed text edit popping back up, when switching from insert to edit mode.
- Show text edit when exactly one element is selected, otherwise, confirm any opened text edits and hide it.
- fix for pluginmanager when no plugins are available
- Streamline Translation with 5.6 (use official macros)
- Support for latest gcc 7 (fix compilation)
- Fix issue when opening recent files and saving showing "unknown file format"
- Fix: If a non-playable is on first notem a slur could not be made
- Fix issue on not working Key Signature based transposition downwards
- Fix issue on voice number not updated when using tab key to walk over voices
- Added support for walking through contexts using tab key
- Set new MusicXML extension (.xml -> .musicxml) and change examples too
- Fixes and improvements on LilyPondExport (text, tempo, mark)
- Add support for importing compressed musicxml (only with metainfo)
- Fix Menu Shortcuts with ALT missing
- Fix order of keys
- Set key signature to autodetect values when transposing
- Fix issue that accidentals not shown in the second voice over barline
- Fix issues with dotted barlines and bars
- Add support for debug output that is only shown with debug build
- Add go to (jump to) bar
- Fix replace mark icon by volta
- Fix issues with creating/installing translation files
- Fix some swig warnings and debug output
- Show midi warnings dialog on startup
- Make properties dialog resizable (inkl. "grab" button)
- Show bar length error, if it is too long.
- Do not place autobars if inserting in the middle of the score
- Ctrl-T can now be used as shortcut for transpose
Known Issues: (Please report)
- PyCLI is broken after update to python3
- When Python plugin (scripting) is included, a crash occurs when exiting Canorus
If you really still need Qt4 please let us know.
Basically you just can use the previous version of the helper dialog in SVN
[widget/helpbrowser.h, r1468, all other code is still in place]
We plan to fully remove Qt4 support in one of the next releases.
Full Changelog (from SVN):
==========================
r1401 | itsgeorg | 2015-04-11 12:17:12 +0200 (Sa, 11. Apr 2015) | 1 Zeile
German translation update
------------------------------------------------------------------------
r1402 | itsgeorg | 2015-04-11 12:29:03 +0200 (Sa, 11. Apr 2015) | 1 Zeile
German translation fix
------------------------------------------------------------------------
r1403 | suamor | 2015-04-11 15:59:12 +0200 (Sa, 11. Apr 2015) | 1 Zeile
Update for Release (Qt5)
------------------------------------------------------------------------
r1404 | matevz | 2015-04-11 16:02:50 +0200 (Sa, 11. Apr 2015) | 2 Zeilen
Added correct offset to measure numberings.
Measure numbering correctly handle the pickup measures.
------------------------------------------------------------------------
r1405 | suamor | 2015-04-11 16:31:15 +0200 (Sa, 11. Apr 2015) | 3 Zeilen
Give Layout a proper name
Add Layout to command settings
Integrate command settings into settings
------------------------------------------------------------------------
r1406 | matevz | 2015-04-11 17:23:23 +0200 (Sa, 11. Apr 2015) | 4 Zeilen
Use double and QRectF for CAScoreView::setWorld() functions.
Added PageUp, PageDown, Home and End key bindings.
Fixed crash in Settings::Appearance dialog.
Renamed CADrawableStaff::drawableTimeSignature -> CADrawableStaff::drawableTimeSignatureList.
------------------------------------------------------------------------
r1407 | suamor | 2015-04-11 17:34:00 +0200 (Sa, 11. Apr 2015) | 3 Zeilen
Fix Qt4 call (QStringLiteral is Qt5 only)
Fix crash with Load Dialog
Remove Settings differentiation between Midi and Shortcuts before file dialog is shown (should be a filter selection on dialog instead)
------------------------------------------------------------------------
r1408 | suamor | 2015-04-11 18:47:13 +0200 (Sa, 11. Apr 2015) | 2 Zeilen
Save file dialog now differentiate between shortcuts and midi files the same way like load dialog
------------------------------------------------------------------------
r1409 | suamor | 2015-04-11 19:36:39 +0200 (Sa, 11. Apr 2015) | 3 Zeilen
Remove conflicting column, will be replaced by color mark of a line
Rename column "context" to description as the header view text shows it
------------------------------------------------------------------------
r1410 | matevz | 2015-04-11 21:56:36 +0200 (Sa, 11. Apr 2015) | 1 Zeile
Fixed crash when cloning the view.
------------------------------------------------------------------------
r1411 | suamor | 2015-04-11 22:40:38 +0200 (Sa, 11. Apr 2015) | 2 Zeilen
Add basics for possibility of combining Midi with Shortcuts
Minor fix for push buttons
------------------------------------------------------------------------
r1412 | suamor | 2015-04-12 08:19:29 +0200 (So, 12. Apr 2015) | 4 Zeilen
Use three file types for single midi or shortcut or a combination of both
Change file types (still WIP) for these files
Use three separate names instead of only filetypes to be able to select the file type (necessary for save, load still uses the combined variant for faster selection)
------------------------------------------------------------------------
r1413 | itsgeorg | 2015-04-12 10:55:29 +0200 (So, 12. Apr 2015) | 1 Zeile
actionTable mod fixed for Qt4
------------------------------------------------------------------------
r1414 | suamor | 2015-04-12 11:26:25 +0200 (So, 12. Apr 2015) | 5 Zeilen
Replace COL #define by enum
Replace simple bool for the file type by enum
Add method to get the file type from a suffix
Load: Use all suffix for loading
Save: Use single suffix (selectable) for saving
------------------------------------------------------------------------
r1415 | suamor | 2015-04-12 12:46:56 +0200 (So, 12. Apr 2015) | 1 Zeile
Updated to reflect incompatible CMake and potentially SWIG versions.
------------------------------------------------------------------------
r1416 | matevz | 2015-04-12 18:23:27 +0200 (So, 12. Apr 2015) | 5 Zeilen
Renamed CAStaff::*References -> CAStaff::*Refs().
Removed CAStaff::remove*References and CAStaff::add*References.
Added note checker support.
Added note checker to CASettings and CASettingsDialog.
Removed obsolete CASettings::splitAtQuarterBoundaries().
------------------------------------------------------------------------
r1417 | suamor | 2015-04-12 18:39:32 +0200 (So, 12. Apr 2015) | 7 Zeilen
Rename getCommand to getCommandName
Rename getShortCut to getShortCutAsString
Rename getMidiCommand to getMidiKeySequence
Add application-specific Getter for Action, ShortCut and Midi Key Sequence Parameters
Store Midi Key Sequence Parameter as Integer List
Store ShortCut from parent as well to be able to implement Refs access
Convert Midi Sequence to Midi Parameters when it is changed.
------------------------------------------------------------------------
r1418 | suamor | 2015-04-18 19:17:16 +0200 (Sa, 18. Apr 2015) | 5 Zeilen
ActionsEditor: Replace context by description in some more places
SingleAction: Remove context (no longer needed)
SettingsDialog: Replace QAction by QSingleAction
Settings: Replace/Add QAction by/with QSingleAction (as Base)
------------------------------------------------------------------------
r1419 | matevz | 2015-04-25 22:02:30 +0200 (Sa, 25. Apr 2015) | 3 Zeilen
Added CANoteChecker and other note checker classes to CMakeListsQt5.txt.
Updated Debian based distros Qt5 build instructions.
------------------------------------------------------------------------
r1420 | suamor | 2015-08-10 06:39:51 +0200 (Mo, 10. Aug 2015) | 1 Zeile
Fix issue with new sheet; add dynamic keyboard helper for keyboard shortcuts
------------------------------------------------------------------------
r1421 | matevz | 2015-08-22 09:53:18 +0200 (Sa, 22. Aug 2015) | 3 Zeilen
Set Qt5 as default and move Qt4 CMakeLists tot a new file.
Set Python 3 as required and not Python 3.0.
------------------------------------------------------------------------
r1422 | matevz | 2015-08-22 10:09:48 +0200 (Sa, 22. Aug 2015) | 1 Zeile
Fixed compilation errors under mingw.
------------------------------------------------------------------------
r1423 | matevz | 2015-08-22 10:29:14 +0200 (Sa, 22. Aug 2015) | 2 Zeilen
Fixed Qt5 dll installation on Windows.
------------------------------------------------------------------------
r1424 | matevz | 2015-08-22 12:15:37 +0200 (Sa, 22. Aug 2015) | 1 Zeile
Fixed CMake warning on windows for cmake policy CMP0020.
------------------------------------------------------------------------
r1425 | matevz | 2015-08-22 12:19:39 +0200 (Sa, 22. Aug 2015) | 1 Zeile
Added support for Qt5 on Windows.
------------------------------------------------------------------------
r1426 | matevz | 2015-08-22 12:53:01 +0200 (Sa, 22. Aug 2015) | 1 Zeile
Added larger Canorus icon with alpha transparency for Windows.
------------------------------------------------------------------------
r1427 | matevz | 2015-08-22 13:37:27 +0200 (Sa, 22. Aug 2015) | 2 Zeilen
Added GPLv3 license.
------------------------------------------------------------------------
r1428 | matevz | 2015-08-22 14:33:39 +0200 (Sa, 22. Aug 2015) | 2 Zeilen
Updated readme for Canorus compilation under Windows.
Added setting VERSION from the file in setup.nsi.
------------------------------------------------------------------------
r1429 | matevz | 2015-08-22 14:34:31 +0200 (Sa, 22. Aug 2015) | 1 Zeile
Fixed default path to (bundled) Lilypond under Windows.
------------------------------------------------------------------------
r1430 | matevz | 2015-08-22 14:34:58 +0200 (Sa, 22. Aug 2015) | 1 Zeile
Rerun notechecker, if time signature changed.
------------------------------------------------------------------------
r1431 | matevz | 2015-08-22 14:38:05 +0200 (Sa, 22. Aug 2015) | 1 Zeile
Added transparent background to canorus icon for easier export.
------------------------------------------------------------------------
r1432 | matevz | 2016-04-07 20:22:09 +0200 (Do, 07. Apr 2016) | 2 Zeilen
Fixed mouse move lagging by temporarily disabling mouse tracking on mouse move events until painting is finished.
------------------------------------------------------------------------
r1433 | matevz | 2016-04-08 12:27:06 +0200 (Fr, 08. Apr 2016) | 2 Zeilen
Quick fix for print preview since autoconnect doesn't work yet.
------------------------------------------------------------------------
r1434 | matevz | 2016-04-08 13:59:07 +0200 (Fr, 08. Apr 2016) | 1 Zeile
Fixed compilation warning.
------------------------------------------------------------------------
r1435 | itsgeorg | 2016-04-08 14:00:08 +0200 (Fr, 08. Apr 2016) | 2 Zeilen
Pass binary midi data directly to QTextStream, fixes midi export again.
------------------------------------------------------------------------
r1436 | suamor | 2016-04-08 14:00:08 +0200 (Fr, 08. Apr 2016) | 1 Zeile
Fix gcc 5.3 error
------------------------------------------------------------------------
r1437 | itsgeorg | 2016-04-08 14:17:16 +0200 (Fr, 08. Apr 2016) | 2 Zeilen
About swig3 update, and typo fix.
------------------------------------------------------------------------
r1438 | matevz | 2016-04-08 17:45:41 +0200 (Fr, 08. Apr 2016) | 2 Zeilen
Fixed CanorusPython module linking with Qt5.
------------------------------------------------------------------------
r1439 | suamor | 2016-04-08 23:10:42 +0200 (Fr, 08. Apr 2016) | 9 Zeilen
- Build C++11
- Add several new files implementing keyboard shortcut settings (and delegating info from mainwin)
- Add some src code include path
- Remove "scripting" path as newer swig versions place it on parent folder (like 2.0.12)
- Small API changes for Settings
- Integate into mainwin (using mainwin actions to feed the settings)
- add some error checking code
------------------------------------------------------------------------
r1440 | matevz | 2016-04-08 23:36:45 +0200 (Fr, 08. Apr 2016) | 2 Zeilen
Unified Edit mode with Select mode. Default mode now is Edit mode.
------------------------------------------------------------------------
r1441 | matevz | 2016-04-08 23:54:49 +0200 (Fr, 08. Apr 2016) | 2 Zeilen
Fixed missing uiSelectMode in CAActionStorage.
------------------------------------------------------------------------
r1442 | matevz | 2016-04-09 01:36:24 +0200 (Sa, 09. Apr 2016) | 2 Zeilen
Fixed showing selection area, if a user had a shaky hand.
------------------------------------------------------------------------
r1443 | suamor | 2016-04-09 14:39:43 +0200 (Sa, 09. Apr 2016) | 1 Zeile
Update of Tools, Instructions
------------------------------------------------------------------------
r1444 | suamor | 2016-04-09 14:43:26 +0200 (Sa, 09. Apr 2016) | 1 Zeile
Add more swig version check
------------------------------------------------------------------------
r1445 | matevz | 2016-04-10 00:57:50 +0200 (So, 10. Apr 2016) | 2 Zeilen
Added initial sphinx stubs for the User's Guide.
------------------------------------------------------------------------
r1446 | matevz | 2016-04-10 08:08:54 +0200 (So, 10. Apr 2016) | 2 Zeilen
Migrated English user's guide to sphinx.
------------------------------------------------------------------------
r1447 | itsgeorg | 2016-04-10 10:50:16 +0200 (So, 10. Apr 2016) | 2 Zeilen
Cleanup
------------------------------------------------------------------------
r1448 | matevz | 2016-04-10 10:55:23 +0200 (So, 10. Apr 2016) | 2 Zeilen
Migrated Slovenian user's guide to sphinx.
------------------------------------------------------------------------
r1449 | suamor | 2016-04-10 11:08:44 +0200 (So, 10. Apr 2016) | 1 Zeile
Fix crash when inserting note on empty bar line when already having edited some notes on a different bar line
------------------------------------------------------------------------
r1450 | suamor | 2016-04-10 12:55:16 +0200 (So, 10. Apr 2016) | 1 Zeile
Known issues with action editing (Keyboard/Midi)
------------------------------------------------------------------------
r1451 | suamor | 2016-04-10 13:21:40 +0200 (So, 10. Apr 2016) | 6 Zeilen
CMakeList.txt: Unfortunately until 3.0.7 the python script cxx file still was stored in scripting folder
ActionEditor: Fix columns (numbers are directly used for column position)
ActionEditor: Conflicts columns will not be used (remove some code)
ActionEditor: Read command directly
ActionEditor: Add missing midi shortcut table column
------------------------------------------------------------------------
r1452 | suamor | 2016-04-10 13:36:39 +0200 (So, 10. Apr 2016) | 1 Zeile
Add check for alsa on Linux for rtmidi; fix Qt5 version
------------------------------------------------------------------------
r1453 | suamor | 2016-04-10 14:00:16 +0200 (So, 10. Apr 2016) | 1 Zeile
Remove ampersand from command name when it is shown in the actioneditor's table
------------------------------------------------------------------------
r1454 | matevz | 2016-04-10 14:07:32 +0200 (So, 10. Apr 2016) | 6 Zeilen
Fixed old GUI bug: On Undo, it draws as the first voice is selected (the LCD number still shows A).
Fixed old GUI bug: On New document, a quarter shadow note is shown as selected, but different note might be selected in the toolbar.
On first Escape, the selection is cleared. On second Escape, we a context is deselected.
Fixed old GUI bug: Note checker not activated on Undo.
Fixed console logging: No mode handled.
------------------------------------------------------------------------
r1455 | suamor | 2016-04-11 21:32:08 +0200 (Mo, 11. Apr 2016) | 1 Zeile
Mark whole line when selecting a shortcut entry
------------------------------------------------------------------------
r1456 | suamor | 2016-04-16 16:18:55 +0200 (Sa, 16. Apr 2016) | 4 Zeilen
Add parts of class ShortcutGetter
Activate editShortCut method
Use ShortCutGetter for editing shortcuts for now ("USE_SHORTCUTGETTER")
------------------------------------------------------------------------
r1457 | matevz | 2016-04-17 01:26:25 +0200 (So, 17. Apr 2016) | 9 Zeilen
Fixed edit text hiding when clicked on an existing music element.
Fixed Text/Lyrics/Bookmarks saving when clicked outside of the text edit. Only Esc key explicitly cancels the editing.
Fixed editing bookmarks.
Fixed Text/Lyrics/Bookmarks lost when switching from Insert mode to Edit mode without confirming text edit content.
Added panning the view forward when writing lyrics at the end of the screen.
Added behaviour to text edit: Blank content deletes the text element.
------------------------------------------------------------------------
r1458 | matevz | 2016-04-17 23:43:15 +0200 (So, 17. Apr 2016) | 2 Zeilen
Fixed main window screenshot to 350px for the user's guide.
------------------------------------------------------------------------
r1459 | matevz | 2016-04-22 22:20:00 +0200 (Fr, 22. Apr 2016) | 2 Zeilen
Lyrics, text and bookmarks: Text edit shows on mouse release to allows multiple selection.
------------------------------------------------------------------------
r1460 | matevz | 2016-04-23 23:34:46 +0200 (Sa, 23. Apr 2016) | 2 Zeilen
Migrated Norwegian user's guide to Sphinx.
------------------------------------------------------------------------
r1461 | matevz | 2016-04-23 23:46:37 +0200 (Sa, 23. Apr 2016) | 2 Zeilen
New user's guide readme.
------------------------------------------------------------------------
r1462 | matevz | 2016-04-23 23:48:55 +0200 (Sa, 23. Apr 2016) | 2 Zeilen
Implemented new built-in User's guide using the web engine provided by Qt.
Removed QT_HELP dependency from CMakeLists.
------------------------------------------------------------------------
r1463 | matevz | 2016-04-23 23:50:10 +0200 (Sa, 23. Apr 2016) | 1 Zeile
CAHelpBrowser cleanups.
------------------------------------------------------------------------
r1464 | matevz | 2016-04-23 23:51:54 +0200 (Sa, 23. Apr 2016) | 2 Zeilen
Removed obsolete User's guide.
------------------------------------------------------------------------
r1465 | matevz | 2016-04-23 23:52:44 +0200 (Sa, 23. Apr 2016) | 2 Zeilen
Removed obsolete User's guide readme.
------------------------------------------------------------------------
r1466 | matevz | 2016-04-25 22:18:18 +0200 (Mo, 25. Apr 2016) | 4 Zeilen
Fixed user's guide theming for Sphinx 1.3.6.
Fixed English user's guide url syntax.
------------------------------------------------------------------------
r1467 | matevz | 2016-04-25 23:16:45 +0200 (Mo, 25. Apr 2016) | 2 Zeilen
Fixed insert playable icon to be more meaningful.
------------------------------------------------------------------------
r1468 | matevz | 2016-04-25 23:25:18 +0200 (Mo, 25. Apr 2016) | 1 Zeile
Fixed QWebEngine dependencies on Qt5.5.
------------------------------------------------------------------------
r1469 | matevz | 2016-04-26 00:24:03 +0200 (Di, 26. Apr 2016) | 7 Zeilen
Fixed toolbars: When inserting clefs, time sigs, key sigs etc. the voice toolbar should not be visible.
Fixed fake text edit, if adding a text illegaly to non-playable element.
Fixed text edit popping back up, when switching from insert to edit mode.
Show text edit when exactly one element is selected, otherwise, confirm any opened text edits and hide it.
Internals: CAMainWin.insertMusElementAt( const QPoint coords, CAScoreView *v ) now returns bool on success.
Internals: Added CAText comment on lilypond issues.
------------------------------------------------------------------------
r1470 | suamor | 2017-05-19 09:21:04 +0200 (Fr, 19. Mai 2017) | 1 Zeile
Streamline Translation with 5.6 (use official macros); remove webkit support (broken, not supported on > 5.6 anyway); add check for webengine; fix crash in pluginmanager when no plugins are available
------------------------------------------------------------------------
r1471 | suamor | 2017-05-19 19:07:19 +0200 (Fr, 19. Mai 2017) | 1 Zeile
Add local installation for testing; Update Readme for build folder instructions; add new test chapter to Readme;
------------------------------------------------------------------------
r1472 | suamor | 2017-05-19 21:09:47 +0200 (Fr, 19. Mai 2017) | 1 Zeile
Fix missing creation of template file issue
------------------------------------------------------------------------
r1473 | suamor | 2017-05-19 21:40:54 +0200 (Fr, 19. Mai 2017) | 1 Zeile
Fix missing creation of other ts files issue; unfortunately this way additionally ts files are created (not to be used, duplicates)
------------------------------------------------------------------------
r1475 | suamor | 2017-05-20 18:04:42 +0200 (Sa, 20. Mai 2017) | 1 Zeile
Add build src path to includes
------------------------------------------------------------------------
r1476 | suamor | 2017-05-20 23:53:46 +0200 (Sa, 20. Mai 2017) | 1 Zeile
Fix cmake prefix path in examples
------------------------------------------------------------------------
r1477 | suamor | 2017-05-21 21:31:55 +0200 (So, 21. Mai 2017) | 1 Zeile
Updates to several tet files; Version Update; Fix for translation binary path; Add Dev Install prefix on Release build
------------------------------------------------------------------------
r1478 | suamor | 2017-05-22 13:40:21 +0200 (Mo, 22. Mai 2017) | 1 Zeile
Update of debian files
------------------------------------------------------------------------
r1479 | suamor | 2017-05-22 13:41:54 +0200 (Mo, 22. Mai 2017) | 1 Zeile
Debreate base file for easier creating of deb package
------------------------------------------------------------------------
r1480 | suamor | 2017-05-22 14:19:59 +0200 (Mo, 22. Mai 2017) | 1 Zeile
Add chapter for shipped binaries
------------------------------------------------------------------------
r1481 | suamor | 2017-05-22 20:54:34 +0200 (Mo, 22. Mai 2017) | 1 Zeile
Fixes for dbp, mainly new files
------------------------------------------------------------------------
r1482 | matevz | 2018-04-04 22:02:47 +0200 (Mi, 04. Apr 2018) | 2 Zeilen
Fixed if/for guard compilation errors under GCC 7.2.
------------------------------------------------------------------------
r1483 | matevz | 2018-04-04 22:08:07 +0200 (Mi, 04. Apr 2018) | 2 Zeilen
Updated README for the latest Ubuntu dependencies.
------------------------------------------------------------------------
r1484 | matevz | 2018-04-24 00:26:01 +0200 (Di, 24. Apr 2018) | 2 Zeilen
Fixed bug #28 unknown file format when opening recent files and saving.
------------------------------------------------------------------------
r1485 | matevz | 2018-04-26 01:33:21 +0200 (Do, 26. Apr 2018) | 3 Zeilen
Fixed bug #36 can't make a slur, if non-playable on first note.
Fixed support for nested slurs/phrasing slurs.
------------------------------------------------------------------------
r1486 | matevz | 2018-05-30 21:49:55 +0200 (Mi, 30. Mai 2018) | 2 Zeilen
Fixed bug #35 key signature-based transposition doesn't work down.
------------------------------------------------------------------------
r1487 | matevz | 2018-05-30 22:40:44 +0200 (Mi, 30. Mai 2018) | 2 Zeilen
Fixed detailed barline rendering position.
------------------------------------------------------------------------
r1488 | suamor | 2018-06-04 20:55:34 +0200 (Mo, 04. Jun 2018) | 1 Zeile
Updated build info for Qt5.x; Updated Changes; New version for Release
------------------------------------------------------------------------
r1490 | matevz | 2018-06-07 01:07:41 +0200 (Do, 07. Jun 2018) | 2 Zeilen
Updated Ubuntu dependencies for the latest version.
------------------------------------------------------------------------
r1491 | matevz | 2018-06-07 11:51:02 +0200 (Do, 07. Jun 2018) | 4 Zeilen
Fixed bug #30 voice number not updated when using tab key to walk over voices.
Added support for walking through contexts using tab key.
------------------------------------------------------------------------
r1492 | matevz | 2018-06-07 12:29:16 +0200 (Do, 07. Jun 2018) | 2 Zeilen
Set new MusicXML format (.xml -> .musicxml).
------------------------------------------------------------------------
r1493 | matevz | 2018-06-07 12:36:12 +0200 (Do, 07. Jun 2018) | 2 Zeilen
Changed MusicXML extensions of examples.
------------------------------------------------------------------------
r1494 | matevz | 2018-06-07 12:58:20 +0200 (Do, 07. Jun 2018) | 5 Zeilen
Fixed bug #32 lilypond export: text and tempo on same note doesn't compile.
Refactored CALilyPondExport: Separate exportMarksAfterElement and exportMarksBeforeElement.
Added lilypond-tempo-mark-text test.
------------------------------------------------------------------------
r1495 | suamor | 2018-06-07 13:38:36 +0200 (Do, 07. Jun 2018) | 2 Zeilen
Add ZIP library (based in miniz from https://github.com/kuba--/zip). Fix C++ specific compiling issues (missing braces).
------------------------------------------------------------------------
r1496 | suamor | 2018-06-07 22:29:40 +0200 (Do, 07. Jun 2018) | 2 Zeilen
Fix #8 Menu Shortcuts with ALT missing
------------------------------------------------------------------------
r1497 | suamor | 2018-06-07 22:33:48 +0200 (Do, 07. Jun 2018) | 2 Zeilen
Fix #8: Menu Shortcuts with ALT missing
------------------------------------------------------------------------
r1498 | matevz | 2018-06-07 22:41:05 +0200 (Do, 07. Jun 2018) | 4 Zeilen
Refactoring: Moved key signature manipulation UI from
CADrawableKeySignature to new CAKeySignatureUI.
Made ordering of key signature items oblivious to number of accidentals.
------------------------------------------------------------------------
r1499 | matevz | 2018-06-07 22:55:52 +0200 (Do, 07. Jun 2018) | 2 Zeilen
Fixed bug #3 [ Bug #12746 ] order of keys.
------------------------------------------------------------------------
r1500 | matevz | 2018-06-07 23:01:35 +0200 (Do, 07. Jun 2018) | 3 Zeilen
Set both source and destionation key signature to autodetected values
when transposing.
------------------------------------------------------------------------
r1501 | matevz | 2018-06-08 10:34:42 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Fixed bug #27 accidentals not shown in the second voice over barline.
------------------------------------------------------------------------
r1502 | matevz | 2018-06-08 10:42:46 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Dotted barline should not introduce a new bar.
------------------------------------------------------------------------
r1503 | matevz | 2018-06-08 10:52:24 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Do not count dotted barlines when enumerating bars.
------------------------------------------------------------------------
r1504 | suamor | 2018-06-08 13:43:24 +0200 (Fr, 08. Jun 2018) | 4 Zeilen
Do not show Debug Output when Release is build
Prevent debug messages shown in release in mainwin
Fix warnings concerning nullptr and unused method parameters
------------------------------------------------------------------------
r1505 | matevz | 2018-06-08 13:56:59 +0200 (Fr, 08. Jun 2018) | 4 Zeilen
Implemented feature #24 Go to bar.
Refactoring in the bar numbering computation for drawing scoreview
ruler.
------------------------------------------------------------------------
r1506 | matevz | 2018-06-08 14:06:02 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Fixed feature #32 replace repeat mark icon by volta.
------------------------------------------------------------------------
r1507 | matevz | 2018-06-08 14:18:53 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Fixed wrong debugging output for Volta repeat marks.
------------------------------------------------------------------------
r1508 | matevz | 2018-06-08 15:43:35 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Forgot to update actionstorage.cpp for feature #24.
------------------------------------------------------------------------
r1509 | matevz | 2018-06-08 19:34:40 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Added missing jumptoview resources to CMakeLists.txt.
------------------------------------------------------------------------
r1510 | itsgeorg | 2018-06-08 21:57:15 +0200 (Fr, 08. Jun 2018) | 1 Zeile
Volta hack description removed.
------------------------------------------------------------------------
r1511 | matevz | 2018-06-08 22:25:59 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Added hint at the beggining of CMakeLists.txt how to configure Canorus in debug mode from CLI.
------------------------------------------------------------------------
r1512 | matevz | 2018-06-08 22:28:18 +0200 (Fr, 08. Jun 2018) | 4 Zeilen
Fixed deletion of .ts files when calling make clean.
FIxed installation of .qm files.
Removed some debugging messages during cmake.
------------------------------------------------------------------------
r1513 | matevz | 2018-06-08 22:39:16 +0200 (Fr, 08. Jun 2018) | 3 Zeilen
Fixed Swig ADD_SWIG_MODULE obsolete warning in cmake.
Removed some swig debugging output when running cmake.
------------------------------------------------------------------------
r1514 | matevz | 2018-06-08 23:09:58 +0200 (Fr, 08. Jun 2018) | 2 Zeilen
Show MIDI settings dialog on startup, if the number of MIDI devices changed from the previous session.
------------------------------------------------------------------------
r1515 | suamor | 2018-06-09 13:19:42 +0200 (Sa, 09. Jun 2018) | 2 Zeilen
Updated german translation
------------------------------------------------------------------------
r1516 | suamor | 2018-06-09 13:54:03 +0200 (Sa, 09. Jun 2018) | 2 Zeilen
Add working directory to have find translation files in build folder
------------------------------------------------------------------------
r1517 | suamor | 2018-06-09 13:57:52 +0200 (Sa, 09. Jun 2018) | 2 Zeilen
Fix #11 by making dialog resizable and enabling resize grub button
------------------------------------------------------------------------
r1518 | matevz | 2018-06-09 15:03:34 +0200 (Sa, 09. Jun 2018) | 2 Zeilen
Made Qt5WebEngine optional. If not installed, desktop web browser is launched for showing user's guide.
Updated Readme.txt for compiling Canorus on Windows.
------------------------------------------------------------------------
r1519 | matevz | 2018-06-09 15:33:00 +0200 (Sa, 09. Jun 2018) | 2 Zeilen
Fixed Qt5WebEngine compilation errors on Linux.
------------------------------------------------------------------------
r1520 | matevz | 2018-06-09 15:37:33 +0200 (Sa, 09. Jun 2018) | 2 Zeilen
Fixed crash when double clicking for adding a new sheet.
------------------------------------------------------------------------
r1521 | matevz | 2018-06-09 16:34:26 +0200 (Sa, 09. Jun 2018) | 2 Zeilen
Added two more test cases.
------------------------------------------------------------------------
r1522 | itsgeorg | 2018-06-09 23:41:13 +0200 (Sa, 09. Jun 2018) | 1 Zeile
Repeat and volta prerequisites for lilypond export.
------------------------------------------------------------------------
r1523 | matevz | 2018-06-10 00:23:55 +0200 (So, 10. Jun 2018) | 2 Zeilen
Updated Slovenian translation.
------------------------------------------------------------------------
r1524 | matevz | 2018-06-10 01:15:11 +0200 (So, 10. Jun 2018) | 2 Zeilen
Show bar length error, also for first partial bar, if it is too long.
------------------------------------------------------------------------
r1525 | matevz | 2018-06-10 01:30:29 +0200 (So, 10. Jun 2018) | 2 Zeilen
Show bar length error, also for first partial bar, if it is too long.
------------------------------------------------------------------------
r1526 | matevz | 2018-06-10 01:42:19 +0200 (So, 10. Jun 2018) | 2 Zeilen
Renamed Goto bar... -> Jump to...
------------------------------------------------------------------------
r1527 | matevz | 2018-06-10 01:44:10 +0200 (So, 10. Jun 2018) | 3 Zeilen
Fixed bug #33 wrong auto barline on last triplet note.
Do not place autobars, if inserting notes in the middle of the score.
------------------------------------------------------------------------
r1528 | suamor | 2018-06-10 21:45:44 +0200 (So, 10. Jun 2018) | 2 Zeilen
Add support for importing mxl files with META-INF (others do not work)
------------------------------------------------------------------------
r1529 | matevz | 2018-06-14 10:57:01 +0200 (Do, 14. Jun 2018) | 2 Zeilen
Added Ctrl+T shortcut for transpose.