pollymc/launcher
0xf8 ebbfaf8713
Add custom login support
2023-06-21 13:23:24 -04:00
..
filelink fix: remove fixed datastream version 2023-04-03 18:00:56 -07:00
icons Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
java fix: remove qt < 5.6 support process error signal 2023-05-11 16:32:00 -07:00
launch Merge branch 'develop' into fix/network_and_signals 2023-05-12 01:13:17 -07:00
meta Renamed requires fields 2023-06-06 10:34:05 +03:00
minecraft Add custom login support 2023-06-21 13:23:24 -04:00
modplatform Merge branch 'release-7.x' of https://github.com/PrismLauncher/PrismLauncher into develop 2023-06-09 13:35:03 +01:00
mojang refactor: restructure tests 2022-09-11 22:29:01 +02:00
net Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop 2023-05-30 17:59:26 +01:00
news refactor: make shared_qobject_ptr ctor explicit 2023-01-25 16:57:51 -03:00
pathmatcher chore: add REUSE headers 2022-11-12 20:28:30 +01:00
resources forgot to git add the deletion part of renaming Polly.png 2023-05-30 19:48:42 +01:00
screenshots Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
settings Merge branch 'develop' into fix/network_and_signals 2023-05-12 01:13:17 -07:00
tasks fix: memory leak with NetJob and responce not getting cleaned up 2023-05-21 01:46:28 -07:00
tools Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
translations fix(memory leak): cyclic refrence in translations model dl task 2023-06-05 01:12:16 -07:00
ui Add custom login support 2023-06-21 13:23:24 -04:00
updater refactor: remove old updater 2022-11-21 16:18:05 +01:00
Application.cpp fix things broken by the merge 2023-05-30 19:24:20 +01:00
Application.h fix: no need for const bool 2023-05-01 10:48:00 -07:00
ApplicationMessage.cpp ApplicationMessage: Use QHash instead of QMap 2022-12-15 16:17:19 +02:00
ApplicationMessage.h ApplicationMessage: Use QHash instead of QMap 2022-12-15 16:17:19 +02:00
BaseInstaller.cpp
BaseInstaller.h fix: don't use forward-declared Ptr types in meta/ 2022-11-01 19:48:26 -03:00
BaseInstance.cpp refactor: Move ini to use QSettings && drop get/setList functions 2023-04-29 19:55:24 -07:00
BaseInstance.h feat: track instance copies that use links 2023-03-20 14:56:32 -07:00
BaseVersion.h fix: don't use forward-declared Ptr types in meta/ 2022-11-01 19:48:26 -03:00
BaseVersionList.cpp Check parent in rowCount/columnCount/canFetchMore 2022-11-14 19:05:57 +00:00
BaseVersionList.h fix: don't use forward-declared Ptr types in meta/ 2022-11-01 19:48:26 -03:00
CMakeLists.txt Add custom login support 2023-06-21 13:23:24 -04:00
Commandline.cpp refactor: use QCommandLineParser instead 2022-09-26 13:21:27 +02:00
Commandline.h refactor: use QCommandLineParser instead 2022-09-26 13:21:27 +02:00
DataMigrationTask.cpp fix: implement code review suggestions 2022-11-12 20:28:30 +01:00
DataMigrationTask.h chore: add REUSE headers 2022-11-12 20:28:30 +01:00
DefaultVariable.h
DesktopServices.cpp fix: cleanup UI, detect FAT and turn off links 2023-03-20 14:56:32 -07:00
DesktopServices.h Merge pull request #351 from Scrumplex/fix-trash 2022-10-31 22:58:09 +01:00
Exception.h
ExponentialSeries.h
FastFileIconProvider.cpp Optimised icons 2023-06-03 13:39:42 +01:00
FastFileIconProvider.h Optimised icons 2023-06-03 13:39:42 +01:00
FileIgnoreProxy.cpp Hopefully This Works™ 2023-05-13 18:58:05 +01:00
FileIgnoreProxy.h Boring changes 2023-04-17 10:16:03 +01:00
FileSystem.cpp refactor: Move ini to use QSettings && drop get/setList functions 2023-04-29 19:55:24 -07:00
FileSystem.h refactor: remove data duplication in statis FS Names 2023-04-03 17:14:06 -07:00
Filter.cpp
Filter.h
GZip.cpp Merge pull request #228 from bensuperpc/change_cast 2022-10-28 21:34:59 +02:00
GZip.h
InstanceCopyPrefs.cpp fix: intelegent recursive links & symlink follow on export 2023-03-20 14:56:32 -07:00
InstanceCopyPrefs.h fix: intelegent recursive links & symlink follow on export 2023-03-20 14:56:32 -07:00
InstanceCopyTask.cpp fix #1118 : use `filePath` not `path` on `QFileInfo` 2023-06-07 06:26:58 -07:00
InstanceCopyTask.h feat(reflink): hook up relink / clone on the copy dialog 2023-03-20 14:56:32 -07:00
InstanceCreationTask.cpp fix(Inst.Import): Show error reason in fail dialog 2022-12-01 15:32:26 -03:00
InstanceCreationTask.h fix: memory leak with NetJob and responce not getting cleaned up 2023-05-21 01:46:28 -07:00
InstanceImportTask.cpp fix: memory leak with NetJob and responce not getting cleaned up 2023-05-21 01:46:28 -07:00
InstanceImportTask.h fix: prevent crash when aborting import task while extracting pack 2023-02-24 20:34:43 -03:00
InstanceList.cpp Merge remote-tracking branch 'upstream/develop' into better-tasks 2023-05-07 13:21:21 -07:00
InstanceList.h feat: track instance copies that use links 2023-03-20 14:56:32 -07:00
InstancePageProvider.h nilmods instance page 2023-02-11 17:46:17 -05:00
InstanceTask.cpp refactor: abstract away update confirmation dialog 2022-12-06 17:00:29 -03:00
InstanceTask.h fix(ManagedPackPage): only update the current instance exactly 2022-12-06 17:00:34 -03:00
JavaCommon.cpp Fix: signal/slot macro -> func pointer & network fixes 2023-04-17 18:23:18 -07:00
JavaCommon.h feat: resolve JARs dynamically 2022-07-03 17:31:01 +02:00
Json.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
Json.h chore: update license headers 2022-07-10 12:19:15 +02:00
KonamiCode.cpp
KonamiCode.h
LaunchController.cpp refactor: make shared_qobject_ptr ctor explicit 2023-01-25 16:57:51 -03:00
LaunchController.h Added Launch Demo button. 2022-09-15 18:44:18 -03:00
Launcher.in fix: use /usr/bin/env bash in launch script 2023-02-04 01:06:16 +01:00
LoggedProcess.cpp fix: remove qt < 5.6 support process error signal 2023-05-11 16:32:00 -07:00
LoggedProcess.h refactor: reprocess log lines per instance 2023-03-22 10:32:17 +01:00
MMCTime.cpp refactor: move functions to utils + code-review fixes 2023-05-06 19:10:58 -07:00
MMCTime.h doc fixes 2023-05-06 19:18:39 -07:00
MMCZip.cpp fix: intelegent recursive links & symlink follow on export 2023-03-20 14:56:32 -07:00
MMCZip.h fix: follow symlinks when exporting 2023-03-20 14:56:32 -07:00
MTPixmapCache.h fix: use QPixmapCache only from the main thread 2022-11-15 18:14:03 -03:00
MangoHud.cpp chore: use system architecture to detect vulkan layers 2023-04-01 13:09:09 -04:00
MangoHud.h chore: replace naive mangohud detection with vulkan layer detection 2022-12-11 11:01:33 +01:00
Markdown.h refactor: replace hoedown markdown parser with cmark 2023-01-12 10:08:52 -05:00
MessageLevel.cpp
MessageLevel.h
NullInstance.h chore: add missing license headers 2022-10-08 20:12:07 +02:00
ProblemProvider.h
QObjectPtr.h refactor: make shared_qobject_ptr ctor explicit 2023-01-25 16:57:51 -03:00
QVariantUtils.h refactor: Move ini to use QSettings && drop get/setList functions 2023-04-29 19:55:24 -07:00
RWStorage.h
RecursiveFileSystemWatcher.cpp
RecursiveFileSystemWatcher.h
ResourceDownloadTask.cpp Fix crash when selecting same mod from different providers (#1029) 2023-06-02 18:04:06 -03:00
ResourceDownloadTask.h Fix crash when selecting same mod from different providers (#1029) 2023-06-02 18:04:06 -03:00
RuntimeContext.h chore: clang-format RuntimeContext 2022-10-15 12:43:15 +02:00
SeparatorPrefixTree.h
SkinUtils.cpp
SkinUtils.h
StringUtils.cpp Gib -> GiB 2023-05-12 00:21:37 -07:00
StringUtils.h Merge remote-tracking branch 'upstream/develop' into better-tasks 2023-05-07 13:21:21 -07:00
Usable.h
Version.cpp feat+fix(Version): make comparsion FlexVer-compatible 2023-01-21 18:47:47 -03:00
Version.h feat+fix(Version): make comparsion FlexVer-compatible 2023-01-21 18:47:47 -03:00
VersionProxyModel.cpp Check parent in rowCount/columnCount/canFetchMore 2022-11-14 19:05:57 +00:00
VersionProxyModel.h
WatchLock.h
install_prereqs.cmake.in
main.cpp add breeze themes 2022-11-20 05:24:10 +01:00
qtlogging.ini typo fix 2023-05-07 13:23:59 -07:00