PrismLauncher/launcher
TheKodeToad 166b2cb286 Tweak log formatting
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2025-04-18 11:32:50 -07:00
..
console feat(ansi-console): Format console with ansi excapes 2025-04-18 00:39:19 -07:00
filelink feat(ansi-console): Format console with ansi excapes 2025-04-18 00:39:19 -07:00
icons Fix icon removal in icon picker (#3410) 2025-04-15 16:58:13 +03:00
java Recognize riscv64 as a 64-bit platform 2025-02-16 19:30:31 +02:00
launch Add color lines button 2025-04-15 05:07:56 +08:00
meta Merge pull request #3019 from Trial97/task_parent 2024-11-15 06:19:40 +01:00
minecraft Improvements to modlist export (#3512) 2025-04-10 00:16:32 +03:00
modplatform Improvements to modlist export (#3512) 2025-04-10 00:16:32 +03:00
net Fix typo in NetRequest.cpp 2025-03-29 17:17:57 +00:00
news made sure that the retry dialog is not displayed offline 2024-06-24 00:29:21 +03:00
pathmatcher chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
resources move background to vertex buffer 2025-01-10 14:54:40 +02:00
screenshots Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into clean_net 2024-07-22 22:06:09 +03:00
settings skip QSaveFile temprary files 2024-10-22 01:22:31 +03:00
tasks fix typo 2025-03-01 20:12:31 +01:00
tools increment clang-tools version 2024-06-28 12:48:52 +03:00
translations do not capture by default all values in lambdas 2024-10-30 18:16:43 +02:00
ui fix: compile warning regarding duplicate object name 2025-04-16 17:02:22 +03:00
updater feat(ansi-console): Format console with ansi excapes 2025-04-18 00:39:19 -07:00
Application.cpp Tweak log formatting 2025-04-18 11:32:50 -07:00
Application.h rename some variables 2025-03-03 23:55:43 +02:00
ApplicationMessage.cpp chore: update license headers 2023-08-14 18:17:05 +02:00
ApplicationMessage.h chore: reformat 2023-08-14 18:16:53 +02:00
BaseInstaller.cpp Replaced QFile::remove with FS::deletePath 2024-02-10 11:03:51 +02:00
BaseInstaller.h increment clang-tools version 2024-06-28 12:48:52 +03:00
BaseInstance.cpp Use CustomMessageBox::selectable 2025-03-31 07:14:09 +08:00
BaseInstance.h Filter out invalid chars 2025-03-27 06:54:10 +08:00
BaseVersion.h fix: fix more warnings 2023-08-11 10:57:57 +02:00
BaseVersionList.cpp Made tar.gz parser 2024-03-21 19:46:57 +02:00
BaseVersionList.h Made tar.gz parser 2024-03-21 19:46:57 +02:00
CMakeLists.txt feat(ansi-console): Format console with ansi excapes 2025-04-18 00:39:19 -07:00
Commandline.cpp chore: update license headers 2023-08-14 18:17:05 +02:00
Commandline.h chore: reformat 2023-08-14 18:16:53 +02:00
DataMigrationTask.cpp chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
DataMigrationTask.h remove task parent from constuctor 2024-11-01 00:11:45 +02:00
DefaultVariable.h chore: reformat 2023-08-14 18:16:53 +02:00
DesktopServices.cpp Fixed open path a second time 2024-01-22 20:36:57 +02:00
DesktopServices.h chore: improve param name 2024-01-03 18:15:03 +01:00
Exception.h Fix formatting issues 2024-02-12 15:24:56 +00:00
ExponentialSeries.h chore: reformat 2023-08-14 18:16:53 +02:00
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 refactor to remove code duplication 2025-01-16 17:04:53 +02:00
FileIgnoreProxy.h refactor to remove code duplication 2025-01-16 17:04:53 +02:00
FileSystem.cpp Use explicit construction for QFile from QString 2025-04-12 01:59:07 +08:00
FileSystem.h chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
Filter.cpp Recommend java major 2024-07-23 01:41:41 +03:00
Filter.h fix java crash on refresh 2024-09-13 23:26:04 +03:00
GZip.cpp chore: update license headers 2023-08-14 18:17:05 +02:00
GZip.h chore: reformat 2023-08-14 18:16:53 +02:00
install_prereqs.cmake.in fix: make portable builds bundle Qt 2024-04-29 15:08:10 +02:00
InstanceCopyPrefs.cpp chore: reformat 2023-08-14 18:16:53 +02:00
InstanceCopyPrefs.h chore: reformat 2023-08-14 18:16:53 +02:00
InstanceCopyTask.cpp chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
InstanceCopyTask.h chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
InstanceCreationTask.cpp Fix file remaingin open after program closure 2024-11-14 13:27:16 +02:00
InstanceCreationTask.h Removed AuthRequest and NetAction 2024-05-14 00:21:45 +03:00
InstanceDirUpdate.cpp Use CustomMessageBox::selectable 2025-03-31 07:14:09 +08:00
InstanceDirUpdate.h Remove names from header comments 2025-03-27 20:25:30 +08:00
InstanceImportTask.cpp Fix file remaingin open after program closure 2024-11-14 13:27:16 +02:00
InstanceImportTask.h Fix file remaingin open after program closure 2024-11-14 13:27:16 +02:00
InstanceList.cpp feat(ansi-console): Format console with ansi excapes 2025-04-18 00:39:19 -07:00
InstanceList.h Use custom signals to record previous name 2025-03-27 17:13:52 +08:00
InstancePageProvider.h Use LogView to implement level highlighting for other logs 2025-04-15 03:42:51 +08:00
InstanceTask.cpp Rename setting to SkipModpackUpdatePrompt 2024-07-03 23:13:39 +02:00
InstanceTask.h
JavaCommon.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
JavaCommon.h chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
Json.cpp chore: update license headers 2023-08-14 18:17:05 +02:00
Json.h chore: update license headers 2023-08-14 18:17:05 +02:00
KonamiCode.cpp chore: reformat 2023-08-14 18:16:53 +02:00
KonamiCode.h chore: reformat 2023-08-14 18:16:53 +02:00
LaunchController.cpp Fix mistakes 2025-03-10 12:44:44 +00:00
LaunchController.h Always check Microsoft account for offline account 2025-02-13 19:12:50 +00:00
Launcher.in Fix removing portable.txt on Linux portable build 2024-10-21 16:30:08 +01:00
LoggedProcess.cpp Use UTF-8 to decode logs on Java 18 or newer 2024-10-09 17:15:53 +01:00
LoggedProcess.h Use UTF-8 to decode logs on Java 18 or newer 2024-10-09 17:15:53 +01:00
main.cpp Move shaders to separate files 2025-01-10 11:40:38 +02:00
MangoHud.cpp fix mangohud detection for absolute path 2024-08-26 09:00:46 +03:00
MangoHud.h feat: implement override for GLFW/OpenAL with split natives 2023-08-15 10:50:38 +02:00
Markdown.cpp Fixed more clang formatting 2024-05-01 00:21:32 -04:00
Markdown.h chore: reformat 2023-08-14 18:16:53 +02:00
MessageLevel.cpp chore: reformat 2023-08-14 18:16:53 +02:00
MessageLevel.h chore: reformat 2023-08-14 18:16:53 +02:00
MMCTime.cpp feat:added option to show playtime in hours 2023-08-18 12:24:28 +03:00
MMCTime.h feat:added option to show playtime in hours 2023-08-18 12:24:28 +03:00
MMCZip.cpp replace unzipping with unpacking 2024-10-28 12:39:26 +02:00
MMCZip.h fix some transtaions warnings 2024-10-01 08:51:06 +03:00
MTPixmapCache.h fix: prevent inf recursion when mod icon load fails; cut max pixmapcache to 1/4 previous value 2024-10-11 13:26:20 -07:00
NullInstance.h Fix launch when no java is loaded 2024-09-08 09:10:29 +03:00
ProblemProvider.h chore: reformat 2023-08-14 18:16:53 +02:00
PSaveFile.h Replaced QSet with QHash 2024-10-22 09:41:00 +03:00
QObjectPtr.h Fix crashes 2023-09-01 12:50:20 +01:00
qtlogging.ini Remove katabasis 2024-05-15 12:53:06 +03:00
QVariantUtils.h chore: reformat 2023-08-14 18:16:53 +02:00
RecursiveFileSystemWatcher.cpp chore: reformat 2023-08-14 18:16:53 +02:00
RecursiveFileSystemWatcher.h Remove top-level const qualifiers in function declarations 2023-10-28 22:12:09 -07:00
ResourceDownloadTask.cpp Merge remote-tracking branch 'upstream/develop' into resource-meta 2024-10-08 17:15:42 +01:00
ResourceDownloadTask.h Merge branch 'develop' into resource-meta 2024-01-23 23:20:40 +00:00
RuntimeContext.h Fix launch when no java is loaded 2024-09-08 09:10:29 +03:00
RWStorage.h chore: reformat 2023-08-14 18:16:53 +02:00
SeparatorPrefixTree.h chore: reformat 2023-08-14 18:16:53 +02:00
StringUtils.cpp Made Regex static and const, removed dist 2024-05-01 13:00:55 -04:00
StringUtils.h Moved html patch to StringUtils 2024-04-30 23:14:26 -04:00
SysInfo.cpp fix macos system detection 2024-10-30 17:15:42 +02:00
SysInfo.h Code spaghetti and more chaos 2024-01-27 22:47:28 +02:00
Untar.cpp Fixed tar extract 2024-03-29 00:10:59 +02:00
Untar.h Fixed qMin 2024-03-21 20:01:40 +02:00
Usable.h chore: reformat 2023-08-14 18:16:53 +02:00
Version.cpp do not capture by default all values in lambdas 2024-10-30 18:16:43 +02:00
Version.h move checkMcVersions to Filter struct 2024-10-07 00:21:28 +03:00
VersionProxyModel.cpp chore:fixed some codeql warnings 2025-03-24 22:25:35 +02:00
VersionProxyModel.h Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into feature/java-downloader 2024-06-28 20:45:30 +03:00
WatchLock.h chore: reformat 2023-08-14 18:16:53 +02:00