[gwt-contrib] [google-web-toolkit] r5968 committed - Terminology change....

2009-08-15 Thread codesite-noreply

Revision: 5968
Author: j...@google.com
Date: Sat Aug 15 06:34:47 2009
Log: Terminology change.

Patch by: jat
Unreviewed

http://code.google.com/p/google-web-toolkit/source/detail?r=5968

Modified:
  /trunk/plugins/xpcom/install-template-ff2.rdf
  /trunk/plugins/xpcom/install-template-ff3+.rdf
  /trunk/plugins/xpcom/install-template-ff3.rdf
  /trunk/plugins/xpcom/install-template-ff35.rdf

===
--- /trunk/plugins/xpcom/install-template-ff2.rdf   Mon Aug  3 08:30:11 2009
+++ /trunk/plugins/xpcom/install-template-ff2.rdf   Sat Aug 15 06:34:47 2009
@@ -4,7 +4,7 @@

Description about=urn:mozilla:install-manifest
  em:idoophm-xpcom-...@gwt.google.com/em:id
-em:nameGWT Hosted Mode Plugin (XPCOM) for FF v1.5-2.x/em:name
+em:nameGWT Development Mode Plugin (XPCOM) for FF v1.5-2.x/em:name
  em:versionGWT_OOPHM_VERSION/em:version
  em:type2/em:type
  em:targetApplication
@@ -16,7 +16,7 @@
  /em:targetApplication

  !-- Front End MetaData --
-em:descriptionA plugin to support hosted-mode development of GWT  
applications/em:description
+em:descriptionA plugin to support development-mode development of  
GWT applications/em:description
  em:creatorGoogle, Inc./em:creator
  em:homepageURLhttp://code.google.com/webtoolkit//em:homepageURL
  em:iconURLchrome://gwt-oophm/skin/icon.png/em:iconURL
===
--- /trunk/plugins/xpcom/install-template-ff3+.rdf  Mon Aug  3 08:30:11 2009
+++ /trunk/plugins/xpcom/install-template-ff3+.rdf  Sat Aug 15 06:34:47 2009
@@ -4,7 +4,7 @@

Description about=urn:mozilla:install-manifest
  em:idoophm-xpcom-...@gwt.google.com/em:id
-em:nameGWT Hosted Mode Plugin (XPCOM) for FF v3.x/em:name
+em:nameGWT Development Mode Plugin (XPCOM) for FF v3.x/em:name
  em:versionGWT_OOPHM_VERSION/em:version
  em:type2/em:type
  em:targetApplication
@@ -16,7 +16,7 @@
  /em:targetApplication

  !-- Front End MetaData --
-em:descriptionA plugin to support hosted-mode development of GWT  
applications/em:description
+em:descriptionA plugin to support development-mode development of  
GWT applications/em:description
  em:creatorGoogle, Inc./em:creator
  em:homepageURLhttp://code.google.com/webtoolkit//em:homepageURL
  em:iconURLchrome://gwt-oophm/skin/icon.png/em:iconURL
===
--- /trunk/plugins/xpcom/install-template-ff3.rdf   Mon Aug  3 08:30:11 2009
+++ /trunk/plugins/xpcom/install-template-ff3.rdf   Sat Aug 15 06:34:47 2009
@@ -4,7 +4,7 @@

Description about=urn:mozilla:install-manifest
  em:idoophm-xpcom-...@gwt.google.com/em:id
-em:nameGWT Hosted Mode Plugin (XPCOM) for FF v3.x/em:name
+em:nameGWT Development Mode Plugin (XPCOM) for FF v3.x/em:name
  em:versionGWT_OOPHM_VERSION/em:version
  em:type2/em:type
  em:targetApplication
@@ -16,7 +16,7 @@
  /em:targetApplication

  !-- Front End MetaData --
-em:descriptionA plugin to support hosted-mode development of GWT  
applications/em:description
+em:descriptionA plugin to support development-mode development of  
GWT applications/em:description
  em:creatorGoogle, Inc./em:creator
  em:homepageURLhttp://code.google.com/webtoolkit//em:homepageURL
  em:iconURLchrome://gwt-oophm/skin/icon.png/em:iconURL
===
--- /trunk/plugins/xpcom/install-template-ff35.rdf  Mon Aug  3 08:30:11 2009
+++ /trunk/plugins/xpcom/install-template-ff35.rdf  Sat Aug 15 06:34:47 2009
@@ -4,7 +4,7 @@

Description about=urn:mozilla:install-manifest
  em:idoophm-xpcom-f...@gwt.google.com/em:id
-em:nameGWT Hosted Mode Plugin (XPCOM) for FF v3.5+/em:name
+em:nameGWT Development Mode Plugin (XPCOM) for FF v3.5+/em:name
  em:versionGWT_OOPHM_VERSION/em:version
  em:type2/em:type
  em:targetApplication
@@ -16,7 +16,7 @@
  /em:targetApplication

  !-- Front End MetaData --
-em:descriptionA plugin to support hosted-mode development of GWT  
applications/em:description
+em:descriptionA plugin to support development-mode development of  
GWT applications/em:description
  em:creatorGoogle, Inc./em:creator
  em:homepageURLhttp://code.google.com/webtoolkit//em:homepageURL
  em:iconURLchrome://gwt-oophm/skin/icon.png/em:iconURL

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: UIBinder and the new Layout system

2009-08-15 Thread brett.wooldridge

Cool.  Then another question about the future of the new layout
system.  Is the current thinking that eventually it *will* replace all
of the older panels?  I mean, is there buy-in at Google that that is a
desired track for this project.  Or will the new layout system remain
parallel to the original?  Also, is it possible to re-write StackPanel
etc. to be compatible with the new system so that people have a
migration?  I don't personally care about migration, because I'm
starting nearly from scratch, but I don't want to adopt a side-car
layout system that doesn't have a track into the mainline of GWT.

Thanks for your answers and your efforts.  If there is anything I can
do to help, let me know, I will be glad to pitch in a hand with some
layouts or UIBinder parsers etc. if you are willing to give direction.

Brett


On Aug 15, 12:44 am, Joel Webber j...@google.com wrote:
 Brett,
 I am going to be writing adding custom parsers for the new layout panels
 sometime soon. And the new layout system will be de facto in the sense
 that I'm updating all the samples to use it (and possibly adding another
 sample). We obviously won't be removing the old widgets (e.g., StackPanel)
 that won't play nice in standards mode until a later release, so we don't
 break anyone's existing projects.

 Cheers,
 joel.

 On Fri, Aug 14, 2009 at 11:17 AM, brett.wooldridge 



 brett.wooldri...@gmail.com wrote:

  I have been tracking the process of the UIBinder and the new pure CSS-
  based layout system being driven by Joel at google.  I assume these
  two will play nicely together in 2.0?  Or will custom parsers be
  needed to use UIBinder with the new layout system?  Sounds like the
  UIBinder parsers API won't be ready for public consumption in the
  first release.

  Lastly, will the new layout system be the *defacto* layout system in
  2.0?  Please say yes.
--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---