diff options
| author | Petr Mrázek <peterix@gmail.com> | 2021-07-25 19:11:59 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2021-07-25 19:50:44 +0200 |
| commit | 20b9f2b42a3b58b6081af271774fbcc34025dccb (patch) | |
| tree | 064fa59facb3357139b47bd4e60bfc8edb35ca11 | |
| parent | dd133680858351e3e07690e286882327a4f42ba5 (diff) | |
| download | PrismLauncher-20b9f2b42a3b58b6081af271774fbcc34025dccb.tar.gz PrismLauncher-20b9f2b42a3b58b6081af271774fbcc34025dccb.tar.bz2 PrismLauncher-20b9f2b42a3b58b6081af271774fbcc34025dccb.zip | |
NOISSUE Flatten gui and logic libraries into MultiMC
| -rw-r--r-- | CMakeLists.txt | 10 | ||||
| -rw-r--r-- | api/gui/CMakeLists.txt | 34 | ||||
| -rw-r--r-- | api/gui/DesktopServices.h | 37 | ||||
| -rw-r--r-- | api/logic/CMakeLists.txt | 564 | ||||
| -rw-r--r-- | api/logic/MMCStrings.h | 10 | ||||
| -rw-r--r-- | application/CMakeLists.txt | 417 | ||||
| -rw-r--r-- | launcher/BaseInstaller.cpp (renamed from api/logic/BaseInstaller.cpp) | 0 | ||||
| -rw-r--r-- | launcher/BaseInstaller.h (renamed from api/logic/BaseInstaller.h) | 4 | ||||
| -rw-r--r-- | launcher/BaseInstance.cpp (renamed from api/logic/BaseInstance.cpp) | 0 | ||||
| -rw-r--r-- | launcher/BaseInstance.h (renamed from api/logic/BaseInstance.h) | 4 | ||||
| -rw-r--r-- | launcher/BaseVersion.h (renamed from api/logic/BaseVersion.h) | 0 | ||||
| -rw-r--r-- | launcher/BaseVersionList.cpp (renamed from api/logic/BaseVersionList.cpp) | 0 | ||||
| -rw-r--r-- | launcher/BaseVersionList.h (renamed from api/logic/BaseVersionList.h) | 3 | ||||
| -rw-r--r-- | launcher/CMakeLists.txt | 1001 | ||||
| -rw-r--r-- | launcher/ColorCache.cpp (renamed from application/ColorCache.cpp) | 0 | ||||
| -rw-r--r-- | launcher/ColorCache.h (renamed from application/ColorCache.h) | 0 | ||||
| -rw-r--r-- | launcher/ColumnResizer.cpp (renamed from application/ColumnResizer.cpp) | 0 | ||||
| -rw-r--r-- | launcher/ColumnResizer.h (renamed from application/ColumnResizer.h) | 0 | ||||
| -rw-r--r-- | launcher/Commandline.cpp (renamed from api/logic/Commandline.cpp) | 0 | ||||
| -rw-r--r-- | launcher/Commandline.h (renamed from api/logic/Commandline.h) | 8 | ||||
| -rw-r--r-- | launcher/DefaultVariable.h (renamed from api/logic/DefaultVariable.h) | 0 | ||||
| -rw-r--r-- | launcher/DesktopServices.cpp (renamed from api/gui/DesktopServices.cpp) | 0 | ||||
| -rw-r--r-- | launcher/DesktopServices.h | 36 | ||||
| -rw-r--r-- | launcher/Env.cpp (renamed from api/logic/Env.cpp) | 0 | ||||
| -rw-r--r-- | launcher/Env.h (renamed from api/logic/Env.h) | 4 | ||||
| -rw-r--r-- | launcher/Exception.h (renamed from api/logic/Exception.h) | 4 | ||||
| -rw-r--r-- | launcher/ExponentialSeries.h (renamed from api/logic/ExponentialSeries.h) | 0 | ||||
| -rw-r--r-- | launcher/FileSystem.cpp (renamed from api/logic/FileSystem.cpp) | 0 | ||||
| -rw-r--r-- | launcher/FileSystem.h (renamed from api/logic/FileSystem.h) | 39 | ||||
| -rw-r--r-- | launcher/FileSystem_test.cpp (renamed from api/logic/FileSystem_test.cpp) | 0 | ||||
| -rw-r--r-- | launcher/Filter.cpp (renamed from api/logic/Filter.cpp) | 0 | ||||
| -rw-r--r-- | launcher/Filter.h (renamed from api/logic/Filter.h) | 10 | ||||
| -rw-r--r-- | launcher/GZip.cpp (renamed from api/logic/GZip.cpp) | 0 | ||||
| -rw-r--r-- | launcher/GZip.h (renamed from api/logic/GZip.h) | 4 | ||||
| -rw-r--r-- | launcher/GZip_test.cpp (renamed from api/logic/GZip_test.cpp) | 0 | ||||
| -rw-r--r-- | launcher/GuiUtil.cpp (renamed from application/GuiUtil.cpp) | 0 | ||||
| -rw-r--r-- | launcher/GuiUtil.h (renamed from application/GuiUtil.h) | 0 | ||||
| -rw-r--r-- | launcher/HoeDown.h (renamed from application/HoeDown.h) | 0 | ||||
| -rw-r--r-- | launcher/InstanceCopyTask.cpp (renamed from api/logic/InstanceCopyTask.cpp) | 0 | ||||
| -rw-r--r-- | launcher/InstanceCopyTask.h (renamed from api/logic/InstanceCopyTask.h) | 3 | ||||
| -rw-r--r-- | launcher/InstanceCreationTask.cpp (renamed from api/logic/InstanceCreationTask.cpp) | 0 | ||||
| -rw-r--r-- | launcher/InstanceCreationTask.h (renamed from api/logic/InstanceCreationTask.h) | 3 | ||||
| -rw-r--r-- | launcher/InstanceImportTask.cpp (renamed from api/logic/InstanceImportTask.cpp) | 0 | ||||
| -rw-r--r-- | launcher/InstanceImportTask.h (renamed from api/logic/InstanceImportTask.h) | 3 | ||||
| -rw-r--r-- | launcher/InstanceList.cpp (renamed from api/logic/InstanceList.cpp) | 0 | ||||
| -rw-r--r-- | launcher/InstanceList.h (renamed from api/logic/InstanceList.h) | 4 | ||||
| -rw-r--r-- | launcher/InstancePageProvider.h (renamed from application/InstancePageProvider.h) | 0 | ||||
| -rw-r--r-- | launcher/InstanceProxyModel.cpp (renamed from application/InstanceProxyModel.cpp) | 0 | ||||
| -rw-r--r-- | launcher/InstanceProxyModel.h (renamed from application/InstanceProxyModel.h) | 0 | ||||
| -rw-r--r-- | launcher/InstanceTask.cpp (renamed from api/logic/InstanceTask.cpp) | 0 | ||||
| -rw-r--r-- | launcher/InstanceTask.h (renamed from api/logic/InstanceTask.h) | 3 | ||||
| -rw-r--r-- | launcher/InstanceWindow.cpp (renamed from application/InstanceWindow.cpp) | 0 | ||||
| -rw-r--r-- | launcher/InstanceWindow.h (renamed from application/InstanceWindow.h) | 0 | ||||
| -rw-r--r-- | launcher/JavaCommon.cpp (renamed from application/JavaCommon.cpp) | 0 | ||||
| -rw-r--r-- | launcher/JavaCommon.h (renamed from application/JavaCommon.h) | 0 | ||||
| -rw-r--r-- | launcher/Json.cpp (renamed from api/logic/Json.cpp) | 0 | ||||
| -rw-r--r-- | launcher/Json.h (renamed from api/logic/Json.h) | 50 | ||||
| -rw-r--r-- | launcher/KonamiCode.cpp (renamed from application/KonamiCode.cpp) | 0 | ||||
| -rw-r--r-- | launcher/KonamiCode.h (renamed from application/KonamiCode.h) | 0 | ||||
| -rw-r--r-- | launcher/LaunchController.cpp (renamed from application/LaunchController.cpp) | 0 | ||||
| -rw-r--r-- | launcher/LaunchController.h (renamed from application/LaunchController.h) | 0 | ||||
| -rw-r--r-- | launcher/LoggedProcess.cpp (renamed from api/logic/LoggedProcess.cpp) | 0 | ||||
| -rw-r--r-- | launcher/LoggedProcess.h (renamed from api/logic/LoggedProcess.h) | 3 | ||||
| -rw-r--r-- | launcher/MMCStrings.cpp (renamed from api/logic/MMCStrings.cpp) | 0 | ||||
| -rw-r--r-- | launcher/MMCStrings.h | 8 | ||||
| -rw-r--r-- | launcher/MMCZip.cpp (renamed from api/logic/MMCZip.cpp) | 0 | ||||
| -rw-r--r-- | launcher/MMCZip.h (renamed from api/logic/MMCZip.h) | 20 | ||||
| -rw-r--r-- | launcher/MainWindow.cpp (renamed from application/MainWindow.cpp) | 0 | ||||
| -rw-r--r-- | launcher/MainWindow.h (renamed from application/MainWindow.h) | 0 | ||||
| -rw-r--r-- | launcher/MessageLevel.cpp (renamed from api/logic/MessageLevel.cpp) | 0 | ||||
| -rw-r--r-- | launcher/MessageLevel.h (renamed from api/logic/MessageLevel.h) | 0 | ||||
| -rw-r--r-- | launcher/MultiMC.cpp (renamed from application/MultiMC.cpp) | 0 | ||||
| -rw-r--r-- | launcher/MultiMC.h (renamed from application/MultiMC.h) | 0 | ||||
| -rw-r--r-- | launcher/NullInstance.h (renamed from api/logic/NullInstance.h) | 0 | ||||
| -rw-r--r-- | launcher/ProblemProvider.h (renamed from api/logic/ProblemProvider.h) | 6 | ||||
| -rw-r--r-- | launcher/QObjectPtr.h (renamed from api/logic/QObjectPtr.h) | 0 | ||||
| -rw-r--r-- | launcher/RWStorage.h (renamed from api/logic/RWStorage.h) | 0 | ||||
| -rw-r--r-- | launcher/RecursiveFileSystemWatcher.cpp (renamed from api/logic/RecursiveFileSystemWatcher.cpp) | 0 | ||||
| -rw-r--r-- | launcher/RecursiveFileSystemWatcher.h (renamed from api/logic/RecursiveFileSystemWatcher.h) | 4 | ||||
| -rw-r--r-- | launcher/SeparatorPrefixTree.h (renamed from api/logic/SeparatorPrefixTree.h) | 0 | ||||
| -rw-r--r-- | launcher/SkinUtils.cpp (renamed from api/gui/SkinUtils.cpp) | 0 | ||||
| -rw-r--r-- | launcher/SkinUtils.h (renamed from api/gui/SkinUtils.h) | 4 | ||||
| -rw-r--r-- | launcher/UpdateController.cpp (renamed from application/UpdateController.cpp) | 0 | ||||
| -rw-r--r-- | launcher/UpdateController.h (renamed from application/UpdateController.h) | 0 | ||||
| -rw-r--r-- | launcher/Usable.h (renamed from api/logic/Usable.h) | 0 | ||||
| -rw-r--r-- | launcher/Version.cpp (renamed from api/logic/Version.cpp) | 0 | ||||
| -rw-r--r-- | launcher/Version.h (renamed from api/logic/Version.h) | 4 | ||||
| -rw-r--r-- | launcher/VersionProxyModel.cpp (renamed from application/VersionProxyModel.cpp) | 0 | ||||
| -rw-r--r-- | launcher/VersionProxyModel.h (renamed from application/VersionProxyModel.h) | 0 | ||||
| -rw-r--r-- | launcher/Version_test.cpp (renamed from api/logic/Version_test.cpp) | 0 | ||||
| -rw-r--r-- | launcher/WatchLock.h (renamed from api/logic/WatchLock.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/AboutDialog.cpp (renamed from application/dialogs/AboutDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/AboutDialog.h (renamed from application/dialogs/AboutDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/AboutDialog.ui (renamed from application/dialogs/AboutDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/CopyInstanceDialog.cpp (renamed from application/dialogs/CopyInstanceDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/CopyInstanceDialog.h (renamed from application/dialogs/CopyInstanceDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/CopyInstanceDialog.ui (renamed from application/dialogs/CopyInstanceDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/CustomMessageBox.cpp (renamed from application/dialogs/CustomMessageBox.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/CustomMessageBox.h (renamed from application/dialogs/CustomMessageBox.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/EditAccountDialog.cpp (renamed from application/dialogs/EditAccountDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/EditAccountDialog.h (renamed from application/dialogs/EditAccountDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/EditAccountDialog.ui (renamed from application/dialogs/EditAccountDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ExportInstanceDialog.cpp (renamed from application/dialogs/ExportInstanceDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ExportInstanceDialog.h (renamed from application/dialogs/ExportInstanceDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ExportInstanceDialog.ui (renamed from application/dialogs/ExportInstanceDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/IconPickerDialog.cpp (renamed from application/dialogs/IconPickerDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/IconPickerDialog.h (renamed from application/dialogs/IconPickerDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/IconPickerDialog.ui (renamed from application/dialogs/IconPickerDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/LoginDialog.cpp (renamed from application/dialogs/LoginDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/LoginDialog.h (renamed from application/dialogs/LoginDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/LoginDialog.ui (renamed from application/dialogs/LoginDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NewComponentDialog.cpp (renamed from application/dialogs/NewComponentDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NewComponentDialog.h (renamed from application/dialogs/NewComponentDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NewComponentDialog.ui (renamed from application/dialogs/NewComponentDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NewInstanceDialog.cpp (renamed from application/dialogs/NewInstanceDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NewInstanceDialog.h (renamed from application/dialogs/NewInstanceDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NewInstanceDialog.ui (renamed from application/dialogs/NewInstanceDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NotificationDialog.cpp (renamed from application/dialogs/NotificationDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NotificationDialog.h (renamed from application/dialogs/NotificationDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/NotificationDialog.ui (renamed from application/dialogs/NotificationDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ProfileSelectDialog.cpp (renamed from application/dialogs/ProfileSelectDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ProfileSelectDialog.h (renamed from application/dialogs/ProfileSelectDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ProfileSelectDialog.ui (renamed from application/dialogs/ProfileSelectDialog.ui) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ProgressDialog.cpp (renamed from application/dialogs/ProgressDialog.cpp) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ProgressDialog.h (renamed from application/dialogs/ProgressDialog.h) | 0 | ||||
| -rw-r--r-- | launcher/dialogs/ProgressDialog.ui (renamed from application/dialogs/ProgressDialog.ui) | 0 |
