[tekui-devel] tekui: Default border: added 'border-legend-color' property; App...
Timm S. Mueller
tmueller at schulze-mueller.de
Thu Sep 4 02:48:21 CEST 2008
details: http://hg.teklib.org/tekui/rev/7f1d1b1ca729
changeset: 11:7f1d1b1ca729
user: Timm S. Mueller <tmueller at schulze-mueller.de>
date: Thu Sep 04 02:45:58 2008 +0200
description:
Default border: added 'border-legend-color' property; Application: added
attributes 'ApplicationId', 'VendorDomain' and 'VendorName', modal windows can
no longer be closed; Display: default font name is now "ui-main", and "" is an
alias for it; Theme: added "empty" theme; Monochrome stylesheet: minor
corrections; Internal stylesheet: Corrected font names
diffs (truncated from 547 to 100 lines):
diff -r bb9fc397f04a -r 7f1d1b1ca729 doc/manual.html
--- a/doc/manual.html Tue Sep 02 19:10:49 2008 +0200
+++ b/doc/manual.html Thu Sep 04 02:45:58 2008 +0200
@@ -581,7 +581,7 @@
</p>
<hr />
</div>
- <div class="node"><h2><a name="tek.ui.class.application" id="tek.ui.class.application">Application (v5.0)</a></h2>
+ <div class="node"><h2><a name="tek.ui.class.application" id="tek.ui.class.application">Application (v6.0)</a></h2>
<div class="definition"><dfn>LINEAGE</dfn>
<blockquote>
<p>
@@ -603,6 +603,16 @@
<blockquote>
<ul>
<li style="list-style-type: none">
+ <code>ApplicationId [IG]</code>
+ <blockquote>
+ <p>
+ Name of the application, normally used as an unique identifier
+ in combination with the <code>VendorDomain</code> attribute. Default is
+ "unknown".
+ </p>
+ </blockquote>
+ </li>
+ <li style="list-style-type: none">
<code>Author [IG]</code>
<blockquote>
<p>
@@ -622,7 +632,8 @@
<code>ProgramName [IG]</code>
<blockquote>
<p>
- Name of the application
+ Name of the application, as displayed to the user. This is
+ also the fallback for the <code>Title</code> attribute.
</p>
</blockquote>
</li>
@@ -630,9 +641,9 @@
<code>Status [G]</code>
<blockquote>
<p>
- Status of the application, can be: "connected", "connecting",
+ Status of the application, can be "connected", "connecting",
"disconnected", "disconnecting", "initializing", "error",
- "running"
+ "running".
</p>
</blockquote>
</li>
@@ -641,8 +652,8 @@
<blockquote>
<p>
Name of a theme, which usually maps to an equally named
- stylesheet file (with the extension ".css". Themes with reserved
- meaning are:
+ stylesheet file (with the extension ".css") in the file system.
+ Themes with reserved meaning are:
</p>
<blockquote>
<ul>
@@ -662,12 +673,43 @@
<code>Title [IG]</code>
<blockquote>
<p>
- Title of the application, which will be inherited by windows;
- if unspecified, <code>ProgramName</code> will be used
- </p>
- </blockquote>
- </li>
- </ul>
+ Title of the application, which will also be inherited by Window
+ objects; if unspecified, <code>ProgramName</code> will be used.
+ </p>
+ </blockquote>
+ </li>
+ <li style="list-style-type: none">
+ <code>VendorDomain [IG]</code>
+ <blockquote>
+ <p>
+ An uniquely identifying domain name of the vendor, origanization
+ or provider manufacturing or distributing the application,
+ preferrably without domain parts like "www.", if they are
+ nonsignificant for identification. Default is "unknown".
+ </p>
+ </blockquote>
+ </li>
+ <li style="list-style-type: none">
+ <code>VendorName [IG]</code>
+ <blockquote>
+ <p>
+ Name of the vendor, organization or distributor responsible for
+ the application, as displayed to the user, UTF-8 encoded.
+ </p>
+ </blockquote>
+ </li>
+ </ul>
+ </blockquote>
+ </div>
More information about the tekui-devel
mailing list