summaryrefslogtreecommitdiff
path: root/muse2/muse/conf.cpp
AgeCommit message (Collapse)Author
2013-04-05save and titlesRobert Jonsson
2013-03-10added more colorsRobert Jonsson
2013-02-26theme tweaksRobert Jonsson
2013-02-24color fixesRobert Jonsson
2013-02-20MASSIVE FIXES: MANY editor, usability, operation fixes and changes. Tim E. Real
See ChangeLog.
2013-02-13dark themeRobert Jonsson
2013-02-07metronome workRobert Jonsson
2013-02-02Solved: "Old style" Drums: Track channel/port re-enabled, drum list columns ↵Tim E. Real
default to them. Required some icon and colour changes. See ChangeLog. Fixed Old Style Drum lockup: Certain item channel overrides caused infinite loop in Audio::processMidi().
2013-01-28added setting for default track heightRobert Jonsson
2013-01-27Feature: Shortcuts dialog modeless + has default global shortcut ↵Tim E. Real
Ctl+Shift+F1 + "Printable file" button. Memory leaks! Many widgets and dialogs had no parent and were not deleted! See ChangeLog.
2012-10-28Improved: Eliminated copious unrequired "controller" sections from songs and ↵Tim E. Real
templates. Eliminated ALL "controller" and "midiport" sections from built-in templates. For template "synth.med", changed synth ports to 198 and 199. Improved: Templates, use your chosen default output port/channel from the midi ports setup dialog.
2012-10-27Improved: Velocity graphs. Icon for showing per-note or all velocities. Also ↵Tim E. Real
found in Settings. Improved: Piano KB has current selected note (yellow). For velocity/polyaftertouch/other per-note ctrls. Bad timing warning now has "don't show again". Added 'speaker' icon to drum edit. And drum list and piano keyboard now obey the 'speaker' icon.
2012-10-20Improved: 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-10-09!!! Song type is now removed !!! : See ChangeLogTim E. Real
2012-09-02plugins can now be groupedFlorian Jung
2012-07-01final mergeFlorian Jung
2012-05-28merged with release_2_0Florian Jung
2012-03-15merged with trunkFlorian Jung
2012-02-14- added support for custom controller columns in the tracklistFlorian Jung
they are stored in and read from the global config file. - tracklist header is now saved into global config, not in songfile. TODO: - allow the user to customize the custom columns - make recreating the Header work (graphical glitches currently)
2012-01-06merged with release_2_0Florian Jung
2011-12-25added config option for switching between "prefer old/new drumtracks"Florian Jung
and "only show new/old drumtracks". defaults to "prefer new"
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-10-11merged with trunkFlorian Jung
2011-10-11moved GlobalConfigValues and MixerConfig from MusEGui into MusEGlobalFlorian Jung
namespace
2011-10-10not recording muted/hidden instruments worksFlorian Jung
2011-10-09settings for importing midiFlorian Jung
2011-10-08merged namespace changes. HOPEFULLY the last one.Florian 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-07(hopefully) final huge namespace update.Orcan Ogetbil
2011-09-18removed the last obstacle for non-middle-button-users:Florian Jung
added config option "set left range marker with ctrl+rightclick"
2011-09-18made muse more usable without middle mouse buttonFlorian Jung
2011-09-17forgot to save a file :(Florian Jung
2011-09-17configuration changes; topwin config isn't stored in song any moreFlorian Jung
2011-09-15New namespaces and change in default colors. See ChangeLog.Orcan Ogetbil
2011-09-14fixed arranger-related config loading errorsFlorian Jung
2011-09-13Added: You can now insert new tracks instead of always at the track list end. Tim E. Real
If main menu 'Add track': Inserts before currently selected track, else adds at end. If Track List right-click existing Track Name: New 'Insert track' menu inserts before clicked track. If Track List right-click on empty space, or Mixer 'Create': Adds at end, as usual. Fixed track selection bug: Track info panel not clearing when clicking empty area.
2011-09-10merged again. please continue developing the deep changes HERE. thanksFlorian Jung
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-10Removed more namespace artifacts. Searched on "MusEGlobal "MusEConfig etc.Tim E. Real
2011-09-10more namespace change fixesOrcan Ogetbil
2011-09-09namespace work (part deux)Orcan Ogetbil
2011-09-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-08-18added GUI for MDI settingsFlorian Jung
fixed loading of arranger settings
2011-08-16half-way working versionFlorian Jung
toolbar state can be saved and restored, though this is still a bit buggy
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-05-24improved step recording and minor fixesFlorian Jung
2011-05-16fixed saving window stateFlorian Jung
dialogs now also save and restore their state templates were updated and have now sane defaults for toolbars etc.
2011-05-10Added general settings audio item: Minimum control process periodTim E. Real
Added Yamaha Mo6 instrument file by Geoff King