Skip to content

Instantly share code, notes, and snippets.

@mxmilkiib
Last active October 25, 2025 16:25
Show Gist options
  • Select an option

  • Save mxmilkiib/5fb35c401736efed47ad7d78268c80b6 to your computer and use it in GitHub Desktop.

Select an option

Save mxmilkiib/5fb35c401736efed47ad7d78268c80b6 to your computer and use it in GitHub Desktop.
prompt: local AI dev process; 2 repos, one individual branches, other for merging n test build

Integration Test Configuration

  • ~/src/mixxx is the development copy of the Mixxx repo
  • ~/src/mixxx-integrated is a testing copy of the Mixxx repo
  • track branches we create in ~/src/mixxx repo, add them to the list here
  • branches with [Y] should be merged to the integration branch of the mixxx-integrated repo
  • then built
  • all development should be done in ~/src/mixxx repo

Branches

  • feature/2025.10oct.20-restore-last-library-selection
  • feature/2025.10oct.08-utf8-string-controls
  • feature/2025.10oct.21-stacked-overview-waveform
  • feature/2025.10oct.21-replace-libmodplug-with-libopenmpt
  • feature/2025.10oct.20-hotcues-on-overview-waveform
  • feature/2025.10oct.17-library-column-hotcue-count
  • feature/2025.10oct.14-waveform-hotcue-label-options
  • feature/2025.09sep.25-hotcue-labelling
  • feature/2025.06jun.08-deere-deck-bg-colour
  • draft/2025.10oct.21-tracker-module-stems
  • draft/2025.10oct.16-waveform-height-control
  • draft/2025.10oct.16-sidebar-double-click-toggle
  • draft/2025.10oct.06-tracker-stems
  • draft/2025.10oct.06-mod-tracker-stems-render
  • draft/2025.10oct.06-library-sidebar-width-controls

Local Build Fixes (uncommitted)

  • CMakeLists.txt: Qt6::GuiPrivate component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment