| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-12-14 | pulled fixes from release into trunk | 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-13 | removed or fixed many FINDMICH markers. NEEDS TESTING! | Florian Jung | |
| 2011-10-11 | improved drum canvas moving | Florian Jung | |
| 2011-10-11 | merged with trunk | Florian Jung | |
| 2011-10-11 | moved GlobalConfigValues and MixerConfig from MusEGui into MusEGlobal | Florian Jung | |
| namespace | |||
| 2011-10-10 | not recording muted/hidden instruments works | Florian Jung | |
| 2011-10-10 | Followup: Added handy 'open midi config' to tracklist midi outport popup. | Tim E. Real | |
| 2011-10-09 | settings for importing midi | Florian Jung | |
| 2011-10-08 | merged namespace changes. HOPEFULLY the last one. | Florian Jung | |
| 2011-10-07 | added new style drum tracks | Florian 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 | clean residual namespace work. fix python control build. | Orcan Ogetbil | |
| 2011-10-07 | (hopefully) final huge namespace update. | Orcan Ogetbil | |
| 2011-10-03 | Fixed 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-30 | Fixed 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-28 | Optimization: Orcan's meters are insanely lightning-fast now. | Tim E. Real | |
| 2011-09-21 | Need to get it off the drive: Part canvas drawing speed boosts. Working on ↵ | Tim E. Real | |
| meter speed. | |||
| 2011-09-18 | removed the last obstacle for non-middle-button-users: | Florian Jung | |
| added config option "set left range marker with ctrl+rightclick" | |||
| 2011-09-18 | made muse more usable without middle mouse button | Florian Jung | |
| 2011-09-16 | fixed wrong usages of tr() like: | Florian Jung | |
| QString::toNumber(num) + ( num > 1 ? tr("parts") : tr("part")) or tr("file ")+ filename +tr(" could not be loaded") and commited scripts to find such errors | |||
| 2011-09-15 | New namespaces and change in default colors. See ChangeLog. | Orcan Ogetbil | |
| 2011-09-14 | merged with trunk | Florian Jung | |
| tiny fix: removed bool initalizing completely reindented cobject.cpp | |||
| 2011-09-14 | some cleanups | Florian Jung | |
| 2011-09-14 | The sizeHint of Slider is respected, and the plugin window now has a ↵ | Orcan Ogetbil | |
| reasonable width. Scale support commented out in Slider. | |||
| 2011-09-12 | Improvements in rounding corners of meters, sliders; plus some other ↵ | Orcan Ogetbil | |
| updates. See ChangeLog. | |||
| 2011-09-11 | began with implementing the improved paste for midi editors | Florian Jung | |
| TODO: sane values for raster, and respect raster and amount values support ctrl+shift+c | |||
| 2011-09-10 | added license info to new files. moved populateAddSynth / populateAddTrack ↵ | Orcan Ogetbil | |
| into helper.cpp, Put stuff in helper.* into MusEUtil namespace. | |||
| 2011-09-10 | merged again. please continue developing the deep changes HERE. thanks | Florian Jung | |
| 2011-09-10 | merged the first bunch of orcans changes | Florian 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-10 | namespace fixes and cleanups | 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-09-05 | - Remodel EffectRack | Orcan Ogetbil | |
| - Fix a corruption in Meter when the mono/stereo switch is toggled in astrip. | |||
| 2011-09-05 | Remodel the Slider | Orcan Ogetbil | |
| 2011-09-04 | added spacers to function dialogs | Florian Jung | |
| 2011-09-04 | added paste dialog plus minor fixes: | Florian Jung | |
| - moved and changed muse.pro file - added update_pro.sh and update_translations.sh - updated translations - moved stuff from functions.cpp out to dialogs.cpp - fixed behaviour of movePartsTotheRight(): parts which begin at "start of move" aren't expanded, but moved now | |||
| 2011-09-01 | merged with trunk | Florian Jung | |
| 2011-08-28 | fixed REC column too large | Robert Jonsson | |
| 2011-08-27 | mouse wheel behaviour changed | Robert Jonsson | |
| 2011-08-27 | fixed window and toolbar-icon glitches | Florian Jung | |
| 2011-08-22 | deal: "Borland-style" is now called "Borland-/Mac-style" | Florian Jung | |
| 2011-08-18 | added GUI for MDI settings | Florian Jung | |
| fixed loading of arranger settings | |||
| 2011-08-18 | merged with trunk, except: | Florian Jung | |
| - not applied the "masteredit saves toolbar state" change, as this is done by TopWin here in experimental - fixed some indentation error in scoreedit.cpp | |||
| 2011-08-17 | Finished some remaining work on the port of ComboBox | Orcan Ogetbil | |
| 2011-08-16 | More drawing fixes, improved accuracy (grids, timescales, edges, markers ↵ | Tim E. Real | |
| guaranteed to align now). Much drawing changed to device (pixel) space instead of virtual space, for accuracy. Fixed display of audio automation graphs. (But not editing). | |||
