forked from agama-project/agama
-
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 #46 from cfconrad/pr_update_master
Update latest upstream/master 3953469
- Loading branch information
Showing
142 changed files
with
9,840 additions
and
2,973 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.log/ | ||
.yardoc/ | ||
.vscode/tasks.json |
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 |
---|---|---|
@@ -1,47 +1,48 @@ | ||
|
||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" | ||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<node> | ||
<!-- | ||
org.opensuse.Agama1.Locale: | ||
Implementation note about language identifiers: | ||
Maybe use <ulink url="https://www.rubydoc.info/github/yast/yast-packager/master/LanguageTag">yast2-packager/LanguageTag</ulink>. | ||
See <ulink url="https://lists.opensuse.org/archives/list/yast-devel@lists.opensuse.org/message/D52PSZ7TRID2RVM6CE6K2C2RUNNGOS6Z/">its announcement on yast-devel</ulink>. | ||
See also <ulink url="https://tools.ietf.org/html/rfc4647">RFC 4647 Matching of Language Tags</ulink>. | ||
--> | ||
<interface name="org.opensuse.Agama1.Locale"> | ||
<!-- | ||
Get labels for locales. The first pair is english language and territory | ||
and second one is localized one to target language from locale. | ||
Gets the supported locales information. | ||
Each element of the list has these parts: | ||
* The locale code (e.g., "es_ES.UTF-8"). | ||
* The name of the language according to the language defined by the | ||
UILocale property. | ||
* The name of the territory according to the language defined by the | ||
UILocale property. | ||
--> | ||
<method name="LabelsForLocales"> | ||
<arg type="a((ss)(ss))" direction="out"/> | ||
<method name="ListLocales"> | ||
<arg type="a(sss)" direction="out"/> | ||
</method> | ||
<!-- | ||
Gets list of locales available on system. | ||
Returns a list of the supported keymaps. | ||
Each element of the list contains: | ||
* The keymap identifier (e.g., "es" or "es(ast)"). | ||
* The name of the keyboard in language set by the UILocale property. | ||
--> | ||
<method name="ListUILocales"> | ||
<arg type="as" direction="out"/> | ||
</method> | ||
<method name="ListVConsoleKeyboards"> | ||
<arg type="as" direction="out"/> | ||
<method name="ListKeymaps"> | ||
<arg type="a(ss)" direction="out"/> | ||
</method> | ||
<!-- | ||
Returns a list of the supported timezones. | ||
Each element of the list contains: | ||
* The timezone identifier (e.g., "Europe/Berlin"). | ||
* A list containing each part of the name in the language set by the | ||
UILocale property. | ||
--> | ||
<method name="ListTimezones"> | ||
<arg name="locale" type="s" direction="in"/> | ||
<arg type="a(ss)" direction="out"/> | ||
<arg type="a(sas)" direction="out"/> | ||
</method> | ||
<method name="Commit"> | ||
</method> | ||
<property name="Keymap" type="s" access="readwrite"/> | ||
<property name="Locales" type="as" access="readwrite"/> | ||
<property name="SupportedLocales" type="as" access="readwrite"/> | ||
<property name="Timezone" type="s" access="readwrite"/> | ||
<!-- | ||
Property that controls in which localization human string from backend will come. | ||
--> | ||
<property name="UILocale" type="s" access="readwrite"/> | ||
<property name="VConsoleKeyboard" type="s" access="readwrite"/> | ||
</interface> | ||
</node> | ||
|
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,9 @@ | ||
------------------------------------------------------------------- | ||
Mon Dec 4 14:11:51 UTC 2023 - Ancor Gonzalez Sosa <[email protected]> | ||
|
||
- Preliminary definitions of openSUSE MicroOS products | ||
- Remove Leap 16.0 for now | ||
|
||
------------------------------------------------------------------- | ||
Mon Oct 30 14:38:51 UTC 2023 - Josef Reidinger <[email protected]> | ||
|
||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.