summaryrefslogtreecommitdiff
path: root/muse2/synti
AgeCommit message (Collapse)Author
2011-10-03Fixed HUGE massive memory leaks in all things using CItemList, Tim E. Real
and SndFile, dssi, fluidsynth and other huge leaks. Large song with several dssi, vst, fluidsynths leaked 100's of MB, now only ~2MB.
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-08introducing namespacesOrcan Ogetbil
2011-09-06Updated the licensing informationOrcan Ogetbil
2011-07-14Fixed loading of old songs with synths - added static keyword to array in Tim E. Real
each synth's oldMidiStateHeader() member.
2011-06-19Major work, all synthesizers. Other fixes. Please see ChangeLog.Tim E. Real
2011-06-08Removed old simpledrumsTim E. Real
2011-06-02applied WillyFoobar's patch: moved all Q_OBJECT statements toFlorian Jung
their appropriate place
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-11Another fix for file filters.Tim E. Real
2011-05-11Added file filter: All (*).Tim E. Real
2011-04-25Overhaul plugin module and add variable run-length ladspa + dssi processing. ↵Tim E. Real
Please see ChangeLog.
2011-04-10Please see ChangeLogTim E. Real
2011-02-28Added some missing Qt headers.Tim E. Real
2011-02-24Improved midi auto-connections. Fixed Organ synth crashing.Tim E. Real
2011-02-14WillyFoobar patchRobert Jonsson
2011-02-10deicsonze color init fixRobert Jonsson
2011-01-31added option to build internal modules staticallyOrcan Ogetbil
2011-01-04Please see ChangeLogTim E. Real
2011-01-02fixed patch loading in deicsonzeRobert Jonsson
2011-01-02Removed the last Qt3Support referencesOrcan Ogetbil
2010-12-29Delete two old deicsonze folders.Tim E. Real
2010-12-26Packaging related minor fixes. Please see the ChangeLog.Orcan Ogetbil
2010-12-21Commit of the beast. User instruments path is made user configurable. ↵Orcan Ogetbil
Removed env. variables usage.
2010-12-21Moved user config paths. Please see the ChangeLog.Orcan Ogetbil
2010-12-20Major cmake cleanup. Please see the ChangeLog.Orcan Ogetbil
2010-12-19Split individual parts into their own shared libraries. Moved main() into ↵Orcan Ogetbil
its own file.
2010-12-15Major cleanup in the #includes. Moved the contents of all.h into individal ↵Orcan Ogetbil
files.
2010-12-14Fixed all missing icons throughout. Added qrc file, changed ui file. Looks ↵Tim E. Real
nice now.
2010-12-14Please see ChangeLog.Tim E. Real
2010-12-12Translations are now handled by cmake. Updated the Russian translation. ↵Orcan Ogetbil
Added -l flag to override system locale.
2010-12-10Fixed compiler and cmake warnings. Restored the scripts menu.Orcan Ogetbil
2010-12-09Fix compiler warnings, and a typo in the transport max slider value.Orcan Ogetbil
2010-12-08ported many Qt3 methods to Qt4Orcan Ogetbil
2010-12-08Some fixes to the previous commit. Apparently I missed to filter a case.Orcan Ogetbil
2010-12-07Converted all latin1() instances. Ported Qt3 methods to Qt4.Orcan Ogetbil
2010-11-29In Mess::processEvent(), added ME_PITCHBEND case. Fixes pitchbend in some ↵Tim E. Real
synths.
2010-11-28Fix deicsonze initial wallpaper. Add paper2.png wallpaper.Tim E. Real
2010-11-28Add deicsonze picsTim E. Real
2010-11-28Add deicsonze2 filesTim E. Real
2010-11-28Deicsonze2 added (!!) Fresh re-import from evolution.Tim E. Real
Werner's AWL and DOM xml added.
2010-11-28Rename deicsonzeTim E. Real
2010-11-28See ChangeLogOrcan Ogetbil
2010-11-27ported vamguibase. removed midiportroutebase.Orcan Ogetbil
2010-11-27ported .ui widgets to Qt4Orcan Ogetbil
2010-11-25Fixed crash in FluidSynthGui::channelItemClicked(): Use item->row() for the ↵Tim E. Real
channel.
2010-11-24See ChangeLogOrcan Ogetbil
2010-11-24ported fluidgui to Qt4Orcan Ogetbil
2010-11-24Ported fluidsynthgui to Qt4Orcan Ogetbil
2010-11-14Applied patch by Orcan converting populateAddSynth(). Tim E. Real
Changed all obsoleted setMargin() calls to setContentsMargins().