Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-02 | cursor mode explanation | Robert Jonsson | |
2012-10-01 | drum editor fixes | Robert Jonsson | |
2012-09-30 | various fixes and changes | Robert Jonsson | |
2012-09-28 | load missing soundfonts from dialog | Robert Jonsson | |
2012-09-17 | Info text on Undo/Redo buttons/menu text/tooltips ("Undo AddTrack" etc). | Tim E. Real | |
In cases of multiple items in one operation, the first is shown, with ", .." ("Undo AddTrack, .."). | |||
2012-09-17 | Introducing Copy On Write for waves. See ChangeLog. | Tim E. Real | |
2012-09-16 | some improvements | Robert Jonsson | |
2012-09-16 | fixed some bugs, see ChangeLog | Robert Jonsson | |
2012-09-09 | updated manual | Robert Jonsson | |
2012-09-08 | Wave Editor: Added Edit -> Adjust Wave Offset. Helps compensate for latency. | Tim E. Real | |
FIXME: Respect clones! If operating on two selected clones of the same part, an extra event is created. May or may not be this code's problem?... | |||
2012-09-08 | Bug 3555569, 3555572: New informative ERROR, WARNING, HINT messages in cmake ↵ | Tim E. Real | |
script. Also, detect and report missing Doxygen executable. Also added doxygen to README requirements and clean up README a bit. | |||
2012-09-07 | Feature request 3565102: FLAC audio file import. | Tim E. Real | |
2012-09-07 | Bug 3555581: No synths listed in Edit menu: main.cpp: Move initMidiSynth() ↵ | Tim E. Real | |
ahead of MusE. And unrelated simple change: Privatize Arranger::parentWin. | |||
2012-09-05 | Fix for forum topic "Ordering of simultaneous events". | Tim E. Real | |
Methods EventList::add() and ::move() now sort all same-time notes AFTER controllers. | |||
2012-09-03 | nothing | Florian Jung | |
2012-08-15 | Introducing: Improved Wave Editor. Class WaveView is replaced by WaveCanvas. | Tim E. Real | |
Wave Events can be selected, added, moved and deleted. TODO: Bunch o' stuff, but currently it should be as good or better than the old editor. | |||
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-08-04 | Introducing: More bits for Song Changed SC_* flags. | Tim E. Real | |
Added member Song::updateFlags2. Song::update() now takes an extra 'flags2' param. Please see ChangeLog for important information. | |||
2012-08-04 | Optimizations: Added Master::songChanged, ArrangerView::songChanged. | Tim E. Real | |
Please test it - may need more or less SC_* filters. | |||
2012-08-01 | Finished the Sysex Editor in the Instrument Editor. | Tim E. Real | |
Create, delete, save named instrument sysexes. Does nothing more for now. | |||
2012-07-29 | fix zoom | Robert Jonsson | |
2012-07-13 | Fixed controllers go wacky after moving effects rack plugins up/down. My bad! | Tim E. Real | |
Also fixed existing problem: After moving rack plugins up/down, graphs disappear. Documentation: Some contributions to the documentation.tex file. | |||
2012-07-08 | see ChangeLog | Robert Jonsson | |
2012-07-08 | use FindPythonLibs to detect Python | Orcan Ogetbil | |
2012-07-07 | see ChangeLog | Robert Jonsson | |
2012-07-04 | inc/dec tick for events | Robert Jonsson | |
2012-07-04 | Fixed new drum parts disappear as sson as they're drawn. | Tim E. Real | |
2012-07-01 | final merge | Florian Jung | |
2012-05-28 | merged with release_2_0 | Florian Jung | |
2012-03-19 | merged with release_2_0 | Florian Jung | |
2012-03-17 | - custom columns can now also store their values to song->cpos(), not | Florian Jung | |
only to tick0 - hopefully fixed a bug in the custom columns setup dialog | |||
2012-03-16 | custom columns now send their changes to the device if appropriate | Florian Jung | |
2012-03-15 | custom columns only consider controller changes at tick0 now | Florian Jung | |
2012-03-15 | merged with trunk | Florian Jung | |
2012-01-03 | cleanup | Florian Jung | |
2012-01-03 | merged with release_2_0 | Florian Jung | |
2011-12-26 | (no commit message) | Florian Jung | |
2011-12-21 | merged again | Florian Jung | |
2011-12-14 | pulled fixes from release into trunk | Florian Jung | |
2011-11-21 | added feature: super-glue | Florian Jung | |
2011-11-07 | forgot robert's commit ;) | Florian Jung | |
2011-11-07 | housekeeping: pulled fixes from release into trunk | Florian Jung | |
2011-10-24 | Fixed bug #3293339: Midi file export SMF format 0 broken. Please see ChangeLog. | Tim E. Real | |
2011-10-22 | merge to trunk | Robert Jonsson | |
2011-10-20 | merged back release branch to trunk | Robert Jonsson | |
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-14 | keyboard navigation for tracks | Robert Jonsson | |
2011-10-13 | namespace fix | Orcan Ogetbil | |
2011-10-12 | made rhythm generator aware of namespaces | Orcan Ogetbil | |
2011-10-10 | Followup: Added handy 'open midi config' to tracklist midi outport popup. | Tim E. Real | |