[gwt-contrib] [google-web-toolkit] r7512 committed - Add missing Windows file for FF36, move js-config.h to platform-specif...

2010-01-29 Thread codesite-noreply
Revision: 7512 Author: j...@google.com Date: Fri Jan 29 16:02:12 2010 Log: Add missing Windows file for FF36, move js-config.h to platform-specific include directories. http://code.google.com/p/google-web-toolkit/source/detail?r=7512 Added: /plugin-sdks/gecko-sdks/gecko-1.9.2/Linux_x86-gcc3/

[gwt-contrib] [google-web-toolkit] r7511 committed - Merge trunk r7510 into this branch...

2010-01-29 Thread codesite-noreply
Revision: 7511 Author: j...@google.com Date: Fri Jan 29 13:26:48 2010 Log: Merge trunk r7510 into this branch Add -Dgwt.args to ant build files, update release notes. svn merge --ignore-ancestry -c 7510 \ http://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/go

[gwt-contrib] [google-web-toolkit] r7510 committed - Add gwt.args ant property to ant gwtc and ant devmode in ant build...

2010-01-29 Thread codesite-noreply
Revision: 7510 Author: j...@google.com Date: Fri Jan 29 09:46:22 2010 Log: Add gwt.args ant property to ant gwtc and ant devmode in ant build files produced by webAppCreator. Patch by: jat Review by: fabbott, rjrjr http://code.google.com/p/google-web-toolkit/source/detail?r=7510 Modified: /tru

[gwt-contrib] [google-web-toolkit] r7509 committed - Add prebuilt library for Mac FF3.6

2010-01-29 Thread codesite-noreply
Revision: 7509 Author: j...@google.com Date: Fri Jan 29 05:47:35 2010 Log: Add prebuilt library for Mac FF3.6 http://code.google.com/p/google-web-toolkit/source/detail?r=7509 Added: /trunk/plugins/xpcom/prebuilt/extension/lib/Darwin-gcc3/ff36 /trunk/plugins/xpcom/prebuilt/extension/lib/Darwi

[gwt-contrib] Re: Comment on DataBackedWidgetsDesign in google-web-toolkit

2010-01-29 Thread codesite-noreply
Comment by rj...@google.com: @dkimmig We will definitely wind up with something of this flavor in UiBinder. The design here is more focussed on the widget plumbing to make that possible. @nwwells, we've been heading toward something similar in spirit to the RowRenderer in Incubator's com/

[gwt-contrib] [google-web-toolkit] r7508 committed - Merges r7505 from trunk into releases/2.0...

2010-01-29 Thread codesite-noreply
Revision: 7508 Author: mmen...@google.com Date: Fri Jan 29 07:20:21 2010 Log: Merges r7505 from trunk into releases/2.0 svn merge -c7505 --ignore-ancestry https://google-web-toolkit.googlecode.com/svn/trunk http://code.google.com/p/google-web-toolkit/source/detail?r=7508 Modified: /release

[gwt-contrib] Re: Server-side Class object on client-side

2010-01-29 Thread Nathan Wells
Les, Your methodology ends up using the same basic idea as what I'm currently using: annotations. The problem is that I end up having a class on the client for every procedure on the server. Maybe I could consolidate them into one big class with a bunch of tiny inner classes. In any case, it seem

[gwt-contrib] Re: Comment on DataBackedWidgetsDesign in google-web-toolkit

2010-01-29 Thread codesite-noreply
Comment by nwwells: Where does the code go that would render a given field of type T? Assuming T is more complex than a set of primitive and String/Date fields, what kind of view-level API do I get for injecting a "ColumnRenderer"? How do I map between a given field and a given Renderer?

[gwt-contrib] Re: Comment on DataBackedWidgetsDesign in google-web-toolkit

2010-01-29 Thread codesite-noreply
Comment by jlaba...@google.com: Its always provided via onDtaChanged, but you can invoke that manually from the ListModel. AbstractListModel will provide a setData() method to push data to the views. The ability to push data was one of the reasons we decided to have ListHandlers (views)

[gwt-contrib] Re: Comment on DataBackedWidgetsDesign in google-web-toolkit

2010-01-29 Thread codesite-noreply
Comment by johan.rydberg: Is data always provided to the view using onDataChange, or will there be a "provide data" method too? For more information: http://code.google.com/p/google-web-toolkit/wiki/DataBackedWidgetsDesign -- http://groups.google.com/group/Google-Web-Toolkit-Contributors