qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/xuleditor/chrome/content editor.xul


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/xuleditor/chrome/content editor.xul
Date: Thu, 15 Feb 2007 07:13:23 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   07/02/15 07:13:23

Modified files:
        apps/xuleditor/chrome/content: editor.xul 

Log message:
        bug #19059 fixed (<svg> tag sizing)
        "Chat" tab added

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/chrome/content/editor.xul?cvsroot=qsos&r1=1.16&r2=1.17

Patches:
Index: editor.xul
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/chrome/content/editor.xul,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- editor.xul  9 Feb 2007 10:53:02 -0000       1.16
+++ editor.xul  15 Feb 2007 07:13:23 -0000      1.17
@@ -7,6 +7,7 @@
   onload="init();">
   <script type="application/x-javascript" src="Document.js"></script>
   <script type="application/x-javascript" src="editor.js"></script>
+  <script type="application/x-javascript" 
src="chrome://xmpp4moz/content/xmpp.js"/>
   <stringbundle id="properties" 
src="chrome://qsos-xuled/locale/editor.properties"/>
   <vbox>
     <toolbox>
@@ -39,10 +40,11 @@
       </toolbox>
     <hbox>
       <tabbox id = "t" flex = "1">
-      <tabs>
+      <tabs id = "t-s">
         <tab id = "t-software" class = "header" label = "&t-header.label;"/>
         <tab id = "t-c-title" class = "criteria" label = "&t-c-title.label;"/>
         <tab id = "t-chart" class = "graph" label = "&t-chart.label;"/>
+        <tab id = "t-chat" label = "Chat"/>
       </tabs>
       <tabpanels flex = "1">
         <tabpanel flex = "1">
@@ -121,11 +123,24 @@
         <tabpanel flex = "1">
           <vbox id="chart-box" flex = "1">
             <hbox id="chart-label" />
-              <svg xmlns="http://www.w3.org/2000/svg"; version="1.1">
+              <svg xmlns="http://www.w3.org/2000/svg"; version="1.1" 
width="750px" height="500px">
                 <g id="chart"/>
               </svg>
           </vbox>
         </tabpanel>
+        <tabpanel flex = "1">
+          <hbox flex = "1">
+            <vbox flex = "5">
+              <label value="Conversation"/>
+              <textbox id="conversation" multiline="true" rows="20" 
readonly="true"/>
+              <label value="Say something" control="input" accesskey="a"/>
+              <textbox id="input" multiline="true" rows="2"/>
+              <button label="Send!" oncommand="send();" accesskey="S"/>
+            </vbox>
+          </hbox>
+          <splitter/>
+          <textbox id="roster" multiline="true" readonly="true"/>
+        </tabpanel>
       </tabpanels>
       </tabbox>
     </hbox>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]