pollymc/launcher/minecraft
flow 97a74d5c1f
refactor: adapt rest of the codebase to the new resource model
In order to access the ModFolderModel from the ModFolderPage, i created
a new m_model for the correct type, shadowing the m_model of type
ResourceFolderModel. This creates two shared_ptr references to the same object,
but since they will have the same lifetime, it doesn't generate a memory
leak.

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-08-20 10:47:58 -03:00
..
auth refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
gameoptions
launch Revert "fix: remove updater if it is not used" 2022-07-06 18:13:51 +02:00
mod refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
services chore: update license headers 2022-07-10 12:19:15 +02:00
testdata
update fix: add missing connections to the abort signal 2022-06-22 20:20:39 -03:00
Agent.h
AssetsUtils.cpp chore: add license header to remaining files 2022-05-12 18:11:55 -03:00
AssetsUtils.h
Component.cpp
Component.h
ComponentUpdateTask_p.h
ComponentUpdateTask.cpp fix: add missing connections to the abort signal 2022-06-22 20:20:39 -03:00
ComponentUpdateTask.h
GradleSpecifier_test.cpp refactor: move away from UnitTest.cmake 2022-06-14 14:44:49 +02:00
GradleSpecifier.h chore: update license headers 2022-07-10 12:19:15 +02:00
LaunchProfile.cpp Allow components to specify Java agents and JVM arguments (#175) 2022-04-06 08:22:24 +02:00
LaunchProfile.h
Library_test.cpp refactor: move away from UnitTest.cmake 2022-06-14 14:44:49 +02:00
Library.cpp NOISSUE continue refactoring things to make tests pass 2021-11-21 23:21:12 +01:00
Library.h
MinecraftInstance.cpp refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
MinecraftInstance.h refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
MinecraftLoadAndCheck.cpp fix: add missing connections to the abort signal 2022-06-22 20:20:39 -03:00
MinecraftLoadAndCheck.h
MinecraftUpdate.cpp refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
MinecraftUpdate.h refactor+fix: use QSharedPointer for shared_qobject_ptr 2022-08-04 15:33:51 -03:00
MojangDownloadInfo.h fix: remove old reference to launchermeta 2022-06-22 20:47:47 +02:00
MojangVersionFormat_test.cpp refactor: move away from UnitTest.cmake 2022-06-14 14:44:49 +02:00
MojangVersionFormat.cpp
MojangVersionFormat.h
OneSixVersionFormat.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
OneSixVersionFormat.h
OpSys.cpp
OpSys.h
PackProfile_p.h
PackProfile.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
PackProfile.h refactor: allow tracking multiple mod loaders 2022-05-19 08:49:27 +02:00
ParseUtils_test.cpp refactor: move away from UnitTest.cmake 2022-06-14 14:44:49 +02:00
ParseUtils.cpp
ParseUtils.h
ProfileUtils.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
ProfileUtils.h chore: update license headers 2022-07-10 12:19:15 +02:00
Rule.cpp
Rule.h
VersionFile.cpp refactor: replace QRegExp with QRegularExpression 2022-07-10 12:17:52 +02:00
VersionFile.h
VersionFilterData.cpp
VersionFilterData.h
World.cpp refactor!: bump to C++17 and C17 2022-07-20 14:22:10 +02:00
World.h refactor!: bump to C++17 and C17 2022-07-20 14:22:10 +02:00
WorldList.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
WorldList.h