summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
AgeCommit message (Collapse)Author
2011-06-04changed behaviour of middle click in all canvases to "delete"Florian Jung
2011-06-02the score editor now supports batch-movementsFlorian Jung
the functions return as bool if undo has been triggered
2011-05-30added a spinbox to the arranger's "Ch:"-columnFlorian Jung
2011-05-30removed midi in button from score editor (yes, it's really Florian Jung
unneccessary here ;) )
2011-05-30implemented cut,copy'n'paste and "select foo" to the score editorFlorian Jung
2011-05-29- moved cut,copy'n'paste to functions.cpp, removed unneccessaryFlorian Jung
duplication - changed behaviour of paste: now the pasted, not the original notes are selected
2011-05-28fixed buggy bugfix in score editorFlorian Jung
2011-05-28fixed track headerRobert Jonsson
2011-05-27applied some hunks of the patch sent in by WillyFoobarFlorian Jung
2011-05-26Moved all routing popup menu stuff from app, astrip, mstrip, mtrackinfo into ↵Tim E. Real
new class RoutePopupMenu, *massively* cleaning up those 4 files. Used new Route QVariant type as action data instead of integers. Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp Added to settings: "Make popup menus stay open. Otherwise hold Ctrl."
2011-05-25added step-recording support to the score editorFlorian Jung
moved clefTypes to avoid compile-horror updated templates due to the new toolbar
2011-05-24template sample rate, drum track channel, track list headerRobert Jonsson
2011-05-24Awl::PitchEdit now can be set with the musical keyboardFlorian Jung
2011-05-24improved step recording and minor fixesFlorian Jung
2011-05-23merged with trunkFlorian Jung
2011-05-23Updated Changelog; prepared for mergeFlorian Jung
2011-05-20Popup menus: If stay-open mode, space triggers item and double-click ↵Tim E. Real
simulates return (closing).
2011-05-19Popup menus now auto-scroll if too large to fit on desktop. Tim E. Real
Midi track info patch popup now stays open for auditioning patches. Editor 'ctrl' controller popups: Split instrument/other (+ common controls!) + show ctrl numbers.
2011-05-15mouse wheel reworkRobert Jonsson
2011-05-14Fixed problem with project save dialog missing a forward slash '/'.Tim E. Real
2011-05-14Added GM drums patch in MidiInstrument::populatePatchPopup() for GM songs on ↵Tim E. Real
ch 10.
2011-05-13find unused wave filesRobert Jonsson
2011-05-13Changed default imported midi song type to GM.Tim E. Real
2011-05-13new spanish translationRobert Jonsson
2011-05-12Changed template song "default.med" song type from NO to GM, to help new users.Tim E. Real
2011-05-10Added general settings audio item: Minimum control process periodTim E. Real
Added Yamaha Mo6 instrument file by Geoff King
2011-05-08structure menu fixesRobert Jonsson
2011-05-08Draw event canvas notes if they extend past part end.Tim E. Real
2011-05-06Added Yamaha-CS1x.idf instrument from Ernie Rymer <ethylene77 A T yahoo D O ↵Tim E. Real
T com>
2011-05-062.0beta2Robert Jonsson
2011-05-05Fixed regression: Plugins would not restore saved control state when loading ↵Tim E. Real
song.
2011-05-04feedback display fixRobert Jonsson
2011-05-02muse 2.0betaRobert Jonsson
2011-05-02More fixes, improvements to ladspa and dssi processing, control responsiveness.Tim E. Real
2011-04-28minor fixesRobert Jonsson
2011-04-28Small scoreedit and dssi controls out fix. More separation of Alsa/Jack midi ↵Tim E. Real
processing - as a possible fix for crash report by Geoff B. Please see ChangeLog
2011-04-27merged scoreedit branch into trunkFlorian Jung
2011-04-27feedback parametersRobert Jonsson
2011-04-25Overhaul plugin module and add variable run-length ladspa + dssi processing. ↵Tim E. Real
Please see ChangeLog.
2011-04-25crashfix loading new songRobert Jonsson
2011-04-23key dropdownRobert Jonsson
2011-04-21dnd pluginsRobert Jonsson
2011-04-19undo for keymapRobert Jonsson
2011-04-17Added destructors to sigmap and tempomap.Tim E. Real
2011-04-16Fixed crash in dssihost.cpp - my bad from recent p4.0.20 changes.Tim E. Real
2011-04-16added keymapRobert Jonsson
2011-04-16Move part name text to bottom to accommodate drum 'slivers'Tim E. Real
2011-04-16Invert drum 'slivers' in arranger drum parts.Tim E. Real
2011-04-15Improved dark part colour gradients. Added gGradientFromQColor() in ↵Tim E. Real
widgets/utils.cpp called from PartCanvas draw.
2011-04-14Fix arranger midi part event 'sliver' drawing. Fix partname drawing. Tim E. Real
Remove dssi gui killtimers causing error.