summaryrefslogtreecommitdiffstats
path: root/src/preferences
AgeCommit message (Collapse)Author
2021-07-16DlgPreferences: Remove all references to MixxxMainWindowJan Holthuis
2021-07-16DlgPrefWaveform: Use signal to request reload of user interfaceJan Holthuis
This is similar to the previous commit, it basically removes the necessity to hold a pointer to the main window.
2021-07-16DlgPreferences: Use signals to request skin reloadJan Holthuis
Instead of calling `rebootMixxxView` directly, we can just emit a signal. This allows removing any references to the `MixxxMainWindow` in `DlgPreferences`.
2021-07-16MixxxMainWindow: Move tooltip mode setting into preferencesJan Holthuis
Instead of letting the `DlgPrefInterface` class hold a reference to the `MixxxMainWindow` and call its `setToolTipsCfg` method directly, we just update the config object and emit a signal that the main window can connect to.
2021-07-16DlgPrefInterface: Acquire primary screen for QGuiApplicationJan Holthuis
We can't have any references to the `MixxxMainWindow` class in `DlgPrefInterface` if we want to use the preferences for QML skins that don't have a `MixxxMainWindow` instance. The using the primary screen is a sensible fallback.
2021-07-16MixxxMainWindow: Move screensaver inhibitor code into CoreServicesJan Holthuis
2021-07-07Rename mixxx.{cpp,h} to mixxxmainwindow.{cpp,h}Jan Holthuis
2021-06-18Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # .github/workflows/build.yml # .gitignore # CMakeLists.txt
2021-06-17Pref > Deck: improve rate ramp controls arrangementronso0
2021-06-16Pref > Deck: rename confusing variables in update()ronso0
2021-06-16Pref > Deck: consolidate pitch bend setupronso0
2021-06-16Pref > Deck: fix enable/disable pitch bend widgetsronso0
2021-06-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # src/waveform/widgets/waveformwidgettype.h
2021-06-13DlgPrefWaveforms: adjust ResetToDefault to new combobox contentronso0
2021-06-13DlgPrefWaveforms: sort waveform types alphabeticallyronso0
2021-06-05Preferences: add function to load skin previewronso0
2021-06-05Merge remote-tracking branch 'mixxx/2.3' into mainronso0
2021-06-04skin preview: consider devicePixelRation when scalingronso0
2021-06-01Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-05-27DlgPrefInterface: Fix crash if no skin is availableJan Holthuis
2021-05-26SkinLoader: Move class into mixxx::skin:: namespaceJan Holthuis
2021-05-26Skin: Add abstract base class for LegacySkinJan Holthuis
2021-05-26Skin: Add preview() method to retrieve preview imageJan Holthuis
2021-05-26Skin: Add default constructor and add validity checksJan Holthuis
2021-05-26DlgPrefInterface: Make some slots privateJan Holthuis
2021-05-26DlgPrefInterface: Remove unused parameter from slotSetSkinDescriptionJan Holthuis
2021-05-26DlgPrefInterface: Use QMap of skinsJan Holthuis
2021-05-26skin/legacy: Add Skin abstractionJan Holthuis
2021-05-26Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-05-25skin: Move legacy skin classes to skin/legacy/Jan Holthuis
2021-05-22Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-05-20Move app icons in 'icons' subdirPino Toscano
Move the application icons in a 'icons' subdirectory, so it is clear which artwork is the application icons.
2021-05-20Rename app SVG icon to 'mixxx'Pino Toscano
As suggested by Daniel Schürmann, rename the main application icon to 'mixxx', updating all the reference to it in both sources and additional metadata. There are few XDG icon themes that provide an icon for mixxx, and they all seem to provide already a 'mixxx' icon, so they will not see any missing icon.
2021-05-19Merge pull request #3876 from Holzhaus/extra-warningsUwe Klotz
CMake: Add -Wformat=2 and -Wundef warnings
2021-05-18CMake: Add -Wformat=2 and -Wundef warningsJan Holthuis
2021-05-18AnalyzerPlugin: Use class instead of simple structJan Holthuis
A first step towards merging #3439.
2021-05-15DlgPrefEq: Rename Master EQ to Main EQJan Holthuis
See https://mixxx.org/news/2020-06-29-black-lives-matter/ for details.
2021-05-09Rename getter of TrackCollectionManager in LibraryUwe Klotz
2021-04-28Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-04-24Rename _version.h to version.h and Version class to VersionStoreDaniel Schürmann
2021-04-20Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-19Merge pull request #2902 from Swiftb0y/enable-multple-cues-per-color-autoassignJan Holthuis
Allow assigning more than one Hotcue to a Color in a Colorpalette
2021-04-19ColorPaletteEditorModel: improve const-correctnessSwiftb0y
2021-04-19ColorPaletteEditorModel: fix if branch bracesSwiftb0y
2021-04-19ColorPaletteEditorModel: reduce nestingSwiftb0y
2021-04-19ColorPaletteEditorModel: adhere to naming schemeSwiftb0y
variables of pointers should be prefixed with `p`
2021-04-15ColorPaletteEditorModel remove unnecessary commentSwiftb0y
2021-04-15ColorPaletteEditorModel move rangelist to own fileSwiftb0y
2021-04-13Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-11DlgPrefVinyl: Fix changing of vinyl lead-in timeNino Miškić-Pletenac
This fixes https://bugs.launchpad.net/mixxx/+bug/1915483