summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2016-01-11Use the actual env.Program result as an input to the copy Command.RJ Ryan
If we don't do this then in some cases SCons won't copy mixxx out of the build folder when it should.
2016-01-08Use MidiKey constructor in DlgControllerLearning. Fixes Bug #1532297.RJ Ryan
2016-01-03repair scons vamp=0 Bug #1530454Daniel Schürmann
2016-01-03removed unused default value of builtInFormatsDaniel Schürmann
2016-01-03Correct 'built-in formats' variable spellingSean M. Pappalardo
2016-01-03Make build in formats list conditional, Bug #1530643Daniel Schürmann
2016-01-03Add Opus to the list of supported audio file formats in Library preferences ↵S.Brandt
pane. Fixes https://bugs.launchpad.net/mixxx/+bug/1530236
2015-12-29Add a note about versioning.RJ Ryan
2015-12-29make sure to check for NoneOwen Williams
2015-12-29Revert to version 2.0.0.RJ Ryan
2015-12-28Add Oscillicious to special thanks.RJ Ryan
2015-12-28Only hack up the Debian version for the mixxxbetas PPA.RJ Ryan
2015-12-28Update feedback survey URL for 2.0.RJ Ryan
2015-12-28Version bump to 2.0.0.1. \o/RJ Ryan
2015-12-28credits reorder to unify with upcoming website tweaksOwen Williams
2015-12-27Treat 404 as a not found instead of a network error.RJ Ryan
Avoids the confusing "could not connect to MusicBrainz" error. Partially fixes https://bugs.launchpad.net/mixxx/+bug/1510550
2015-12-27Add debug printing for AcoustIdClient.RJ Ryan
This will help us debug user problems and only runs if the user initiates a tag fetch so it won't be too spammy.
2015-12-27Reset error state when loading a new track.RJ Ryan
If we ever got an error then DlgTagFetcher would never switch back to showing the results pane. Partial fix for https://bugs.launchpad.net/mixxx/+bug/1510550
2015-12-27Fix console declaration in mixxx-test entrypoint.RJ Ryan
2015-12-27Fix signal disconnect in DlgTagFetcher.RJ Ryan
2015-12-27fix windows buildDaniel Schürmann
2015-12-26Update default lauchimage, that is displayed on startup. Found the current ↵S.Brandt
one looks a bit fuzzy. Changes: filetype png->svg, color -> monochrome, icon height = text height, spacing now 0.5 em between icon and text Follow up to mixxxdj#650
2015-12-26Fix warning: QLayout: Attempting to add QLayout "" to LaunchImage ""Daniel Schürmann
2015-12-25Fix windows buildDaniel Schürmann
2015-12-23Merge pull request #790 from daschuer/controllerpollDaniel Schürmann
removed while loop in poll slot, Bug #1520619
2015-12-23move midi related comments to portmidicontrol.hDaniel Schürmann
2015-12-23Removed unused includesDaniel Schürmann
2015-12-23glXExtensionSupported is not used.Johannes Obermayr
Fixes also a build error since commit 05e0a90 (Display type not defined).
2015-12-22Try again to get Mixxx PDB bundled.RJ Ryan
2015-12-22Add preset validity test suite.RJ Ryan
* Check that preset XML is valid. * Check that presets at have a name. * Check that wiki and forum URLs are valid if present. * Check that scripts are valid Javascript. * Check that no exceptions occur when evaluating the script in a fake Controller.
2015-12-22Return a status from Controller::applyPreset.RJ Ryan
Also make initializing the scripts optional.
2015-12-22Return a success indicator from ControllerEngine::loadScriptEngine.RJ Ryan
2015-12-22Skip empty function prefixes.RJ Ryan
2015-12-22Disable ErrorDialogHandler when running tests.RJ Ryan
2015-12-22Pass search paths into PresetInfoEnumerator.RJ Ryan
2015-12-22Replace debian/rules environment variables. Hack to get PPA builds fixed.RJ Ryan
2015-12-22Flag order matters when running debuild.RJ Ryan
2015-12-22Set debuild 'build' environment variable explicitly.RJ Ryan
2015-12-20Merge remote-tracking branch 'upstream/1.12' into controllerpollDaniel Schürmann
Conflicts: src/controllers/midi/portmidicontroller.cpp src/controllers/midi/portmidicontroller.h
2015-12-20fixed typeDaniel Schürmann
2015-12-19Some PortMidiController buffer overflows and logic fixes.RJ Ryan
* Prevent buffer overflow when SysEx messages are larger than 1024 bytes. * Remove logic that treats any real-time byte in a SysEx payload as a real-time message. PortMidi will deliver real-time messages that occur during a SysEx message as their own message, so I don't believe this logic is correct. Additionally it has a bug whereby the rest of the bytes following the real-time byte in the message are ignored. * Ignore SysEx messages from controller scripts when they do not end with an EOX byte (0xF7). A SysEx message without an EOX will cause a segfault in PortMidi.
2015-12-19Use output device name when an input device is not provided.RJ Ryan
2015-12-19Don't close devices that are already closed.RJ Ryan
2015-12-19silence debugDaniel Schürmann
2015-12-19Improve comments for MIXXX_PORTMIDI_BUFFER_LENDaniel Schürmann
2015-12-19Merge remote-tracking branch 'upstream/1.12' into controllerpollDaniel Schürmann
Conflicts: src/controllers/midi/midicontroller.cpp
2015-12-19Add skip cycle in overload situations, Add a lot of comments explaining the ↵Daniel Schürmann
expected load.
2015-12-17Increase number of MIDI messages to buffer, fix bug #1527410Sean M. Pappalardo
Chatty MIDI controllers like the Stanton SCS.1d (moving platter) can queue up a large number of messages if the system is for whatever reason slow to respond to them. If more than this number queue up, Mixxx stops responding to that controller. Experimental stress-testing showed 500 messages at once in the queue (during stupid things like application window switching, but still.) This may not be the best fix, but it's quick and breaks nothing for the 2.0 release.
2015-12-18more debugDaniel Schürmann
2015-12-18Add more debugDaniel Schürmann