summaryrefslogtreecommitdiff
path: root/muse2/muse/structure.cpp
AgeCommit message (Collapse)Author
2013-08-19some const-correctness. Part interface overhaul.Florian Jung
various fixes.
2013-08-16Parts have their own, non-shared EventList (still WIP!)Florian Jung
removed refcounting in Eventlist Part::events() is now a const EventList& chaining parts now a Part:: member function made Track::events, ::mpevents public instead of using an insane reference-accessor TODO: need a grouping indicator of clones (like the eventlist pointer was used for)
2013-08-10removed ModifyPart/changePart. Replaced with ModifyPartLength etc.Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-01-03merged with release_2_0Florian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-13when splitting or pasting into new parts, the new newly created partsFlorian Jung
are automatically added to all editors which also display the "origin" parts
2011-09-10merged the first bunch of orcans changesFlorian Jung
STILL WAIT WITH COMMITTING NEW STUFF! i have to merge the rest as well! this is a bit buggy (connect errors, not tested much), but doesn't segfault immediately
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-09-04added paste dialog plus minor fixes:Florian Jung
- moved and changed muse.pro file - added update_pro.sh and update_translations.sh - updated translations - moved stuff from functions.cpp out to dialogs.cpp - fixed behaviour of movePartsTotheRight(): parts which begin at "start of move" aren't expanded, but moved now
2011-08-31structure operations operate on selected tracks, not on non-muted tracksFlorian Jung
fixed infinite recursion bug in global operations
2011-08-31added "copy in range" functionFlorian Jung
when pasting, the previously selected parts are now unselected removed the structure operations "copy range" and "cut event", which were unimplemented
2011-08-30improved movePartsToTheRight and merged with globalInsertFlorian Jung
2011-08-07moved the arranger out to its own windowFlorian Jung
2011-07-28speeded up structural operationsFlorian Jung
fixed several heavy bugs in structural operations: - global insert freezed muse - global cut and global insert behaved wrong on parts not starting at the zeroth tick - fixed upper_bound vs. lower_bound issues clicking below the track list now deselects all tracks moved checkRegionNotNull() where it belongs
2011-05-22changed Song::undoOp(foo) to Song::addUndo(UndoOp(foo)).Florian Jung
changed all these undoOps into a UndoOp-constructor. should not have affected muse's behaviour. should not introduce bugs or fix stuff.
2011-05-08structure menu fixesRobert Jonsson