Reworks default tools, moves some files

This commit is contained in:
Guillaume Tâche
2024-10-04 21:54:55 +02:00
parent df58cf4585
commit c58a8b0588
132 changed files with 600 additions and 257 deletions

View File

@@ -1,4 +1,4 @@
package com.github.gtache.autosubtitle.gui.main;
package com.github.gtache.autosubtitle.gui;
/**
* Controller for the main view

View File

@@ -1,4 +1,4 @@
package com.github.gtache.autosubtitle.gui.main;
package com.github.gtache.autosubtitle.gui;
/**
* Model for the main view

View File

@@ -4,7 +4,6 @@
module com.github.gtache.autosubtitle.gui.api {
requires transitive com.github.gtache.autosubtitle.api;
exports com.github.gtache.autosubtitle.gui;
exports com.github.gtache.autosubtitle.gui.main;
exports com.github.gtache.autosubtitle.gui.media;
exports com.github.gtache.autosubtitle.gui.parameters;
exports com.github.gtache.autosubtitle.gui.setup;