pollymc/launcher
flow d394235ee0
refactor: Create a more clear hierarchy for some instance pages
Previously, the Shaders, Texture packs and Resource packs tabs had as
parent the ModFolderPage, making it so that making changes only to the
Mods page would require checking the id of the page for the correct one.
This was hackish and error-prone.

Now, those pages all inherit from a single class, ExternalResourcesPage,
that handles the basic behaviour of all of them, while allowing for
individual modification in code.

This is still not a clear separation, since internally, all those
resources are derived from Mods, so for now there's still some awkward
common code :/
2022-06-14 07:04:31 -03:00
..
icons QString::locateAwareCompare() is better for human-like sorting 2022-06-07 15:27:57 +01:00
java fix: properly detect arm64 2022-04-04 16:41:23 +02:00
launch fix: properly detect arm64 2022-04-04 16:41:23 +02:00
meta Make Metaserver changable in settings 2022-05-22 21:35:20 +02:00
minecraft Merge pull request #714 from Scrumplex/fix-tests 2022-06-13 23:10:35 +02:00
modplatform chore: add license headers 2022-06-12 13:50:58 +02:00
mojang
net chore: add license headers 2022-06-12 13:50:58 +02:00
news remove unused parsing of dates (bloat) 2022-02-10 13:57:18 +01:00
pathmatcher
resources change cf icon to a more fancy one 2022-05-21 17:49:52 +02:00
screenshots feat: custom user-agent 2022-06-04 15:33:17 +08:00
settings
tasks Merge pull request #426 from flowln/mod_perma 2022-06-04 13:23:38 +02:00
testdata
tools Update MCEditTool.cpp 2022-06-01 15:50:43 +02:00
translations chore: add license header to remaining files 2022-05-12 18:11:55 -03:00
ui refactor: Create a more clear hierarchy for some instance pages 2022-06-14 07:04:31 -03:00
updater
Application.cpp fix: remove updater if it is not used 2022-06-12 13:39:47 +02:00
Application.h fix: remove updater if it is not used 2022-06-12 13:39:47 +02:00
ApplicationMessage.cpp
ApplicationMessage.h
BaseInstaller.cpp
BaseInstaller.h
BaseInstance.cpp fix: avoid re-registering InstanceType 2022-06-11 23:06:42 +02:00
BaseInstance.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
BaseVersion.h
BaseVersionList.cpp
BaseVersionList.h
CMakeLists.txt refactor: Create a more clear hierarchy for some instance pages 2022-06-14 07:04:31 -03:00
Commandline.cpp
Commandline.h
DefaultVariable.h
DesktopServices.cpp Fix 2022-03-28 20:55:03 +02:00
DesktopServices.h
Exception.h
ExponentialSeries.h
FileSystem_test.cpp
FileSystem.cpp fix: apply client overrides in mrpacks 2022-06-11 13:44:31 -03:00
FileSystem.h fix: apply client overrides in mrpacks 2022-06-11 13:44:31 -03:00
Filter.cpp
Filter.h
GZip_test.cpp
GZip.cpp
GZip.h
HoeDown.h
install_prereqs.cmake.in
InstanceCopyTask.cpp refactor: set default InstanceType to OneSix 2022-02-21 22:59:07 +01:00
InstanceCopyTask.h
InstanceCreationTask.cpp fix: don't set mod loader as important 2022-04-18 15:05:41 +02:00
InstanceCreationTask.h Add option to install mod loader during instance creation 2022-04-15 15:37:07 -04:00
InstanceImportTask.cpp fix: account for the dequeued url when checking the number of urls 2022-06-11 14:31:50 -03:00
InstanceImportTask.h Rework curseforge download (#611) 2022-05-28 21:53:12 +02:00
InstanceList.cpp fix: always store InstanceType 2022-06-04 11:59:12 +02:00
InstanceList.h
InstancePageProvider.h refactor: Create a more clear hierarchy for some instance pages 2022-06-14 07:04:31 -03:00
InstanceTask.cpp
InstanceTask.h
JavaCommon.cpp Update launcher/JavaCommon.cpp 2022-04-08 11:16:00 +02:00
JavaCommon.h
Json.cpp
Json.h
KonamiCode.cpp
KonamiCode.h
LaunchController.cpp fix: do not show the "profile select" dialog if the user refused to add an account 2022-05-30 13:33:07 +03:00
LaunchController.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
Launcher.in refactor: combine portable and system builds 2022-04-16 18:13:09 +02:00
LoggedProcess.cpp
LoggedProcess.h
main.cpp Revert "Merge pull request #315 from txtsd/display_scaling" 2022-06-04 17:09:11 +02:00
MessageLevel.cpp
MessageLevel.h
MMCStrings.cpp
MMCStrings.h
MMCTime.cpp
MMCTime.h
MMCZip.cpp refactor: abstract metadata handling and clarify names 2022-05-23 14:42:28 -03:00
MMCZip.h chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
ModDownloadTask.cpp chore: add license headers 2022-06-12 13:50:58 +02:00
ModDownloadTask.h chore: add license headers 2022-06-12 13:50:58 +02:00
NullInstance.h
ProblemProvider.h
QObjectPtr.h
RecursiveFileSystemWatcher.cpp
RecursiveFileSystemWatcher.h
RWStorage.h
SeparatorPrefixTree.h
SkinUtils.cpp
SkinUtils.h
UpdateController.cpp Update UpdateController.cpp 2022-06-01 15:50:02 +02:00
UpdateController.h
Usable.h
Version_test.cpp
Version.cpp
Version.h
VersionProxyModel.cpp
VersionProxyModel.h
WatchLock.h