mixxx:dependabot/github_actions/azure/azure-code-signing-action-0.3.1

Last commit made on 2024-04-01
Get this branch:
git clone -b dependabot/github_actions/azure/azure-code-signing-action-0.3.1 https://git.launchpad.net/mixxx

Branch merges

Branch information

Name:
dependabot/github_actions/azure/azure-code-signing-action-0.3.1
Repository:
lp:mixxx

Recent commits

a89a2cf... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump azure/azure-code-signing-action from 0.3.0 to 0.3.1

Bumps [azure/azure-code-signing-action](https://github.com/azure/azure-code-signing-action) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/azure/azure-code-signing-action/releases)
- [Commits](https://github.com/azure/azure-code-signing-action/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: azure/azure-code-signing-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

9f68007... by Owen Williams

Merge pull request #12995 from acolombier/chore/add-setting-to-traktor-s4mk3

feat: add setting definition for Traktor S4 MK3

2145f5f... by Daniel Schürmann

Merge pull request #13028 from Holzhaus/qasconst-fixes

fix: Replace deprecated `qAsConst` with `std::as_const`

c5e3480... by Jan Holthuis <email address hidden>

fix: Replace deprecated `qAsConst` with `std::as_const`

This fixes build warnings/errors like this:

    In file included from src/controllers/legacycontrollersettings.h:5,
                     from src/controllers/legacycontrollersettingslayout.cpp:13:
    src/controllers/legacycontrollersettingsfactory.h: In static member function ‘static AbstractLegacyControllerSetting* LegacyControllerSettingBuilder::build(const QDomElement&)’:
    src/controllers/legacycontrollersettingsfactory.h:46:48: error: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList<LegacyControllerSettingBuilder::SupportedSetting>; typename std::add_const<_Tp>::type = const QList<LegacyControllerSettingBuilder::SupportedSetting>]’ is deprecated: Use std::as_const() instead. [-Werror=deprecated-declarations]
       46 | for (const auto& settingType : qAsConst(instance()->m_supportedSettings)) {
          | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

4bbb5da... by Jan Holthuis <email address hidden>

Merge branch '2.4' of github.com:mixxxdj/mixxx

a89e141... by Antoine C <email address hidden>

Add a testcase and addressing couple of nits

eb4343b... by Daniel Schürmann

Merge pull request #13023 from ronso0/unreplace-protection

prohibit un-replace when deck is playing

48e0bb9... by ronso0

prohibit un-replace when deck is playing

Fixes #12906

5519f2a... by Daniel Schürmann

Merge pull request #13017 from danferns/autodj_cliflag

feat: Add CLI option to auto start Auto DJ

53ef29e... by Antoine C <email address hidden>

feat: add setting definition for Traktor S4 MK3