-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ellie-commons/feat/RDNN
Change RDNN
- Loading branch information
Showing
22 changed files
with
104 additions
and
102 deletions.
There are no files selected for viewing
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,37 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>io.github.ecommunity.app-generator</id> | ||
<metadata_license>CC-BY-4.0</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
<name>App Generator</name> | ||
<summary>Create an elementary OS app using one of the pre-made app templates</summary> | ||
<description> | ||
<p> | ||
App Generator streamlines the process of creating Vala and GTK projects, allowing you to quickly get started without having to configure everything from scratch. With just a few clicks, it generates a well-organized and functional project structure, optimizing your workflow and saving you from repetitive setup tasks. Perfect for developers who want to focus on coding without worrying about configuration details. | ||
</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/elementary-community/app-generator/refs/heads/main/data/io.github.ecommunity.app-generator.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<kudos> | ||
<kudo>ModernToolkit</kudo> | ||
<kudo>HiDpiIcon</kudo> | ||
</kudos> | ||
<developer_name translate="no">elementary Community</developer_name> | ||
<url type="homepage">https://github.com/elementary-community/app-generator</url> | ||
<url type="bugtracker">https://github.com/elementary-community/app-generator/issues</url> | ||
<launchable type="desktop-id">io.github.ecommunity.app-generator.desktop</launchable> | ||
<releases> | ||
<release version="1.0.0" date="2024-10-08"> | ||
<description> | ||
<p>First Release!!!</p> | ||
</description> | ||
</release> | ||
</releases> | ||
<content_rating type="oars-1.1" /> | ||
<custom> | ||
<value key="x-appcenter-color-primary">#603461</value> | ||
</custom> | ||
<id>io.github.ellie_commons.app-generator</id> | ||
<metadata_license>CC-BY-4.0</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
<name>App Generator</name> | ||
<summary>Create an elementary OS app using one of the pre-made app templates</summary> | ||
<description> | ||
<p> | ||
App Generator streamlines the process of creating Vala and GTK projects, allowing you to quickly get started without having to configure everything from scratch. With just a few clicks, it generates a well-organized and functional project structure, optimizing your workflow and saving you from repetitive setup tasks. Perfect for developers who want to focus on coding without worrying about configuration details. | ||
</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/ellie-commons/app-generator/refs/heads/main/data/io.github.ellie_commons.app-generator.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<kudos> | ||
<kudo>ModernToolkit</kudo> | ||
<kudo>HiDpiIcon</kudo> | ||
</kudos> | ||
<developer id="io.github.ellie_commons"> | ||
<name>elementary Commons</name> | ||
</developer> | ||
<url type="homepage">https://github.com/ellie-commons/app-generator</url> | ||
<url type="bugtracker">https://github.com/ellie-commons/app-generator/issues</url> | ||
<launchable type="desktop-id">io.github.ellie_commons.app-generator.desktop</launchable> | ||
<releases> | ||
<release version="1.0.0" date="2024-10-08"> | ||
<description> | ||
<p>First Release!!!</p> | ||
</description> | ||
</release> | ||
</releases> | ||
<content_rating type="oars-1.1" /> | ||
<custom> | ||
<value key="x-appcenter-color-primary">#603461</value> | ||
</custom> | ||
</component> |
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<gresources> | ||
<gresource prefix="/io/github/ecommunity/app-generator/"> | ||
<gresource prefix="/io/github/ellie_commons/app-generator/"> | ||
<file alias="Application.css">Application.css</file> | ||
</gresource> | ||
</gresources> |
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
File renamed without changes
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
4 changes: 2 additions & 2 deletions
4
po/io.github.ecommunity.app-generator.pot → po/io.github.ellie_commons.app-generator.pot
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,3 +1,3 @@ | ||
public const string GETTEXT_PACKAGE = @GETTEXT_PACKAGE@; | ||
public const string LOCALEDIR = @LOCALEDIR@; | ||
public const string REPOSITORY_TEMPLATE_URL = "https://github.com/elementary-community/elementary-app-template.git"; | ||
public const string REPOSITORY_TEMPLATE_URL = "https://github.com/ellie-commons/elementary-app-template.git"; |
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
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 |
---|---|---|
|
@@ -72,4 +72,4 @@ public class Views.Developer : Adw.Bin { | |
name_entry.text = ""; | ||
email_entry.text = ""; | ||
} | ||
} | ||
} |
Oops, something went wrong.