Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix scripts for Qt 5.12 #6

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    44e80f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb79a3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f2105f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3382d2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ea73ae View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    8fa52d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c6dce View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Fix Windows build

    ninomp committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    061073f View commit details
    Browse the repository at this point in the history
  2. Fix typo

    daschuer committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    fb706ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    213ccb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6a001a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. remove unused variable

    daschuer committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    3a2fdc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. make TabFilter thread save

    daschuer committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    c8c5883 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into 1788086

    Conflicts:
    	src/library/searchqueryparser.cpp
    daschuer committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    ef1d06a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    12b365f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df09bf View commit details
    Browse the repository at this point in the history
  3. remove minimum size from track time...

    so that shorter time formats (i.e. without fractional seconds) don't take up to much space.
    ronso0 committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    feb6799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07632d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e5efdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e9333e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1efda87 View commit details
    Browse the repository at this point in the history
  8. fix #include

    Be-ing committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d60b287 View commit details
    Browse the repository at this point in the history
  9. remove call to qt_x11_wait_for_window_manager

    This was previously guarded by an #ifdef Q_WS_X11, but switching
    to Q_OS_LINUX caused a link error:
    
    /usr/bin/ld: lin64_build/mixxx.o: in function `MixxxMainWindow::MixxxMainWindow(QApplication*, CmdlineArgs const&)':
    /home/uk/Projects/Mixxx/mixxx/src/mixxx.cpp:187: undefined reference to `qt_x11_wait_for_window_manager(QWidget*)'
    
    It turns out that Q_WS_X11 is no longer defined with Qt5, yet it
    does not seem that building Mixxx without the call to
    qt_x11_wait_for_window_manager has caused any issues, so I presume
    it is safe to remove it now. This was the only place in Mixxx
    where Q_WS_X11 was referenced.
    Be-ing committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    bec5203 View commit details
    Browse the repository at this point in the history
  10. Merge pull request mixxxdj#1930 from ronso0/tango-parallel-loopcontrols

    Tango :: some improvements
    daschuer authored Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d73ffc2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e5557a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    1f4ce00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mixxxdj#1925 from ronso0/key-display-tweak

    let Key widget display key, cents or both (or nothing)
    daschuer authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    a3dd5e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Merge pull request mixxxdj#1923 from Be-ing/xlib_deadlock

    hack around Xlib deadlock
    Be-ing authored Dec 5, 2018
    Configuration menu
    Copy the full SHA
    d37d407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5752e91 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    b8889b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb29c5f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Configuration menu
    Copy the full SHA
    de5b107 View commit details
    Browse the repository at this point in the history
  2. Remove incomplete, unreviewed DE-DE translation. There is an existing…

    … DE translation, nearly 100% translated.
    
    * At least on macOS, the incomplete translation was auto-selected, if the systems locale is DE.
    * Both translations share the same name in Mixxx Preferences > User Interface > Locale > German (Germany). Correct would be for DE = Deutsch, and for DE-DE = Deutsch (Deutschland)
     This issue is also with other translations, e.g. PT and PT-PT
    esbrandt committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    cca53a9 View commit details
    Browse the repository at this point in the history
  3. Update Translation for DE (German).

    Changed terminology (also in the Transifex DE-glossary):
      * Artist = Künstler (was Interpret)
      * Track = Track (was Titel).
        Track is established in daily language use. This fixes some curious situations we had before, e.g. for source strings like "Track Title".
    
    Also fixes several whitespace, punctuation, and consistency errors in the target language.
    esbrandt committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    c105eba View commit details
    Browse the repository at this point in the history
  4. Change ambiguous tooltip for the hotcue toggle button.

    We should not call numbers here (was "4 or 8"), the description needs to be generic enough if a skin decided to show a different # of cues. We support 36 (afaik).
    Also the control does not affect the # of hotcues displayed in the waveforms.
    
    Current skins do need no update, since they display the number of hotcues they display in the controls label.
    esbrandt committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    5f54960 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f77fa48 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    uklotzde committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    e3f5c8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af8adf7 View commit details
    Browse the repository at this point in the history
  8. Hercules DJ Control Instinct: unmap headphone volume buttons

    The headphone volume buttons control the hardware volume of the
    headphone output. They should not be mapped to Mixxx's software
    gain control. Also, mapping buttons to a knob is incorrect.
    Reported by a user on the forum:
    https://mixxx.org/forums/viewtopic.php?f=3&t=12340
    Be-ing committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    2d6c167 View commit details
    Browse the repository at this point in the history
  9. Replace qtkeychain with qt5keychain

    ...to remove Qt4 dependencies when building on Fedora!
    uklotzde committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    9edbf94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38dc3f4 View commit details
    Browse the repository at this point in the history
  11. Merge pull request mixxxdj#1762 from uklotzde/lp1783392_wsearchlineedit

    lp1783392: Configurable debouncing timeout for WSearchLineEdit
    daschuer authored Dec 9, 2018
    Configuration menu
    Copy the full SHA
    35602e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f37e3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa71359 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef9c75b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Merge pull request mixxxdj#1942 from daschuer/double_search

    Remove redundant search call
    uklotzde authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    98de7bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4d03ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28fd2ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f67e46 View commit details
    Browse the repository at this point in the history
  5. Merge pull request mixxxdj#1941 from uklotzde/wsearchlineedit_timeout…

    …_safety
    
    WSearchLineEdit: Handle invalid debouncing timeout
    uklotzde authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    35f3f2c View commit details
    Browse the repository at this point in the history
  6. Merge pull request mixxxdj#1937 from esbrandt/2.2

    Update DE (German) language
    daschuer authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    457ad4a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    c5c570b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06c12e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337ec9b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #34 from uklotzde/qcollator

    QCollator: Extensions and minor improvements
    daschuer authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c225a27 View commit details
    Browse the repository at this point in the history
  5. Revert "Enable QtKeychain feature for Linux CI build"

    qt5keychain ist not available in Ubuntu 14.04 used by Travis CI.
    
    This reverts commit 38dc3f4.
    uklotzde committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    0118686 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    0652d02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mixxxdj#1943 from daschuer/qcollator

    Use QCollator for sort library.
    daschuer authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    0cab853 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mixxxdj#1940 from uklotzde/2.2_qt5keychain

    Fix QtKeychain incompatibility between Debian/Ubuntu and Fedora
    daschuer authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    bd42189 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df5653c View commit details
    Browse the repository at this point in the history
  5. use qAsConst()

    daschuer committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    3e87069 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    562387c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    94756f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6b9f8b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Merge pull request mixxxdj#1924 from daschuer/engine_controls

    Eject crash fix
    daschuer authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    fd15f29 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/2.1' into 2.2

    Conflicts:
    	src/engine/enginebuffer.cpp
    daschuer committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    0d40634 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Merge remote-tracking branch 'upstream/2.2'

    Conflicts:
    	build/debian/control
    	build/depends.py
    	res/skins/Tango/loop_jump_controls_left.xml
    	res/skins/Tango/loop_jump_controls_right.xml
    	src/engine/enginebuffer.cpp
    	src/preferences/broadcastprofile.cpp
    	src/preferences/dialog/dlgpreflibrary.cpp
    daschuer committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    ea9c983 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. fixed top triangle light flickering

    Swiftb0y authored and Swiftb0y committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    fe2d1f0 View commit details
    Browse the repository at this point in the history
  2. included isEqual in lodash

    Swiftb0y authored and Swiftb0y committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    1c1a06c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9814441 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b6fef2 View commit details
    Browse the repository at this point in the history
  5. changed currentCnurossfaderParams -> storedCrossfaderParams

    Swiftb0y authored and Swiftb0y committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    3a272e0 View commit details
    Browse the repository at this point in the history
  6. Update translation template

    ``lupdate src -recursive -noobsolete -extensions cpp,h,ui -ts res/translations/mixxx.ts``
    Scanning directory 'src'...
    Updating 'res/translations/mixxx.ts'...
    Found 2392 source text(s) (3 new and 2389 already existing)
    Removed 1 obsolete entries
    esbrandt committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    32b3659 View commit details
    Browse the repository at this point in the history
  7. Merge pull request mixxxdj#1938 from Be-ing/hercules_instinct_fix

    Hercules DJ Control Instinct: unmap headphone volume buttons
    Be-ing authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    9cdce88 View commit details
    Browse the repository at this point in the history
  8. [WIX] Update translation template

    ``./wxl2pot.py -l Language mixxx_en-us.wxl po/mixxx.pot`
    esbrandt committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    5c055d3 View commit details
    Browse the repository at this point in the history
  9. Fetch newer translations for the application and [WIX] from Transifex

    `tx pull -a -f --parallel --minimum-perc 1``
    esbrandt committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    343246a View commit details
    Browse the repository at this point in the history
  10. [WIX] Rebuild wxl files from latest po files

    In ZSH:
    ``for i in po/*.po; do destfile=${i#po/}; ./po2wxl.py -l Language -f -p 1 $i mixxx_${destfile%.po}.wxl; done`
    esbrandt committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    a8bb480 View commit details
    Browse the repository at this point in the history
  11. Compile QM files out of TS files that are used by the localised app.

    In ZSH:
    ``for XX in res/translations/mixxx_*.ts; do lrelease -nounfinished $XX -qm res/translations/${$(basename $XX)%.*}.qm; done`
    esbrandt committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    861501e View commit details
    Browse the repository at this point in the history
  12. Numark Mixtrack Platinum: add mapping

    This is a mapping for the Numark Mixtrack Platinum. Most features of
    the controller are supported including the LCD screens and 4 deck
    control. This mapping is targeted for Mixxx 2.0.0.
    
    Notes:
    - FX buttons always operat channels 1 and 2. This is a limitation of
    the controller that could be scripted around, but I got lazy (also how
    it works in Serato).
    - Both FX dry/wet strips control the same effects chain and will affect
    both channels 1 and 2 if effects are enabled on them. Serato has
    isolated effects banks for each channel.
    - The "BEATS" knobs are not mapped, this concept did not translate
    cleanly to Mixxx.
    - Sometimes there are artifacts in the auto after long spinback
    maneuvers. This may not have anything to do with the controller.
    - The sub-beat auto-loop buttons do not light up when enabled unless
    the shift key is pressed. This is different from how the work in Serato.
    - Master sync enable and disable works like in the Mixxx software interface,
    not how it works in Serato. Shift-sync is not mapped.
    - The slip mode indicator is not mapped, this is trivial to fix (midi
    codes are documented in the JS file), but I couldn't figure out how to
    use slip mode in the Mixxx interface.
    - The up/down indicators on the LCD screens to indicate which direction
    to adjust the pitch slider are not implemented. It's possible to do, but
    would require some scripting.
    - Browse knob press is unmapped. I couldn't get this to do something
    sensible in Mixxx 2.0.0. Version 2.1.0 seems to have more sensible
    options.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    6f17e4e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c960f4a View commit details
    Browse the repository at this point in the history
  14. exit demo mode first

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    cf19e2e View commit details
    Browse the repository at this point in the history
  15. sync, play, cue

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    b065bb4 View commit details
    Browse the repository at this point in the history
  16. hotcues

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    a65ad6b View commit details
    Browse the repository at this point in the history
  17. pfl

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    3461062 View commit details
    Browse the repository at this point in the history
  18. pitch

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    9b3e2b2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dcaf13c View commit details
    Browse the repository at this point in the history
  20. sampler

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    53eef2b View commit details
    Browse the repository at this point in the history
  21. loop

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    979844f View commit details
    Browse the repository at this point in the history
  22. fixup: shutdown sequence

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    42fad8d View commit details
    Browse the repository at this point in the history
  23. loop double/half

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    76e6fc3 View commit details
    Browse the repository at this point in the history
  24. fixup: hotcues

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    b566756 View commit details
    Browse the repository at this point in the history
  25. basic effects

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    7659638 View commit details
    Browse the repository at this point in the history
  26. browse knob

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    8b02742 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    daeb754 View commit details
    Browse the repository at this point in the history
  28. fixup effects

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    17af616 View commit details
    Browse the repository at this point in the history
  29. effects dryWetKnob

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    a84aaa1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a9e195b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    88ef4cf View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ef2eed3 View commit details
    Browse the repository at this point in the history
  33. tweak scratching behavior

    Behave differently when the platter is spinning forward vs backwards
    but not being touched. Effectively this changes causes the track to
    stop scratch mode and start playing sooner when moving foward vs
    backwards. This allows better spinbacks, and more natural cueuing when
    seeking backwards with the platter and for cleaner exits when
    scratching when pushing the platter forward at the end of a scratch.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    9dbc3e6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    19b47d3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e54cfe2 View commit details
    Browse the repository at this point in the history
  36. use PeakIndicator to control the red section of the vu meter

    Thanks JosepMa for this suggestion.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    6f6e934 View commit details
    Browse the repository at this point in the history
  37. remove duplicate mapping for channel1 rate_temp_up

    Thanks JosepMa!
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    277a8c9 View commit details
    Browse the repository at this point in the history
  38. remove stray <key> entry

    Thanks JosepMa!
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    6b5e3e3 View commit details
    Browse the repository at this point in the history
  39. add support for beat jumping (shift+jog)

    Thanks JosepMa!
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    d44fb92 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e1c1d2f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    534a459 View commit details
    Browse the repository at this point in the history
  42. detect really fast platter spins properly

    If the platter is spun very fast and let go, previously we would detect
    this as the platter going in the opposite direction, now we detect this
    properly.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    c1b963b View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    ee311b6 View commit details
    Browse the repository at this point in the history
  44. use scripted components for EQ knobs

    This will allows us to map these to effect parameters when shift is
    pressed.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    87a44a6 View commit details
    Browse the repository at this point in the history
  45. make touch strip control effect super knob

    Also only use one of the touch strip midi inputs instead of mapping all
    three separately.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    114e831 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    48ad2c3 View commit details
    Browse the repository at this point in the history
  47. re-order parameter knobs for focused effects

    Order is now filter, gain, high, mid, low.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    bbc247f View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a683a6e View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    bd1e99d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    656ee92 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    cbafbf8 View commit details
    Browse the repository at this point in the history
  52. use a function to activate and de-activate decks

    This will be used to set up soft takeover for the pitch sliders.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    2c6b405 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d7821a5 View commit details
    Browse the repository at this point in the history
  54. fix connect/disconnect for focused effects

    This didn't appear to break anything but the ordering of things was
    wrong.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    33d538c View commit details
    Browse the repository at this point in the history
  55. properly initialize deck and effect unit LEDs again

    This broke on 569fd29, the one in
    which we set up our controls before initializing the controller.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    d514a32 View commit details
    Browse the repository at this point in the history
  56. add jshint header

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    06176e6 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    67afc7b View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ef84fdb View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    d64af5d View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    5411f17 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    f9b4e5e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    98b4e93 View commit details
    Browse the repository at this point in the history
  63. switch loop in/out controls to script bindings

    Decks 2-4 were still using the normal xml bindings.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    094f4e5 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    dc3df24 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    687a970 View commit details
    Browse the repository at this point in the history
  66. enable loop roll for sub 1 beat auto loops

    This is how it works in serato.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    693c26c View commit details
    Browse the repository at this point in the history
  67. script auto loop controls and add hotcue option

    This adds an option to map the auto loop buttons as hotcues 5-8.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    851dcef View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    b74f40c View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    29e4488 View commit details
    Browse the repository at this point in the history
  70. control sampler banks 5-8 when shift+padmode+sampler is pressed

    Thanks Compino Foxx for the suggestion.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    40dbb5d View commit details
    Browse the repository at this point in the history
  71. use the hotcue buttons for sampler banks 5-8

    When shift+padmode+sampler is pressed, the hotcues will operate sampler
    slots 5-8.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    260e57c View commit details
    Browse the repository at this point in the history
  72. add UseCueAsSampler option

    This swaps the shift+padmode and normal padmode behavior for the
    sampler.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    72a9c5a View commit details
    Browse the repository at this point in the history
  73. add link to wiki in xml

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    0c3cff9 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    1826040 View commit details
    Browse the repository at this point in the history
  75. always stop scratching when not touching the platter

    Previously, if the wheel button was disabled while scratching, the
    platter touch off event was ignored. Now it will be properly handled.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    4acc9cc View commit details
    Browse the repository at this point in the history
  76. don't use connect()/disconnect() to manage soft takeover

    Manage soft takeover directly instead of manually calling connect() and
    disconnect().
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    6471381 View commit details
    Browse the repository at this point in the history
  77. only ignore next value if headgain/sampler control moves

    Only ignore the next value when the headgain/sampler volume control
    moves when shift is pressed.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    1123e50 View commit details
    Browse the repository at this point in the history
  78. shift+filter controls meta knob

    This is only enabled when no effect is focused.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    024dfc4 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    2870014 View commit details
    Browse the repository at this point in the history
  80. use shift+pitch bend to adjust key

    Press both pitch bend keys to reset.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    7c8d2f9 View commit details
    Browse the repository at this point in the history
  81. make shift+load load and play (or eject)

    Configurable with the ShiftLoadEjects config option.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    bf2a9a7 View commit details
    Browse the repository at this point in the history
  82. Apply suggestions from code review

    Co-Authored-By: iamcodemaker <matt@matt-land.com>
    Be-ing and iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    fa2105c View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    4aab903 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    624cc1d View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    73f69a1 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    cc32d05 View commit details
    Browse the repository at this point in the history
  87. remove unnecessary code

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    02882b8 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    c31e27f View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    ad8b42c View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    59f76d7 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    78b2265 View commit details
    Browse the repository at this point in the history
  92. update comment

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    c7a1351 View commit details
    Browse the repository at this point in the history
  93. rename scratchTimer to scratchTimerCallback

    Also use a closure instead of the legacy text method to set the callback
    function.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    ba373b2 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    340fdc0 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    a38c63b View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    aaf1944 View commit details
    Browse the repository at this point in the history
  97. update comment

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    c27dc98 View commit details
    Browse the repository at this point in the history
  98. update comment

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    2e805f8 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    cdfb5d0 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    766309f View commit details
    Browse the repository at this point in the history
  101. tweak comment

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    5500d01 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    13ee596 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    316b449 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    e79cb6e View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    c0bf5bc View commit details
    Browse the repository at this point in the history
  106. properly show focus when an effect is focused

    Previously, this would only take effect when triggered by the controller
    buttons. Now any focus change (like at mixxx startup) will triger
    show_focus.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    30b5eb1 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    441c45a View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    fb13492 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    1967b02 View commit details
    Browse the repository at this point in the history
  110. use a component to track position

    This is necessary so that when we trigger the entire deck, the position
    gets updated properly. This happens after sending the controller init
    message which will clear out the position value, and thus needs to be
    re-sent.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    dcec90a View commit details
    Browse the repository at this point in the history
  111. expand if statement

    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    89ecaf5 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    14a4157 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    56832f0 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    d26c2b0 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    140ef6b View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    91d269a View commit details
    Browse the repository at this point in the history
  117. when not touching the platter, stop scratching sooner

    When spinning the platter backwards and letting it go, stop scratching
    sooner. This enables tighter scratching.
    iamcodemaker committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    b3bb479 View commit details
    Browse the repository at this point in the history
  118. Merge pull request mixxxdj#1855 from iamcodemaker/platinum210

    Numark Mixtrack Platinum midi mapping
    Be-ing authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    9b57c9c View commit details
    Browse the repository at this point in the history
  119. Merge pull request mixxxdj#1944 from Swiftb0y/NumarkN4_hotfix1

    Numark N4 Hotfix
    Be-ing authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    72fc714 View commit details
    Browse the repository at this point in the history
  120. [WIX] Again, pull latest translations from Transifex after manually f…

    …illing strings from translations memory. They were lost in a previous commit 343246a
    
    ``tx pull -r mixxxdj-windows-installer.mixxxpot -a --minimum-perc=1``
    
    The template and the translations became out-of-sync, since a manual push to TF following mixxxdj#1899
    I do not exactly know what the issue was, probably it does not work well that strings in the language files were manually changed, but not the timestamp.
    
    Anyway, now the template and the translations are n-sync again. Back to normal. In the future , we should NOT accept manual edits to translation files.
    Either use the TF online editor or one of the many available text translation softwares, see https://mixxx.org/wiki/doku.php/internationalization#offline_translation_software
    esbrandt committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    3acc58e View commit details
    Browse the repository at this point in the history
  121. [WIX] Again, rebuild wxl files from latest po files

    In ZSH:
    ``for i in po/*.po; do destfile=${i#po/}; ./po2wxl.py -l Language -f -p 1 $i mixxx_${destfile%.po}.wxl; done`
    esbrandt committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    0621251 View commit details
    Browse the repository at this point in the history
  122. added explicit keyword

    daschuer committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    82cb592 View commit details
    Browse the repository at this point in the history
  123. Merge pull request mixxxdj#1798 from daschuer/1788086

     Allow "" to filter for explicite empty fileds
    daschuer authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    0be1a70 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    6d2a304 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Merge pull request mixxxdj#1946 from esbrandt/2.2

    Update translations for 2.2 release
    Be-ing authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    63fcfc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbaf526 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mixxxdj#1947 from uklotzde/2.1_lp1635087_clear_sea…

    …rch_timeout
    
    Respect debouncing timeout when clearing the search field
    daschuer authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d60ac3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    826c7de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f67281 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e56e958 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    b0e2d14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mixxxdj#1948 from ywwg/fix-vinyl-pregain

    Fix vinyl control pregain value being incorrectly overwritten
    Be-ing authored Dec 18, 2018
    Configuration menu
    Copy the full SHA
    32fa133 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mixxxdj#1857 from ywwg/vestax-updates-master

    Vestax VCI 400 controller updates
    Be-ing authored Dec 18, 2018
    Configuration menu
    Copy the full SHA
    0446fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e51666 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4342f2 View commit details
    Browse the repository at this point in the history
  6. update CHANGELOG for 2.2.0

    Be-ing committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c71e3cd View commit details
    Browse the repository at this point in the history
  7. bump version to 2.2.0

    Be-ing committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    c0e407a View commit details
    Browse the repository at this point in the history
  8. Merge pull request mixxxdj#1945 from Be-ing/2.2_release

    2.2.0 release
    Be-ing authored Dec 18, 2018
    Configuration menu
    Copy the full SHA
    930ee40 View commit details
    Browse the repository at this point in the history
  9. Revert "update contributors list for 2.2"

    This reverts commit e4342f2.
    daschuer committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    244f7c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d8f13b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5aecf89 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge pull request mixxxdj#1949 from daschuer/22contributors

    2.2 contributors
    daschuer authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    db78d1f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    dc813ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request mixxxdj#1952 from Be-ing/qtx11extras_build_fix

    give a useful error message when Qt5X11Extras is not installed
    Be-ing authored Dec 20, 2018
    Configuration menu
    Copy the full SHA
    291954e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e8779 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    b689176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0429e59 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Configuration menu
    Copy the full SHA
    5f87793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ca02e View commit details
    Browse the repository at this point in the history
  3. Merge pull request mixxxdj#1954 from ronso0/lp1795663-skinsettings-osx

    Tango / Deere :: Fix skin settings on OSX
    Be-ing authored Dec 22, 2018
    Configuration menu
    Copy the full SHA
    28d1634 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. Configuration menu
    Copy the full SHA
    7556773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1d149 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mixxxdj#1956 from ronso0/lp1795663-skinsettings-os…

    …x-64
    
    Deere (64 samplers) :: include style-mac.qss
    Be-ing authored Dec 23, 2018
    Configuration menu
    Copy the full SHA
    04cf4f8 View commit details
    Browse the repository at this point in the history
  4. Use QWidget::isVisible to determine whether to render non-QGLWidget w…

    …aveform widgets.
    
    Fixes a bug where software-renderered waveform types do not work introduced in PR mixxxdj#1897.
    rryan committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    2c3b56f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Merge pull request mixxxdj#1958 from rryan/2.2-softwarewaveforms

    Use QWidget::isVisible to determine whether to render non-QGLWidget waveform widgets.
    rryan authored Dec 24, 2018
    Configuration menu
    Copy the full SHA
    0e685c1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/2.1' into 2.2

    Conflicts:
    	res/translations/mixxx.ts
    daschuer committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    d9d7ea6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033678e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    585482e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb453f1 View commit details
    Browse the repository at this point in the history
  6. link wtsapi32 on Windows static builds

    This seems to be required now for Qt 5.12.
    Be-ing committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    5553617 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f5e1f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. Configuration menu
    Copy the full SHA
    a47a6dd View commit details
    Browse the repository at this point in the history
  2. Improve comment

    ninomp committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    e8c138f View commit details
    Browse the repository at this point in the history
  3. Merge pull request mixxxdj#1926 from ninomp/ubuntubuildfix

    Fix build on Ubuntu caused by incorrect order of libraries
    daschuer authored Dec 25, 2018
    Configuration menu
    Copy the full SHA
    0c9845b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a8d927 View commit details
    Browse the repository at this point in the history
  5. Merge pull request mixxxdj#1964 from ronso0/loop-section-co

    Tango :: fix hide/show connection of loop/jump controls row
    daschuer authored Dec 25, 2018
    Configuration menu
    Copy the full SHA
    06cd9c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Configuration menu
    Copy the full SHA
    84ca00e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e470c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d718a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389c681 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba635aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96d3b82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d42c6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3ef4cb View commit details
    Browse the repository at this point in the history
  9. Merge pull request mixxxdj#1909 from ronso0/deere-compact-fx

    Deere :: compact FX units
    Be-ing authored Dec 26, 2018
    Configuration menu
    Copy the full SHA
    db3dfc6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request mixxxdj#1843 from ywwg/fractional-zoom

    Allow waveform zoom levels to be fractional for smoother zooming with mouse wheel
    Be-ing authored Dec 26, 2018
    Configuration menu
    Copy the full SHA
    c2102a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Merge pull request mixxxdj#1934 from ronso0/lib-feature-UX-improvements

    Library features: move buttons close to tree view
    Be-ing authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    89a2891 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Merge pull request mixxxdj#1961 from uklotzde/soundtouch-2.1.1

    SoundTouch 2.1.1
    daschuer authored Dec 28, 2018
    Configuration menu
    Copy the full SHA
    296f4b5 View commit details
    Browse the repository at this point in the history
  2. remove 'use strict' from Novation Launchpad scripts

    Somehow this is broken with Qt 5.12 and QJSEngine. I am not
    sure if the bug is in Qt or the scripts.
    Be-ing committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    ecedd59 View commit details
    Browse the repository at this point in the history
  3. Components.js: remove dependency on Lodash

    Lodash's assign function is no longer needed with Object.assign in ES6
    with Qt 5.12. The ComponentContainer.applyLayer function ended up not
    being used and only confused people, so it is being removed instead of
    rewriting it to not Lodash.
    Be-ing committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    a4c198b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ebe26 View commit details
    Browse the repository at this point in the history
  5. remove controller scripts' dependency on Lodash

    The Numark N4 script required a handful of changes and will need testing
    by someone who has that controller.
    Be-ing committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    28497ba View commit details
    Browse the repository at this point in the history
  6. remove Lodash

    It is no longer needed with ES7 in Qt 5.12.
    Be-ing committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    fa6393b View commit details
    Browse the repository at this point in the history