-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Mascot importing debug ui needs to be fixed
1 parent
3f6e1af
commit 33f530c
Showing
24 changed files
with
142 additions
and
149 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
...group_finity/mascot/ui/debug/DebugUi.java → ...java/com/group_finity/mascot/DebugUi.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/group_finity/mascot/window/TranslucentWindowEventHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ty/mascot/ui/contextmenu/MenuItemRep.java → ...ascot/window/contextmenu/MenuItemRep.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...finity/mascot/ui/contextmenu/MenuRep.java → ...ty/mascot/window/contextmenu/MenuRep.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ascot/ui/contextmenu/TopLevelMenuRep.java → ...t/window/contextmenu/TopLevelMenuRep.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
package com.group_finity.mascotapp; | ||
|
||
import com.group_finity.mascotapp.runners.MinimalRunner; | ||
import picocli.CommandLine; | ||
import picocli.CommandLine.Command; | ||
|
||
import javax.swing.*; | ||
|
||
import static picocli.CommandLine.*; | ||
|
||
@Command(name = "shimeji", version = "2.1.0", mixinStandardHelpOptions = true, | ||
description = "%nShimejiEE desktop pets%nrun jar with no args for default configuration%n" | ||
) | ||
public class ShimejiEE { | ||
|
||
public static void main(String[] args) { | ||
var ec = new CommandLine(new ShimejiEE()) | ||
.addSubcommand("run", new ShimejiRun()) | ||
.addSubcommand("run", new MinimalRunner()) | ||
.execute("run"); | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ava/com/group_finity/mascot/ui/Theme.java → ...com/group_finity/mascotapp/gui/Theme.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.group_finity.mascot.ui; | ||
package com.group_finity.mascotapp.gui; | ||
|
||
import java.awt.Color; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...y/mascot/ui/imagesets/CompactChooser.java → ...mascotapp/gui/chooser/CompactChooser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...cot/ui/imagesets/CompactImageSetList.java → ...tapp/gui/chooser/CompactImageSetList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../ui/imagesets/CompactImageSetPreview.java → ...p/gui/chooser/CompactImageSetPreview.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ot/ui/imagesets/ImageSetChooserUtils.java → ...app/gui/chooser/ImageSetChooserUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...p_finity/mascot/ui/debug/DebugWindow.java → ...nity/mascotapp/gui/debug/DebugWindow.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...m/group_finity/mascotapp/old/Manager.java → ...finity/mascotapp/runners/old/Manager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/group_finity/mascotnative/macjni/MacJniShimejiWindow.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/main/java/com/group_finity/mascotnative/macjni/menu/MacJniPopupUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/group_finity/mascotnative/shared/BaseTranslucentSwingWindow.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/main/java/com/group_finity/mascotnative/shared/SwingPopupUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/group_finity/mascotnative/virtualdesktop/VirtualWindowPanel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters