summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-04-05Eliminate unnecessary widget renders from control changes.RJ Ryan
2014-04-05Support resizing WSliderComposed.RJ Ryan
2014-04-05Merge pull request #220 from rryan/playposition-rangeRJ Ryan
2014-04-04Fix for hasVinylControl not performing the check correctly.Owen Williams
2014-04-04Add thread names for CachingReaderWorkers.RJ Ryan
2014-04-04Improve performance for background rendering if no image is provided.RJ Ryan
2014-04-04Add a timer for swapping.RJ Ryan
2014-04-04Fix some compiler warnings.RJ Ryan
2014-04-04Don't automatically switch to the setlog playlist on any change.Owen Williams
2014-04-04Use QPainter::drawLines instead of an individual drawLine call per beat.RJ Ryan
2014-04-04Fix clang warning about logical operator ambiguity.RJ Ryan
2014-04-04Fix some hotspots that showed up while profiling the waveform renderers.RJ Ryan
2014-04-03Set up tests for bug 1302258 when it eventually gets fixedOwen Williams
2014-04-03Decks shouldn't sync to non-master decks (like Preview Decks)Owen Williams
2014-04-03Only popoup "no mic input" warning when talkover is pressed.Daniel Schürmann
2014-04-03Change playposition range back to 0-1. Fixes Bug #1201972.RJ Ryan
2014-04-03Supply parameter and value to widgets when a connected control changes. For W...RJ Ryan
2014-04-01dlgpreferences: remember last geometry - code improvementsMarcos CARDINOT
2014-04-01dlgpreferences: remember last geometry #1299949Marcos CARDINOT
2014-03-30Revert ifdef __PORTMIDI__ as building without PortMIDI isn't supported.RJ Ryan
2014-03-30Fix test warning.RJ Ryan
2014-03-30Collect features from groups and expose them to effect processors.RJ Ryan
2014-03-30Fix some unused parameter warnings.RJ Ryan
2014-03-30Add a beat unit type to the parameter manifest.RJ Ryan
2014-03-29Since we only have native effects right now we know the upper bound on the nu...RJ Ryan
2014-03-29Silence another debug that makes a lot of noise when parameters change.RJ Ryan
2014-03-29Turn off a bunch of noisy debugs.RJ Ryan
2014-03-29Add more if-defs for sandbox APIs.RJ Ryan
2014-03-29Try fixing non-sandbox builds by gating bookmark code on 10.7 instead of 10.6.RJ Ryan
2014-03-29[FIX #1212128] make dlgtagfetcher a QDialogMax Linke
2014-03-29Merge pull request #213 from kain88-de/update_gtestRJ Ryan
2014-03-29Fix copypasta.RJ Ryan
2014-03-29upgrade gtest/gmock to version 1.7.0Max Linke
2014-03-29Fix MidiMoutput initializer list (MSVC gets confused).RJ Ryan
2014-03-29Use ANSI C rand instead of POSIX random.RJ Ryan
2014-03-29More fixes to reverb plugin.RJ Ryan
2014-03-29Some hacks to get our native reverb effect building on Windows.RJ Ryan
2014-03-29Get rid of individual variant dirs for SoundSource plugins. Add $BUILD_DIR/pl...RJ Ryan
2014-03-29More Windows build fixes.RJ Ryan
2014-03-29Various build system fixes for Windows (and particularly MingW cross-compilin...Steven Boswell
2014-03-29Use LIBDIR, BINDIR, and SHAREDIR environment variables. Fixes Bug #1184432Steven Boswell
2014-03-29Try to fix build on Windows.RJ Ryan
2014-03-29Bump version from alpha-pre to alpha.RJ Ryan
2014-03-29Fix some warnings and provide a default / normal option for MidiOptionsDelegate.RJ Ryan
2014-03-29Fix build.RJ Ryan
2014-03-29Allow MIDI input mappings to affect multiple controls. Fixes Bug #582503.RJ Ryan
2014-03-29Fix bug with removing mappings.RJ Ryan
2014-03-29Improve UI layout.RJ Ryan
2014-03-29When we MIDI learn a control add it to the input table model.RJ Ryan
2014-03-29Pay down some technical debt.RJ Ryan