summaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Collapse)Author
2021-02-25typo in commentMartin Kirchgessner
Co-authored-by: Be <be.0@gmx.com>
2021-02-25unmap the "Master" button because it drives an analog ampMartin Kirchgessner
2021-02-18Merge pull request #3625 from ronso0/libcontrolrowronso0
Library features: wrap controls into QWidget 'LibraryFeatureControls'
2021-02-18Deere: align large main VU in 4-deck moderonso0
2021-02-18Merge branch '2.3' of https://github.com/mixxxdj/mixxx into ↵Daniel Poelzleithner
skin-updates-menustyling
2021-02-17Pull latest translations from ↵s.brandt
https://www.transifex.com/mixxx-dj-software/mixxxdj/mixxx2-3/. Compile QM files out of TS files that are used by the localized app
2021-02-17i18n: Update translation templates.brandt
Found 2634 source text(s) (37 new and 2597 already existing). Removed 23 obsolete entries
2021-02-17Add English <En> as target language to our translation template.s.brandt
This workaround reduces the necessary steps to translate and use pluralised strings. It fixes following errors while handling the translation template: 1. ``lupdate src -recursive -noobsolete -extensions cpp,h,ui -ts res/translations/mixxx.ts`` Previously completes with error message `` Removed plural forms as the target language has less forms. If this sounds wrong, possibly the target language is not set or recognized. `` We had to manually add an additional <numerusform> key to any pluralised string in the template, see https://github.com/mixxxdj/mixxx/wiki/internationalization#updating-translation-templates 2. ``tx push -s`` Previously failed on Transifex with ``English pluralized strings should contain 2 plurals``
2021-02-17i18n: The source of the translation template is English (en) . No need for ↵esbrandt
extra english (en) target language files, so delete. They were only in our git branch, not even remotely on Transifex. (cherry picked from commit b5542b4a2e16ba417dc38b9142e7ee476f853560)
2021-02-15Traktor S3: Fix so jog button toggles wheel touch modeOwen Williams
2021-02-15Merge branch '2.3' into traktor-s3-2.3Owen Williams
2021-02-12LateNight: small library clean upronso0
2021-02-12Library features: wrap controls into QWidget 'LibraryFeatureControls'ronso0
to allow styling the controls rows independently from WLibrary. Originally this helped to have a 'frameless' yet embedded tracks table and borders for AutoDJ controls for example in LateNight PaleMoon, but turned out to have some benefits for all skins (smaller qss).
2021-02-07Traktor S3: remap "view" to maximize_library, and playlist button to move focusOwen Williams
2021-02-06Traktor S3: Small updates:Owen Williams
* Fix library view switching * Fix shift+wheel not releasing right away * add shift+right encoder for moving loops
2021-02-06Traktor S3: simplify shutdownOwen Williams
2021-02-02Merge pull request #3537 from lepieru/mapping/hercules-p32/more-accurate-headmixBe
Hercules P32 mapping: more accurate headmix control
2021-02-02Hercules P32 mapping: more accurate headmix controlPierre Le Gall
The head mix is 4 times more accurate now.
2021-01-30Traktor S3: Make JOG button work like it does for other controllersOwen Williams
2021-01-30Traktor S3: Create options for different sampler playback modesOwen Williams
2021-01-30Merge branch '2.3' into traktor-s3-2.3Owen Williams
2021-01-30Adds <manual> tag to the mappingJustin Kourie
2021-01-30Makes jogwheel nudging slightly less sensitiveJustin Kourie
2021-01-30Retains FX light state when shift is pressedJustin Kourie
2021-01-30Uses shift to toggle meta/mix mapping on Level/Depth knobJustin Kourie
2021-01-30Cleans up unneeded commentsJustin Kourie
2021-01-30Removes unneeded output mappingJustin Kourie
2021-01-30Removes unneeded shift bindingJustin Kourie
2021-01-30Simplifies beatjump pad lightingJustin Kourie
Relies solely on <outputs> for lighting up the required pads in beatjump mode. This removes the need to track the controllers padmode in the script. This is desirable, because the controller tracks the padmode in its firmware and seems to be susceptible to benign but unexpected behavior when that process is interfered with (e.g., manually resetting the padmode lights sometimes prevents the next pad mode from being enabled until a sequence of other buttons are pressed).
2021-01-30Prevents redundant disabling of sync lockjusko
Co-authored-by: Be <be.0@gmx.com>
2021-01-30Ensures soft takeover on mix is retained when killing all FXJustin Kourie
2021-01-30Updates beat sync implementationJustin Kourie
2021-01-30Improves effects implementationJustin Kourie
- Removes getters & setters with side effects - Uses callbacks to keep the FX light in sync when changes are made through the UI
2021-01-30Adds note explaining the upper/lower limits on beatjump size ↵Justin Kourie
increasing/decreasing
2021-01-30Replaces sync_master with explicit enabling of sync_enabled (i.e., sync ↵Justin Kourie
lock) on long press)
2021-01-30Updates xml mappingJustin Kourie
2021-01-30Uses a variable to store the size of quick jumpingJustin Kourie
2021-01-30Explains some controller idiosyncrasiesJustin Kourie
2021-01-30Simplifies beat fx knob functionJustin Kourie
2021-01-30Simplifies track loaded callbackJustin Kourie
2021-01-30Simplifies tempo slider calculation and adds noteJustin Kourie
2021-01-30Adds code style review suggestionsJustin Kourie
2021-01-30Fixes FX channel switchJustin Kourie
2021-01-30Final cosmetic restructuringJustin Kourie
The main script now reads top to bottom so that functions map to the controller in order (starting at the mixer, then moving through controls in the deck in a left-right, top to bottom sequence)
2021-01-30Removes experimental pad modesJustin Kourie
- Keyboard mode - Pad FX1 - Keyshift mode
2021-01-30Unmaps master gain knobJustin Kourie
2021-01-30No need to toggle focus on and off an effect anymoreJustin Kourie
2021-01-30Inverts the control logic on the Level/Depth knobJustin Kourie
Uses the knob for wet/dry mix when an effect is enabled and for the effect's metaknob when the effect is disabled. Previously this was the other way around.
2021-01-30Minor cosmetic restructuringJustin Kourie
Moves some code around so that the mapping read from top to bottom almost matches the controls mapped in sequence from left to right.
2021-01-30Allows loop doubling/halving on disabled loops tooJustin Kourie