-
Notifications
You must be signed in to change notification settings - Fork 2
Change RDNN #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Change RDNN #12
Changes from 10 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3e9cf8e
change RDNN
alainm23 c52c008
change developer name
alainm23 86b5d2f
fix tabs
alainm23 4a6a35e
fix tabs
alainm23 57068a4
fix tabs
alainm23 8294496
fix ci
alainm23 12d7094
feat: update translate files
alainm23 8da5447
feat: update translate files
alainm23 10ce124
feat: update app data
alainm23 c3e8cdb
Update data/app-generator.appdata.xml.in
alainm23 e81b8a5
Update README.md
alainm23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.