[gwt-contrib] [google-web-toolkit] r8139 committed - Adds loading feedback and GWT logo to the scaffolding sample....

2010-05-14 Thread codesite-noreply
Revision: 8139 Author: jaime...@google.com Date: Thu May 13 20:18:52 2010 Log: Adds loading feedback and GWT logo to the scaffolding sample. Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8139 Added:

[gwt-contrib] [google-web-toolkit] r8140 committed - Fix server side error reporting....

2010-05-14 Thread codesite-noreply
Revision: 8140 Author: amitman...@google.com Date: Thu May 13 20:26:19 2010 Log: Fix server side error reporting. Patch by: amitmanjhi Review by: rjrjr (tbr) http://code.google.com/p/google-web-toolkit/source/detail?r=8140 Modified:

[gwt-contrib] Fixes a bug in IE where we swap the tbody but don't update the childContainer in CellListImpl. (issue529801)

2010-05-14 Thread jlabanca
Reviewers: amitmanjhi, cramsdale, Description: Fixes a bug in IE where we swap the tbody but don't update the childContainer in CellListImpl. Please review this at http://gwt-code-reviews.appspot.com/529801/show Affected files: M

[gwt-contrib] [google-web-toolkit] r8141 committed - Fixes a bug in IE where we swap the tbody but don't update the childCo...

2010-05-14 Thread codesite-noreply
Revision: 8141 Author: jlaba...@google.com Date: Fri May 14 03:42:40 2010 Log: Fixes a bug in IE where we swap the tbody but don't update the childContainer in CellListImpl. Also fixes a bug where the table won't refresh if it is set to a size of 0, then goes back to its previous state.

[gwt-contrib] Re: Adds a loading animation to the table. Adds timers to desktop and mobile to refresh tables as d... (issue503802)

2010-05-14 Thread jgw
On 2010/05/12 20:09:19, jlabanca wrote: LGTM http://gwt-code-reviews.appspot.com/503802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8142 committed - Adds datastore indexes for the Expenses app.

2010-05-14 Thread codesite-noreply
Revision: 8142 Author: jlaba...@google.com Date: Fri May 14 05:12:25 2010 Log: Adds datastore indexes for the Expenses app. http://code.google.com/p/google-web-toolkit/source/detail?r=8142 Added: /branches/2.1/bikeshed/war/WEB-INF/datastore-indexes.xml Modified:

[gwt-contrib] Re: changes to hyperlink and Showcase sample (issue74801)

2010-05-14 Thread zundel
close me? http://gwt-code-reviews.appspot.com/74801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Adds a mobile-friendly drag-scroll implementation. (issue530801)

2010-05-14 Thread jgw
Reviewers: jlabanca, Description: Adds a mobile-friendly drag-scroll implementation. Changes the standard and mobile expense samples to use said scrolling. (desktop Expense sample still uses regular scrollbars on non-touch devices) Adds onclick='' to cell containers, so that touch devices show

[gwt-contrib] [google-web-toolkit] r8143 committed - Edited PrecompressLinker wiki page to reflect minor changes made durin...

2010-05-14 Thread codesite-noreply
Revision: 8143 Author: sp...@google.com Date: Fri May 14 10:42:56 2010 Log: Edited PrecompressLinker wiki page to reflect minor changes made during code review. http://code.google.com/p/google-web-toolkit/source/detail?r=8143 Modified: /wiki/PrecompressLinker.wiki

[gwt-contrib] Setting DocType or Standards mode within generated cache.html files

2010-05-14 Thread Erin
I am trying to use the TabLayoutPanel, but having issues within IE. Using Debug bar, I can see that the frame created from the generated files has document mode of IE5 Quirks. There is no DocType set within the generated cache.html. I have tried just adding the DocType definition to the page that

Re: [gwt-contrib] Setting DocType or Standards mode within generated cache.html files

2010-05-14 Thread Joel Webber
Erin, The DOCTYPE of the script HTML won't affect the behavior of the outer page. You should only have to put a simple !DOCTYPE html in the outer page -- that's it. If you're still having troubles with LayoutPanel after that, ping me. Cheers, joel. Le 13 mai 2010 15:04, Erin

[gwt-contrib] [google-web-toolkit] r8144 committed - Update rev to snapshot, fix soyc-vis...

2010-05-14 Thread codesite-noreply
Revision: 8144 Author: gwt.mirror...@gmail.com Date: Fri May 14 08:07:31 2010 Log: Update rev to snapshot, fix soyc-vis Review by: cramsd...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8144 Modified: /branches/2.1/bikeshed/scripts/maven_script.sh

[gwt-contrib] [google-web-toolkit] r8146 committed - Fixes stupid mistake in supportsTouch()

2010-05-14 Thread codesite-noreply
Revision: 8146 Author: gwt.mirror...@gmail.com Date: Fri May 14 12:16:26 2010 Log: Fixes stupid mistake in supportsTouch() http://code.google.com/p/google-web-toolkit/source/detail?r=8146 Modified: /branches/2.1/bikeshed/src/com/google/gwt/mobile/client/TouchHandler.java

[gwt-contrib] [google-web-toolkit] r8147 committed - Setting the total number of reports in the database and pretty printed...

2010-05-14 Thread codesite-noreply
Revision: 8147 Author: jlaba...@google.com Date: Fri May 14 08:44:01 2010 Log: Setting the total number of reports in the database and pretty printed them. http://code.google.com/p/google-web-toolkit/source/detail?r=8147 Modified:

[gwt-contrib] Fix issue 3415 and other Date/Time parsing issues. (issue534801)

2010-05-14 Thread jat
Reviewers: rchandia, Description: Fix issue 3415 and other Date/Time parsing issues. Issue: 3415 Patch by: jat Review by: rchandia Please review this at http://gwt-code-reviews.appspot.com/534801/show Affected files: M user/src/com/google/gwt/i18n/client/impl/DateRecord.java A

[gwt-contrib] Re: Adds a mobile-friendly drag-scroll implementation. (issue530801)

2010-05-14 Thread cromwellian
Joel, I think post I/O perhaps we should add touch events support to dispatchEvent() rather than call addEventListener directly, so you'd be able to invoke sinkEvents(Event.TOUCH_EVENTS);. I did this for my apps and have working code. http://gwt-code-reviews.appspot.com/530801/diff/1/9 File

[gwt-contrib] [google-web-toolkit] r8148 committed - Making the reason denied popup look nicer.

2010-05-14 Thread codesite-noreply
Revision: 8148 Author: jlaba...@google.com Date: Fri May 14 12:19:05 2010 Log: Making the reason denied popup look nicer. http://code.google.com/p/google-web-toolkit/source/detail?r=8148 Modified: /branches/2.1/bikeshed/src/com/google/gwt/sample/bikeshed/style/client/common.css

[gwt-contrib] [google-web-toolkit] r8149 committed - Add an EntityCounter that computes and persists a count for each entit...

2010-05-14 Thread codesite-noreply
Revision: 8149 Author: r...@google.com Date: Fri May 14 13:11:53 2010 Log: Add an EntityCounter that computes and persists a count for each entity kind. It may be run manually using a different .html entry point as needed. Also, fix checkstyle errors.

[gwt-contrib] [google-web-toolkit] r8150 committed - Placeholder for 2.1.0 M1.

2010-05-14 Thread codesite-noreply
Revision: 8150 Author: jasonpar...@google.com Date: Fri May 14 20:15:36 2010 Log: Placeholder for 2.1.0 M1. http://code.google.com/p/google-web-toolkit/source/detail?r=8150 Added: /2.1.0.M1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8151 committed - Maven artifacts for GWT 2.1.0.M1

2010-05-14 Thread codesite-noreply
Revision: 8151 Author: jasonpar...@google.com Date: Fri May 14 21:40:36 2010 Log: Maven artifacts for GWT 2.1.0.M1 http://code.google.com/p/google-web-toolkit/source/detail?r=8151 Added: /2.1.0.M1/gwt /2.1.0.M1/gwt/maven /2.1.0.M1/gwt/maven/com /2.1.0.M1/gwt/maven/com/google

[gwt-contrib] [google-web-toolkit] r8152 committed - Add the updated GWT Maven plugin (which understands GWT 2.1) to the M1...

2010-05-14 Thread codesite-noreply
Revision: 8152 Author: jasonpar...@google.com Date: Fri May 14 22:52:41 2010 Log: Add the updated GWT Maven plugin (which understands GWT 2.1) to the M1 Maven repo. http://code.google.com/p/google-web-toolkit/source/detail?r=8152 Added: /2.1.0.M1/gwt/maven/org