Commit graph

9 commits

Author SHA1 Message Date
e11fa34c09
Managers: add a VFS to help with #36. 2024-07-11 19:54:30 +02:00
9f570a004b
Managers: prepare BackupManager for the upcoming VFS. 2024-07-11 18:06:08 +02:00
ccbafe5e30
Managers: make BackupManager::scanSubdir() actually work. 2024-04-23 21:26:26 +02:00
902e31e160
Managers: make BackupManager constructor explicit. 2024-04-18 18:05:41 +02:00
e10e457ad8
Managers: simplify MassManager. 2024-04-09 00:39:35 +02:00
661f6acd12
Managers: cleanup includes and add an assert. 2024-04-08 11:17:48 +02:00
fbfcce1d86
Managers: split ProfileManager functionality.
There's now a BackupManager class, which handles all backup
management functionalities ProfileManager used to have.
ProfileManager also got adapted to paths being available from
Configuration, which was long overdue.

Application was adapted to the various changes.
2024-04-07 20:45:31 +02:00
9f0386d5b3
{Mass,Profile}Manager: rename classes.
Partial revert of 04d2ab9dc7.

I forgot about the Backup struct when I was working on the backup
manager, and was about to run into a conflict sooner or later.
2024-03-30 16:03:11 +01:00
04d2ab9dc7
{Mass,Profile}Manager: move into new namespace. 2024-03-28 13:32:34 +01:00