Plasma
Plasma copied to clipboard
Tools reorg
This is open for discussion, but seemed worthwhile to get it working first so people could take a look.
-
Moves all the non-client tools out of
Sources/Plasma/Appsand intoSources/Tools:- plFileEncrypt
- plFileSecure
- plPageInfo
- plPageOptimizer
- plPythonPack
-
The exception is SoundDecompress which moved from
Sources/ToolsintoSources/Plasma/Apps(because it is sorta intended to be run by end users and distributed with the client) -
Move all the Max Plugin stuff out of
Sources/Toolsinto its ownSources/MaxPluginfolder so that it is more self-contained:- MaxComponent
- MaxConvert
- MaxExport
- MaxMain
- MaxPlasmaLights
- MaxPlasmaMtls
-
Only build plLocalizationBenchmark when
PLASMA_BUILD_TOOLSis on (arguably it's not a tool, but it was previously being built unconditionally) -
Consolidate building of plClient for multiple platforms
These commits should probably be added to .git-blame-ignore-revs
These commits should probably be added to
.git-blame-ignore-revs
I can do that, but I'm unclear on whether that's necessary in the case of git mv to move files around. The file contents didn't change, and keeping knowledge of the path change seems necessary to handle blaming properly against older versions?