Compare commits
49 Commits
Author | SHA1 | Date |
---|---|---|
|
8c62b04dea | 1 year ago |
|
5728ea4f4d | 1 year ago |
|
2dcd47f5aa | 2 years ago |
|
3227508f22 | 3 years ago |
|
142577aa9b | 3 years ago |
|
13dd0a0150 | 3 years ago |
|
f584eef9b7 | 3 years ago |
|
a6b1ce7f72 | 3 years ago |
|
0fecb8bb16 | 3 years ago |
|
2689b03c16 | 3 years ago |
|
bc36630ef2 | 3 years ago |
|
07ded89069 | 3 years ago |
|
a4c8eb2efe | 3 years ago |
|
7d376535ae | 3 years ago |
|
3f69169a6a | 3 years ago |
|
922c5197da | 3 years ago |
|
0599945036 | 3 years ago |
|
df33c21826 | 3 years ago |
|
e59b14074e | 3 years ago |
|
648d101c8e | 3 years ago |
|
4222101b68 | 3 years ago |
|
db8fcd4bdc | 3 years ago |
|
7434d0be25 | 3 years ago |
|
360badb841 | 3 years ago |
|
38421599a3 | 4 years ago |
|
3f6eeece7d | 4 years ago |
|
36fd86d15c | 4 years ago |
|
87eaec31ee | 4 years ago |
|
a2f35de1c7 | 4 years ago |
|
b879e22fcf | 4 years ago |
|
960bec5283 | 4 years ago |
|
ffb7bc971c | 4 years ago |
|
50088e0130 | 4 years ago |
|
a3fc8ba463 | 4 years ago |
|
ada6bec325 | 4 years ago |
|
bbfc9521a0 | 4 years ago |
|
2ac66978ba | 4 years ago |
|
ed99e45115 | 4 years ago |
|
dcd928096a | 4 years ago |
|
1df6a91f41 | 4 years ago |
|
d46eace9d5 | 4 years ago |
|
9e58a30390 | 4 years ago |
|
010f109597 | 4 years ago |
|
d082482844 | 4 years ago |
|
fb1fd442f7 | 4 years ago |
|
9839c303da | 4 years ago |
|
e371859987 | 4 years ago |
|
8b62a732cd | 4 years ago |
|
f1bb0607f7 | 4 years ago |
36 changed files with 4745 additions and 4832 deletions
@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<classpath> |
||||
<classpathentry kind="src" output="target/classes" path="src/main/java"> |
||||
<attributes> |
||||
<attribute name="optional" value="true"/> |
||||
<attribute name="maven.pomderived" value="true"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
||||
<attributes> |
||||
<attribute name="maven.pomderived" value="true"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
||||
<attributes> |
||||
<attribute name="optional" value="true"/> |
||||
<attribute name="maven.pomderived" value="true"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="src" path="src/test/main"/> |
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9"> |
||||
<attributes> |
||||
<attribute name="maven.pomderived" value="true"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry exported="true" kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/> |
||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
||||
<attributes> |
||||
<attribute name="maven.pomderived" value="true"/> |
||||
</attributes> |
||||
</classpathentry> |
||||
<classpathentry kind="output" path="target/classes"/> |
||||
</classpath> |
@ -0,0 +1,8 @@
|
||||
kind: pipeline |
||||
name: default |
||||
|
||||
steps: |
||||
- name: package |
||||
image: maven |
||||
commands: |
||||
- mvn clean package |
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<projectDescription> |
||||
<name>cemu_UI</name> |
||||
<comment></comment> |
||||
<projects> |
||||
</projects> |
||||
<buildSpec> |
||||
<buildCommand> |
||||
<name>org.eclipse.jdt.core.javabuilder</name> |
||||
<arguments> |
||||
</arguments> |
||||
</buildCommand> |
||||
<buildCommand> |
||||
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name> |
||||
<arguments> |
||||
</arguments> |
||||
</buildCommand> |
||||
<buildCommand> |
||||
<name>org.eclipse.m2e.core.maven2Builder</name> |
||||
<arguments> |
||||
</arguments> |
||||
</buildCommand> |
||||
</buildSpec> |
||||
<natures> |
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature> |
||||
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature> |
||||
<nature>org.eclipse.jdt.core.javanature</nature> |
||||
</natures> |
||||
</projectDescription> |
@ -1,5 +0,0 @@
|
||||
eclipse.preferences.version=1 |
||||
encoding//src/main/java=UTF-8 |
||||
encoding//src/main/resources=UTF-8 |
||||
encoding//src/test/java=UTF-8 |
||||
encoding/<project>=UTF-8 |
@ -1,13 +0,0 @@
|
||||
eclipse.preferences.version=1 |
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
||||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate |
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=9 |
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve |
||||
org.eclipse.jdt.core.compiler.compliance=9 |
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate |
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate |
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate |
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning |
||||
org.eclipse.jdt.core.compiler.source=9 |
@ -1,4 +0,0 @@
|
||||
activeProfiles= |
||||
eclipse.preferences.version=1 |
||||
resolveWorkspaceProjects=true |
||||
version=1 |
Before Width: | Height: | Size: 1006 KiB |
Before Width: | Height: | Size: 1.1 MiB |
@ -1,220 +1,212 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
|
||||
<groupId>com</groupId> |
||||
<artifactId>cemu_UI</artifactId> |
||||
<version>0.3.0-SNAPSHOT</version> |
||||
<packaging>jar</packaging> |
||||
<name>cemu_UI</name> |
||||
<description>cemu_UI is a simple, material design graphical frontend for cemu, a Wii U emulator</description> |
||||
<url>http://www.kellerkinder.xyz</url> |
||||
|
||||
<properties> |
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
||||
</properties> |
||||
|
||||
<dependencies> |
||||
|
||||
<dependency> |
||||
<groupId>junit</groupId> |
||||
<artifactId>junit</artifactId> |
||||
<version>4.12</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>com.jfoenix</groupId> |
||||
<artifactId>jfoenix</artifactId> |
||||
<version>9.0.4</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>com.eclipsesource.minimal-json</groupId> |
||||
<artifactId>minimal-json</artifactId> |
||||
<version>0.9.5</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.xerial</groupId> |
||||
<artifactId>sqlite-jdbc</artifactId> |
||||
<version>3.23.1</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.apache.logging.log4j</groupId> |
||||
<artifactId>log4j-api</artifactId> |
||||
<version>2.11.0</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.apache.logging.log4j</groupId> |
||||
<artifactId>log4j-core</artifactId> |
||||
<version>2.11.0</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>commons-io</groupId> |
||||
<artifactId>commons-io</artifactId> |
||||
<version>2.6</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-vfs2 --> |
||||
<dependency> |
||||
<groupId>org.apache.commons</groupId> |
||||
<artifactId>commons-vfs2</artifactId> |
||||
<version>2.2</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> |
||||
<dependency> |
||||
<groupId>commons-codec</groupId> |
||||
<artifactId>commons-codec</artifactId> |
||||
<version>1.11</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/io.datafx/flow --> |
||||
<dependency> |
||||
<groupId>io.datafx</groupId> |
||||
<artifactId>flow</artifactId> |
||||
<version>8.0.1</version> |
||||
</dependency> |
||||
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j --> |
||||
<dependency> |
||||
<groupId>net.lingala.zip4j</groupId> |
||||
<artifactId>zip4j</artifactId> |
||||
<version>1.3.2</version> |
||||
</dependency> |
||||
|
||||
<!-- Google Drive-API libraries--> |
||||
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging --> |
||||
<dependency> |
||||
<groupId>commons-logging</groupId> |
||||
<artifactId>commons-logging</artifactId> |
||||
<version>1.1.1</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.api-client/google-api-client --> |
||||
<dependency> |
||||
<groupId>com.google.api-client</groupId> |
||||
<artifactId>google-api-client</artifactId> |
||||
<version>1.23.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.apis/google-api-services-drive --> |
||||
<dependency> |
||||
<groupId>com.google.apis</groupId> |
||||
<artifactId>google-api-services-drive</artifactId> |
||||
<version>v3-rev120-1.23.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.http-client/google-http-client --> |
||||
<dependency> |
||||
<groupId>com.google.http-client</groupId> |
||||
<artifactId>google-http-client</artifactId> |
||||
<version>1.23.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.http-client/google-http-client-jackson2 --> |
||||
<dependency> |
||||
<groupId>com.google.http-client</groupId> |
||||
<artifactId>google-http-client-jackson2</artifactId> |
||||
<version>1.23.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.oauth-client/google-oauth-client --> |
||||
<dependency> |
||||
<groupId>com.google.oauth-client</groupId> |
||||
<artifactId>google-oauth-client</artifactId> |
||||
<version>1.23.0</version> |
||||
</dependency> |
||||
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.oauth-client/google-oauth-client-java6 --> |
||||
<dependency> |
||||
<groupId>com.google.oauth-client</groupId> |
||||
<artifactId>google-oauth-client-java6</artifactId> |
||||
<version>1.23.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.oauth-client/google-oauth-client-jetty --> |
||||
<dependency> |
||||
<groupId>com.google.oauth-client</groupId> |
||||
<artifactId>google-oauth-client-jetty</artifactId> |
||||
<version>1.23.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --> |
||||
<dependency> |
||||
<groupId>com.fasterxml.jackson.core</groupId> |
||||
<artifactId>jackson-core</artifactId> |
||||
<version>2.9.5</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api --> |
||||
<dependency> |
||||
<groupId>javax.servlet</groupId> |
||||
<artifactId>javax.servlet-api</artifactId> |
||||
<version>4.0.0</version> |
||||
<scope>provided</scope> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.mortbay.jetty/jetty --> |
||||
<dependency> |
||||
<groupId>org.mortbay.jetty</groupId> |
||||
<artifactId>jetty</artifactId> |
||||
<version>6.1.26</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.mortbay.jetty/jetty-util --> |
||||
<dependency> |
||||
<groupId>org.mortbay.jetty</groupId> |
||||
<artifactId>jetty-util</artifactId> |
||||
<version>6.1.26</version> |
||||
</dependency> |
||||
|
||||
</dependencies> |
||||
|
||||
<build> |
||||
<plugins> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-compiler-plugin</artifactId> |
||||
<version>3.7.0</version> |
||||
<configuration> |
||||
<source>9</source> |
||||
<target>9</target> |
||||
<showWarnings>true</showWarnings> |
||||
<showDeprecation>true</showDeprecation> |
||||
</configuration> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-shade-plugin</artifactId> |
||||
<version>3.1.1</version> |
||||
<executions> |
||||
<execution> |
||||
<phase>package</phase> |
||||
<goals> |
||||
<goal>shade</goal> |
||||
</goals> |
||||
<configuration> |
||||
<finalName>cemu_UI</finalName> |
||||
<shadedArtifactAttached>true</shadedArtifactAttached> |
||||
<transformers> |
||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
||||
<mainClass>com.cemu_UI.application.Main</mainClass> |
||||
</transformer> |
||||
</transformers> |
||||
</configuration> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
</plugins> |
||||
</build> |
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
|
||||
<groupId>com</groupId> |
||||
<artifactId>cemu_UI</artifactId> |
||||
<version>0.3.2-SNAPSHOT</version> |
||||
<packaging>jar</packaging> |
||||
<name>cemu_UI</name> |
||||
<description>cemu_UI is a simple, material design graphical frontend for cemu, a Wii U emulator</description> |
||||
<url>https://www.mosad.xyz</url> |
||||
|
||||
<properties> |
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
||||
<openjfx.version>14.0.1</openjfx.version> |
||||
</properties> |
||||
|
||||
<dependencies> |
||||
|
||||
<dependency> |
||||
<groupId>junit</groupId> |
||||
<artifactId>junit</artifactId> |
||||
<version>4.12</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.openjfx</groupId> |
||||
<artifactId>javafx-controls</artifactId> |
||||
<version>${openjfx.version}</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.openjfx</groupId> |
||||
<artifactId>javafx-fxml</artifactId> |
||||
<version>${openjfx.version}</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.openjfx</groupId> |
||||
<artifactId>javafx-media</artifactId> |
||||
<version>${openjfx.version}</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>com.jfoenix</groupId> |
||||
<artifactId>jfoenix</artifactId> |
||||
<version>9.0.10</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>com.eclipsesource.minimal-json</groupId> |
||||
<artifactId>minimal-json</artifactId> |
||||
<version>0.9.5</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.xerial</groupId> |
||||
<artifactId>sqlite-jdbc</artifactId> |
||||
<version>3.31.1</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.apache.logging.log4j</groupId> |
||||
<artifactId>log4j-api</artifactId> |
||||
<version>2.13.3</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>org.apache.logging.log4j</groupId> |
||||
<artifactId>log4j-core</artifactId> |
||||
<version>2.13.3</version> |
||||
</dependency> |
||||
|
||||
<dependency> |
||||
<groupId>commons-io</groupId> |
||||
<artifactId>commons-io</artifactId> |
||||
<version>2.6</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-vfs2 --> |
||||
<dependency> |
||||
<groupId>org.apache.commons</groupId> |
||||
<artifactId>commons-vfs2</artifactId> |
||||
<version>2.6.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> |
||||
<dependency> |
||||
<groupId>commons-codec</groupId> |
||||
<artifactId>commons-codec</artifactId> |
||||
<version>1.14</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j --> |
||||
<dependency> |
||||
<groupId>net.lingala.zip4j</groupId> |
||||
<artifactId>zip4j</artifactId> |
||||
<version>1.3.2</version> |
||||
</dependency> |
||||
|
||||
<!-- Google Drive-API libraries --> |
||||
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging --> |
||||
<dependency> |
||||
<groupId>commons-logging</groupId> |
||||
<artifactId>commons-logging</artifactId> |
||||
<version>1.1.1</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.apis/google-api-services-drive --> |
||||
<dependency> |
||||
<groupId>com.google.apis</groupId> |
||||
<artifactId>google-api-services-drive</artifactId> |
||||
<version>v3-rev136-1.25.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.http-client/google-http-client --> |
||||
<dependency> |
||||
<groupId>com.google.http-client</groupId> |
||||
<artifactId>google-http-client</artifactId> |
||||
<version>1.25.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.http-client/google-http-client-jackson2 --> |
||||
<dependency> |
||||
<groupId>com.google.http-client</groupId> |
||||
<artifactId>google-http-client-jackson2</artifactId> |
||||
<version>1.25.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.google.oauth-client/google-oauth-client-jetty --> |
||||
<dependency> |
||||
<groupId>com.google.oauth-client</groupId> |
||||
<artifactId>google-oauth-client-jetty</artifactId> |
||||
<version>1.25.0</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --> |
||||
<dependency> |
||||
<groupId>com.fasterxml.jackson.core</groupId> |
||||
<artifactId>jackson-core</artifactId> |
||||
<version>2.9.7</version> |
||||
</dependency> |
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.mortbay.jetty/jetty --> |
||||
<dependency> |
||||
<groupId>org.mortbay.jetty</groupId> |
||||
<artifactId>jetty</artifactId> |
||||
<version>6.1.26</version> |
||||
</dependency> |
||||
|
||||
</dependencies> |
||||
|
||||
<build> |
||||
<plugins> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-compiler-plugin</artifactId> |
||||
<version>3.8.1</version> |
||||
<configuration> |
||||
<source>11</source> |
||||
<target>11</target> |
||||
<showWarnings>true</showWarnings> |
||||
<showDeprecation>true</showDeprecation> |
||||
</configuration> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.codehaus.mojo</groupId> |
||||
<artifactId>exec-maven-plugin</artifactId> |
||||
<version>1.6.0</version> |
||||
<executions> |
||||
<execution> |
||||
<goals> |
||||
<goal>java</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
<configuration> |
||||
<mainClass>com.cemu_UI.application.Main</mainClass> |
||||
</configuration> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-shade-plugin</artifactId> |
||||
<version>3.2.2</version> |
||||
<executions> |
||||
<execution> |
||||
<phase>package</phase> |
||||
<goals> |
||||
<goal>shade</goal> |
||||
</goals> |
||||
<configuration> |
||||
<finalName>cemu_UI</finalName> |
||||
<shadedArtifactAttached>true</shadedArtifactAttached> |
||||
<transformers> |
||||
<transformer |
||||
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
||||
<mainClass>com.cemu_UI.application.JavaFX11Main</mainClass> |
||||
</transformer> |
||||
</transformers> |
||||
</configuration> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
</plugins> |
||||
</build> |
||||
|
||||
</project> |
||||
|
@ -0,0 +1,8 @@
|
||||
package com.cemu_UI.application; |
||||
|
||||
public class JavaFX11Main { |
||||
|
||||
public static void main(String[] args) { |
||||
Main.main(args); |
||||
} |
||||
} |
File diff suppressed because it is too large
Load Diff