summaryrefslogtreecommitdiff
path: root/muse2
AgeCommit message (Collapse)Author
2011-12-21merged with trunk (that is, pulled the fixes from release_2_0)Florian Jung
only quickly tested, seems okay on the first glance
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-11-21added feature: super-glueFlorian Jung
2011-11-07forgot robert's commit ;)Florian Jung
2011-11-07housekeeping: pulled fixes from release into trunkFlorian Jung
2011-10-24Fixed bug #3293339: Midi file export SMF format 0 broken. Please see ChangeLog.Tim E. Real
2011-10-22merge to trunkRobert Jonsson
2011-10-20merged back release branch to trunkRobert Jonsson
2011-10-16Fixed crashes reloading songs having open editors. Previous memleak fixes Tim E. Real
revealed some problems. Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins. Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals.
2011-10-16small fixesFlorian Jung
2011-10-16ctrlcanvas stuff. not ready yetFlorian Jung
BUGGY! problem is: while changing entries, ourDrumMap may be reallocated which causes abort()s and/or bugs.
2011-10-15forgot to remove a debugging statementFlorian Jung
2011-10-15sigedit boxes now select their content when you click at themFlorian Jung
2011-10-14keyboard navigation for tracksRobert Jonsson
2011-10-14fixed dangling slotFlorian Jung
2011-10-13removed or fixed many FINDMICH markers. NEEDS TESTING!Florian Jung
2011-10-13Song::remapPortDrumCtrlEvents() now also processes hidden eventsFlorian Jung
2011-10-13namespace fixOrcan Ogetbil
2011-10-12drum map saving/loading only shown when appropriate, and movedFlorian Jung
2011-10-12fixed "initial window size gets smaller and smaller" bug when in MDI modeFlorian Jung
2011-10-12made rhythm generator aware of namespacesOrcan Ogetbil
2011-10-11improved steprecording in drum editorFlorian Jung
2011-10-11improved creating new notes in drum canvasFlorian Jung
2011-10-11improved drum canvas movingFlorian Jung
2011-10-11some testing and crash-fixesFlorian Jung
2011-10-11added new drum tracks to appearance settingsFlorian Jung
2011-10-11merged with trunkFlorian Jung
2011-10-11moved GlobalConfigValues and MixerConfig from MusEGui into MusEGlobalFlorian Jung
namespace
2011-10-10track's drumlists can be loaded, saved and copied aroundFlorian Jung
2011-10-10small drum-map-hide-menu-entry additionsFlorian Jung
2011-10-10not recording muted/hidden instruments worksFlorian Jung
2011-10-10added "show all" and "hide unused" menu entriesFlorian Jung
2011-10-10steprec and dlist-enote-changing fixesFlorian Jung
steprec now works for new style drum tracks
2011-10-10mention compile_muse.sh in readmeRobert Jonsson
2011-10-10Followup: Added handy 'open midi config' to tracklist midi outport popup.Tim E. Real
2011-10-09Fixed track list midi port popup menu - too many ports listed. Tim E. Real
Seperated empty ports into submenu.
2011-10-09settings for importing midiFlorian Jung
2011-10-09recording and importing midi now works for new style drum tracks plusFlorian Jung
fixes for old-style drum tracks
2011-10-09updated MidiTrack::read and ::writeFlorian Jung
2011-10-08merged with trunk againFlorian Jung
drum ordering is now stored in the songfile track reading bugfix
2011-10-08changed mouse-click-midi-echo in dlistFlorian Jung
2011-10-08muted instruments in new style drum tracks are now respectedFlorian Jung
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian Jung
2011-10-07fixed small bug in tlist.cppFlorian Jung
2011-10-07added new style drum tracksFlorian Jung
atm, they aren't different from midi tracks except that they launch a drum editor by default added markers to help me finding the places to change TODO: instrument muting, in-note-mapping etc...
2011-10-07clean residual namespace work. fix python control build.Orcan Ogetbil
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-10-06more SigEditRobert Jonsson
2011-10-06you can now hide and show drumlist instrumentsFlorian Jung
squashed some minor bugs
2011-10-05more SigEditRobert Jonsson