summaryrefslogtreecommitdiff
path: root/muse2/muse/mixer/mstrip.cpp
AgeCommit message (Collapse)Author
2012-08-04REWRITE: Introducing: More bits for Song Changed SC_* flags. Tim E. Real
Added MusECore::SongChangedFlags_t (in new type_defs.h file). Declared as int64 type. All Song Changed parameters, handlers, connections, calls, colateral operations etc. now use this new SongChangedFlags_t. All the handlers are now ready for the code bodies to accept any extra flags, devs need not do anything more than define new SC_* flags and write support inside the handlers. Please beware these possible extra flags when writing songChanged handlers and setting updateFlags.
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2011-12-26(no commit message)Florian Jung
2011-12-21merged againFlorian Jung
2011-12-14pulled fixes from release into trunkFlorian Jung
2011-10-07clean residual namespace work. fix python control build.Orcan Ogetbil
2011-10-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-30Fixed long-standing problem with themes (Ora/Bespin etc) and button icons. Tim E. Real
Fixed midi strip blank automation box at bottom, too high. Repaired some non-virtual paintEvent(), resizeEvent(), event() etc.
2011-09-15New namespaces and change in default colors. See ChangeLog.Orcan Ogetbil
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-09-05Remodel the SliderOrcan Ogetbil
2011-08-17Finished some remaining work on the port of ComboBoxOrcan Ogetbil
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-01-09Forgot to turn on oR tooltip Tim E. Real
2011-01-09Completed soloing system. Other fixes - see ChangeLog.Tim E. Real
2010-11-12WIP: Mixer and strips re-designed to be theme/font friendly - no more fixed ↵Tim E. Real
STRIP_WIDTH. Fixed Slider, Knob, Rack and DoubleEntry classes.
2010-11-10Missed one toggled -> clickedTim E. Real
2010-11-10Fixed solo button icons.Tim E. Real
2010-11-10Fixed audio and midi strips and converted to Qt4. Looks OK now, but will be ↵Tim E. Real
better once knob, slider, rack classes are fixed, converted.
2010-11-07All routing popups finished. Major cleanup of astrip + mstrip comments, code!Tim E. Real
2010-10-26See ChangeLogTim E. Real
2010-10-13new branch muse2, first checkinRobert Jonsson