[gwt-contrib] [google-web-toolkit] r8083 committed - The department field is now present on the client side as well. Update...

2010-05-11 Thread codesite-noreply
Revision: 8083 Author: amitman...@google.com Date: Mon May 10 19:50:25 2010 Log: The department field is now present on the client side as well. Updated the sample JSON records. Review at http://gwt-code-reviews.appspot.com/500802 Review by: rj...@google.com

[gwt-contrib] [google-web-toolkit] r8084 committed - No more double warning on canceled New

2010-05-11 Thread codesite-noreply
Revision: 8084 Author: rj...@google.com Date: Mon May 10 21:33:59 2010 Log: No more double warning on canceled New http://code.google.com/p/google-web-toolkit/source/detail?r=8084 Modified: /branches/2.1/bikeshed/src/com/google/gwt/valuestore/ui/AbstractRecordEditActivity.java

[gwt-contrib] Compile Error since r7971

2010-05-11 Thread Max
Hej all, I've just checked out GWT branches/2.1 from SVN and tried to compile but get the following error (warnings omitted): [gwt.javac] /home/max/dev/gwt/branch-2.1/user/src/com/google/gwt/junit/ JUnitShell.java:139: ArgHandlerWhitelist() has protected access in

[gwt-contrib] [google-web-toolkit] r8085 committed - Fixes Expenses sample report detail view that was cutting off the appr...

2010-05-11 Thread codesite-noreply
Revision: 8085 Author: j...@google.com Date: Tue May 11 03:34:50 2010 Log: Fixes Expenses sample report detail view that was cutting off the approval total. Also includes UI refinements for the Scaffolding app. Aligns input boxes, adds a touch of color, and makes some of the headings more

[gwt-contrib] [google-web-toolkit] r8086 committed - Update eclipse.README...

2010-05-11 Thread codesite-noreply
Revision: 8086 Author: gwt.mirror...@gmail.com Date: Tue May 11 08:12:07 2010 Log: Update eclipse.README Patch by: amtimanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=8086 Modified: /branches/2.1/bikeshed/eclipse.README === ---

[gwt-contrib] Added a countExpenses method to the Expenses entity. (issue507801)

2010-05-11 Thread amitmanjhi
Reviewers: Ray Ryan, Description: Added a countExpenses method to the Expenses entity. Patch by: amitmanjhi Review by: rjrjr (TBR) Please review this at http://gwt-code-reviews.appspot.com/507801/show Affected files: M

[gwt-contrib] [google-web-toolkit] r8087 committed - Added a countExpenses method to the Expenses entity....

2010-05-11 Thread codesite-noreply
Revision: 8087 Author: amitman...@google.com Date: Tue May 11 05:49:29 2010 Log: Added a countExpenses method to the Expenses entity. Patch by: amitmanjhi Review by: rjrjr (TBR) Review at http://gwt-code-reviews.appspot.com/507801

Re: [gwt-contrib] Compile Error since r7971

2010-05-11 Thread Scott Blum
Now that you mention it, it is failing to build for me. Strange. Will fix. On Tue, May 11, 2010 at 9:00 AM, Max goo...@maxwerner.de wrote: Hej all, I've just checked out GWT branches/2.1 from SVN and tried to compile but get the following error (warnings omitted): [gwt.javac]

[gwt-contrib] Re: Added a countExpenses method to the Expenses entity. (issue507801)

2010-05-11 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/507801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added a countExpenses method to the Expenses entity. (issue507801)

2010-05-11 Thread Ray Ryan
LGTM On Tue, May 11, 2010 at 8:49 AM, amitman...@google.com wrote: Reviewers: Ray Ryan, Description: Added a countExpenses method to the Expenses entity. Patch by: amitmanjhi Review by: rjrjr (TBR) Please review this at http://gwt-code-reviews.appspot.com/507801/show Affected files:

Re: [gwt-contrib] Compile Error since r7971

2010-05-11 Thread Scott Blum
Actually, it looks like Unnur clobbered my change in r8052http://code.google.com/p/google-web-toolkit/source/detail?r=8052 . @Unnur, I think you had a merge problem patching in your change, you unrolled some changes I'd made in the interim in DevModeBase. Can you fix please? On Tue, May 11,

[gwt-contrib] [google-web-toolkit] r8088 committed - Removed the unnecessary hard-coding...

2010-05-11 Thread codesite-noreply
Revision: 8088 Author: amitman...@google.com Date: Tue May 11 06:22:47 2010 Log: Removed the unnecessary hard-coding Patch by: amitmanjhi Review by: rjrjr (tbr) http://code.google.com/p/google-web-toolkit/source/detail?r=8088 Modified:

[gwt-contrib] [google-web-toolkit] r8089 committed - Updated servlet mappings.

2010-05-11 Thread codesite-noreply
Revision: 8089 Author: zun...@google.com Date: Tue May 11 06:23:45 2010 Log: Updated servlet mappings. http://code.google.com/p/google-web-toolkit/source/detail?r=8089 Modified: /trunk/bikeshed/war/WEB-INF/web.xml === --- /trunk/bikeshed/war/WEB-INF/web.xml

[gwt-contrib] [google-web-toolkit] r8090 committed - Adds the ability to create new expenses within a report.

2010-05-11 Thread codesite-noreply
Revision: 8090 Author: j...@google.com Date: Tue May 11 07:01:15 2010 Log: Adds the ability to create new expenses within a report. http://code.google.com/p/google-web-toolkit/source/detail?r=8090 Modified:

[gwt-contrib] [google-web-toolkit] r8091 committed - Further cleanup of the expenses scaffolding app.

2010-05-11 Thread codesite-noreply
Revision: 8091 Author: jaime...@google.com Date: Tue May 11 09:04:15 2010 Log: Further cleanup of the expenses scaffolding app. http://code.google.com/p/google-web-toolkit/source/detail?r=8091 Added: /branches/2.1/bikeshed/src/com/google/gwt/app/client/CellListPlacePickerView.java Deleted:

[gwt-contrib] [google-web-toolkit] r8092 committed - Fixes a bug where stale responses would update the ExpenseList. Also ...

2010-05-11 Thread codesite-noreply
Revision: 8092 Author: jlaba...@google.com Date: Tue May 11 09:34:32 2010 Log: Fixes a bug where stale responses would update the ExpenseList. Also changes the notes section of the Expense Details to be text unless the edit button is clicked. Fixes the round trip validation associated with

[gwt-contrib] [google-web-toolkit] r8093 committed - Skip intermittently failed test with HtmlUnit....

2010-05-11 Thread codesite-noreply
Revision: 8093 Author: k...@google.com Date: Tue May 11 09:52:37 2010 Log: Skip intermittently failed test with HtmlUnit. Review by: f...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8093 Modified:

[gwt-contrib] [google-web-toolkit] r8094 committed - Skip intermittently failed test with HtmlUnit.

2010-05-11 Thread codesite-noreply
Revision: 8094 Author: f...@google.com Date: Tue May 11 09:53:42 2010 Log: Skip intermittently failed test with HtmlUnit. http://code.google.com/p/google-web-toolkit/source/detail?r=8094 Modified: /trunk/user/test/com/google/gwt/user/client/ui/FormPanelTest.java

[gwt-contrib] Update BigDecimal/BigInteger with improvements made to the (issue483802)

2010-05-11 Thread jat
Reviewers: richard, Dan Rice, Description: Update BigDecimal/BigInteger with improvements made to the gwt-java-math project in r35: http://code.google.com/p/gwt-java-math/source/detail?r=35 Patch by: jat Review by: rich...@zschech.net, rice Please review this at

[gwt-contrib] Add a more user friendly popup for logging messages using the new logging framework (issue508801)

2010-05-11 Thread unnurg
Reviewers: fredsa, Description: Add a more user friendly popup for logging messages using the new logging framework Please review this at http://gwt-code-reviews.appspot.com/508801/show Affected files: M /user/src/com/google/gwt/logging/Logging.gwt.xml D

[gwt-contrib] [google-web-toolkit] r8096 committed - Fix and checkstyle problems and suggestion from previous TBR review

2010-05-11 Thread codesite-noreply
Revision: 8096 Author: r...@google.com Date: Tue May 11 11:18:39 2010 Log: Fix and checkstyle problems and suggestion from previous TBR review http://code.google.com/p/google-web-toolkit/source/detail?r=8096 Modified:

[gwt-contrib] Google API Library for GWT updated for GWT 2.0

2010-05-11 Thread Eric Ayers
We are pleased to announce updates to the Google API Libraries for the Google Web Toolkit project. The Google API Libraries for GWT project allows GWT developers to access some of Google's popular JavaScript APIs. This release includes updates of five libraries: Visualization, Gears, Gadgets,

[gwt-contrib] Introduces Parsers and ValueBoxT, by refactoring ValueBoxBaseT out of TextBoxBase. (issue482802)

2010-05-11 Thread rjrjr
Reviewers: cromwellian, Description: Introduces Parsers and ValueBoxT, by refactoring ValueBoxBaseT out of TextBoxBase. Review by: cromwell...@google.com Please review this at http://gwt-code-reviews.appspot.com/482802/show Affected files: M

[gwt-contrib] Re: Introduces Parsers and ValueBoxT, by refactoring ValueBoxBaseT out of TextBoxBase. (issue482802)

2010-05-11 Thread Ray Ryan
Made that change and submitted. Thanks, Ray. On Tue, May 11, 2010 at 7:39 PM, cromwell...@google.com wrote: lgtm http://gwt-code-reviews.appspot.com/482802/diff/1/4 File /bikeshed/src/com/google/gwt/app/util/BooleanRenderer.java (right):

[gwt-contrib] [google-web-toolkit] r8097 committed - Introduces Parsers and ValueBoxT, by refactoring ValueBoxBaseT out...

2010-05-11 Thread codesite-noreply
Revision: 8097 Author: rj...@google.com Date: Tue May 11 16:51:18 2010 Log: Introduces Parsers and ValueBoxT, by refactoring ValueBoxBaseT out of TextBoxBase. Review at http://gwt-code-reviews.appspot.com/482802 Review by: cromwell...@google.com

[gwt-contrib] [google-web-toolkit] r8098 committed - Schema changes: added 'department' key to Report, changed the field na...

2010-05-11 Thread codesite-noreply
Revision: 8098 Author: amitman...@google.com Date: Tue May 11 17:08:18 2010 Log: Schema changes: added 'department' key to Report, changed the field name 'date' to 'created' in Expense. Made other necessary method name changes to follow the pattern. Added some error handling to

[gwt-contrib] Removed ExpensesDataServlet, updated the URL mapping in web.xml. Updated client code to use URL ... (issue498802)

2010-05-11 Thread amitmanjhi
Reviewers: Ray Ryan, Description: Removed ExpensesDataServlet, updated the URL mapping in web.xml. Updated client code to use URL relative to the host page. Patch by: amitmanjhi Review by: rjrjr (desk review) Please review this at http://gwt-code-reviews.appspot.com/498802/show Affected

[gwt-contrib] Re: Removed ExpensesDataServlet, updated the URL mapping in web.xml. Updated client code to use URL ... (issue498802)

2010-05-11 Thread Ray Ryan
LGTM On Tue, May 11, 2010 at 9:51 PM, amitman...@google.com wrote: Reviewers: Ray Ryan, Description: Removed ExpensesDataServlet, updated the URL mapping in web.xml. Updated client code to use URL relative to the host page. Patch by: amitmanjhi Review by: rjrjr (desk review) Please

[gwt-contrib] Re: Allow user friendly names on Property (issue509801)

2010-05-11 Thread Amit Manjhi
LGTM On Tue, May 11, 2010 at 10:04 PM, rj...@google.com wrote: Reviewers: amitmanjhi, Description: Allow user friendly names on Property Review by: amitman...@google.com Please review this at http://gwt-code-reviews.appspot.com/509801/show Affected files: M

[gwt-contrib] [google-web-toolkit] r8099 committed - Removed ExpensesDataServlet, updated the URL mapping in web.xml. Updat...

2010-05-11 Thread codesite-noreply
Revision: 8099 Author: amitman...@google.com Date: Tue May 11 18:52:23 2010 Log: Removed ExpensesDataServlet, updated the URL mapping in web.xml. Updated client code to use URL relative to the host page. Patch by: amitmanjhi Review by: rjrjr (desk review) Review at

[gwt-contrib] getValue returns null on unparsable value, and getValueOrThrow allows (issue510801)

2010-05-11 Thread rjrjr
Reviewers: cromwellian, Description: getValue returns null on unparsable value, and getValueOrThrow allows access to the ParseException Review by: cromwell...@google.com Please review this at http://gwt-code-reviews.appspot.com/510801/show Affected files: M

[gwt-contrib] [google-web-toolkit] r8100 committed - Allow user friendly names on Property...

2010-05-11 Thread codesite-noreply
Revision: 8100 Author: rj...@google.com Date: Tue May 11 19:14:49 2010 Log: Allow user friendly names on Property Review at http://gwt-code-reviews.appspot.com/509801 Review by: amitman...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8100 Modified: