[gwt-contrib] Adding configuration booleans to CellTable to refresh headers and footers only when needed. Cur... (issue1520803)

2011-08-12 Thread jlabanca
Reviewers: pengzhuang, Description: Adding configuration booleans to CellTable to refresh headers and footers only when needed. Currently, the headers and footers are refreshed every time the data is redrawn, even though headers and footers are often static or do not depend on the data. Users

[gwt-contrib] [google-web-toolkit] r10522 committed - Adding configuration booleans to CellTable to refresh headers and foot...

2011-08-12 Thread codesite-noreply
Revision: 10522 Author: gwt.mirror...@gmail.com Date: Fri Aug 12 10:19:01 2011 Log: Adding configuration booleans to CellTable to refresh headers and footers only when needed. Currently, the headers and footers are refreshed every time the data is redrawn, even though headers and

[gwt-contrib] Re: Adding configuration booleans to CellTable to refresh headers and footers only when needed. Cur... (issue1520803)

2011-08-12 Thread jlabanca
committed as r10522 http://gwt-code-reviews.appspot.com/1520803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Comment on RequestFactory_2_4 in google-web-toolkit

2011-08-12 Thread codesite-noreply
Comment by mana...@gurumades.com: Is there any example on how one would use the new RequestBatcher to batch multiples operation from diffent type of RequestContext? For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_4 --

[gwt-contrib] Re: Adding a new CellTableHeaderBuilder API, which allows custom headers and footers in CellTable. C... (issue1499808)

2011-08-12 Thread jlabanca
http://gwt-code-reviews.appspot.com/1499808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixes problem with datanucleus enhancement and Appengine deployment (issue1521803)

2011-08-12 Thread rchandia
Reviewers: rjrjr, drfibonacci, Description: Fixes problem with datanucleus enhancement and Appengine deployment - Migrated to Objectify - Prevents gwt-dev.jar and gwt-user.jar from being deployed - Prevents soycReport files from ending in the App Cache manifest - Removed unused ant script file

[gwt-contrib] Pretty massive refactoring of FieldManager and HtmlTemplates to make (issue1522803)

2011-08-12 Thread rjrjr
Reviewers: hermes, rchandia, Description: Pretty massive refactoring of FieldManager and HtmlTemplates to make SafeUri work as expected. Similar will be needed for SafeStyles. Introduces a hook in HtmlInterpreter to specialize parsing of specific HTML attribute names, which previously were all

[gwt-contrib] Re: scheglov pointed out a leak in compilation units in dev mode after a refresh (issue1490801)

2011-08-12 Thread zundel
http://gwt-code-reviews.appspot.com/1490801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes problem with datanucleus enhancement and Appengine deployment (issue1521803)

2011-08-12 Thread rjrjr
On 2011/08/12 21:05:01, rchandia wrote: From an offline note sent by Rodrigo: This maven project is far from perfect though: - Gwtc complains that gwt-dev.jar is in the classpath (but this is necessary to compile the linker) - The deployed app contains symbol maps (which can't be removed

[gwt-contrib] Re: Fixes problem with datanucleus enhancement and Appengine deployment (issue1521803)

2011-08-12 Thread rjrjr
I think you're right to keep this patch focussed on simply making the thing work again. Ugly as it is, this might be enough fixing to let us get 2.4 out the door. But let's try to corner Dave for a chat on Monday before making that call, get his read on both the mvn structure and the Objectify

[gwt-contrib] Re: scheglov pointed out a leak in compilation units in dev mode after a refresh (issue1490801)

2011-08-12 Thread zundel
http://gwt-code-reviews.appspot.com/1490801/diff/5002/dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java File dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java (right):