summaryrefslogtreecommitdiffstats
path: root/src/mixxxmainwindow.cpp
AgeCommit message (Collapse)Author
2021-07-16DlgPreferences: Remove all references to MixxxMainWindowJan Holthuis
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-16MixxxMainWindow: Move screensaver inhibitor code into CoreServicesJan Holthuis
2021-07-07Rename mixxx.{cpp,h} to mixxxmainwindow.{cpp,h}Jan Holthuis