Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-20 | MASSIVE FIXES: MANY editor, usability, operation fixes and changes. | Tim E. Real | |
See ChangeLog. | |||
2012-10-20 | Improved: Midi initializations. New settings options, can be 'quiet'. ↵ | Tim E. Real | |
Complete rewrite of initializations coding. Improved: Midi controller graphs: Control selector 'S' popup now stay-open, AND NOW with multi-coloured dots. Bonus! Pianoroll and drum edit 'Ctrl' buttons ALSO now popup this very same menu. Improved: 'Old' drum track 'drum controllers' display and operation: Fixed several problems. | |||
2012-08-04 | REWRITE: 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-03-15 | merged with trunk | Florian Jung | |
2011-12-25 | ctrlcanvas now reacts properly on ALT-left/right part changes | Florian Jung | |
2011-12-21 | merged with trunk (that is, pulled the fixes from release_2_0) | Florian Jung | |
only quickly tested, seems okay on the first glance | |||
2011-10-16 | Fixed 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-16 | ctrlcanvas stuff. not ready yet | Florian Jung | |
BUGGY! problem is: while changing entries, ourDrumMap may be reallocated which causes abort()s and/or bugs. | |||
2011-10-07 | (hopefully) final huge namespace update. | Orcan Ogetbil | |
2011-09-09 | namespace work (part deux) | Orcan Ogetbil | |
2011-09-08 | introducing namespaces | Orcan Ogetbil | |
2011-09-06 | Updated the licensing information | Orcan Ogetbil | |
2011-06-02 | applied WillyFoobar's patch: moved all Q_OBJECT statements to | Florian Jung | |
their appropriate place | |||
2011-03-28 | Fixed midi controller graphs' velocity items selections. | Tim E. Real | |
2011-03-24 | Some fixes/steps towards better controller graph editing. | Tim E. Real | |
2011-02-27 | Fixed piano roll controller graph text drawing (finally!) | Tim E. Real | |
2010-12-07 | Ported rack. Converted many Qt3 methods to Qt4. | Orcan Ogetbil | |
2010-10-13 | new branch muse2, first checkin | Robert Jonsson | |