Changelog for
rosegarden-17.12-bp151.3.2.x86_64.rpm :
* Mon Jan 29 2018 sndirschAATTsuse.com- removed unneeded \'BuildRequires: xorg-x11-util-devel\' (bsc#1077489)
* Fri Jan 19 2018 davejplaterAATTgmail.com- Update to release 17.12 and removed incorporated svnheader.patch- Upstream changes:
* Bug Fixes Fix progress dialog lockups in KDE (bug #1546) Fix disappearing lyrics in lyrics editor (bug #1547) Fix bug #1548: Last syllable of lyrics is not copied between two linked segments. Fix bug #1550: Crash with lyric editor and linked segments Fix bug #1551: No sound from an audio file when pressing rewind then play. Fix bug #1549: Matrix Editor: Velocity ruler not updated correctly when changing velocity using the velocity tool Fix alias change not updating label on the audio instrument parameters. Fix miscellaneous cosmetic issues related to the ThornStyle upgrade. Fix time mode toolbar buttons on the Event List and other windows. Fix incorrect window titles on the preferences and document properties windows. Fix garbage property names in Event Edit window. Display velocities modified from the velocity ruler in the status bar for the notation editor. Fix bug #1552: Rosegarden fails to build with cmake-3.9.0. Fix crash when launching plugin dialog introduced by r14648. Fix external controller audio volume/pan bug Fix crash in rulers when pressing mouse buttons Export to LilyPond as a repeat sequence several consecutive linked segments is now possible (bug #1470) Fix duplicate connection in initial autoload Fix crash when exporting to LilyPond. (bug #1553 Fix lilypond options dialog too big.
* New Features Add “Use track name for new segments” preference.
* Sat Aug 26 2017 davejplaterAATTgmail.com- Work around cmake-3.9.0 bug with upstream patch svnheader.patch- See https://sourceforge.net/p/rosegarden/bugs/1552/ and https://gitlab.kitware.com/cmake/cmake/issues/17222.
* Fri Apr 21 2017 davejplaterAATTgmail.com- Update to release 17.04 codename \"Twice in a blue moon\".- Removed rosegarden-fix-crash.patch fix is in this version.- Rebased rosegarden-10.10-filepaths.patch.- Upstream changes:
* Bug Fixes
* Fix memory leak: delete StartupLogo when closing it.
* Add compilation fix for Ubuntu 16.04.01 LTS.
* TrackParameterBox: Fix initial track label problem.
* Fix #1534: Send channel setup when output is changed.
* TrackParameterBox: Make color combo visible for audio tracks.
* autoload: Fix audio track colors.
* Fix #1532: Crash when trying to edit a triggered segment.
* Fix #1536: Crash on dangling Instrument IDs.
* Fix “Always use default studio” stickiness.
* Fix #1538: No sound when entering notes with keyboard.
* Fix time stamp bug in MIDI file export.
* Improve progress dialogs throughout the application.
* Repair control rulers in Qt 5 builds.
* Cleanup incorrect name and filter during audio file export.
* Fix compilation with -DQT_STRICT_ITERATORS.
* Fix compilation without jack.
* Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation accordingly.
* Fix “all piano” issue with empty connections.
* Fix MIDI import connection problem.
* Fix a bug in the parallels checker, bug #1544.
* Fix #1491 Xruns on exit.
* Fix wait cursor.
* New Features
* Hide unused frames for audio tracks in track parameters.
* Improve handling of collapsing frames in track parameters and document properties.
* Track 20 recent files, rather than 10.
* Replace stylesheet with custom QStyle.
* Sun Nov 13 2016 davejplaterAATTgmail.com- Use %mime_database_post macro instead of calling direct.
* Sun Oct 16 2016 davejplaterAATTgmail.com- Added rosegarden-fix-crash.patch to fix rosegarden bug: https://sourceforge.net/p/rosegarden/bugs/1536/
* Wed Jul 20 2016 davejplaterAATTgmail.com- Update to release 16.06, codename \"Rhapsody in Blue\".- Removed rosegarden-16.02-gcc6.patch, fixed in this version.- Refreshed rosegarden-10.10-filepaths.patch- Upstream changes:
* Bug Fixes Avoid deleting softsynths when importing banks Avoid drawing segment note previews outside the segment borders (#1513). Avoid edit views stealing focus from main window in Qt5 (#1508) Hide splash screen if still visible when showing file load errors. Constrain transpose to the usable 0-127 pitch range (#1415). The “Accidentals in one bar…” preference is now considered for previewing accidentals when inserting notes in notation editor. Fix color of cautionary accidental in preview or selection. Improve the split and tie long notes at bar lines function to cover certain edge cases (#1517). Avoid changing stem direction in the middle of a beaming group in on-screen rendering or LilyPond export. Lilypond export: respect beams for grace notes too. They were incorrectly understood as a chord, because they are all at the same absolute time. Fix undesired channel cleaning at start of second segment (#1516). AudioPluginManager: Fix broken plugins Keep plugins dialog from growing unnecessarily Fix selecting legato type would skip to notation on relaunch on quantize parameters. Fix add articulations wouldn\'t restore on relaunch in grid mode only on quantize parameters. Fix channel setup conflicts when daisy chaining
* New Features Lock files so only one Rosegarden instance can edit a particular file at any one time. New Layer From Selection function to make it easier to resolve overlapping polyphonic voices by hand (this function does not undo cleanly). Multi-track solo mode. Archive mode.
* Tue Jun 21 2016 davejplaterAATTgmail.com- Added upstream rosegarden-16.02-gcc6.patch to fix gcc6 build see boo#985242
* Mon Mar 21 2016 davejplaterAATTgmail.com- Added requires and reccomends for packages needed by rosegarden.
* Sun Mar 20 2016 davejplaterAATTgmail.com- Enable QT5 build for openSUSE:Leap:42.1- Remove obsolete Provides for old rosegarden4 and rosegarden-qt4
* Sat Mar 19 2016 crrodriguezAATTopensuse.org- make the QT5 switch only In Tumbleweed and future products.
* Fri Mar 18 2016 crrodriguezAATTopensuse.org- Build against QT5 in openSUSE 13.2 or later- Only provide rosegarden-qt4 in old products with QT4.
* Thu Mar 03 2016 davejplaterAATTgmail.com- Update to version 16.02 codenamed \"Querida\"- Now uses cmake to build, adjusted spec file.- Upstream changes and bug fixes:
* Bug Fixes Fix #1486,involving interacting with the loaded document while in the middle of loading a new one. Fix scroll bar refresh problem after adding segments. Make it possible to disable LIRC, even when it\'s detected. Correct the install location of data files on some platforms Fix scrollbar problem after inserting segments Fix handling of segment labels when copying/pasting segments Reduce number of undo/redo events on the stack for some user actions (one action one undo instead of one action two or more undos). Various tweaking and twiddling of tooltips, context sensitive help, and layout spacing. Fix notation editor context menu (#1492) Fix notation editor crash on double middle click (#1493) Fix label issue with drag copy undo. Bug #1450. Undo after ctrl+drag copy now restores the proper label to the original segment. Fix Insert Controller Sequence (Bug #1478) Previously, in the NotationView, adding a controller sequence where there were no matching controller sequences would reset the start time of the segment to 0. Now it leaves the segment start time alone. Fix #1478: Segments extended to the beginning after adding controller sequence. Fix refresh bug introduced by r14441 At file load time, only a single set of CCs goes out (#1480) Add “Allow Reset All Controllers” to preferences. This fixes bug #1485 and is related to bug #1480. Fix #1504.THRU routing responds to Track Parameters changes instantly.
* New Features Add the capability to store any number of comments pages in the composition. This allow the translation of the notes displayed in a popup dialog when the document is loaded. The comment page whose name matches the locale language code is displayed. Add a French translation to the comment embedded in lilypond-alternative-endings_new-way.rg example file. When using the mouse to enter notation, you see a preview of the note that you will enter if you click the button. New mouse quick entry mode: The mouse wheel can be used to select the note or rest duration. A mouse mid click switches between note and rest insert mode Holding the Shift key while entering a note adds a sharp Holding the Control key while entering a note adds a flat Holding Shift + Ctrl while entering a note adds a natural Implement track-by-track THRU routing. The Recording filters “Thru Routing” field in the Track Parameters box is now fully functional. The Studio → MIDI Through Routing menu option has been removed.
* Tue Dec 15 2015 davejplaterAATTgmail.com- Update to version 15.10.2 and refresh patches.- Upstream changes see http://rosegardenmusic.com/wiki/dev:15.10
* Sat Aug 29 2015 tom.mbrtAATTgooglemail.com- Update to 14.12: + Bug Fixes: - Fix translation bug #1423 via patch from Stuart Prescott; update all translations. (r13665) - Position pointer now moves to the end of paste to allow repeated pasting of segments. (r13667) - Fix recording of zero-length events (Bug #1365, r13672) - Add MuPDF and ePDFView to supported PDF viewers (Thomas Kaeding, r13673) - Disable destructive actions in playback/record (Bug #837, r13676) - Numerous fixes to opening http and ftp URLs bydrag/drop. With help from Tim Munro. (r13704, r13705, r13706, r13712) - Several Qt5 related patches from Tim Munro. - Set note-off velocity to 64 as recommended by the MIDI spec. (Bug #1426, r13710) - Set default volume to 100 in rgd files (r13794) - Add support for and prefer xdg-open for opening PDF files + New Features: - You can enter text dynamics from “d05” to “d125” counting by 5 to get these velocities interpreted directly as written (Fernando Martin, r13666)
* Sat Nov 29 2014 Led
- fix bashisms in scripts- add patches:
* rosegarden-14.02-fix-bashisms.patch