id
int64
0
755k
file_name
stringlengths
3
109
file_path
stringlengths
13
185
content
stringlengths
31
9.38M
size
int64
31
9.38M
language
stringclasses
1 value
extension
stringclasses
11 values
total_lines
int64
1
340k
avg_line_length
float64
2.18
149k
max_line_length
int64
7
2.22M
alphanum_fraction
float64
0
1
repo_name
stringlengths
6
65
repo_stars
int64
100
47.3k
repo_forks
int64
0
12k
repo_open_issues
int64
0
3.4k
repo_license
stringclasses
9 values
repo_extraction_date
stringclasses
92 values
exact_duplicates_redpajama
bool
2 classes
near_duplicates_redpajama
bool
2 classes
exact_duplicates_githubcode
bool
2 classes
exact_duplicates_stackv2
bool
1 class
exact_duplicates_stackv1
bool
2 classes
near_duplicates_githubcode
bool
2 classes
near_duplicates_stackv1
bool
2 classes
near_duplicates_stackv2
bool
1 class
29,317
ResourceDownloadTask.h
PrismLauncher_PrismLauncher/launcher/ResourceDownloadTask.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022-2023 flowln <flowlnlnln@gmail.com> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General ...
2,493
C++
.h
53
41.301887
89
0.712757
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,318
InstanceCreationTask.h
PrismLauncher_PrismLauncher/launcher/InstanceCreationTask.h
#pragma once #include "BaseVersion.h" #include "InstanceTask.h" class InstanceCreationTask : public InstanceTask { Q_OBJECT public: InstanceCreationTask() = default; virtual ~InstanceCreationTask() = default; protected: void executeTask() final override; /** * Tries to update an alrea...
1,271
C++
.h
36
30.361111
102
0.694694
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,320
InstanceCopyTask.h
PrismLauncher_PrismLauncher/launcher/InstanceCopyTask.h
#pragma once #include <QFuture> #include <QFutureWatcher> #include <QUrl> #include "BaseInstance.h" #include "BaseVersion.h" #include "InstanceCopyPrefs.h" #include "InstanceTask.h" #include "net/NetJob.h" #include "settings/SettingsObject.h" #include "tasks/Task.h" class InstanceCopyTask : public InstanceTask { ...
960
C++
.h
34
24.735294
88
0.736443
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,321
FileIgnoreProxy.h
PrismLauncher_PrismLauncher/launcher/FileIgnoreProxy.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
3,283
C++
.h
69
44.289855
99
0.747342
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,323
WatchLock.h
PrismLauncher_PrismLauncher/launcher/WatchLock.h
#pragma once #include <QFileSystemWatcher> #include <QString> struct WatchLock { WatchLock(QFileSystemWatcher* watcher, const QString& directory) : m_watcher(watcher), m_directory(directory) { m_watcher->removePath(m_directory); } ~WatchLock() { m_watcher->addPath(m_directory); } QFileSys...
371
C++
.h
12
27
113
0.724719
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,324
MangoHud.h
PrismLauncher_PrismLauncher/launcher/MangoHud.h
// SPDX-License-Identifier: GPL-3.0-only /* * PrismLauncher - Minecraft Launcher * Copyright (C) 2022 Jan Drögehoff <sentrycraft123@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software F...
919
C++
.h
24
36.458333
74
0.761798
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,325
QObjectPtr.h
PrismLauncher_PrismLauncher/launcher/QObjectPtr.h
#pragma once #include <QObject> #include <QSharedPointer> #include <functional> #include <memory> /** * A unique pointer class with unique pointer semantics intended for derivates of QObject * Calls deleteLater() instead of destroying the contained object immediately */ template <typename T> using unique_qobject_...
1,641
C++
.h
45
32.777778
113
0.722292
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,326
Version.h
PrismLauncher_PrismLauncher/launcher/Version.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 flowln <flowlnlnln@gmail.com> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
5,447
C++
.h
134
32.313433
124
0.603331
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,327
BaseVersion.h
PrismLauncher_PrismLauncher/launcher/BaseVersion.h
/* Copyright 2013-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
1,541
C++
.h
44
31.545455
79
0.702884
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,328
RWStorage.h
PrismLauncher_PrismLauncher/launcher/RWStorage.h
#pragma once #include <QMap> #include <QReadLocker> #include <QSet> #include <QWriteLocker> template <typename K, typename V> class RWStorage { public: void add(K key, V value) { QWriteLocker l(&lock); cache[key] = value; stale_entries.remove(key); } V get(K key) { ...
1,281
C++
.h
61
14.295082
43
0.535304
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,329
DesktopServices.h
PrismLauncher_PrismLauncher/launcher/DesktopServices.h
#pragma once #include <QString> #include <QUrl> class QFileInfo; /** * This wraps around QDesktopServices and adds workarounds where needed * Use this instead of QDesktopServices! */ namespace DesktopServices { /** * Open a path in whatever application is applicable. * @param ensureFolderPathExists Make sure th...
1,074
C++
.h
36
28.138889
124
0.768932
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,330
BaseInstaller.h
PrismLauncher_PrismLauncher/launcher/BaseInstaller.h
/* Copyright 2013-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
1,256
C++
.h
36
32.138889
112
0.762376
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,332
IconUtils.h
PrismLauncher_PrismLauncher/launcher/icons/IconUtils.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
1,874
C++
.h
43
41.697674
107
0.745205
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,333
MMCIcon.h
PrismLauncher_PrismLauncher/launcher/icons/MMCIcon.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
2,280
C++
.h
60
35.266667
85
0.722473
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,334
ConcurrentTask.h
PrismLauncher_PrismLauncher/launcher/tasks/ConcurrentTask.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (c) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the G...
3,449
C++
.h
83
38.072289
135
0.716079
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,335
MultipleOptionsTask.h
PrismLauncher_PrismLauncher/launcher/tasks/MultipleOptionsTask.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
1,978
C++
.h
48
38.895833
83
0.736378
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,336
Task.h
PrismLauncher_PrismLauncher/launcher/tasks/Task.h
// SPDX-License-Identifier: GPL-3.0-only /* * PrismLauncher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (c) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GN...
5,604
C++
.h
154
31.928571
107
0.697967
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,337
SequentialTask.h
PrismLauncher_PrismLauncher/launcher/tasks/SequentialTask.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * Copyright (c) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the G...
2,214
C++
.h
54
38.666667
97
0.736549
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,338
ImgurUpload.h
PrismLauncher_PrismLauncher/launcher/screenshots/ImgurUpload.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
2,443
C++
.h
61
36.327869
80
0.705684
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,339
ImgurAlbumCreation.h
PrismLauncher_PrismLauncher/launcher/screenshots/ImgurAlbumCreation.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
2,531
C++
.h
63
36.190476
100
0.703131
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,344
IPathMatcher.h
PrismLauncher_PrismLauncher/launcher/pathmatcher/IPathMatcher.h
#pragma once #include <QString> #include <memory> class IPathMatcher { public: using Ptr = std::shared_ptr<IPathMatcher>; public: virtual ~IPathMatcher() {} virtual bool matches(const QString& string) const = 0; };
235
C++
.h
10
20.5
58
0.713004
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,345
SimplePrefixMatcher.h
PrismLauncher_PrismLauncher/launcher/pathmatcher/SimplePrefixMatcher.h
// SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net> // // SPDX-License-Identifier: GPL-3.0-only #include <QRegularExpression> #include "IPathMatcher.h" class SimplePrefixMatcher : public IPathMatcher { public: virtual ~SimplePrefixMatcher() {}; SimplePrefixMatcher(const QString& prefix) ...
637
C++
.h
22
24.045455
68
0.681373
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,349
MCEditTool.h
PrismLauncher_PrismLauncher/launcher/tools/MCEditTool.h
#pragma once #include <QString> #include "settings/SettingsObject.h" class MCEditTool { public: MCEditTool(SettingsObjectPtr settings); void setPath(QString& path); QString path() const; bool check(const QString& toolPath, QString& error); QString getProgramPath(); private: SettingsObje...
341
C++
.h
13
22.692308
56
0.747692
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,350
GenericProfiler.h
PrismLauncher_PrismLauncher/launcher/tools/GenericProfiler.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
1,274
C++
.h
27
44.703704
112
0.746185
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,354
MacSparkleUpdater.h
PrismLauncher_PrismLauncher/launcher/updater/MacSparkleUpdater.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Kenneth Chew <kenneth.c0@protonmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software F...
4,488
C++
.h
105
37.971429
119
0.726188
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,355
ExternalUpdater.h
PrismLauncher_PrismLauncher/launcher/updater/ExternalUpdater.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Kenneth Chew <kenneth.c0@protonmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software F...
3,093
C++
.h
74
37.824324
121
0.730629
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,356
PrismExternalUpdater.h
PrismLauncher_PrismLauncher/launcher/updater/PrismExternalUpdater.h
// SPDX-FileCopyrightText: 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
3,078
C++
.h
77
35.675325
119
0.734721
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,357
UpdaterDialogs.h
PrismLauncher_PrismLauncher/launcher/updater/prismupdater/UpdaterDialogs.h
// SPDX-FileCopyrightText: 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
2,320
C++
.h
61
34.737705
120
0.768374
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,358
GitHubRelease.h
PrismLauncher_PrismLauncher/launcher/updater/prismupdater/GitHubRelease.h
// SPDX-FileCopyrightText: 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
1,635
C++
.h
52
28.423077
84
0.731258
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,359
PrismUpdater.h
PrismLauncher_PrismLauncher/launcher/updater/prismupdater/PrismUpdater.h
// SPDX-FileCopyrightText: 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
4,053
C++
.h
115
31.4
84
0.748593
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,360
MainWindow.h
PrismLauncher_PrismLauncher/launcher/ui/MainWindow.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
6,883
C++
.h
180
34.127778
100
0.754074
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,361
GuiUtil.h
PrismLauncher_PrismLauncher/launcher/ui/GuiUtil.h
#pragma once #include <QWidget> #include <optional> namespace GuiUtil { std::optional<QString> uploadPaste(const QString& name, const QString& text, QWidget* parentWidget); void setClipboardText(const QString& text); QStringList BrowseForFiles(QString context, QString caption, QString filter, QString defaultPath, QWi...
482
C++
.h
9
52.333333
121
0.823779
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,362
InstanceWindow.h
PrismLauncher_PrismLauncher/launcher/ui/InstanceWindow.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
2,975
C++
.h
77
35.519481
88
0.744275
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,363
LoginWizardPage.h
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/LoginWizardPage.h
#pragma once #include <QWidget> #include "BaseWizardPage.h" namespace Ui { class LoginWizardPage; } class LoginWizardPage : public BaseWizardPage { Q_OBJECT public: explicit LoginWizardPage(QWidget* parent = nullptr); ~LoginWizardPage(); void initializePage() override; bool validatePage() ove...
457
C++
.h
19
20.631579
56
0.743649
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,364
BaseWizardPage.h
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/BaseWizardPage.h
#pragma once #include <QEvent> #include <QWizardPage> class BaseWizardPage : public QWizardPage { public: explicit BaseWizardPage(QWidget* parent = Q_NULLPTR) : QWizardPage(parent) {} virtual ~BaseWizardPage() {}; virtual bool wantsRefreshButton() { return false; } virtual void refresh() {} pr...
558
C++
.h
19
24.263158
81
0.66729
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,365
ThemeWizardPage.h
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/ThemeWizardPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Tayou <git@tayou.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version ...
1,180
C++
.h
36
30.027778
74
0.739666
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,366
PasteWizardPage.h
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/PasteWizardPage.h
#ifndef PASTEDEFAULTSCONFIRMATIONWIZARD_H #define PASTEDEFAULTSCONFIRMATIONWIZARD_H #include <QWidget> #include "BaseWizardPage.h" namespace Ui { class PasteWizardPage; } class PasteWizardPage : public BaseWizardPage { Q_OBJECT public: explicit PasteWizardPage(QWidget* parent = nullptr); ~PasteWizard...
523
C++
.h
19
24.368421
56
0.784708
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,367
JavaWizardPage.h
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/JavaWizardPage.h
#pragma once #include "BaseWizardPage.h" class JavaSettingsWidget; class JavaWizardPage : public BaseWizardPage { Q_OBJECT public: explicit JavaWizardPage(QWidget* parent = Q_NULLPTR); virtual ~JavaWizardPage() = default; bool wantsRefreshButton() override; void refresh() override; void ...
539
C++
.h
18
25.833333
57
0.727626
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,368
LanguageWizardPage.h
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/LanguageWizardPage.h
#pragma once #include "BaseWizardPage.h" class LanguageSelectionWidget; class LanguageWizardPage : public BaseWizardPage { Q_OBJECT public: explicit LanguageWizardPage(QWidget* parent = Q_NULLPTR); virtual ~LanguageWizardPage(); bool wantsRefreshButton() override; void refresh() override; ...
469
C++
.h
16
25.1875
61
0.765766
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,369
SetupWizard.h
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/SetupWizard.h
/* Copyright 2017-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
1,093
C++
.h
33
30.212121
75
0.747859
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,370
AutoJavaWizardPage.h
PrismLauncher_PrismLauncher/launcher/ui/setupwizard/AutoJavaWizardPage.h
#pragma once #include <QWidget> #include "BaseWizardPage.h" namespace Ui { class AutoJavaWizardPage; } class AutoJavaWizardPage : public BaseWizardPage { Q_OBJECT public: explicit AutoJavaWizardPage(QWidget* parent = nullptr); ~AutoJavaWizardPage(); void initializePage() override; bool valida...
420
C++
.h
17
21.411765
59
0.758794
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,372
BasePageContainer.h
PrismLauncher_PrismLauncher/launcher/ui/pages/BasePageContainer.h
#pragma once class BasePage; class BasePageContainer { public: virtual ~BasePageContainer() {}; virtual bool selectPage(QString pageId) = 0; virtual BasePage* selectedPage() const = 0; virtual BasePage* getPage(QString pageId) { return nullptr; }; virtual void refreshContainer() = 0; virtua...
350
C++
.h
11
28.181818
66
0.721068
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,373
BasePage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/BasePage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
2,614
C++
.h
73
32.452055
95
0.70955
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,374
ModModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ModModel.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include <QAbstractListModel> #include "BaseInstance.h" #include "modplatform/ModIndex.h" #include "modplatform/ResourceAPI.h" #include "ui/pages/modplatform/ResourceModel.h" #include "ui/widgets/...
1,937
C++
.h
39
45.923077
118
0.787653
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,375
ResourcePackModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ResourcePackModel.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include <QAbstractListModel> #include "BaseInstance.h" #include "modplatform/ModIndex.h" #include "ui/pages/modplatform/ResourceModel.h" class Version; namespace ResourceDownload { class Resou...
1,229
C++
.h
28
40.321429
86
0.790894
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,376
ShaderPackModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ShaderPackModel.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include <QAbstractListModel> #include "BaseInstance.h" #include "modplatform/ModIndex.h" #include "ui/pages/modplatform/ResourceModel.h" class Version; namespace ResourceDownload { class Shade...
1,225
C++
.h
28
40.178571
86
0.790186
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,377
CustomPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/CustomPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
2,980
C++
.h
77
35.519481
91
0.737716
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,379
ResourcePage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ResourcePage.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include <QTimer> #include <QWidget> #include "ResourceDownloadTask.h" #include "modplatform/ModIndex.h" #include "modplatform/ResourceAPI.h" #include "ui/pages/BasePage.h" #include "ui/pages/modpl...
3,988
C++
.h
86
42.069767
134
0.733971
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,380
ShaderPackPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ShaderPackPage.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include "ui/pages/modplatform/ResourcePage.h" #include "ui/pages/modplatform/ShaderPackModel.h" namespace Ui { class ResourcePage; } namespace ResourceDownload { class ShaderPackDownloadDialog; ...
1,719
C++
.h
37
42.054054
135
0.748949
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,381
ImportPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ImportPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
2,625
C++
.h
67
36.298507
92
0.730377
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,382
ResourceModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ResourceModel.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include <optional> #include <QAbstractListModel> #include "QObjectPtr.h" #include "ResourceDownloadTask.h" #include "modplatform/ModIndex.h" #include "modplatform/ResourceAPI.h" #include "tasks/...
6,885
C++
.h
129
48.085271
138
0.733453
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,383
ModPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ModPage.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include <QWidget> #include "modplatform/ModIndex.h" #include "ui/pages/modplatform/ModModel.h" #include "ui/pages/modplatform/ResourcePage.h" #include "ui/widgets/ModFilterWidget.h" namespace Ui ...
2,287
C++
.h
51
40.27451
135
0.738934
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,384
TexturePackModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/TexturePackModel.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include "meta/VersionList.h" #include "ui/pages/modplatform/ResourcePackModel.h" namespace ResourceDownload { class TexturePackResourceModel : public ResourcePackResourceModel { Q_OBJECT p...
756
C++
.h
19
36.526316
90
0.78022
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,385
ResourcePackPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ResourcePackPage.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include "ui/pages/modplatform/ResourcePackModel.h" #include "ui/pages/modplatform/ResourcePage.h" namespace Ui { class ResourcePage; } namespace ResourceDownload { class ResourcePackDownloadDialo...
1,602
C++
.h
36
40.138889
102
0.746452
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,386
TexturePackPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/TexturePackPage.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include "ui/dialogs/ResourceDownloadDialog.h" #include "ui/pages/modplatform/ResourcePackPage.h" #include "ui/pages/modplatform/TexturePackModel.h" #include "ui_ResourcePage.h" namespace Ui { class...
1,545
C++
.h
36
38.75
131
0.756847
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,387
ModpackProviderBasePage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/ModpackProviderBasePage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
1,071
C++
.h
26
38.807692
74
0.739214
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,388
ModrinthResourceModels.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
4,081
C++
.h
78
48.615385
123
0.766776
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,389
ModrinthResourcePages.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/modrinth/ModrinthResourcePages.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free softwa...
6,713
C++
.h
139
44.784173
109
0.738419
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,390
ModrinthPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/modrinth/ModrinthPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
3,618
C++
.h
88
37.909091
82
0.741311
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,391
ModrinthModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, ...
4,498
C++
.h
97
42.690722
125
0.739936
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,392
AtlOptionalModDialog.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlOptionalModDialog.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,572
C++
.h
87
37.45977
116
0.743138
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,393
AtlUserInteractionSupportImpl.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
2,172
C++
.h
49
41.77551
135
0.754253
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,394
AtlListModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlListModel.h
/* * Copyright 2020-2021 Jamie Mansfield <jmansfield@cadixdev.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
1,855
C++
.h
50
33.64
85
0.755034
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,395
AtlFilterModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlFilterModel.h
/* * Copyright 2020-2021 Jamie Mansfield <jmansfield@cadixdev.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
1,432
C++
.h
41
31.243902
89
0.75
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,396
AtlPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/atlauncher/AtlPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,159
C++
.h
77
37.883117
92
0.742904
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,397
FlameModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/flame/FlameModel.h
#pragma once #include <RWStorage.h> #include <QAbstractListModel> #include <QIcon> #include <QList> #include <QMetaType> #include <QSortFilterProxyModel> #include <QString> #include <QStringList> #include <QStyledItemDelegate> #include <QThreadPool> #include <net/NetJob.h> #include <functional> #include "ui/widgets/...
2,374
C++
.h
58
37.137931
124
0.762837
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,398
FlameResourcePages.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/flame/FlameResourcePages.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me> * Copyright (c) 2023 Trial97 <alexa...
6,864
C++
.h
146
43.431507
106
0.732675
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,399
FlameResourceModels.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/flame/FlameResourceModels.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include "ui/pages/modplatform/ModModel.h" #include "ui/pages/modplatform/ResourcePackModel.h" #include "ui/pages/modplatform/flame/FlameResourcePages.h" namespace ResourceDownload { class FlameMod...
3,758
C++
.h
68
50.970588
123
0.77089
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,400
FlamePage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/flame/FlamePage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,438
C++
.h
86
36.802326
87
0.742274
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,401
ListModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/legacy_ftb/ListModel.h
#pragma once #include <RWStorage.h> #include <modplatform/legacy_ftb/PackHelpers.h> #include <QAbstractListModel> #include <QIcon> #include <QSortFilterProxyModel> #include <QStyledItemDelegate> #include <QThreadPool> #include <functional> namespace LegacyFTB { using FTBLogoMap = QMap<QString, QIcon>; using LogoCa...
2,007
C++
.h
58
30.62069
89
0.762151
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,402
Page.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/legacy_ftb/Page.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
4,321
C++
.h
104
38.096154
95
0.759905
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,403
ImportFTBPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/import_ftb/ImportFTBPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
2,473
C++
.h
63
36.047619
82
0.751043
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,404
ListModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/import_ftb/ListModel.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
2,143
C++
.h
58
33.586207
89
0.751688
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,405
TechnicModel.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/technic/TechnicModel.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2021 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,064
C++
.h
76
36.894737
97
0.732503
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,406
TechnicData.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/technic/TechnicData.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2021-2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Soft...
2,077
C++
.h
59
32.423729
80
0.733201
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,407
TechnicPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/modplatform/technic/TechnicPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2021-2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Soft...
3,448
C++
.h
87
36.448276
89
0.740652
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,408
ManagedPackPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/ManagedPackPage.h
// SPDX-FileCopyrightText: 2022 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only #pragma once #include "BaseInstance.h" #include "modplatform/modrinth/ModrinthAPI.h" #include "modplatform/modrinth/ModrinthPackManifest.h" #include "modplatform/flame/FlameAPI.h" #include "modplatform/flame/Fl...
4,568
C++
.h
116
34.818966
108
0.726015
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,409
ModFolderPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/ModFolderPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me> * Copyright (c) 2023 Trial97 <alexandru.tripon97@g...
3,962
C++
.h
84
43.761905
113
0.739187
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,410
LogPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/LogPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,109
C++
.h
80
35.7
89
0.738395
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,411
VersionPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/VersionPage.h
// SPDX-FileCopyrightText: 2022-2023 Sefa Eyeoglu <contact@scrumplex.net> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022-2023 Sefa Eyeoglu <contact@scrumplex.net> * Copyright...
4,182
C++
.h
104
36.663462
81
0.739655
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,412
ServersPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/ServersPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
3,362
C++
.h
86
35.825581
88
0.734725
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,413
ShaderPackPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/ShaderPackPage.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under th...
2,440
C++
.h
56
40.785714
130
0.739588
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,414
ScreenshotsPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/ScreenshotsPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,322
C++
.h
84
36.416667
93
0.743407
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,415
GameOptionsPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/GameOptionsPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
2,412
C++
.h
60
37.6
90
0.737831
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,416
ResourcePackPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/ResourcePackPage.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under th...
2,735
C++
.h
62
41.16129
128
0.743619
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,418
WorldListPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/WorldListPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,642
C++
.h
91
36.626374
101
0.740311
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,419
TexturePackPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/TexturePackPage.h
// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> // // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under th...
2,638
C++
.h
58
42.741379
132
0.748056
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,421
InstanceSettingsPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/InstanceSettingsPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,287
C++
.h
83
36.445783
99
0.748276
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,422
ExternalResourcesPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/instance/ExternalResourcesPage.h
#pragma once #include <QMainWindow> #include <QSortFilterProxyModel> #include "Application.h" #include "minecraft/MinecraftInstance.h" #include "settings/Setting.h" #include "ui/pages/BasePage.h" class ResourceFolderModel; namespace Ui { class ExternalResourcesPage; } /* This page is used as a base for pages in wh...
2,194
C++
.h
56
34.928571
130
0.757089
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,423
ProxyPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/global/ProxyPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
2,411
C++
.h
64
34.9375
80
0.72914
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,424
EnvironmentVariablesPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/global/EnvironmentVariablesPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Founda...
1,280
C++
.h
34
34.735294
74
0.753635
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,426
LanguagePage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/global/LanguagePage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
2,324
C++
.h
58
37.362069
82
0.733717
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,429
APIPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/global/APIPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (c) 2022 Lenny McLennington <lenny@sneed.church> * * This program is free software: you can re...
2,443
C++
.h
64
35.359375
80
0.726582
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,430
CustomCommandsPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/global/CustomCommandsPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
2,267
C++
.h
56
37.821429
89
0.733212
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,431
AccountListPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/global/AccountListPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU G...
3,068
C++
.h
81
34.382716
86
0.725286
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,432
LauncherPage.h
PrismLauncher_PrismLauncher/launcher/ui/pages/global/LauncherPage.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
3,001
C++
.h
82
33.365854
82
0.730716
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,433
NewInstanceDialog.h
PrismLauncher_PrismLauncher/launcher/ui/dialogs/NewInstanceDialog.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
3,317
C++
.h
85
34.717647
94
0.722291
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,434
ReviewMessageBox.h
PrismLauncher_PrismLauncher/launcher/ui/dialogs/ReviewMessageBox.h
#pragma once #include <QDialog> #include <QTreeWidgetItem> namespace Ui { class ReviewMessageBox; } class ReviewMessageBox : public QDialog { Q_OBJECT public: static auto create(QWidget* parent, QString&& title, QString&& icon = "") -> ReviewMessageBox*; using ResourceInformation = struct res_info {...
976
C++
.h
31
26.322581
99
0.708467
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,435
UpdateAvailableDialog.h
PrismLauncher_PrismLauncher/launcher/ui/dialogs/UpdateAvailableDialog.h
// SPDX-FileCopyrightText: 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> // // SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com> * * This program is free software: you can redistribute it and/or mo...
1,447
C++
.h
41
29.853659
84
0.686919
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
29,436
ResourceDownloadDialog.h
PrismLauncher_PrismLauncher/launcher/ui/dialogs/ResourceDownloadDialog.h
// SPDX-License-Identifier: GPL-3.0-only /* * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
5,900
C++
.h
126
41.904762
139
0.743934
PrismLauncher/PrismLauncher
5,558
625
571
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false