forked from pool/rosegarden
svn.log is changes.txt now
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=48
This commit is contained in:
parent
ad3dcd8ff0
commit
67ce0d0f0d
308
svn.log
308
svn.log
@ -1,308 +0,0 @@
|
|||||||
------------------------------------------------------------------------
|
|
||||||
r12272 | gperciva | 2011-03-29 21:42:31 +0200 (Tue, 29 Mar 2011) | 2 lines
|
|
||||||
|
|
||||||
Glasgow pitchtracker second patch.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12271 | alteholz | 2011-03-25 20:33:16 +0200 (Fri, 25 Mar 2011) | 1 line
|
|
||||||
|
|
||||||
stuff corrected that msgfmt complained about
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12269 | dmmcintyr | 2011-03-21 07:59:32 +0200 (Mon, 21 Mar 2011) | 1 line
|
|
||||||
|
|
||||||
Oops part deux...
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12268 | dmmcintyr | 2011-03-21 07:58:51 +0200 (Mon, 21 Mar 2011) | 2 lines
|
|
||||||
|
|
||||||
Oops.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12267 | dmmcintyr | 2011-03-21 07:58:19 +0200 (Mon, 21 Mar 2011) | 19 lines
|
|
||||||
|
|
||||||
Here's another patch to scratch one of my own itches. It adds a header and
|
|
||||||
implementation file in src/document/io with an abstract LilyPondLanguage class
|
|
||||||
and concrete implementations for every language supported by LilyPond (for note
|
|
||||||
names and accidentals). The LilyPondExport class has been modified to include a
|
|
||||||
pointer to the abstract class, which is initialized in the constructors with a
|
|
||||||
concrete implementation (and deleted in the destructor).
|
|
||||||
|
|
||||||
For now, the pointer is initialized with the Nederlands implementation, to be
|
|
||||||
consistent with the current behavior. A follow-up patch will allow the user to
|
|
||||||
select the LilyPond language in the export dialog, and save it as a QSetting in
|
|
||||||
the LilyPondExportConfigGroup (probably as a string that will be passed to a
|
|
||||||
factory method).
|
|
||||||
|
|
||||||
I don't normally work in C++, so any feedback is most welcome.
|
|
||||||
|
|
||||||
Submitted:
|
|
||||||
|
|
||||||
Daren Beattie ( dtbeattie ) - 2011-03-16 00:40:57 EDT
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12266 | tedfelix | 2011-03-12 23:10:17 +0200 (Sat, 12 Mar 2011) | 3 lines
|
|
||||||
|
|
||||||
Fixes bug #3015824. Save As... and Export dialogs now provide the document's
|
|
||||||
file name by default.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12265 | dmmcintyr | 2011-03-11 20:15:39 +0200 (Fri, 11 Mar 2011) | 3 lines
|
|
||||||
|
|
||||||
Remove the old KDE 3 options from the configuration page without changing the
|
|
||||||
index for anything, so as to leave everything else alone.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12264 | dmmcintyr | 2011-03-11 20:13:37 +0200 (Fri, 11 Mar 2011) | 2 lines
|
|
||||||
|
|
||||||
Studio updates from Steve Conrad
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12263 | tedfelix | 2011-03-10 18:20:52 +0200 (Thu, 10 Mar 2011) | 2 lines
|
|
||||||
|
|
||||||
Code cleanup in preparation for fixing bug 3015824.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12262 | tedfelix | 2011-03-09 19:22:46 +0200 (Wed, 09 Mar 2011) | 3 lines
|
|
||||||
|
|
||||||
Fixes bug #2947773. Dropping an audio file into a sequence when JACK
|
|
||||||
is not running will now give a more appropriate message.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12261 | tedfelix | 2011-03-09 02:03:06 +0200 (Wed, 09 Mar 2011) | 2 lines
|
|
||||||
|
|
||||||
Insert Range now preserves the loop range.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12260 | gperciva | 2011-03-04 12:43:29 +0200 (Fri, 04 Mar 2011) | 2 lines
|
|
||||||
|
|
||||||
Glasgow pitchtracker patch 1: pitch detector and jack capture client.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12259 | dmmcintyr | 2011-03-02 00:53:29 +0200 (Wed, 02 Mar 2011) | 1 line
|
|
||||||
|
|
||||||
device contribution from Oscar van Eijk
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12258 | tedfelix | 2011-03-02 00:27:22 +0200 (Wed, 02 Mar 2011) | 4 lines
|
|
||||||
|
|
||||||
OpenOrCloseRangeCommand will now attempt to preserve the loop range when
|
|
||||||
opening a range. This will affect only Paste Range at this point. Undo
|
|
||||||
will also behave as expected, returning the loop range to its prior state.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12256 | dmmcintyr | 2011-02-28 23:54:06 +0200 (Mon, 28 Feb 2011) | 2 lines
|
|
||||||
|
|
||||||
Reverse the hack I did on this file to spare it from search and replace.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12255 | dmmcintyr | 2011-02-28 23:39:08 +0200 (Mon, 28 Feb 2011) | 3 lines
|
|
||||||
|
|
||||||
We forgot to update the copyright notices this year, and released 11.02 with a
|
|
||||||
2010 date. Oops.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12254 | dmmcintyr | 2011-02-28 22:49:22 +0200 (Mon, 28 Feb 2011) | 8 lines
|
|
||||||
|
|
||||||
Report the instrument alias on the command line when launching an external
|
|
||||||
plugin GUI. This includes modifications to have getAlias fall back to returning
|
|
||||||
the "presentation name" if no alias has been set.
|
|
||||||
|
|
||||||
The net result of this is that you can have external plugin GUIs in FLAM that
|
|
||||||
say "Bob's strat" or "Bill's trumpet" or "Audio #4" depending on how you set
|
|
||||||
things up.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12252 | tedfelix | 2011-02-24 00:56:18 +0200 (Thu, 24 Feb 2011) | 3 lines
|
|
||||||
|
|
||||||
Minor "correctness" change. Should have no effect on the behavior of
|
|
||||||
the pencil tool. Just makes more sense.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12251 | dmmcintyr | 2011-02-23 03:37:54 +0200 (Wed, 23 Feb 2011) | 5 lines
|
|
||||||
|
|
||||||
Update to 11.06/Don Juan. Next up, I picked "Edelweiss" off the list of named
|
|
||||||
Roses, because what American hasn't heard that song 15,000 times? It seemed
|
|
||||||
like a nice nod to all our German users, until I realized that the song is about
|
|
||||||
Austria, and it was written by Americans Rodgers and Hammerstein. Oh well.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12250 | dmmcintyr | 2011-02-23 03:14:07 +0200 (Wed, 23 Feb 2011) | 9 lines
|
|
||||||
|
|
||||||
Hand edit ALL of these (UGH!!!) to remove any Expression or Modulation
|
|
||||||
controllers that were visible on the IPB. In a few cases I had to improvise a
|
|
||||||
new controller arrangement when the author had a large number of controllers
|
|
||||||
visible. This was too complex to automate, due to the extreme variability in
|
|
||||||
years of slowly evolving file format, so I did 100% of the edits manually, with
|
|
||||||
the associated risk of introducing human error. We'll have to be on the lookout
|
|
||||||
for broken library files, and doctor them as they're discovered. I'm sure I
|
|
||||||
made a typo somewhere in at least one. It's almost completely inevitable.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12249 | dmmcintyr | 2011-02-23 02:28:11 +0200 (Wed, 23 Feb 2011) | 5 lines
|
|
||||||
|
|
||||||
Set the controller position for Sustain and Expression to -1 for all files,
|
|
||||||
removing these controls from the IPB, and preventing them from being transmitted
|
|
||||||
at startup (as has been the default for all newly created files for some time
|
|
||||||
now).
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12248 | dmmcintyr | 2011-02-22 19:16:58 +0200 (Tue, 22 Feb 2011) | 2 lines
|
|
||||||
|
|
||||||
This one too...
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12247 | dmmcintyr | 2011-02-22 19:11:35 +0200 (Tue, 22 Feb 2011) | 2 lines
|
|
||||||
|
|
||||||
Re-save with channels remapped, to avoid the warning dialog.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12246 | tedfelix | 2011-02-20 18:42:48 +0200 (Sun, 20 Feb 2011) | 2 lines
|
|
||||||
|
|
||||||
Fixes bug 1462558. Additional pencil tool fixes.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12245 | dmmcintyr | 2011-02-18 02:08:36 +0200 (Fri, 18 Feb 2011) | 3 lines
|
|
||||||
|
|
||||||
Patch from Daren Beattie to filter out nonsensical marks when applying them to
|
|
||||||
rests.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12242 | tedfelix | 2011-02-16 02:41:21 +0200 (Wed, 16 Feb 2011) | 4 lines
|
|
||||||
|
|
||||||
Fix for bug 1837839. Copy/Paste Range with time signature and/or tempo
|
|
||||||
changes would not undo properly. unexecute()'s time computations did
|
|
||||||
not match execute()'s.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12240 | prokoudine | 2011-02-09 19:08:09 +0200 (Wed, 09 Feb 2011) | 2 lines
|
|
||||||
|
|
||||||
Updates and fixes to Russian translation. More to follow.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12239 | tedfelix | 2011-02-09 03:45:13 +0200 (Wed, 09 Feb 2011) | 3 lines
|
|
||||||
|
|
||||||
Added code to check for a potential crash due to getAudioFile()
|
|
||||||
returning a NULL pointer. No known test case exists to exercise this.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12238 | alteholz | 2011-02-07 03:11:20 +0200 (Mon, 07 Feb 2011) | 1 line
|
|
||||||
|
|
||||||
Dutch update
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12237 | msjulie | 2011-02-07 01:11:11 +0200 (Mon, 07 Feb 2011) | 8 lines
|
|
||||||
|
|
||||||
Fix TimeWidget to honor composition end and start if constrained & misc related bugs.
|
|
||||||
|
|
||||||
Checked usability in:
|
|
||||||
RescaleDialog
|
|
||||||
TimeDialog
|
|
||||||
MarkerModifyDialog
|
|
||||||
TempoDialog
|
|
||||||
TimeSignatureDialog
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12236 | msjulie | 2011-02-06 21:46:47 +0200 (Sun, 06 Feb 2011) | 1 line
|
|
||||||
|
|
||||||
Some cleanup on TimeWidget. Place delay time in a constant, instead of hard coded.
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12235 | msjulie | 2011-02-06 20:32:39 +0200 (Sun, 06 Feb 2011) | 10 lines
|
|
||||||
|
|
||||||
Several correction to TimeWidget to facilitate easier use.
|
|
||||||
|
|
||||||
* start time/duration units box now has a delay update timer to allow easier typing
|
|
||||||
* msec box also uses a delay timer to allow easier typing
|
|
||||||
* Computation of msec used rouned msec instead of truncated msec computation to avoid
|
|
||||||
run away updates to nearest "stable" value
|
|
||||||
* removal of code related to catching runaway computations (not needed now)
|
|
||||||
* added functionality to msec to correctly handle negative times when before the start
|
|
||||||
of composition (set start time)
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12234 | alteholz | 2011-02-06 16:14:50 +0200 (Sun, 06 Feb 2011) | 1 line
|
|
||||||
|
|
||||||
Swedish update from Stefan Asserhall
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12233 | alteholz | 2011-02-06 00:27:38 +0200 (Sun, 06 Feb 2011) | 1 line
|
|
||||||
|
|
||||||
Japanese update by Oota Toshiya
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12232 | msjulie | 2011-02-05 22:38:13 +0200 (Sat, 05 Feb 2011) | 4 lines
|
|
||||||
|
|
||||||
Added added delay before auto-recalculation of msec box so users could type times in.
|
|
||||||
|
|
||||||
Recalculation happens imidiately if the msec box looses focus.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12231 | alteholz | 2011-02-05 13:16:34 +0200 (Sat, 05 Feb 2011) | 1 line
|
|
||||||
|
|
||||||
Italian update by Mario Moles
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12230 | alteholz | 2011-02-04 20:16:21 +0200 (Fri, 04 Feb 2011) | 1 line
|
|
||||||
|
|
||||||
Czech update from Pavel Fric
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12228 | cannam | 2011-02-04 11:26:58 +0200 (Fri, 04 Feb 2011) | 9 lines
|
|
||||||
|
|
||||||
|
|
||||||
* Update distro-versions script. Every distro has seen something change:
|
|
||||||
- Match Ubuntu LTS release names
|
|
||||||
- Handle extraordinary number of "current" Debian releases without breaking table layout
|
|
||||||
- Handle openSUSE's change to RG package names (rosegarden4 -> rosegarden)
|
|
||||||
- Get new Arch Linux logo, previous link broke
|
|
||||||
- Switch to a more apparently responsive Gentoo package server
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12226 | dmmcintyr | 2011-02-04 00:39:33 +0200 (Fri, 04 Feb 2011) | 3 lines
|
|
||||||
|
|
||||||
Unset the binary property on the .ts files, even though this makes me sad it
|
|
||||||
couldn't work out.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12225 | msjulie | 2011-02-03 23:52:29 +0200 (Thu, 03 Feb 2011) | 2 lines
|
|
||||||
|
|
||||||
make notes viable after collapse.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12224 | msjulie | 2011-02-03 23:04:03 +0200 (Thu, 03 Feb 2011) | 6 lines
|
|
||||||
|
|
||||||
Untie notes before erasure in CollapseNoteAggressively to defeat the auto-deseelct bevavior
|
|
||||||
|
|
||||||
This works with the old Code for CollapseNoteCommand, and appears to work with
|
|
||||||
the lates version of the CollapseNoteCommand code
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12223 | cannam | 2011-02-03 22:30:06 +0200 (Thu, 03 Feb 2011) | 3 lines
|
|
||||||
|
|
||||||
|
|
||||||
* Another attempt at the previous change -- iterate over all events in the selection, and all events resulting from collapses, without doing any comparisons on events that have been deleted
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12222 | alteholz | 2011-02-03 20:50:54 +0200 (Thu, 03 Feb 2011) | 1 line
|
|
||||||
|
|
||||||
German update
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12221 | dmmcintyr | 2011-02-03 20:06:19 +0200 (Thu, 03 Feb 2011) | 2 lines
|
|
||||||
|
|
||||||
Disable the progress dialog upon saving.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12220 | dmmcintyr | 2011-02-03 17:53:50 +0200 (Thu, 03 Feb 2011) | 6 lines
|
|
||||||
|
|
||||||
An experiment: What happens if we treat .ts files as binaries? It makes a lot
|
|
||||||
more sense from a version control perspective, since these files constantly
|
|
||||||
undergo a process of having their contents scrambled up in a way that can't be
|
|
||||||
tracked sensibly with diffs. Will treating them this way have any ill effects
|
|
||||||
outside of version control? Let's find out!
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12219 | cannam | 2011-02-03 17:41:58 +0200 (Thu, 03 Feb 2011) | 3 lines
|
|
||||||
|
|
||||||
|
|
||||||
* Make CollapseNotesCommand include each post-collapse note in the set of candidates for further collapse
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
r12218 | dmmcintyr | 2011-02-03 17:33:40 +0200 (Thu, 03 Feb 2011) | 3 lines
|
|
||||||
|
|
||||||
Change the properties on all of our PNG images to match the one Chris just
|
|
||||||
doctored.
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
|
Loading…
x
Reference in New Issue
Block a user