mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Merge pull request #597 from wheremyfoodat/aac
Qt: Fix Linguist issues and format files
This commit is contained in:
commit
699d2ded6d
12 changed files with 99 additions and 92 deletions
2
.github/workflows/HTTP_Build.yml
vendored
2
.github/workflows/HTTP_Build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
8
.github/workflows/Hydra_Build.yml
vendored
8
.github/workflows/Hydra_Build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -154,7 +154,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
4
.github/workflows/Linux_AppImage_Build.yml
vendored
4
.github/workflows/Linux_AppImage_Build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
run: ./.github/linux-appimage.sh
|
run: ./.github/linux-appimage.sh
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux executable
|
name: Linux executable
|
||||||
path: './Alber-x86_64.AppImage'
|
path: './Alber-x86_64.AppImage'
|
||||||
|
|
4
.github/workflows/Linux_Build.yml
vendored
4
.github/workflows/Linux_Build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux executable
|
name: Linux executable
|
||||||
path: './build/Alber'
|
path: './build/Alber'
|
||||||
|
|
8
.github/workflows/Qt_Build.yml
vendored
8
.github/workflows/Qt_Build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
windeployqt --dir upload upload/Alber.exe
|
windeployqt --dir upload upload/Alber.exe
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows executable
|
name: Windows executable
|
||||||
path: upload
|
path: upload
|
||||||
|
@ -99,7 +99,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ jobs:
|
||||||
./.github/linux-appimage-qt.sh
|
./.github/linux-appimage-qt.sh
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux executable
|
name: Linux executable
|
||||||
path: './Alber-x86_64.AppImage'
|
path: './Alber-x86_64.AppImage'
|
||||||
|
|
4
.github/workflows/Windows_Build.yml
vendored
4
.github/workflows/Windows_Build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows executable
|
name: Windows executable
|
||||||
path: './build/${{ env.BUILD_TYPE }}/Alber.exe'
|
path: './build/${{ env.BUILD_TYPE }}/Alber.exe'
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
|
#include <QCheckBox>
|
||||||
|
#include <QDialog>
|
||||||
|
#include <QLabel>
|
||||||
|
#include <QLineEdit>
|
||||||
|
#include <QListWidget>
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QTextEdit>
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
@ -24,3 +31,60 @@ class CheatsWindow final : public QWidget {
|
||||||
std::filesystem::path cheatPath;
|
std::filesystem::path cheatPath;
|
||||||
Emulator* emu;
|
Emulator* emu;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct CheatMetadata {
|
||||||
|
u32 handle = Cheats::badCheatHandle;
|
||||||
|
std::string name = "New cheat";
|
||||||
|
std::string code;
|
||||||
|
bool enabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
class CheatEntryWidget : public QWidget {
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
CheatEntryWidget(Emulator* emu, CheatMetadata metadata, QListWidget* parent);
|
||||||
|
|
||||||
|
void Update() {
|
||||||
|
name->setText(metadata.name.c_str());
|
||||||
|
enabled->setChecked(metadata.enabled);
|
||||||
|
update();
|
||||||
|
}
|
||||||
|
|
||||||
|
void Remove() {
|
||||||
|
emu->getCheats().removeCheat(metadata.handle);
|
||||||
|
cheatList->takeItem(cheatList->row(listItem));
|
||||||
|
deleteLater();
|
||||||
|
}
|
||||||
|
|
||||||
|
const CheatMetadata& getMetadata() { return metadata; }
|
||||||
|
void setMetadata(const CheatMetadata& metadata) { this->metadata = metadata; }
|
||||||
|
|
||||||
|
private:
|
||||||
|
void checkboxChanged(int state);
|
||||||
|
void editClicked();
|
||||||
|
|
||||||
|
Emulator* emu;
|
||||||
|
CheatMetadata metadata;
|
||||||
|
u32 handle;
|
||||||
|
QLabel* name;
|
||||||
|
QCheckBox* enabled;
|
||||||
|
QListWidget* cheatList;
|
||||||
|
QListWidgetItem* listItem;
|
||||||
|
};
|
||||||
|
|
||||||
|
class CheatEditDialog : public QDialog {
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
CheatEditDialog(Emulator* emu, CheatEntryWidget& cheatEntry);
|
||||||
|
|
||||||
|
void accepted();
|
||||||
|
void rejected();
|
||||||
|
|
||||||
|
private:
|
||||||
|
Emulator* emu;
|
||||||
|
CheatEntryWidget& cheatEntry;
|
||||||
|
QTextEdit* codeEdit;
|
||||||
|
QLineEdit* nameEdit;
|
||||||
|
};
|
|
@ -140,7 +140,7 @@ class MainWindow : public QMainWindow {
|
||||||
MainWindow(QApplication* app, QWidget* parent = nullptr);
|
MainWindow(QApplication* app, QWidget* parent = nullptr);
|
||||||
~MainWindow();
|
~MainWindow();
|
||||||
|
|
||||||
void closeEvent(QCloseEvent *event) override;
|
void closeEvent(QCloseEvent* event) override;
|
||||||
void keyPressEvent(QKeyEvent* event) override;
|
void keyPressEvent(QKeyEvent* event) override;
|
||||||
void keyReleaseEvent(QKeyEvent* event) override;
|
void keyReleaseEvent(QKeyEvent* event) override;
|
||||||
void mousePressEvent(QMouseEvent* event) override;
|
void mousePressEvent(QMouseEvent* event) override;
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
#include "panda_qt/about_window.hpp"
|
#include "panda_qt/about_window.hpp"
|
||||||
#include "version.hpp"
|
|
||||||
|
|
||||||
|
#include <QHBoxLayout>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QTextEdit>
|
#include <QTextEdit>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
|
#include "version.hpp"
|
||||||
|
|
||||||
// Based on https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DolphinQt/AboutDialog.cpp
|
// Based on https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DolphinQt/AboutDialog.cpp
|
||||||
|
|
||||||
AboutWindow::AboutWindow(QWidget* parent) : QDialog(parent) {
|
AboutWindow::AboutWindow(QWidget* parent) : QDialog(parent) {
|
||||||
|
|
|
@ -1,15 +1,9 @@
|
||||||
#include "panda_qt/cheats_window.hpp"
|
#include "panda_qt/cheats_window.hpp"
|
||||||
|
|
||||||
#include <QCheckBox>
|
|
||||||
#include <QDialog>
|
|
||||||
#include <QDialogButtonBox>
|
#include <QDialogButtonBox>
|
||||||
#include <QLabel>
|
#include <QHBoxLayout>
|
||||||
#include <QLineEdit>
|
|
||||||
#include <QListWidget>
|
|
||||||
#include <QPushButton>
|
|
||||||
#include <QTextEdit>
|
|
||||||
#include <QVBoxLayout>
|
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
#include <QVBoxLayout>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#include "cheats.hpp"
|
#include "cheats.hpp"
|
||||||
|
@ -18,71 +12,17 @@
|
||||||
|
|
||||||
MainWindow* mainWindow = nullptr;
|
MainWindow* mainWindow = nullptr;
|
||||||
|
|
||||||
struct CheatMetadata {
|
|
||||||
u32 handle = Cheats::badCheatHandle;
|
|
||||||
std::string name = "New cheat";
|
|
||||||
std::string code;
|
|
||||||
bool enabled = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
void dispatchToMainThread(std::function<void()> callback) {
|
void dispatchToMainThread(std::function<void()> callback) {
|
||||||
QTimer* timer = new QTimer();
|
QTimer* timer = new QTimer();
|
||||||
timer->moveToThread(qApp->thread());
|
timer->moveToThread(qApp->thread());
|
||||||
timer->setSingleShot(true);
|
timer->setSingleShot(true);
|
||||||
QObject::connect(timer, &QTimer::timeout, [=]()
|
QObject::connect(timer, &QTimer::timeout, [=]() {
|
||||||
{
|
callback();
|
||||||
callback();
|
timer->deleteLater();
|
||||||
timer->deleteLater();
|
});
|
||||||
});
|
QMetaObject::invokeMethod(timer, "start", Qt::QueuedConnection, Q_ARG(int, 0));
|
||||||
QMetaObject::invokeMethod(timer, "start", Qt::QueuedConnection, Q_ARG(int, 0));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class CheatEntryWidget : public QWidget {
|
|
||||||
public:
|
|
||||||
CheatEntryWidget(Emulator* emu, CheatMetadata metadata, QListWidget* parent);
|
|
||||||
|
|
||||||
void Update() {
|
|
||||||
name->setText(metadata.name.c_str());
|
|
||||||
enabled->setChecked(metadata.enabled);
|
|
||||||
update();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Remove() {
|
|
||||||
emu->getCheats().removeCheat(metadata.handle);
|
|
||||||
cheatList->takeItem(cheatList->row(listItem));
|
|
||||||
deleteLater();
|
|
||||||
}
|
|
||||||
|
|
||||||
const CheatMetadata& getMetadata() { return metadata; }
|
|
||||||
void setMetadata(const CheatMetadata& metadata) { this->metadata = metadata; }
|
|
||||||
|
|
||||||
private:
|
|
||||||
void checkboxChanged(int state);
|
|
||||||
void editClicked();
|
|
||||||
|
|
||||||
Emulator* emu;
|
|
||||||
CheatMetadata metadata;
|
|
||||||
u32 handle;
|
|
||||||
QLabel* name;
|
|
||||||
QCheckBox* enabled;
|
|
||||||
QListWidget* cheatList;
|
|
||||||
QListWidgetItem* listItem;
|
|
||||||
};
|
|
||||||
|
|
||||||
class CheatEditDialog : public QDialog {
|
|
||||||
public:
|
|
||||||
CheatEditDialog(Emulator* emu, CheatEntryWidget& cheatEntry);
|
|
||||||
|
|
||||||
void accepted();
|
|
||||||
void rejected();
|
|
||||||
|
|
||||||
private:
|
|
||||||
Emulator* emu;
|
|
||||||
CheatEntryWidget& cheatEntry;
|
|
||||||
QTextEdit* codeEdit;
|
|
||||||
QLineEdit* nameEdit;
|
|
||||||
};
|
|
||||||
|
|
||||||
CheatEntryWidget::CheatEntryWidget(Emulator* emu, CheatMetadata metadata, QListWidget* parent)
|
CheatEntryWidget::CheatEntryWidget(Emulator* emu, CheatMetadata metadata, QListWidget* parent)
|
||||||
: QWidget(), emu(emu), metadata(metadata), cheatList(parent) {
|
: QWidget(), emu(emu), metadata(metadata), cheatList(parent) {
|
||||||
QHBoxLayout* layout = new QHBoxLayout;
|
QHBoxLayout* layout = new QHBoxLayout;
|
||||||
|
@ -219,7 +159,7 @@ void CheatEditDialog::rejected() {
|
||||||
|
|
||||||
CheatsWindow::CheatsWindow(Emulator* emu, const std::filesystem::path& cheatPath, QWidget* parent)
|
CheatsWindow::CheatsWindow(Emulator* emu, const std::filesystem::path& cheatPath, QWidget* parent)
|
||||||
: QWidget(parent, Qt::Window), emu(emu), cheatPath(cheatPath) {
|
: QWidget(parent, Qt::Window), emu(emu), cheatPath(cheatPath) {
|
||||||
mainWindow = static_cast<MainWindow*>(parent);
|
mainWindow = static_cast<MainWindow*>(parent);
|
||||||
|
|
||||||
QVBoxLayout* layout = new QVBoxLayout;
|
QVBoxLayout* layout = new QVBoxLayout;
|
||||||
layout->setContentsMargins(6, 6, 6, 6);
|
layout->setContentsMargins(6, 6, 6, 6);
|
||||||
|
@ -265,4 +205,4 @@ void CheatsWindow::removeClicked() {
|
||||||
|
|
||||||
CheatEntryWidget* entry = static_cast<CheatEntryWidget*>(cheatList->itemWidget(item));
|
CheatEntryWidget* entry = static_cast<CheatEntryWidget*>(cheatList->itemWidget(item));
|
||||||
entry->Remove();
|
entry->Remove();
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
#include "input_mappings.hpp"
|
|
||||||
|
|
||||||
#include <QKeyEvent>
|
#include <QKeyEvent>
|
||||||
|
|
||||||
|
#include "input_mappings.hpp"
|
||||||
|
|
||||||
InputMappings InputMappings::defaultKeyboardMappings() {
|
InputMappings InputMappings::defaultKeyboardMappings() {
|
||||||
InputMappings mappings;
|
InputMappings mappings;
|
||||||
mappings.setMapping(Qt::Key_L, HID::Keys::A);
|
mappings.setMapping(Qt::Key_L, HID::Keys::A);
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
#include "panda_qt/shader_editor.hpp"
|
||||||
|
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
#include "panda_qt/main_window.hpp"
|
#include "panda_qt/main_window.hpp"
|
||||||
#include "panda_qt/shader_editor.hpp"
|
|
||||||
|
|
||||||
using namespace Zep;
|
using namespace Zep;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue