2022-03-28 06:29:45 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Mar 27 19:52:36 UTC 2022 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- switch to the more performant zstd
|
|
|
|
|
- Update to version 21.12:
|
|
|
|
|
* add label for keyboard layout
|
|
|
|
|
* fix spelling and config group
|
|
|
|
|
* SD: Tweak text and spacing
|
|
|
|
|
* fix keyboard shortcuts on restart
|
|
|
|
|
* remove labels from ShortcutDialog
|
|
|
|
|
* mark keyboard translations
|
|
|
|
|
* update keyboard translations
|
|
|
|
|
* updates wiht multiselect and reset all
|
|
|
|
|
* correct french keyboard for shortcut translations
|
|
|
|
|
* add french keyboard for shortcut translations
|
|
|
|
|
* Improve plugin debug logging
|
|
|
|
|
* fix language problem for saving user shortcuts
|
|
|
|
|
* allow for different keyboard layouts. Bug fixes
|
|
|
|
|
* simplify ShortcutWarnDialog
|
|
|
|
|
* fix warning bug
|
|
|
|
|
* fix bug in addUserShortcut
|
|
|
|
|
* use name in shortcut editor if no text is provided
|
|
|
|
|
* catch escape key in ShortcutDelegate so esc can be set as a shortcut
|
|
|
|
|
* limit to single key press in ShortcutDelegate
|
|
|
|
|
* clean up ShortcutDialog
|
|
|
|
|
* initial ShortcutDialog version with in-place keysequnece editing
|
|
|
|
|
* enter does not accept ShortcutDisalog
|
|
|
|
|
* Locate Audio Files: Turn off wait cursor
|
|
|
|
|
* Implement missing audio file skip
|
|
|
|
|
* FLD: Add Skip button
|
|
|
|
|
* fix display bugs in matrix editor
|
|
|
|
|
* Shortcuts: Reduce debugging output
|
|
|
|
|
* Shortcuts: Update dialog message text
|
|
|
|
|
* disable debug output and remove trailing white spaces
|
|
|
|
|
* fix memory problem
|
|
|
|
|
* add OK/Cancel to ShortcutDialog
|
|
|
|
|
* Use QString::startsWith() for older Qt
|
|
|
|
|
* cmake: Use find_library for JACK
|
|
|
|
|
* Use QString::endsWith(), even better
|
|
|
|
|
* layout for scrollbar
|
|
|
|
|
* use QScrollArea in ShortcutWarnDialog
|
|
|
|
|
* Use at() for compatibility with older Qt
|
|
|
|
|
* additional features for ShortcutDialog
|
|
|
|
|
* ShortcutWrnDialog functional
|
|
|
|
|
* extend ShortcutWarnDialog
|
|
|
|
|
* allow for removing all shortcuts
|
|
|
|
|
* progress on ShortcutWarnDialog
|
|
|
|
|
* fix bug reading shortcuts from xml
|
|
|
|
|
* bug fixes
|
|
|
|
|
* remove unused getShortcuts menthods
|
|
|
|
|
* update shortcut edit
|
|
|
|
|
* fix crash + tidy up
|
|
|
|
|
* update ShortcutDialog for warnings
|
|
|
|
|
* activate user shortcuts
|
|
|
|
|
* change info data to key map
|
|
|
|
|
* prepare for whortcut warnings
|
|
|
|
|
* improve edit function
|
|
|
|
|
* further progress on shortcut editor
|
|
|
|
|
* further preparation for edit
|
|
|
|
|
* add KeySequenceEdit
|
|
|
|
|
* update preparation for edit
|
|
|
|
|
* Allow cancel of forced save
|
|
|
|
|
* Allow cancel when trying to record audio
|
|
|
|
|
* AFM: Reset recent files on save
|
|
|
|
|
* allow for shortcut translations
|
|
|
|
|
* autoload: Add more controller colors
|
|
|
|
|
* AIPP: Fix instrument label look and tooltip
|
|
|
|
|
* Remove InstrumentAliasButton
|
|
|
|
|
* AIFF: Edit label on click
|
|
|
|
|
* make tree non editable
|
|
|
|
|
* qt6: Correct use of QString::back()
|
|
|
|
|
* German translation update from Michael Stockinger
|
|
|
|
|
* CollapseNotesCommand - do not call makeNotesViable from matrix command
|
|
|
|
|
* dialog showing all shortcuts
|
|
|
|
|
* first attempt at a shortcut dialog
|
|
|
|
|
* Change default audio path
|
|
|
|
|
* Audio file not found, part 2
|
|
|
|
|
* Cleanup
|
|
|
|
|
* Audio file not found, part 1
|
|
|
|
|
* Comments
|
|
|
|
|
* XMLReader: Fix ignoring of parsing errors
|
|
|
|
|
* Handle some less likely audio path use cases
|
|
|
|
|
* AMF: Add support for double-dot (..)
|
|
|
|
|
* Clean up tr()
|
|
|
|
|
* AFM: Handle permissions issues on move
|
|
|
|
|
* AudioPropertiesPage update part 2
|
|
|
|
|
* AudioPropertiesPage update part 1
|
|
|
|
|
* AFLD: Add custom location edit box
|
|
|
|
|
* AFM: Support custom audio location
|
|
|
|
|
* Add audio location preferences
|
|
|
|
|
* Add Show AFLD to preferences
|
|
|
|
|
* AFLD: Add "don't show" checkbox
|
|
|
|
|
* set pointer position correctly in multi staff notation edit
|
|
|
|
|
* AFLD: Persistence and location enum
|
|
|
|
|
* Add AudioFileLocationDialog
|
|
|
|
|
* Simplify
|
|
|
|
|
* Cleanup
|
|
|
|
|
* Renames
|
|
|
|
|
* Cleanup
|
|
|
|
|
* AFM: Clarify absolute vs. relative paths
|
|
|
|
|
* Cleanup
|
|
|
|
|
* AudioFileManager::save() first draft
|
|
|
|
|
* Cleanup
|
|
|
|
|
* Spline: Fix endless loop
|
|
|
|
|
* set selected staff on note entry
|
|
|
|
|
* use QMessageBox::information in RosegardenDocument.cpp
|
|
|
|
|
* Add Yamaha PSR-220/230 device file
|
|
|
|
|
* Add update-copyright script
|
|
|
|
|
* Update copyright
|
|
|
|
|
* remove warnings from qt 6.2.2
|
|
|
|
|
* Pass QDebug by value to operator<<
|
|
|
|
|
* NotationView: Esc should both unselect and go to select mode
|
|
|
|
|
* Comments
|
|
|
|
|
* Add txt2rgd.py to scripts
|
|
|
|
|
* Cleanup
|
|
|
|
|
* allow preview for all staffs in multiple noation edit
|
|
|
|
|
* remove unused declaration in BeatsBarsDialog.h
|
|
|
|
|
* Move peak files when moving audio
|
|
|
|
|
* Add "move audio files" feature
|
|
|
|
|
* Simplify
|
|
|
|
|
* Comments and shuffling
|
|
|
|
|
* APP: Detect non-writable audio file path
|
|
|
|
|
* APP: Tweak math
|
|
|
|
|
* reset range when looping is switched off (with new loop setting off)
|
|
|
|
|
* Use QLocale to format numbers
|
|
|
|
|
* Cleanup
|
|
|
|
|
* Cleanup
|
|
|
|
|
* Cleanup
|
|
|
|
|
* Cleanup
|
|
|
|
|
* optimization
|
|
|
|
|
* Fix binary data in .rgd files
|
|
|
|
|
* Fix Insert Controller Sequence dialog for volume
|
|
|
|
|
* Update .rg XML file to use excludefromprinting
|
|
|
|
|
* Fix incorrect class name
|
|
|
|
|
* Rename SFNC -> SegmentExcludeFromPrintingCommand
|
|
|
|
|
* SFNC: Invert ForNotation -> ExcludeFromPrinting
|
|
|
|
|
* Change "For Notation" to "Exclude From Printing"
|
|
|
|
|
* Fix volume and pan issues with older .rg files
|
|
|
|
|
* fix bad debug output
|
|
|
|
|
* remove staff argument to clearPreviewNote
|
|
|
|
|
* German translation update from Michael Stockinger
|
|
|
|
|
* Comments
|
|
|
|
|
* Simplify: Use * instead of &
|
|
|
|
|
* Remove unneeded RG_DEBUGs
|
|
|
|
|
* Fix crash on Edit > Delete
|
|
|
|
|
* Notation: Remove copy/cut controller events
|
|
|
|
|
* Notation: Upgrade selection state behavior
|
|
|
|
|
* set modified false before emitting documentModified
|
|
|
|
|
* correct loopset
|
|
|
|
|
* allow reinstate of loop from transport button
|
|
|
|
|
* update default looping behaviour
|
|
|
|
|
* Simplify
|
|
|
|
|
* Notation: Add handling of two selections
|
|
|
|
|
* Remove unused slotRulerSelectionChanged()
|
|
|
|
|
* Remove BasicSelectionCommand class
|
|
|
|
|
* Renames and comments
|
|
|
|
|
* Okular exists in later versions than KDE 4 :-)
|
|
|
|
|
* NoteItem - stop going to timy mode for small bounding rectangle
|
|
|
|
|
* use min/max of time and notation time for renderElements calls
|
|
|
|
|
* fix performance issues
|
|
|
|
|
* do not stop jack transport for auto stop
|
|
|
|
|
* defer looping when whole composition is looping
|
|
|
|
|
* Renames
|
|
|
|
|
* store playback tracking in document
|
|
|
|
|
* Disable menu items when playing
|
|
|
|
|
* TristateCheckBox: Add text ctor
|
|
|
|
|
* NotationView: Revert delete to original behavior
|
|
|
|
|
* Matrix: Remove copy/cut controller events
|
|
|
|
|
* Matrix: Update selection when ruler tab changed
|
|
|
|
|
* Matrix: Enable delete with any selection
|
|
|
|
|
* Matrix: Upgrade selection state behavior
|
|
|
|
|
* Simplify
|
|
|
|
|
* Matrix: Add handling of two selections
|
|
|
|
|
* Notation: Fix delete of selected ruler events
|
|
|
|
|
* Matrix: Fix delete of selected ruler events
|
|
|
|
|
* EraseCommand: Reference -> Pointer
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* RespellCommand: Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* RetrogradeInvertCmd: Remove BasicSelectionCommand
|
|
|
|
|
* RetrogradeCommand: Remove BasicSelectionCommand
|
|
|
|
|
* PlaceControllersCmd: Remove BasicSelectionCommand
|
|
|
|
|
* MaskTriggerCommand: Remove BasicSelectionCommand
|
|
|
|
|
* Remove BasicSelectionCommand
|
|
|
|
|
* ClearTriggersCommand: Remove BasicSelectionCommand
|
|
|
|
|
* ChangeVelocityCmd: Remove BasicSelectionCommand
|
|
|
|
|
* AddDotCommand: Remove BasicSelectionCommand
|
|
|
|
|
* Add EventSelection::empty()
|
|
|
|
|
* Renames and simplification
|
|
|
|
|
* Cleanup
|
|
|
|
|
* Update version to 22.06
|
|
|
|
|
* Updates for version 21.12
|
|
|
|
|
* Update French tranlation
|
|
|
|
|
* Fix crash when restoring rulers in editors
|
|
|
|
|
* Update .ts files for 21.12 (scripts/make-ts)
|
|
|
|
|
* cleanup debug
|
|
|
|
|
* Try to loop entire song with setting
|
|
|
|
|
* dynamic update for whole song loop
|
|
|
|
|
* allow default looping of whole song
|
|
|
|
|
* stop playback at end of last segment in a composition
|
|
|
|
|
|
2021-12-01 11:02:17 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 1 10:52:26 UTC 2021 - Dave Plater <davejplater@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Create _service download file due to the spec file's download
|
|
|
|
|
link becoming unreliable.
|
|
|
|
|
|
2021-11-30 11:11:14 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 30 07:36:40 UTC 2021 - Dave Plater <davejplater@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Only recommend jack to allow pipewire jack to be installed.
|
|
|
|
|
|
2021-11-05 07:39:07 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 3 14:16:24 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Do not build for i586: one of the main dependencies, lilypond, is
|
|
|
|
|
not built for that arch.
|
|
|
|
|
|
2021-08-08 06:27:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 7 16:14:17 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 21.06.1:
|
|
|
|
|
* Fixed a crash when building with Qt 5.14 and above and
|
|
|
|
|
running with multiple monitors (Bug #1599).
|
|
|
|
|
- Changes from version 21.06:
|
|
|
|
|
* New features:
|
|
|
|
|
- Clean Recent Files List in the preferences removes files
|
|
|
|
|
that aren't present on the filesystem from the recent files
|
|
|
|
|
list.
|
|
|
|
|
- Preferences: Add send BS/PC/CCs while looping.
|
|
|
|
|
- Added Segment label to Notation editor.
|
|
|
|
|
- Matrix editor now preserves zoom factor and rulers for each
|
|
|
|
|
Segment in the .rg file. Feature #486.
|
|
|
|
|
- Notation editor now preserves rulers for each Segment in the
|
|
|
|
|
.rg file. Feature #486.
|
|
|
|
|
* Many bug fixes, see
|
|
|
|
|
<https://rosegardenmusic.com/wiki/dev:21.06>.
|
|
|
|
|
|
Accepting request 863941 from home:dirkmueller:branches:multimedia:apps
- update to 20.12:
* Fix QPainterPath compilation error (r15845)
* Fixed several SysEx-related bugs in the Event editor (r15853)
* SysEx load now remembers the last used path.
* SysEx load now strips the F0/F7 bytes from the file when reading.
* SysEx save now remembers the last used path.
* SysEx save now fills in the FileDialog fields correctly.
* SysEx save now adds the F0/F7 bytes to the data before saving.
* Event Editor: Fix garbage on SysEx load error (r15855)
* Event Parameter Dialog: Fix incorrect window title (r15857)
* Fix length of notes added in percussion matrix (r15870)
* Fix compilation error with Qt < 5.8 (r15872, r15896, others)
* Fix issues with ALSA port name matching at file load (r15875,
r15879, r15893-r15895, r15906, r15909)
* Fix "&" in device name renders file unreadable. Bug #1586. (r15886)
* Matrix editor: Fix control rulers not appearing. Bug #1543.
(r15887)
* Event editor: Fix crashes when editing (r15899, r15902, r15903)
* Reduce connection check interval to 1 second (r15912)
* Fix external controller port not working (r15915, r15916, r15919,
r15927, r15929)
* Fix ALSA timer selection persistence (r15936)
* Fix disabled button text color (r15938)
* Fix plugins not found (r15947)
* Send proper CCs out the external controller port for motorized
control surfaces. Bug #1587. (r15952, r15954)
* Fix unwanted CCs going out with old files. Feature #482. (r15961)
* Fix slow load time with many segments. Bug #1589. (r16026)
* Enable/Disable external controller port in the preferences (r15932,
r15946, others)
OBS-URL: https://build.opensuse.org/request/show/863941
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=86
2021-01-18 05:25:15 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2021-07-09 06:23:15 +00:00
|
|
|
|
Fri Jul 9 05:52:38 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add scripts-sf2rg-python3.patch:
|
|
|
|
|
- Port scripts/sf2rg.py to Python 3
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
Accepting request 863941 from home:dirkmueller:branches:multimedia:apps
- update to 20.12:
* Fix QPainterPath compilation error (r15845)
* Fixed several SysEx-related bugs in the Event editor (r15853)
* SysEx load now remembers the last used path.
* SysEx load now strips the F0/F7 bytes from the file when reading.
* SysEx save now remembers the last used path.
* SysEx save now fills in the FileDialog fields correctly.
* SysEx save now adds the F0/F7 bytes to the data before saving.
* Event Editor: Fix garbage on SysEx load error (r15855)
* Event Parameter Dialog: Fix incorrect window title (r15857)
* Fix length of notes added in percussion matrix (r15870)
* Fix compilation error with Qt < 5.8 (r15872, r15896, others)
* Fix issues with ALSA port name matching at file load (r15875,
r15879, r15893-r15895, r15906, r15909)
* Fix "&" in device name renders file unreadable. Bug #1586. (r15886)
* Matrix editor: Fix control rulers not appearing. Bug #1543.
(r15887)
* Event editor: Fix crashes when editing (r15899, r15902, r15903)
* Reduce connection check interval to 1 second (r15912)
* Fix external controller port not working (r15915, r15916, r15919,
r15927, r15929)
* Fix ALSA timer selection persistence (r15936)
* Fix disabled button text color (r15938)
* Fix plugins not found (r15947)
* Send proper CCs out the external controller port for motorized
control surfaces. Bug #1587. (r15952, r15954)
* Fix unwanted CCs going out with old files. Feature #482. (r15961)
* Fix slow load time with many segments. Bug #1589. (r16026)
* Enable/Disable external controller port in the preferences (r15932,
r15946, others)
OBS-URL: https://build.opensuse.org/request/show/863941
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=86
2021-01-18 05:25:15 +00:00
|
|
|
|
Mon Jan 18 00:12:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 20.12:
|
|
|
|
|
* Fix QPainterPath compilation error (r15845)
|
|
|
|
|
* Fixed several SysEx-related bugs in the Event editor (r15853)
|
|
|
|
|
* SysEx load now remembers the last used path.
|
|
|
|
|
* SysEx load now strips the F0/F7 bytes from the file when reading.
|
|
|
|
|
* SysEx save now remembers the last used path.
|
|
|
|
|
* SysEx save now fills in the FileDialog fields correctly.
|
|
|
|
|
* SysEx save now adds the F0/F7 bytes to the data before saving.
|
|
|
|
|
* Event Editor: Fix garbage on SysEx load error (r15855)
|
|
|
|
|
* Event Parameter Dialog: Fix incorrect window title (r15857)
|
|
|
|
|
* Fix length of notes added in percussion matrix (r15870)
|
|
|
|
|
* Fix compilation error with Qt < 5.8 (r15872, r15896, others)
|
|
|
|
|
* Fix issues with ALSA port name matching at file load (r15875,
|
|
|
|
|
r15879, r15893-r15895, r15906, r15909)
|
|
|
|
|
* Fix "&" in device name renders file unreadable. Bug #1586. (r15886)
|
|
|
|
|
* Matrix editor: Fix control rulers not appearing. Bug #1543.
|
|
|
|
|
(r15887)
|
|
|
|
|
* Event editor: Fix crashes when editing (r15899, r15902, r15903)
|
|
|
|
|
* Reduce connection check interval to 1 second (r15912)
|
|
|
|
|
* Fix external controller port not working (r15915, r15916, r15919,
|
|
|
|
|
r15927, r15929)
|
|
|
|
|
* Fix ALSA timer selection persistence (r15936)
|
|
|
|
|
* Fix disabled button text color (r15938)
|
|
|
|
|
* Fix plugins not found (r15947)
|
|
|
|
|
* Send proper CCs out the external controller port for motorized
|
|
|
|
|
control surfaces. Bug #1587. (r15952, r15954)
|
|
|
|
|
* Fix unwanted CCs going out with old files. Feature #482. (r15961)
|
|
|
|
|
* Fix slow load time with many segments. Bug #1589. (r16026)
|
|
|
|
|
* Enable/Disable external controller port in the preferences (r15932,
|
|
|
|
|
r15946, others)
|
|
|
|
|
* Transport buttons (play, stop, etc...) on MIDI controllers are now
|
|
|
|
|
supported so long as they use Pro Tools standard CCs (110-118).
|
|
|
|
|
Feature #423. (r15962-r15964)
|
|
|
|
|
* Korg nanoKONTROL2 support (r15994-r16013, r16015, r16016, r16021)
|
|
|
|
|
* Icon Loader (r15862-r15865, r15868)
|
|
|
|
|
* New ExternalController class (r15922)
|
|
|
|
|
* Preferences dialog (r15939-r15944)
|
|
|
|
|
* ALSA MIDI interface (r15975-r15993)
|
|
|
|
|
- remove rosegarden-include-QPainterPath.patch (obsolete)
|
|
|
|
|
|
- update to 20.06:
* Fixed multiple memory leaks (r15684, r15685, etc...)
* Fixed 100% CPU usage when drawing lines in the controller rulers,
bug #1571 (r15705)
* Fixed multiple invalid reads (r15707, r15708)
* Increased the height of the loop ruler, feature #481 (r15718)
* Fixed CCs not going out when playback begins in the middle of
a segment, bug #1560 (r15735)
* Fixed volume and pan CCs always going out even if the controllers
were removed from the Device, feature #482 (r15750)
* Stop sending CCs on ch10 when metronome muted, feature #482
(r15751)
* Fixed a problem with showing pitchbend ruler (r15771)
* Made default for expression CC 127 instead of 100 (r15773)
* Fixed a crash in Audio File Manager, bug #1576 (r15786)
* Fixed a crash when importing .ly as X11/RG21, bug #1579 (r15806)
* Fixed a crash on chords in pitch tracker, bug #1582 (r15835)
* Track height can now be adjusted in the preferences, feature #479
(r15710-r15712, r15737)
* New Segment > Transpose by Semitones... available in the Segment
Canvas, feature #480 (r15715)
* Right-click can now be used in the loop ruler to set the loop,
feature #481 (r15717)
* The current segment label is now displayed in the Matrix editor
when multiple segments have been selected for editing, feature
#470 (r15738-r15740)
* Segment "For Notation" feature, bug #1578 (r15805)
* Source distribution now includes these release notes in a
CHANGELOG file. The release notes will continue to be available
on the wiki as well:
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=85
2020-08-16 21:20:13 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 16 21:19:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 20.06:
|
|
|
|
|
* Fixed multiple memory leaks (r15684, r15685, etc...)
|
|
|
|
|
* Fixed 100% CPU usage when drawing lines in the controller rulers,
|
|
|
|
|
bug #1571 (r15705)
|
|
|
|
|
* Fixed multiple invalid reads (r15707, r15708)
|
|
|
|
|
* Increased the height of the loop ruler, feature #481 (r15718)
|
|
|
|
|
* Fixed CCs not going out when playback begins in the middle of
|
|
|
|
|
a segment, bug #1560 (r15735)
|
|
|
|
|
* Fixed volume and pan CCs always going out even if the controllers
|
|
|
|
|
were removed from the Device, feature #482 (r15750)
|
|
|
|
|
* Stop sending CCs on ch10 when metronome muted, feature #482
|
|
|
|
|
(r15751)
|
|
|
|
|
* Fixed a problem with showing pitchbend ruler (r15771)
|
|
|
|
|
* Made default for expression CC 127 instead of 100 (r15773)
|
|
|
|
|
* Fixed a crash in Audio File Manager, bug #1576 (r15786)
|
|
|
|
|
* Fixed a crash when importing .ly as X11/RG21, bug #1579 (r15806)
|
|
|
|
|
* Fixed a crash on chords in pitch tracker, bug #1582 (r15835)
|
|
|
|
|
* Track height can now be adjusted in the preferences, feature #479
|
|
|
|
|
(r15710-r15712, r15737)
|
|
|
|
|
* New Segment > Transpose by Semitones... available in the Segment
|
|
|
|
|
Canvas, feature #480 (r15715)
|
|
|
|
|
* Right-click can now be used in the loop ruler to set the loop,
|
|
|
|
|
feature #481 (r15717)
|
|
|
|
|
* The current segment label is now displayed in the Matrix editor
|
|
|
|
|
when multiple segments have been selected for editing, feature
|
|
|
|
|
#470 (r15738-r15740)
|
|
|
|
|
* Segment "For Notation" feature, bug #1578 (r15805)
|
|
|
|
|
* Source distribution now includes these release notes in a
|
|
|
|
|
CHANGELOG file. The release notes will continue to be available
|
|
|
|
|
on the wiki as well:
|
|
|
|
|
https://www.rosegardenmusic.com/wiki/start#release_notes
|
|
|
|
|
* PitchBend and Controller Sequence Dialog cleanup (r15662-r15684,
|
|
|
|
|
r15696-r15701, etc...)
|
|
|
|
|
* MappedEventBuffer cleanup (r15719-r15730)
|
|
|
|
|
* Colour removal and ColourMap cleanup (r15795-r15803)
|
|
|
|
|
|
2020-06-03 13:29:54 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 3 12:03:20 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to stable release is 19.12 and add patch to fix factory
|
|
|
|
|
build: rosegarden-include-QPainterPath.patch.
|
|
|
|
|
- Upstream changes:
|
|
|
|
|
*Fix synth plugin Send Test Note button (r15502)
|
|
|
|
|
*Plugin Editor: Fix Send Test Note not sustaining (r15511)
|
|
|
|
|
*Treat Left + Right mouse buttons as Middle button in Matrix and
|
|
|
|
|
Notation editors (r15522)
|
|
|
|
|
*Matrix: Fix no update on delete. Bug #1569. (r15616)
|
|
|
|
|
*Fix missing metronome beat when expanding end during recording
|
|
|
|
|
(r15621)
|
|
|
|
|
*Style: Make QLineEdit text gray when disabled (r15631)
|
|
|
|
|
*Fix transposing keys by interval (r15632)
|
|
|
|
|
*RMW: Reduce calls to leave/enterActionState() (r15641)
|
|
|
|
|
*Matrix Editor: Implement new auto-scroll behavior
|
|
|
|
|
(r15525 - r15544)
|
|
|
|
|
*Segment Canvas: Implement new auto-scroll behavior
|
|
|
|
|
(r15546 - r15551)
|
|
|
|
|
*Notation Editor: Implement new auto-scroll behavior
|
|
|
|
|
(r15553 - r15555)
|
|
|
|
|
*Add –convert command line option (r15607)
|
|
|
|
|
*Add quaver triplet to standard quantizations (r15613)
|
|
|
|
|
*Quantize: Add arbitrary quantization units. Feature #477(r15630)
|
|
|
|
|
*Preferences: Allow dangerous operations during playback. Feature
|
|
|
|
|
#478. (r15643, r15646, r15647, r15651)
|
|
|
|
|
*Add ability to enable metronome during count-in and
|
|
|
|
|
enable/disable during recording. Feature #453. (r15649)
|
|
|
|
|
*Segment Parameters box cleanup (r15562 - r15597, r15604)
|
|
|
|
|
*Replace FastVector with std::vector (r15609)
|
|
|
|
|
*Quantize dialog cleanup (r15611 - r15614,
|
|
|
|
|
r15617 - r15620, r15623 - r15629)
|
|
|
|
|
*Preferences cleanup (r15634 - r15640)
|
|
|
|
|
|
2020-05-08 13:59:02 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 7 13:01:46 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Correct lilypond font requirement for lilypond-2.20.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 19 10:38:14 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Require lilypond fonts instead of lilypond
|
|
|
|
|
|
2020-02-19 08:35:22 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 19 07:36:20 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Remove all traces of python2.
|
|
|
|
|
|
2019-06-10 09:34:16 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 10 09:22:55 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to rosegarden xerxes version 19.06
|
|
|
|
|
- Upstream changes:
|
|
|
|
|
*Bug fixes:
|
|
|
|
|
*Fix potential crashes during playback (r15422)
|
|
|
|
|
*Fix crash when rescaling during playback (r15423)
|
|
|
|
|
*Fix crash when splitting during playback (r15424)
|
|
|
|
|
*Fix horizontal wheel scrolling on segment canvas
|
|
|
|
|
(Bug #1561, r15430)
|
|
|
|
|
*Fix horizontal wheel scrolling on Matrix and Notation editors
|
|
|
|
|
(Bug #1561, r15432)
|
|
|
|
|
*Enable High DPI Scaling (Bug #1565, r15444)
|
|
|
|
|
*Roland-CM-64.rgd: Fix SN-U110-02 perc mappings (r15448)
|
|
|
|
|
*Avoid using null pointers (Bug #1566, r15453)
|
|
|
|
|
*Fix broken right edge auto scroll (Bug #1567, r15462, r15464)
|
|
|
|
|
*Fix crash when adding a Track with no Devices (r15463)
|
|
|
|
|
*Fix numerous memory leaks (r15466, r15470-5, r15477, r15479,
|
|
|
|
|
r15481, etc…)
|
|
|
|
|
*Fix build with Qt5.7 which doesn't have QSharedPointer(nullptr)
|
|
|
|
|
(r15476)
|
|
|
|
|
*SegmentParameterBox:Fix invalid memory access(Bug #1568, r15492)
|
|
|
|
|
*Fix Qt 5.7 QSharedPointer/nullptr build issue (r15493)
|
|
|
|
|
*New Features:
|
|
|
|
|
*Add Ctrl+Space shortcut for record (r15482)
|
|
|
|
|
|
2018-12-18 11:03:05 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 18 10:14:21 UTC 2018 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to release 18.12
|
|
|
|
|
- Include newly added librosegardenprivate.so
|
|
|
|
|
- Upstream changes:
|
|
|
|
|
*Fixed stuck notes on matrix editor (r15283)
|
|
|
|
|
*Fixed some double-gzipped .rgd file (r15344, r15345)
|
|
|
|
|
*Removed support for Qt4 (r15347)
|
|
|
|
|
*Improved support for HiDPI displays (r15349, r15352)
|
|
|
|
|
*Fixed crash when loading composition (r15355)
|
|
|
|
|
*cmake 3.1 or above is now required (r15357)
|
|
|
|
|
*Migrate to C++11 (r15361)
|
|
|
|
|
*Use QLockFile for the document lock file, reducing leftover
|
|
|
|
|
lock file warnings (r15373)
|
|
|
|
|
*Show pointer position on new staff when clicking on a different
|
|
|
|
|
staff (r15382)
|
|
|
|
|
*Fixed wrong warning about “lyric” text type during export.
|
|
|
|
|
(r15392)
|
|
|
|
|
*Fixed some range checks in SequencerDataBlock (r15402)
|
|
|
|
|
|
2018-09-04 11:50:40 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 4 11:22:42 UTC 2018 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to release 18.06.
|
|
|
|
|
- Upstream changes:
|
|
|
|
|
*Manage MIDI Banks and Programs window now uses a scroll area
|
|
|
|
|
instead of tabs. (r15227)
|
|
|
|
|
*Add “Reset to Defaults” button to Track Parameters. (r15241)
|
|
|
|
|
*Standardized scroll wheel behavior. (Feature #445, r15245,
|
|
|
|
|
r15246, r15248, r15265)
|
|
|
|
|
*Notation: Offer spacing up to 400%. (r15266)
|
|
|
|
|
*Notation spacing is now saved to the .rg file. (r15269)
|
|
|
|
|
*Fix misc spelling errors flagged by lintian (Bug #1556, r15149)
|
|
|
|
|
*Fix soft synth tracks not responding to volume fader changes.
|
|
|
|
|
(Bug #1557, r15189)
|
|
|
|
|
*Fix Receive External checkbox not cleared. (r15194)
|
|
|
|
|
*Fix key map popup menu position on the Manage MIDI Banks and
|
|
|
|
|
Programs window. Current key map is now under the mouse as it
|
|
|
|
|
should be. (r15221)
|
|
|
|
|
*Fix a memory leak. (r15235)
|
|
|
|
|
*Fix gray leftovers when going out of Archive. (r15240)
|
|
|
|
|
*Fix Track preset name not loaded from .rg file. (r15242)
|
|
|
|
|
*Fix TrackButtons flicker when switching files. (r15244)
|
|
|
|
|
*Fix vertical zoom reset on the Matrix editor. (r15267)
|
|
|
|
|
*Fix vertical zoom reset on the Notation editor. (r15268)
|
|
|
|
|
|
2018-01-29 14:54:19 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 29 14:35:23 UTC 2018 - sndirsch@suse.com
|
|
|
|
|
|
|
|
|
|
- removed unneeded 'BuildRequires: xorg-x11-util-devel' (bsc#1077489)
|
|
|
|
|
|
2018-01-19 14:45:07 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 19 13:19:44 UTC 2018 - davejplater@gmail.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.
|
|
|
|
|
|
2017-08-26 16:31:52 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 26 15:31:47 UTC 2017 - davejplater@gmail.com
|
|
|
|
|
|
2017-08-28 05:12:56 +00:00
|
|
|
|
- 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.
|
2017-08-26 16:31:52 +00:00
|
|
|
|
|
2017-04-22 09:17:43 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 21 16:32:14 UTC 2017 - davejplater@gmail.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.
|
|
|
|
|
|
2016-11-13 07:22:50 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 13 06:51:49 UTC 2016 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Use %mime_database_post macro instead of calling direct.
|
|
|
|
|
|
2016-10-16 10:40:43 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 16 07:56:16 UTC 2016 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Added rosegarden-fix-crash.patch to fix rosegarden bug:
|
|
|
|
|
https://sourceforge.net/p/rosegarden/bugs/1536/
|
|
|
|
|
|
2016-07-20 16:51:40 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 20 13:25:45 UTC 2016 - davejplater@gmail.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.
|
|
|
|
|
|
2016-06-21 08:03:11 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 21 06:34:51 UTC 2016 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Added upstream rosegarden-16.02-gcc6.patch to fix gcc6 build see
|
|
|
|
|
boo#985242
|
|
|
|
|
|
2016-03-21 10:01:29 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 21 09:57:14 UTC 2016 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Added requires and reccomends for packages needed by rosegarden.
|
|
|
|
|
|
2016-03-20 07:00:38 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Mar 20 06:03:29 UTC 2016 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Enable QT5 build for openSUSE:Leap:42.1
|
2016-03-20 07:56:57 +00:00
|
|
|
|
- Remove obsolete Provides for old rosegarden4 and rosegarden-qt4
|
2016-03-20 07:00:38 +00:00
|
|
|
|
|
2016-03-20 05:21:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 19 19:11:21 UTC 2016 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
|
|
- make the QT5 switch only In Tumbleweed and future products.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 18 16:58:54 UTC 2016 - crrodriguez@opensuse.org
|
|
|
|
|
|
2016-10-16 10:40:43 +00:00
|
|
|
|
- Build against QT5 in openSUSE 13.2 or later
|
2016-03-20 05:21:57 +00:00
|
|
|
|
- Only provide rosegarden-qt4 in old products with QT4.
|
|
|
|
|
|
2016-03-03 08:46:36 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 3 07:26:53 UTC 2016 - davejplater@gmail.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.
|
|
|
|
|
|
2015-12-15 14:40:40 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 15 14:30:34 UTC 2015 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 15.10.2 and refresh patches.
|
|
|
|
|
- Upstream changes see http://rosegardenmusic.com/wiki/dev:15.10
|
|
|
|
|
|
2015-08-30 06:43:43 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 29 19:27:19 UTC 2015 - tom.mbrt@googlemail.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)
|
|
|
|
|
|
2014-12-25 07:13:23 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 29 02:23:00 UTC 2014 - Led <ledest@gmail.com>
|
|
|
|
|
|
|
|
|
|
- fix bashisms in scripts
|
|
|
|
|
- add patches:
|
|
|
|
|
* rosegarden-14.02-fix-bashisms.patch
|
|
|
|
|
|
2014-09-19 13:59:33 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 19 12:28:37 UTC 2014 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to release 14.02 code named "Kaleidoscope"
|
|
|
|
|
- Upstream Bug Fixes
|
|
|
|
|
* Fix a transposition bug (Bug #1383, r13540).
|
|
|
|
|
* Fix a bug related to running status and meta events in exported MIDI files
|
|
|
|
|
(r13544)
|
|
|
|
|
* Fix an endless loop with certain MIDI files (Bug #1419, r13550)
|
|
|
|
|
* Pitch tracker patch from Nick Bailey (r13597)
|
|
|
|
|
* Fix a crash when exporting to LilyPond with an empty copyright header
|
|
|
|
|
(r13603)
|
|
|
|
|
* Fix for bad handling of "(c)" in the copyright header when exporting to
|
|
|
|
|
LilyPond (r13603)
|
|
|
|
|
* Fix for handling obscure MIDI files that have an extra unused padding byte
|
|
|
|
|
at the very end (r13604)
|
|
|
|
|
* Fix to allow controllers in zero-length segments to play (r13650)
|
|
|
|
|
* Fix for guessBeats crashes (r13653)
|
|
|
|
|
* Fix for channel allocator waste-minimizer (r13654)
|
|
|
|
|
* Fix to avoid freeing zero-length intervals (r13655)
|
|
|
|
|
* Fix Jump to Quick Marker shortcut, Ctrl+M, in notation (r13656)
|
|
|
|
|
* Fix for first note of a segment playing late (Bug 1378, r13657)
|
|
|
|
|
- New Features
|
|
|
|
|
* New auto-expand feature added to the Change Composition Length dialog
|
|
|
|
|
(Feature #417, r13542, r13555).
|
|
|
|
|
- New Device Files
|
|
|
|
|
* Casio CTK-3200 device file contributed by Eric (tuxyme)
|
|
|
|
|
|
2014-02-09 05:45:55 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Dec 22 21:34:10 UTC 2013 - zaitor@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 13.10:
|
|
|
|
|
+ Bugs Fixed:
|
|
|
|
|
- Pitch Bend Sequence Dialog, number of steps must be positive.
|
|
|
|
|
- Fix disconnected move up staff / move down staff commands.
|
|
|
|
|
- Fix sysex import dialog black-on-black problem.
|
|
|
|
|
- Fix for #1372 Rests of new segments don't adapt to time
|
|
|
|
|
signature changes.
|
|
|
|
|
- Fix a refresh bug introduced in r13273 and present in 13.06
|
|
|
|
|
involving deleting contemporaneous segments on a track. This
|
|
|
|
|
may have broken CompositionView refresh in other cases as
|
|
|
|
|
well.
|
|
|
|
|
- Fix UTF8 in track and segment names.
|
|
|
|
|
- Fix the update of notation editors when a track name is
|
|
|
|
|
changed.
|
|
|
|
|
- Fix a "No such key" bug in the key signature dialog.
|
|
|
|
|
- Fix MIDI thru latency issue when recording.
|
|
|
|
|
- Fix repeating segments so they function when overlapping on
|
|
|
|
|
one track.
|
|
|
|
|
- Fix tuplet numbers drawing in black when they should be other
|
|
|
|
|
colors.
|
|
|
|
|
- Fix several interconnected bugs related to MIDI export that
|
|
|
|
|
were causing a variety of problems due to issues with bad
|
|
|
|
|
event ordering and the introduction of spurious controllers.
|
|
|
|
|
- Fix problems when recording past the end of the composition.
|
|
|
|
|
- Fix various crashes when pasting.
|
|
|
|
|
- Fix crash when attempting to import programs from .sfArk
|
|
|
|
|
files (format not supported).
|
|
|
|
|
+ New Features:
|
|
|
|
|
- Selection event filter can select rests.
|
|
|
|
|
- Selection event filter can select either performance or
|
|
|
|
|
notation duration.
|
|
|
|
|
- LilyPond export converts a ''(c)'' or a ''(C)'' in the
|
|
|
|
|
copyright header to a proper symbol automatically.
|
|
|
|
|
- New interpretation toolbar for the notation editor
|
|
|
|
|
streamlines the ''**Adjust -> Interpret**'' process.
|
|
|
|
|
- New option to allow LilyPond to export fingerings inside the
|
|
|
|
|
staff (can improve collision resolution).
|
|
|
|
|
- New option to instruct Rosegarden not to start JACK
|
|
|
|
|
automatically at startup, allowing you to control this
|
|
|
|
|
behavior without having to put garbage in your ~/.jackdrc
|
|
|
|
|
file.
|
|
|
|
|
- Support LilyPond 2.14.
|
|
|
|
|
- Added a appdata file.
|
|
|
|
|
- Changes from version 13.06:
|
|
|
|
|
+ Bugs Fixed:
|
|
|
|
|
- Fix disappearing ties in notation editor.
|
|
|
|
|
- Program changes are now sent on channels for tracks that are
|
|
|
|
|
armed when going into record.
|
|
|
|
|
- CPU usage reduced by almost 50% when recording MIDI.
|
|
|
|
|
- The range editing commands no longer mess up markers.
|
|
|
|
|
- Fixed an internal leak in the channel allocator.
|
|
|
|
|
- Fixed a crash on paste bug, while revealing other related
|
|
|
|
|
problems that remain to be fixed.
|
|
|
|
|
- Fixed latency compensation in subgroups through a mysterious
|
|
|
|
|
mechanism that seems to work.
|
|
|
|
|
- Fixed a subtle bug involving the drawing of track dividers
|
2016-10-16 10:40:43 +00:00
|
|
|
|
and vertical scrolling.
|
2014-02-09 05:45:55 +00:00
|
|
|
|
- Changing note durations works correctly across barlines. So
|
|
|
|
|
does adding dots to notes.
|
|
|
|
|
- Menu items have a somewhat more consistent style.
|
|
|
|
|
- Certain crashes related to Paste commands shouldn't happen
|
|
|
|
|
any more.
|
|
|
|
|
- The tempo dialog now defaults more sensibly to replacing the
|
|
|
|
|
most recent tempo.
|
|
|
|
|
- Now when you change staffs in the notation editor (with Next
|
|
|
|
|
Staff Down, etc) Rosegarden chooses the next staff more
|
|
|
|
|
sensibly.
|
|
|
|
|
- When you open multiple segments in the notation editor,
|
|
|
|
|
Rosegarden chooses a starting staff more sensibly.
|
|
|
|
|
- Range commands such as edit -> Cut Range now don't split
|
|
|
|
|
segments. Previously only Insert Range kept segments intact.
|
|
|
|
|
- Range commands also try to keep linked segments linked
|
|
|
|
|
together when possible.
|
|
|
|
|
+ New Features:
|
|
|
|
|
- Additional work and improvements on the pitchbend sequence
|
|
|
|
|
dialog.
|
|
|
|
|
- Controllers are now easier to place and arrange thru the
|
|
|
|
|
Notation -> Adjust -> controllers -> Insert Controller
|
|
|
|
|
Sequence... menu. The dialog isn't new but it is clearer than
|
|
|
|
|
before and gives you more control over what is placed.
|
|
|
|
|
- "Move to Staff Above" and "Move to Staff Below" now have
|
|
|
|
|
variants that ask what type of pasting to do; formerly it was
|
|
|
|
|
always notation-style pasting.
|
|
|
|
|
- It is now easier to create beat tracks, ie tracks that have a
|
|
|
|
|
note on each beat for use with FitToBeatsCommand and/or
|
|
|
|
|
groove quantize. See [[how_to_make_beat_tracks]].
|
|
|
|
|
- For those users (both of you) who use Segment -> Expand Block
|
|
|
|
|
Chord Segments by Figuration, there is now support for
|
|
|
|
|
figurations without parameter chords.
|
|
|
|
|
- Also for those who use Segment -> Expand Block Chord Segments
|
|
|
|
|
by Figuration, there is Segment -> Update all Figurations,
|
|
|
|
|
which tracks down all regions previously generated from
|
|
|
|
|
figurations and updates them.
|
|
|
|
|
- Ornaments can now be [[how_to_edit_ornaments|inspected and
|
|
|
|
|
edited]] inline, as notation. Formerly they were only
|
|
|
|
|
available in the Event List Editor.
|
|
|
|
|
- If you want to try to use Rosegarden as a true layered
|
|
|
|
|
editor, ornaments whose trigger consists of tied notes can
|
|
|
|
|
even be set so that only certain sections play.
|
|
|
|
|
- Range commands and other commands that move segments timewise
|
|
|
|
|
are faster now.
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 28 07:24:23 UTC 2013 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to release 13.04 code named "Allysand"
|
|
|
|
|
- Upstream bug fixes :
|
|
|
|
|
* Don't export certain properties in MusicXML that MusicXML can't
|
|
|
|
|
handle
|
|
|
|
|
* Fix #1387; export text events (eg. lyrics) to MIDI
|
|
|
|
|
* Fix #703; auto-beaming no longer does an extra unselected bar
|
|
|
|
|
* Fix minor notation layout issue
|
|
|
|
|
* Fix notation scrolling problem
|
|
|
|
|
* Fix bug with FreeChannel
|
|
|
|
|
- New features :
|
|
|
|
|
* Choose among 0db, -3dB, -6dB panning laws for audio
|
|
|
|
|
|
2012-03-26 10:41:44 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2013-02-06 13:26:58 +00:00
|
|
|
|
Wed Feb 6 12:08:03 UTC 2013 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to release 12.12.25
|
|
|
|
|
- Removed patches rosegarden-10.02-plugin-lib64path.patch,
|
|
|
|
|
rosegarden-gcc47.patch and rosegarden-11.11-gplv2+.patch
|
|
|
|
|
now incorporated upstream.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-03-26 10:41:44 +00:00
|
|
|
|
Sat Mar 24 18:17:43 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Add rosegarden-gcc47.patch: Fix build with gcc 4.7.
|
|
|
|
|
|
2012-03-08 10:18:26 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 7 13:38:53 UTC 2012 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Fixed Wrong license statement in "About box" and incorect FSF
|
|
|
|
|
address in COPYING with rosegarden-11.11-gplv2+.patch meanwhile
|
|
|
|
|
patch submitted upstream.
|
|
|
|
|
|
2012-01-26 16:30:28 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 26 15:52:13 UTC 2012 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 11.11.42 as requested.
|
|
|
|
|
- For changes visit :
|
|
|
|
|
http://sourceforge.net/projects/rosegarden/files/rosegarden/11.11/
|
|
|
|
|
|
2011-12-26 07:14:41 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 21 10:31:46 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- remove call to suse_update_config (very old work around)
|
|
|
|
|
|
2011-12-02 19:17:11 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 1 17:03:20 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- add automake as buildrequire to avoid implicit dependency
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 1 17:03:06 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- set _service to localonly to be acceptable for factory
|
|
|
|
|
|
2011-05-21 16:11:05 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 19 23:27:42 UTC 2011 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 11.06, codename "Don Juan".
|
|
|
|
|
- Upstream bug Fixes: *A commonly-used time entry widget has had
|
|
|
|
|
it's functionality improved and some usability problems solved.
|
|
|
|
|
*Fixed undo after copying/pasting a range.
|
|
|
|
|
*When adding marks to a selection that includes a mixture of notes
|
|
|
|
|
and rests, avoid applying meaningless marks to the rests.
|
|
|
|
|
*Insert Range now preserves the loop/range.
|
|
|
|
|
*Fixed a LilyPond export bug that caused problems with human
|
|
|
|
|
performances where the notes had a physical start time preceding
|
|
|
|
|
the bar line significantly.
|
|
|
|
|
- New features: *the Glasgow Pitch Tracker fork finally merges
|
|
|
|
|
into the new codebase,
|
|
|
|
|
*Expose the instrument alias to external plugin GUIs making
|
|
|
|
|
plugins easier to identify in applications like FLAM.
|
|
|
|
|
*Export LilyPond code using any of LilyPond's supported languages.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 4 23:21:28 UTC 2011 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 11.04.12272 Fixes bnc#579168
|
|
|
|
|
- For upstrea fixes see :
|
|
|
|
|
/usr/share/doc/rosegarden/CHANGES.txt
|
|
|
|
|
|
2011-02-04 12:17:55 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 4 09:06:54 UTC 2011 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 11.02, rosegarden-gcc46fix.patch is merged.
|
|
|
|
|
- Upstream bug Fixes: *Track numbers are no longer cut off
|
|
|
|
|
*The notation and matrix editors now treat a series of tied
|
|
|
|
|
notes as though it were a single unit, which fixes several
|
|
|
|
|
problems that have been outstanding since as far back as 2002
|
|
|
|
|
*Resizing a segment via click and drag near the edge or with the
|
|
|
|
|
resize tool now leaves that segment as the selected segment
|
|
|
|
|
*When attempting to select a note by clicking toward the extreme
|
|
|
|
|
edges of the note head, it is less likely that you will move the
|
|
|
|
|
note instead of merely selecting it.
|
|
|
|
|
*Insertion / Playback pointer correctly advances in Notation
|
|
|
|
|
editor when entered notes are split and tied.
|
|
|
|
|
*Progress dialogs tweaked to fine tune their behavior.
|
|
|
|
|
*Alt+PgUp and Alt+PgDown now highlight the events in a segment in
|
|
|
|
|
Notation view consistently.
|
|
|
|
|
- New Features: *The matrix editor represents tied notes with a
|
|
|
|
|
different fill pattern
|
|
|
|
|
*The split-and-tie long notes option has been made the factory
|
|
|
|
|
default once more, in light of the vastly improved handling of
|
|
|
|
|
ties in the matrix and notation editors.
|
|
|
|
|
- Translations complete and uptodate: Spanish French German
|
|
|
|
|
- Missing less than 50 translations: Czech (česky)
|
|
|
|
|
- Missing less than 100 translations: Japanese Swedish Finnish
|
|
|
|
|
- Missing less than 500 translations: Chinese Italian
|
|
|
|
|
- Missing more than 1000 translations: Russian Dutch
|
|
|
|
|
- Missing more than 2000 translations: Indonesian
|
|
|
|
|
- Missing more than 4000 translations: Catalan Welsh Estonian, Basque Polish
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 4 18:42:26 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
- Update to svn snapshot 10.10.12152
|
2011-02-04 12:17:55 +00:00
|
|
|
|
- Upstream changes :
|
|
|
|
|
*Italian update by Mario Moles
|
|
|
|
|
*Czech update by Pavel Fric
|
|
|
|
|
*Resizing a segment via click and drag near the edge or with the
|
|
|
|
|
resize tool now leaves that segment as the selected segment.
|
|
|
|
|
*Fixed the grace note bug.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 24 07:34:37 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to svn snapshot 10.10.12147
|
|
|
|
|
- Upstream changes :
|
|
|
|
|
*ifdef around code that only works in Qt 4.6+
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 23 07:21:32 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to svn snapshot 10.10.12146
|
|
|
|
|
- Added CHANGES.txt and various other text docs
|
|
|
|
|
- Upstream changes :
|
|
|
|
|
*fix #3114498
|
|
|
|
|
*patch from J. P. Morris in connection with #3109133
|
|
|
|
|
*Also removing the deprecated constructor in LineEdit
|
|
|
|
|
*Modified the InsertTupletDialog to have SpinBoxes, and also the
|
|
|
|
|
tuplet.png
|
|
|
|
|
*Correct some comments
|
|
|
|
|
*Some layout fixes to TupletDialog and InsertTupletDialog; remove
|
|
|
|
|
redundant includes correct "Insert rest" to "Insert Rest"
|
|
|
|
|
*Adding an insertion mode for general tuplets
|
|
|
|
|
*nice little triplet time beaming incremental improvement from
|
|
|
|
|
Colin Fletcher
|
|
|
|
|
*Holding down Ctrl while dragging in the loop ruler now causes the
|
|
|
|
|
playback position pointer to snap to beat.
|
|
|
|
|
*Enable QGraphicsView::IndirectPainting mode on Panner.
|
|
|
|
|
*Single sweep selecitons are working now.
|
|
|
|
|
*Skip indications in spilt-by-pitch.
|
|
|
|
|
*More work on handling ties in the matrix.
|
|
|
|
|
*A fixed point size of 7 is the number here.My track numbers no
|
|
|
|
|
longer have the top third cut off.
|
|
|
|
|
*Prep for 11.02, I'm guessing. 10.12 might be possible. We'll go
|
|
|
|
|
with "Claire de Lune" for this one. "Don Juan" proposed for the
|
|
|
|
|
next one, simply because I used to have a Don Juan rose. It's a
|
|
|
|
|
good classic red climber.
|
|
|
|
|
*I also fixed a stylesheet issue that I'm not bothering to
|
|
|
|
|
propagate to the stable 10_10 branch.
|
|
|
|
|
|
2010-11-08 16:19:59 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 5 21:30:15 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Added man page generated by help2man
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 4 08:17:23 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to release 10.10 and renamed to rosegarden
|
|
|
|
|
- Upstream changes :
|
|
|
|
|
*Many fixes to track program/bank behaviour change, save/load and percussion check-box (Julie Swango)
|
|
|
|
|
*Allow shift-click on a track header to toggle segment selection on track without affecting segments (Yves Guillemot)
|
|
|
|
|
*Improve key highlights in matrix view to reflect current segment properly (Julie)
|
|
|
|
|
*Add support for basic LADISH level 1 (Felipe Lopes)
|
|
|
|
|
*Fixed a number of problems with the wrong audio clip being played (Julie)
|
|
|
|
|
*Fix crash when opening file dialog not in default Thorn style (Chris Cannam and D. Michael McIntyre)
|
|
|
|
|
*Fix incorrect behaviour of frequency-range parameters in LADSPA and DSSI plugin editors (Chris)
|
|
|
|
|
*Fixes to missing-audio-file location logic (Chris)
|
|
|
|
|
*Shorten factory autoload, removing lower sets of tracks all tracks visible (Michael)
|
|
|
|
|
*Fix MIDI recording from devices with note-on and note-off not clean paired (Julie)
|
|
|
|
|
*Fixes to positioning of playback pointer in matrix (Julie)
|
|
|
|
|
*Several large fixes to step-recording in matrix & notation (Julie)
|
|
|
|
|
*Several fixes to Lilypond export (Julie)
|
|
|
|
|
*Many fixes to segment editor to prevent zero-length segments (Ted Felix)
|
|
|
|
|
*Many fixes to prevent zero-length events or ranges (Ted)
|
|
|
|
|
*Fixes to unpredictable behaviour in operations copying segments (Ted)
|
|
|
|
|
*Many fixes to editing operations to stop segment overlap with end of composition (Julie and Ted)
|
|
|
|
|
*Make behaviour of Paste Range more predictable (Ted)
|
|
|
|
|
*Improve chord database and many fixes to fretboard editor (Ted)
|
|
|
|
|
*Fixes to avoid zero-duration note events in files (Michael and Julie)
|
|
|
|
|
*Fixes to toolbar visibility in editing views (Julie)
|
|
|
|
|
*Fixes to regressions in action availability (Ian Gardner)
|
|
|
|
|
*Fixes to updates in notation view (Yves and Julie), event list
|
|
|
|
|
editor (Julie), matrix editor (Julie) and rulers (Julie and Alvar Udras)
|
|
|
|
|
*Restore progress dialogs (Julie)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 25 15:45:10 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to svn 12103
|
|
|
|
|
- Upstream changes :
|
|
|
|
|
*remove obsolete Japanese translations
|
|
|
|
|
*German update
|
|
|
|
|
*Japanese update...
|
|
|
|
|
*Coding standards.
|
|
|
|
|
*Enormous Chinese update from Rui Fan
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 15 10:35:06 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to svn 12093
|
|
|
|
|
- Upstream changes :
|
|
|
|
|
*Fixed a crash. Cut an audio segment, delete the underlying
|
|
|
|
|
audio file from the audio file mgr, then paste the audio segment back in.
|
|
|
|
|
*Overhaul encoding selector dialog (used when importing MIDI files
|
|
|
|
|
with non-ASCII text in them).
|
|
|
|
|
*Fixed a crash when pasting audio segments from a previous document.
|
|
|
|
|
*Converted tabs to spaces in Clipboard.cpp.
|
|
|
|
|
*ChordMap no longer writes out corrupt chords.xml files.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 8 13:27:12 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to svn 12089
|
|
|
|
|
- Upstream changes :
|
|
|
|
|
Update tutorials menu link
|
|
|
|
|
Fixed rescale MIDI segments from the left bug
|
|
|
|
|
patch from Alvar Udras 'notation edit page jumps to right too much' fix
|
|
|
|
|
Resized segments remember their size even when truncated at composition end.
|
2013-04-28 07:54:34 +00:00
|
|
|
|
The ChordMap's "m_needSave" flag is now cleared immediately after
|
|
|
|
|
chords.xml is read to prevent unnecessarily writing the unchanged file
|
|
|
|
|
out. This avoids a bug in ChordMap::saveDocument() which causes the
|
2010-11-08 16:19:59 +00:00
|
|
|
|
user's local chords.xml file to become corrupt
|
|
|
|
|
ChordMap no longer writes out corrupt chords.xml files.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 29 09:33:11 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 10.04 bugfix release 2.
|
|
|
|
|
- Fixes bnc#595479, bnc#574943, bnc#586083 and bnc#599517
|
|
|
|
|
- Disabled debug messages
|
|
|
|
|
- Upstream fixes :-
|
|
|
|
|
* Fix crash when importing studio from a document that has more MIDI
|
|
|
|
|
devices than the current document
|
|
|
|
|
* Fix crash when inserting a breve at the start of a two-bar 4/4 segment
|
|
|
|
|
* Fix crash when changing synth or plugin settings in a window other
|
|
|
|
|
than the main window, when no synth or audio instrument is assigned in
|
|
|
|
|
the current document but one had been assigned in the previously
|
|
|
|
|
loaded document (#2954068)
|
|
|
|
|
* Fix failure to add tempo changes when asked to do so from the menu,
|
|
|
|
|
in matrix and notation
|
|
|
|
|
* Fix problems mapping international file names to local encoding
|
|
|
|
|
* Fix crash when cancelling file dialogs in some circumstances
|
|
|
|
|
* Fix failure to compile with Qt 4.7
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 25 07:52:46 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 10.04 release, removed rosegarden4rpmlintrc and clean up
|
|
|
|
|
spec file.
|
|
|
|
|
- Fixes bnc#571481
|
|
|
|
|
- This is a bug fix release :-
|
|
|
|
|
* Fixes to crashes and incorrect updating in the notation editor
|
|
|
|
|
* Restore duration-change shortcuts in notation forgotten in 10.02
|
|
|
|
|
* Various small efficiency improvements
|
|
|
|
|
* Fixes to LIRC support
|
|
|
|
|
* Fixed to configure process to permit user override of CXXFLAGS
|
|
|
|
|
and improve platform compatibility
|
|
|
|
|
* Minor improvements to desktop file definition
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 11 09:12:07 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to rosegarden-10.04, removed patches due to upstream fix :-
|
|
|
|
|
rosegarden-10.02-desktop.patch, rosegarden-10.02-rpmoptflags.patch
|
|
|
|
|
Updated patch rosegarden-10.02-filepaths.patch to
|
|
|
|
|
rosegarden-10.04-filepaths.patch due to source changes.
|
|
|
|
|
- Now at svn revision 11865 snapshot.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 5 13:02:19 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
- Fixed examples, templates and library file paths with
|
2010-11-08 16:19:59 +00:00
|
|
|
|
rosegarden-10.02-filepaths.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 1 21:01:06 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Added requires lilypond for 11.3 and requires ladspa
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 20 10:49:58 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Cleaned up spec file
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 17 12:45:04 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Removed rosegarden wrapper script as it's no longer needed.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 17 07:36:41 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to Rosegarden-10.02 release
|
|
|
|
|
- Fixes bnc#571474, bnc#571478, bnc#580355, bnc#568658 and
|
|
|
|
|
bnc#566826.
|
|
|
|
|
- Rosegarden 10.02 is a complete rewrite and has evolved from a kde3
|
|
|
|
|
application to a stand alone qt4 based application.
|
|
|
|
|
See http://www.rosegardenmusic.com/wiki/dev:10.02 for a full list
|
|
|
|
|
of new features and enhancments.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 15 11:24:46 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to svn revision 11820
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 27 16:02:27 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Submitted rosegarden-10.02-plugin-lib64path.patch upstream
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 21 06:17:19 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
-Update to svn rev 11681 fix ladspa and dssi plugin search paths with
|
2013-04-28 07:54:34 +00:00
|
|
|
|
rosegarden-10.02-plugin-lib64path.patch
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 6 04:57:14 UTC 2010 - davejplater@gmail.com
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
-Update to svn rev 11575 Fix bnc#566826, bnc#564322 and bnc#567555
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 29 05:19:17 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
-Removed rosegarden-10.02-mime-stop.patch due to upstream fix.
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 28 07:40:40 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
-Update to Svn Rev 11521 Save toolbar settings added.
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Dec 27 11:03:40 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
-Created rosegarden-10.02-mime-stop.patch to stop update-mime-database from
|
2013-04-28 07:54:34 +00:00
|
|
|
|
being run by make install
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 25 08:31:43 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
-Update to svn Rev 11509 Rosegarden-qt4 now in the beta stage
|
|
|
|
|
Fixes bnc#549850, bnc#549870, bnc#551644 bnc#551669 and bnc#564295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 2 07:37:02 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
-Created workaround wrapper script for bnc#549870
|
|
|
|
|
-Update to svn revision 11155
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 31 17:48:43 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
-Update to svn revision 11152 to fix bnc#549870
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 20 07:56:27 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
-Update to svn revision 11066
|
2013-04-28 07:54:34 +00:00
|
|
|
|
-Added x-rosegarden.desktop and rosegarden.xpm
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 18 11:36:16 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
-Removed rosegarden-mathmeaning.patch due to it's incorporation upsteam
|
|
|
|
|
Now svn revision 11058
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 18 06:01:19 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
-checked in svn revision 11056
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 16 14:56:48 UTC 2009 - davejplater@gmail.com
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
-Fixed mathmeaning error with rosegarden-mathmeaning.patch
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 10 2009 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- packaged rosegarden-qt4 version 10.02 using the buildservice spec file wizard
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 24 13:07:15 CEST 2009 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- fix buildrequires: dssi -> dssi-devel
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- disable as-needed for this package as it fails to build with it
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 18 11:29:20 CET 2009 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.7.3:
|
|
|
|
|
* bug fix / maintenance release. See the URL below for details
|
|
|
|
|
http://www.rosegardenmusic.com/wiki/dev:1.7.3
|
|
|
|
|
- remove kdemultimedia3-sound from buildrequires (which was
|
|
|
|
|
dropped from FACTORY).
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 19 15:16:10 CET 2009 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.7.1:
|
|
|
|
|
* Improve resilience of frame - realtime - frame round-trip
|
|
|
|
|
conversions
|
|
|
|
|
* Make it possible to use synth plugins for the metronome
|
|
|
|
|
* Use the name of the segment in the clipboard as the default
|
|
|
|
|
label when adding a new triggered segment via the triggered
|
|
|
|
|
segments manager
|
|
|
|
|
* It is now possible to configure Rosegarden so that it no longer
|
|
|
|
|
appends strings like ”(copied)” and ”(split)” to segments when
|
|
|
|
|
manipulating them
|
|
|
|
|
* Indonesian translation
|
|
|
|
|
* Fix crash when cutting a range
|
|
|
|
|
* Export either fractional or common time signatures to match the
|
|
|
|
|
notation editor, with some minor constraints imposed by
|
|
|
|
|
LilyPond
|
|
|
|
|
* Implement ottava brackets in LilyPond export
|
|
|
|
|
* Export pedal marks as \sustainDown and \sustainUp in LilyPond
|
|
|
|
|
* Distinguish between 8va/8vb and 15ma/15mb a la LilyPond
|
|
|
|
|
|
|
|
|
|
- updated to version 1.7.2:
|
|
|
|
|
* maintenance release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 18 17:10:51 CEST 2008 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.7.0:
|
|
|
|
|
* Check headers in Notation view
|
|
|
|
|
* Test to see if a newer version is available
|
|
|
|
|
* New Welcome dialog
|
|
|
|
|
* Notation: The preferred stem direction in a chord around the
|
|
|
|
|
middle line is down
|
|
|
|
|
* Notation: The preferred beam position in a beamed group around
|
|
|
|
|
the middle is below
|
|
|
|
|
* Add icons for Add tempo and Add time signature
|
|
|
|
|
* Move to Staff Above or Staff Below
|
|
|
|
|
* Radically reformed grace notes now work correctly
|
2013-04-28 07:54:34 +00:00
|
|
|
|
* Sync segments to track parameters
|
2010-11-08 16:19:59 +00:00
|
|
|
|
* "Convert notation for..." function added
|
|
|
|
|
* Expanded/corrected instrument presets database
|
|
|
|
|
* Export markers to LilyPond
|
|
|
|
|
* Alternative shortcut for Play/Stop in laptop use: Ctrl+Return
|
|
|
|
|
* New track parameters for exporting square, curly, and nested
|
|
|
|
|
brackets to LilyPond
|
|
|
|
|
* The transport mode setting is now stored with and restored
|
|
|
|
|
from individual compositions
|
|
|
|
|
* Export the new radically reformed grace notes into LilyPond
|
|
|
|
|
syntax
|
|
|
|
|
* Now ties can finally be flipped
|
|
|
|
|
* Arbitrary dynamics exported to LilyPond as markups if they
|
|
|
|
|
are not on LilyPond's list of supported dynamic types
|
|
|
|
|
* Manually repositioned rests (as when rearranging badly
|
|
|
|
|
rendered overlapping voices) are now exported to LilyPond
|
|
|
|
|
* Set a quick playback position marker in the main window with
|
|
|
|
|
Ctrl+1 and recall it with 1
|
|
|
|
|
* New variable height tracks finally make working with
|
2013-04-28 07:54:34 +00:00
|
|
|
|
overlapping segments
|
2010-11-08 16:19:59 +00:00
|
|
|
|
* Smarter selections in matrix and notation views now allow you
|
|
|
|
|
to remove individual, previously-selected events without
|
|
|
|
|
beginning the entire selection process from scratch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 11 14:41:33 CET 2008 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.6.1:
|
|
|
|
|
* fixed tempo changes saving
|
|
|
|
|
* fixed the handling of logarithmic control parameters for
|
|
|
|
|
LADSPA and DSSI plugins
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 17 16:51:09 CET 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.6.0:
|
|
|
|
|
* Diatonic transpose
|
|
|
|
|
* Fretboards
|
|
|
|
|
* Marker ruler usability improvements
|
|
|
|
|
* Multiple lines of lyrics
|
|
|
|
|
* Highlight overlapping notes in notation editor
|
|
|
|
|
* Better LilyPond output dialog, preview through Lilypond,
|
|
|
|
|
print through LilyPond from segment and notation views
|
|
|
|
|
* In-place LilyPond header value editing in LilyPond option dialog
|
|
|
|
|
* Transposition of the staff shown in LilyPond output
|
|
|
|
|
* Show current segment colour in raw note ruler, permit cycling
|
|
|
|
|
through segments on single staff in notation
|
|
|
|
|
* Menus and configuration dialog reorganised for easier access and
|
|
|
|
|
greater clarity
|
|
|
|
|
* Infrared remote control: Support for IRKick
|
|
|
|
|
* Add track(s) in middle
|
|
|
|
|
* Use RTC timer when recent kernel and ALSA versions are detected
|
|
|
|
|
* Expanded documentation
|
|
|
|
|
* Reorganised configuration dialog into standard/advanced options
|
|
|
|
|
* Some revised example files
|
|
|
|
|
* Nice new splash screen
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 7 17:46:36 CET 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- fix build with gcc 4.3.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 3 18:02:39 CEST 2007 - schwab@suse.de
|
|
|
|
|
|
|
|
|
|
- Fix broken compiler flags.
|
|
|
|
|
- Fix undefined operation.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 6 12:34:44 CEST 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- add requirement of libsndfile-progs package (#297511)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 22 14:26:04 CEST 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- fix desktop file to make rpmlint happier
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 20 14:51:05 CEST 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- fix fdupes usage
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 23 14:02:34 CEST 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- use fdupes to reduce file size
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 3 13:44:37 CEST 2007 - wstephenson@suse.de
|
|
|
|
|
|
|
|
|
|
- fix buildrequires libraptor1-devel -> libraptor-devel
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 3 06:39:54 CEST 2007 - lrupp@suse.de
|
|
|
|
|
|
|
|
|
|
- fix buildrequires raptor-devel -> libraptor1-devel
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 17 16:54:53 CEST 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- fix buildrequires ladspa -> ladspa-devel
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 27 11:55:58 CEST 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.5.1:
|
|
|
|
|
* minor bugfix release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 7 18:06:11 CET 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.5.0:
|
|
|
|
|
* Add timestretching for audio segments
|
|
|
|
|
* Add import and sample-rate conversion helper for arbitrary
|
|
|
|
|
audio file types
|
2013-04-28 07:54:34 +00:00
|
|
|
|
* Add helpful context help to status bar in track and matrix
|
2010-11-08 16:19:59 +00:00
|
|
|
|
editors
|
2013-04-28 07:54:34 +00:00
|
|
|
|
* Various improvements to the usability and friendliness of
|
2010-11-08 16:19:59 +00:00
|
|
|
|
the matrix editor
|
|
|
|
|
* Add tempo tapping to tempo dialog
|
|
|
|
|
* Further fixes and enhancements to Lilypond export
|
|
|
|
|
* New Invert, Retrograde, Retrograde Invert editing functions
|
|
|
|
|
* Make transport window remember its previous location
|
2013-04-28 07:54:34 +00:00
|
|
|
|
* More helpful warning dialogs on startup if something fails
|
2010-11-08 16:19:59 +00:00
|
|
|
|
to start properly
|
|
|
|
|
* Change build system from scons to cmake
|
2013-04-28 07:54:34 +00:00
|
|
|
|
* Reorganise code into a new directory structure with a far
|
2010-11-08 16:19:59 +00:00
|
|
|
|
more consistent file naming and organisation scheme
|
|
|
|
|
- fixed BuildRequires for cmake
|
|
|
|
|
- use own *.desktop to avoid nasty problems with
|
|
|
|
|
%suse_update_desktop_file and the desktop file checker.
|
2013-04-28 07:54:34 +00:00
|
|
|
|
|
2010-11-08 16:19:59 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 16 17:44:33 CET 2007 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- fix compilation with RPM_OPT_FLAGS
|
|
|
|
|
- fix x = x++ style bugs
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 12 19:10:05 CEST 2006 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.4.0:
|
|
|
|
|
* Multiple MIDI tracks can be recorded
|
|
|
|
|
* A new track parameter box
|
|
|
|
|
* The composition no longer has a fixed duration
|
|
|
|
|
* Special directives in the notation editor can be used
|
|
|
|
|
* Soprano clef has been added
|
|
|
|
|
* Lilypond export now supports LilyPond 2.8
|
|
|
|
|
* Cut, copy and paste "ranges" within a composition
|
|
|
|
|
* Can split selected segments at an arbitrary time
|
|
|
|
|
* Tempos can now be "ramped"
|
|
|
|
|
* The tempo ruler has been overhauled
|
|
|
|
|
* Can zoom in and out of editing views
|
|
|
|
|
* The Panic function is now accessible
|
|
|
|
|
* Can now respond to MMC/MTC
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 19 15:54:16 CEST 2006 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to rosegarden-4-1.2.3:
|
|
|
|
|
* based on scons instead of auto-tools
|
|
|
|
|
* fix for gcc-4.1
|
|
|
|
|
* MTC support
|
|
|
|
|
* improved backend supports
|
|
|
|
|
- fixed spec for scons
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 25 21:41:12 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 18 19:45:18 CET 2006 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- disabled mad support (to be distributable)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 27 18:21:56 CEST 2005 - stbinner@suse.de
|
|
|
|
|
|
|
|
|
|
- fix include hints for compilation with Qt 3.3.5
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 12 20:10:47 CEST 2005 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- removed glib* from neededforbuild.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 25 17:27:38 CEST 2005 - adrian@suse.de
|
|
|
|
|
|
|
|
|
|
- some more gcc4 fixes
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 19 16:04:11 CEST 2005 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- another fix for gcc-4.0 (64bit arch).
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 15 16:38:42 CEST 2005 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- fixed the build with gcc-4.0.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 14 17:17:06 CEST 2005 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
|
|
- Added audiofile-devel to neededforbuild.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 17 10:06:33 CET 2005 - adrian@suse.de
|
|
|
|
|
|
|
|
|
|
- menu entry moved to xdg dir
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 16 15:44:00 CET 2005 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.0-final.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 21 17:51:28 CET 2005 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 1.0pre1.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 6 15:51:58 CEST 2004 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 0.9.9.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 16 17:47:53 CEST 2004 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 0.9.7.
|
|
|
|
|
- disabled the removal of $RPM_BUILD_ROOT in %install.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 15 19:29:01 CEST 2004 - coolo@suse.de
|
|
|
|
|
|
|
|
|
|
- build without unsermake
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 22 19:45:25 CET 2004 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- use TOPSUBDIRS instead of SUBDIRS in top Makefile.am
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 16 19:27:17 CET 2004 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- build as non-root.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 14 14:58:37 CET 2004 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 0.9.6.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 7 02:23:11 CET 2003 - ro@suse.de
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
- fix compilation
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 15 12:09:19 CEST 2003 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- build without the optimization.
|
|
|
|
|
- fixed the segfault at double-click.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 12 10:56:36 CEST 2003 - adrian@suse.de
|
|
|
|
|
|
|
|
|
|
- add Categories
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 17 09:32:01 CEST 2003 - kukuk@suse.de
|
|
|
|
|
|
|
|
|
|
- Fix usage of %find_lang
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 12 21:58:39 CEST 2003 - coolo@suse.de
|
|
|
|
|
|
|
|
|
|
- use %find_lang
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 6 17:39:29 CEST 2003 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- updated to version 0.9.1.
|
|
|
|
|
- remove CVS directories in the documentaions.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 11 01:29:47 CEST 2003 - ro@suse.de
|
|
|
|
|
|
2013-04-28 07:54:34 +00:00
|
|
|
|
- updated admin dir
|
2010-11-08 16:19:59 +00:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 25 10:25:01 CET 2003 - aj@suse.de
|
|
|
|
|
|
|
|
|
|
- Add missing assert include.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 30 15:07:19 CET 2003 - tiwai@suse.de
|
|
|
|
|
|
|
|
|
|
- initial version: 0.8.5.
|
|
|
|
|
|