twingle/twingle/content contents.rdf,1.1.1.1,1.2 twingle.js,1.9,1.10 twingle.xul,1.4,1.5
[email protected] Wed, 19 Mar 2003 10:38:41 -0700 (MST)
| Newsgroups | gmane.comp.cms.oscom.twingle.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/root/twingle/twingle/content
In directory alpha.oscom.org:/tmp/cvs-serv518/content
Modified Files:
contents.rdf twingle.js twingle.xul
Log Message:
Major cleanup after the sprint. Also:
1) Started menu/commandset.xul to centralize the commands between
menus, buttons, and keys.
2) Major cleanup of menu items and buttons, removing things that
weren't implemented.
3) Added Tasks and Window menus from standard Moz.
4) The "New Site" approach is now a wizard that does some
user-friendly sniffing at the response.
Index: contents.rdf
===================================================================
RCS file: /cvs/root/twingle/twingle/content/contents.rdf,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** contents.rdf 5 Mar 2003 19:30:31 -0000 1.1.1.1
--- contents.rdf 19 Mar 2003 17:38:39 -0000 1.2
***************
*** 14,16 ****
</RDF:Description>
! </RDF:RDF>
\ No newline at end of file
--- 14,24 ----
</RDF:Description>
! <RDF:Seq about="urn:mozilla:overlays">
! <RDF:li resource="chrome://communicator/content/tasksOverlay.xul"/>
! </RDF:Seq>
!
! <RDF:Seq about="chrome://communicator/content/tasksOverlay.xul">
! <RDF:li>chrome://twingle/content/menuentryOverlay.xul</RDF:li>
! </RDF:Seq>
!
! </RDF:RDF>
Index: twingle.js
===================================================================
RCS file: /cvs/root/twingle/twingle/content/twingle.js,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** twingle.js 10 Mar 2003 15:31:18 -0000 1.9
--- twingle.js 19 Mar 2003 17:38:39 -0000 1.10
***************
*** 91,94 ****
--- 91,99 ----
dump("\nDumping localsite..........\n" + s + "\n");
+ dump("\nDumping sitesds.datasources..........................\n");
+
+ for (i in sitesds.datasources) {
+ dump("\n i is " + i);
+ }
}
Index: twingle.xul
===================================================================
RCS file: /cvs/root/twingle/twingle/content/twingle.xul,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** twingle.xul 14 Mar 2003 14:16:40 -0000 1.4
--- twingle.xul 19 Mar 2003 17:38:39 -0000 1.5
***************
*** 5,8 ****
--- 5,9 ----
<?xul-overlay href="chrome://twingle/content/menu/menuoverlay.xul"?>
+ <?xul-overlay href="chrome://twingle/content/menu/commandset.xul"?>
<?xul-overlay href="chrome://twingle/content/toolbar/toolbaroverlay.xul"?>
<?xul-overlay href="chrome://twingle/content/navigation/navigationoverlay.xul"?>
***************
*** 26,34 ****
<script src="chrome://global/content/nsTransferable.js"/>
! <commandset id="maincommands">
! <command id="menu-file-close:command" oncommand="closeWindow();"/>
! <command id="menu-help-about:command" oncommand="showAboutTwingle();"/>
! <command id="menu-debug-dump:command" oncommand="dumpDataSourceManagers();"/>
! </commandset>
<toolbox id="main-toolbox">
--- 27,36 ----
<script src="chrome://global/content/nsTransferable.js"/>
!
! <script src="chrome://navigator/content/browser.js"/>
! <script src="chrome://navigator/content/navigator.js"/>
!
! <commandset id="twingle-commands"/>
! <stringbundleset id="mainstrings"/>
<toolbox id="main-toolbox">