summaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Collapse)Author
2021-04-04Merge pull request #3704 from ronso0/menubar-styles-23Jan Holthuis
Skins: style main menubar
2021-04-01LateNight PaleMoon: use triangle icon for selected effectronso0
2021-04-01LateNight: update skin description and versionronso0
2021-04-01LateNight skin settings: adjust buttons for wider checkmark on Windowsronso0
2021-04-01LateNight: fix, clean up & consolidate QMenu stylesronso0
2021-03-31LateNight: make sure Open Sans Semibold is picked on Windowsronso0
2021-03-31LateNight: style main menu barronso0
2021-03-29Merge pull request #3742 from fkbreitl/ddj-200-fixJan Holthuis
Pioneer DDJ-200: fix hotcue button release
2021-03-23Fix for hot cue button releaseFrank Breitling
2021-03-19Pull 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-03-19Update translation templates.brandt
Found 2638 source text(s) (23 new and 2615 already existing) Removed 19 obsolete entries
2021-03-13Merge pull request #3699 from Holzhaus/midi-components-effect-selector-nanUwe Klotz
midi-components: Prevent setting the effect_selector CO to NaN
2021-03-13Merge pull request #3693 from Holzhaus/tempo-range-displayronso0
Skins: Add range display for tempo slider
2021-03-12LateNight: prevent rate slider overlap 3-digit rate range labelsronso0
2021-03-12Shade: darker rate range text in Dark & Summer Sunsetronso0
2021-03-12Merge branch 'tempo-range-display' of github.com:holzhaus/mixxx into ↵ronso0
raterange-23-2
2021-03-12LateNight: wider pitch slider scaleronso0
2021-03-12Shade: Change color of rate range text to dark grayJan Holthuis
2021-03-12midi-components: Prevent setting the effect_selector CO to NaNJan Holthuis
2021-03-12Tango: Add rate range to pitch sliderJan Holthuis
2021-03-12Shade: Add rate range display to tempo sliderJan Holthuis
2021-03-12Merge branch 'raterange-23-2' of github.com:ronso0/mixxx into ↵Jan Holthuis
tempo-range-display
2021-03-12LateNight: move rate range displays into Singletonronso0
2021-03-12LateNight: restore pitch slider size (unblur), adjust rate range size & colorronso0
2021-03-12Deere: Add rate range displayJan Holthuis
2021-03-12LateNight: Decrease RateRange size (and font size)Jan Holthuis
2021-03-12LateNight: Increase WRateRange width to make "100" fitJan Holthuis
2021-03-12LateNight: Add tempo range displayJan Holthuis
2021-03-11Merge pull request #2893 from meltedpianoman/2.2Jan Holthuis
Controller: ION Discover DJ Pro
2021-03-02Merge pull request #3331 from fayaaz/patch-4Be
Some fixes for S4MK2 controller and features
2021-02-26Updates from code reviewFayaaz Ahmed
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-13...more lint fixesFayaaz Ahmed
2021-02-13More lint fixesFayaaz Ahmed
2021-02-13linting and small fix for stuck backspinFayaaz Ahmed
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