[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 &#091;IG&#093;</code> 
+							<blockquote>
+								<p>
+									Name of the application, normally used as an unique identifier
+									in combination with the <code>VendorDomain</code> attribute. Default is
+									&quot;unknown&quot;.
+								</p>
+							</blockquote>
+						</li>
+						<li style="list-style-type: none">
 							<code>Author &#091;IG&#093;</code> 
 							<blockquote>
 								<p>
@@ -622,7 +632,8 @@
 							<code>ProgramName &#091;IG&#093;</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 &#091;G&#093;</code> 
 							<blockquote>
 								<p>
-									Status of the application, can be: &quot;connected&quot;, &quot;connecting&quot;,
+									Status of the application, can be &quot;connected&quot;, &quot;connecting&quot;,
 									&quot;disconnected&quot;, &quot;disconnecting&quot;, &quot;initializing&quot;, &quot;error&quot;,
-									&quot;running&quot;
+									&quot;running&quot;.
 								</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 &quot;.css&quot;. Themes with reserved
-									meaning are:
+									stylesheet file (with the extension &quot;.css&quot;) in the file system.
+									Themes with reserved meaning are:
 								</p>
 								<blockquote>
 									<ul>
@@ -662,12 +673,43 @@
 							<code>Title &#091;IG&#093;</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 &#091;IG&#093;</code> 
+							<blockquote>
+								<p>
+									An uniquely identifying domain name of the vendor, origanization
+									or provider manufacturing or distributing the application,
+									preferrably without domain parts like &quot;www.&quot;, if they are
+									nonsignificant for identification. Default is &quot;unknown&quot;.
+								</p>
+							</blockquote>
+						</li>
+						<li style="list-style-type: none">
+							<code>VendorName &#091;IG&#093;</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