| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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). | |||
| 2011-08-16 | Remodel the Meter and the VerticalMeter | Orcan Ogetbil | |
| 2011-08-14 | removed the senseless (unsigned long)(some_pointer) stuff, as some_pointer | Florian Jung | |
| was stored as "real" (uncasted) pointer in the same struct | |||
| 2011-08-13 | Make the shininess of the Knob ring a little smarter | Orcan Ogetbil | |
| 2011-08-05 | Parts having hidden events now drawn using 'jagged' ends and special white ↵ | Tim E. Real | |
| edges. Improved border drawing guaranteed to show L/R touching part borders. TODO: Top and bottom borders. Muted parts now show names and events. Filled with a special brush pattern for easy recognition. Huge changes to PartCanvas::drawItem(). And to all View::XmapXXX methods for better accuracy. Changed bool Part::hasHiddenNotes() to int Part::hasHiddenEvents(). Added int Part::cachedHasHiddenEvents(). | |||
| 2011-08-02 | merged with trunk | Florian Jung | |
| 2011-07-31 | Remodel the Knob | Orcan Ogetbil | |
| 2011-06-28 | merged with current trunk. i hope this works... | Florian Jung | |
| 2011-06-27 | merged stuff from experimental back to trunk: | Florian Jung | |
| - massively speeded up muse by using operation groups - changed behaviour of mid-click to "delete" in all canvases | |||
| 2011-06-19 | Major work, all synthesizers. Other fixes. Please see ChangeLog. | Tim E. Real | |
| 2011-06-10 | fixed problem with forbidden notes (see previous commit) | Florian Jung | |
| shift now also selects all items on the same pitch when ctrl is pressed | |||
| 2011-06-07 | modified behaviour for clones: | Florian Jung | |
| - resizing a clone in the arranger also resizes all clones with the same length - same for auto-expanding in the pianoroll - auto-expanding in the pianoroll does NOT expand for parts which already contain hidden notes; then inserting notes is forbidden; buggy, see below still TODO and BUGS: - forbidding notes doesn't work properly. the pianoroll still displays them until the next full song update. - that stuff must be done in the drum canvas as well - step-rec and the score editor need support for auto-expanding | |||
| 2011-06-06 | merged with current trunk and removed (unused) support for disabling the keymap | Florian Jung | |
| 2011-06-04 | fixed regression with copying items on canvas with mouse | Robert Jonsson | |
| 2011-06-04 | changed behaviour of middle click in all canvases to "delete" | Florian Jung | |
| 2011-06-03 | merged with trunk and adapted new functions | Florian Jung | |
