[gwt-contrib] Re: Introduces Activity and AcitivityManager. (issue398801)

2010-04-23 Thread rjrjr
This still needs checkstyle, javadoc, general tidying. But all the moving parts are there. @cromwellian, if you want to get the lay of the land, this is where to look. http://gwt-code-reviews.appspot.com/398801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7965 committed - Fixes a bug in SplitLayoutPanel where calling setWidgetMinSize() on th...

2010-04-23 Thread codesite-noreply
Revision: 7965 Author: jlaba...@google.com Date: Thu Apr 22 07:37:11 2010 Log: Fixes a bug in SplitLayoutPanel where calling setWidgetMinSize() on the center widget, the last widget, or a widget that is not a child results in an NPE or IndexOutOfBoundsException. The occured because

[gwt-contrib] [google-web-toolkit] r7966 committed - Add LocaleInfo.hasAnyRTL() which returns true if the application was...

2010-04-23 Thread codesite-noreply
Revision: 7966 Author: gwt.mirror...@gmail.com Date: Thu Apr 22 07:49:33 2010 Log: Add LocaleInfo.hasAnyRTL() which returns true if the application was built with support for any RTL locales. This will be used in improving Bidi support in GWT widgets. Public review at:

[gwt-contrib] [google-web-toolkit] r7969 committed - Turn off strict Record#get() implementaiton until it's more practical...

2010-04-23 Thread codesite-noreply
Revision: 7969 Author: rj...@google.com Date: Thu Apr 22 16:27:00 2010 Log: Turn off strict Record#get() implementaiton until it's more practical to actually request all fields. http://code.google.com/p/google-web-toolkit/source/detail?r=7969 Modified:

[gwt-contrib] [google-web-toolkit] r7970 committed - Sync is for real now. Notes:...

2010-04-23 Thread codesite-noreply
Revision: 7970 Author: amitman...@google.com Date: Thu Apr 22 16:39:32 2010 Log: Sync is for real now. Notes: - introduced an annotation ServerType that is to be put on all *Record objects. It is not visible to the client. - the client sends the 'token' in the annotation to the server. If there

[gwt-contrib] Re: Refactoring Tree code. SideBySideTreeView now uses SimpleCellList, which a protected method tha... (issue390801)

2010-04-23 Thread jlabanca
http://gwt-code-reviews.appspot.com/390801/diff/1/3 File bikeshed/src/com/google/gwt/bikeshed/cells/client/CompositeCell.java (right): http://gwt-code-reviews.appspot.com/390801/diff/1/3#newcode32 bikeshed/src/com/google/gwt/bikeshed/cells/client/CompositeCell.java:32: public class

[gwt-contrib] Re: Refactoring Tree code. SideBySideTreeView now uses SimpleCellList, which a protected method tha... (issue390801)

2010-04-23 Thread jlabanca
committed as r7967 http://gwt-code-reviews.appspot.com/390801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixes a bug in SplitLayoutPanel where calling setWidgetMinSize() on the center widget, the last ... (issue378802)

2010-04-23 Thread jlabanca
committed as r7965 http://gwt-code-reviews.appspot.com/378802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7971 committed - Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShel...

2010-04-23 Thread codesite-noreply
Revision: 7971 Author: gwt.mirror...@gmail.com Date: Fri Apr 23 09:45:41 2010 Log: Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. http://gwt-code-reviews.appspot.com/361801/show Review by: jlabanca,jat,spoon,fabbott,amitmanjhi

[gwt-contrib] Add paging/scrolling for tables (issue400801)

2010-04-23 Thread rice
Reviewers: jlabanca, Description: Add paging/scrolling for tables Please review this at http://gwt-code-reviews.appspot.com/400801/show Affected files: M bikeshed/src/com/google/gwt/bikeshed/cells/client/ClickableTextCell.java A

[gwt-contrib] Re: RR : Part 1 : UiBinder reports locations in errors (issue394801)

2010-04-23 Thread bobv
New patch for review. http://gwt-code-reviews.appspot.com/394801/diff/1/2 File user/src/com/google/gwt/uibinder/rebind/MortalLogger.java (right): http://gwt-code-reviews.appspot.com/394801/diff/1/2#newcode102 user/src/com/google/gwt/uibinder/rebind/MortalLogger.java:102: +

[gwt-contrib] Re: Add paging/scrolling for tables (issue400801)

2010-04-23 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/400801/diff/1/4 File bikeshed/src/com/google/gwt/bikeshed/list/client/PagingTableListView.java (right): http://gwt-code-reviews.appspot.com/400801/diff/1/4#newcode162 bikeshed/src/com/google/gwt/bikeshed/list/client/PagingTableListView.java:162: public

[gwt-contrib] [google-web-toolkit] r7972 committed - Creating a stabilization branch for 2.1

2010-04-23 Thread codesite-noreply
Revision: 7972 Author: gwt.mirror...@gmail.com Date: Fri Apr 23 10:38:01 2010 Log: Creating a stabilization branch for 2.1 http://code.google.com/p/google-web-toolkit/source/detail?r=7972 Added: /branches/2.1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduces Activity and AcitivityManager. (issue398801)

2010-04-23 Thread rjrjr
http://gwt-code-reviews.appspot.com/398801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Beginnings of GWT implementation of java.util.logging (issue341803)

2010-04-23 Thread unnurg
http://gwt-code-reviews.appspot.com/341803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Beginnings of GWT implementation of java.util.logging (issue341803)

2010-04-23 Thread unnurg
http://gwt-code-reviews.appspot.com/341803/diff/1/3 File samples/hello/src/com/google/gwt/sample/hello/Hello.gwt.xml (right): http://gwt-code-reviews.appspot.com/341803/diff/1/3#newcode26 samples/hello/src/com/google/gwt/sample/hello/Hello.gwt.xml:26: entry-point