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, 18 May 2006 22:19:00 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Branch:         
Changes by:     Raphaël Semeteys <address@hidden>      06/05/18 22:19:00

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

Log message:
        SVG chart tab added

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/qsos/apps/xuleditor/chrome/content/editor.xul.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: qsos/apps/xuleditor/chrome/content/editor.xul
diff -u qsos/apps/xuleditor/chrome/content/editor.xul:1.4 
qsos/apps/xuleditor/chrome/content/editor.xul:1.5
--- qsos/apps/xuleditor/chrome/content/editor.xul:1.4   Wed May 17 16:36:43 2006
+++ qsos/apps/xuleditor/chrome/content/editor.xul       Thu May 18 22:19:00 2006
@@ -55,6 +55,7 @@
                <tabs>
                        <tab id = "t-software" label = "Software"/>
                        <tab id = "t-c-title" label = "Criterion"/>
+                       <tab id = "t-chart" label = "Chart"/>
                </tabs>
                <tabpanels>
                        <tabpanel>
@@ -90,6 +91,11 @@
                                        <label control="f-c-comments" 
value="Comments: "/><textbox id="f-c-comments" multiline="true" 
oninput="this.setAttribute('class','inside');" 
onchange="this.setAttribute('class','outside'); changeComments(this);"/>
                                </vbox>
                        </tabpanel>
+                       <tabpanel>
+                               <svg xmlns="http://www.w3.org/2000/svg"; 
version="1.1">
+                                       <g id="chart" 
transform="translate(300,300)"/>
+                               </svg>
+                       </tabpanel>
                </tabpanels>
        </tabbox>
     </hbox>




reply via email to

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