summaryrefslogtreecommitdiffstats
path: root/src/skin
AgeCommit message (Expand)Author
2021-09-23Clean up QMutex/QMutexLocker includesUwe Klotz
2021-09-18replace QRegEx with QRegularExpressionBe
2021-09-17QmlEffectsManagerProxy: fully define QmlVisibleEffectsModelBe
2021-08-18Detach library preference constants from class definitionUwe Klotz
2021-07-31Pepare multi-valued genre and mood tagsUwe Klotz
2021-07-28Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-07-27Skins: append / when setting skin base pathronso0
2021-07-22Merge pull request #3921 from ywwg/syncleaderJan Holthuis
2021-07-09QML: Add some initial work on exposing the Library sidebar to QMLJan Holthuis
2021-07-08QML: Add comment explaining why we use qmlRegisterUncreatableTypeJan Holthuis
2021-07-08QmlLibraryTrackListModel: Move constructor to cpp fileJan Holthuis
2021-07-08QmlLibraryTrackListModel: Use a debug assertion in columnCountJan Holthuis
2021-07-08QmlLibraryTrackListModel: Return {} instead of QVariant() in data()Jan Holthuis
2021-07-08QmlLibraryProxy: Replace plain pointer with smart pointersJan Holthuis
2021-07-05QML: Add adapter model that exposes old track table as list modelJan Holthuis
2021-07-05QML: Add some initial work on exposing the Library to QMLJan Holthuis
2021-06-22QML: Add a way to retrieve the Effect parameter control key from modelJan Holthuis
2021-06-21QML: Add TODO for enum usage to QmlEffectManifestParametersModelJan Holthuis
2021-06-21Merge branch 'main' of github.com:mixxxdj/mixxx into qml-effectsJan Holthuis
2021-06-21QML: Expose Effect slot parameters as modelJan Holthuis
2021-06-20QML: Add support for retrieving track location URL from QmlPlayerProxyJan Holthuis
2021-06-20QML: Add support for deck cloningJan Holthuis
2021-06-16QML: Add QmlEffectSlotProxyJan Holthuis
2021-06-15QML: Add a way to load effects via effect managerJan Holthuis
2021-06-15skins/QMLDemo: Use actual visibleEffectList from EffectManagerJan Holthuis
2021-06-15QML: Add EffectManager proxy and visibleEffectModelJan Holthuis
2021-06-10Merge pull request #3959 from Holzhaus/qml-cuepopupSwiftb0y
2021-06-08QmlPlayerProxy: Add support for loading file:// URLsJan Holthuis
2021-06-08QmlPlayerProxy: Add method to load track by location to QmlPlayerProxyJan Holthuis
2021-06-06QML: Add QmlConfigProxy singleton for accessing color palettesJan Holthuis
2021-06-06QML: Add reset() method to reset a QmlControlProxy to default valueJan Holthuis
2021-06-06Merge pull request #3919 from Holzhaus/qml-waveformsUwe Klotz
2021-06-06QmlWaveformOverview: Use QPointer for m_pPlayer memberJan Holthuis
2021-06-06QmlWaveformOverview: Use simpler disconnect callJan Holthuis
2021-06-06QML: Add filtered renderer to waveform overviewJan Holthuis
2021-06-06QmlWaveformOverview: Add basic support for multiple renderer stylesJan Holthuis
2021-06-06QML: Add support for drawing single channels on waveform overviewJan Holthuis
2021-06-06QML: Allow overriding waveform overview colors from QMLJan Holthuis
2021-06-05Merge pull request #3950 from Holzhaus/qml-cleanupUwe Klotz
2021-06-05QmlPlayerProxy: Use QPointer for base track player pointerJan Holthuis
2021-06-05QmlPlayerManagerProxy: Set JS ownership for QmlPlayerProxy instancesJan Holthuis
2021-06-05QmlPlayerManagerProxy: Use shared_ptr to PlayerManagerJan Holthuis
2021-06-05QML: Add WaveformOverview C++ QML component for drawing waveformsJan Holthuis
2021-06-05AsyncImageProvider:: Add comment regarding getTrackByRefJan Holthuis
2021-06-05AsyncImageProvider: Colocate coverart encode/decode methodsJan Holthuis
2021-06-05QML: Add custom image provider to for showing cover artJan Holthuis
2021-06-04QmlPlayerProxy: Do not emit signals in setters, rely on track signalsJan Holthuis
2021-06-04QmlPlayerProxy: Use individual track signals to smaller updatesJan Holthuis
2021-06-04Merge branch 'main' of github.com:mixxxdj/mixxx into qml-track-propertiesJan Holthuis
2021-06-04skin preview: consider devicePixelRation when scalingronso0