1. c8f935e The DynaTable RF and Mobile Web App samples now use requestfactory-apt to by rjrjr@google.com · 14 years ago
  2. 53418e0 Fixes logging and character set warnings for dynatablerf and mobilewebapp samples. by rjrjr@google.com · 14 years ago
  3. 75f74f2 Fixes ant build of DynatableRf sample by rchandia@google.com · 14 years ago
  4. 93310a8 Convert DynaTableRF to use maven. Clean up the docs in the other two by rjrjr@google.com · 14 years ago
  5. 0429c82 Fixes DynaTableRF interface validation, and silences quirks mode warning. by rjrjr@google.com · 14 years ago
  6. a7ee037 Replace RequestFactoryInterfaceValidator with an annotation-processor-based by bobv@google.com · 14 years ago
  7. 9a77b3c Upgrading DynaTableRf and MobileWebApp to use DataGrid. The apps look identical, except that scrolling the table no longer scrolls the column headers out of view. by jlabanca@google.com · 14 years ago
  8. 0c143d0 Switch RequestFactory to use the real ConstraintViolation instead of the hacky Violation interface. by bobv@google.com · 14 years ago
  9. 2d723d0 Rollback of r10014 "Makes EventBus available outside of the gwt package" due to by gwt.mirrorbot@gmail.com · 14 years ago
  10. 150c56b Makes EventBus available outside of the gwt package, in by rjrjr@google.com · 14 years ago
  11. dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
  12. 015e403 Resubmitting r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
  13. 8582e49 Rolling back r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
  14. 1dc4d2e Quick patch, in follow up to r9344, which replaces remaining uses of the legacy 'compiler.emulatedStack' property, by fredsa@google.com · 14 years ago
  15. c58e808 Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, creating an infinite loop where each stale response changes the table range, triggering another request. Also abstracting the ImageButtons used in SimplePager, and fixing a bug where disabled buttons were still clickable. by jlabanca@google.com · 14 years ago
  16. eebaf34 Updates DTRF to show the use of ServiceLocators and Locators. by rchandia@google.com · 14 years ago
  17. dc0a38b Adding support for setting column widths in CellTable, and for allowing CellTable to use fixed table-layout for more precise control over column widths. I also updated the CellTable example in Showcase and the DynaTableRf sample with the new feature so that columns do not resize when paging. by jlabanca@google.com · 14 years ago
  18. 7adf6f1 Delete sample/expenses console. Cool demo but it requires gwt-dev, not by rjrjr@google.com · 14 years ago
  19. fecf27d Remove dependency on dev.Util class in DynaTableRf sample code. by bobv@google.com · 14 years ago
  20. 39d351f First pass at implementing ValueProxy support. by bobv@google.com · 14 years ago
  21. c21149e Overhaul the RequestFactory server code. by bobv@google.com · 14 years ago
  22. fa8290e Fix issue 5462 where DynaTableRf explodes when favoriting a new person. by pdr@google.com · 14 years ago
  23. 5f0ae2a Fix checkstyle break. Patch by: bobv Review by: rjrjr by bobv@google.com · 14 years ago
  24. bb97ff2 Cleanups for the DynaTableRf sample. by bobv@google.com · 14 years ago
  25. ef1a2d2 Added jaxb to DynaTableRf WEB-INF/lib for 1.5 compatibility by rchandia@google.com · 14 years ago
  26. ebb17f9 Minor tweaks for dynatablerd and showcase. by jlabanca@google.com · 14 years ago
  27. 2a153f6 Fix a bug in server code that assumes that the EntityProxy must expose a getId() method. by bobv@google.com · 14 years ago
  28. 07b4e2e Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they weren't included in the eclipse.generate target. We also now include json.jar and validation-api-1.0.0.GA.jar in gwt-servlet.jar. And for DynaTableRf (and Validation), we copy other jars into the WEB-INF/lib folder of the sample. by gwt.mirrorbot@gmail.com · 14 years ago
  29. b980e6a Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. by nchalko@google.com · 14 years ago
  30. a44e69f Package re-org in advance of 2.1 RC. by rjrjr@google.com · 14 years ago
  31. 845dd59 Fix Eclipse / Checkstyle / Javadoc warnings by rice@google.com · 14 years ago
  32. f9be470 Introduce OptionalFieldEditor to support editing nullable fields. by bobv@google.com · 14 years ago
  33. cd82504 Overhaul the client-side portions of RequestFactory. by bobv@google.com · 15 years ago
  34. d48badc Fix dynatablerf validation problem cause by overloaded method. by cromwellian@google.com · 15 years ago
  35. b0417b3 Use generics for EntityProxyId by rice@google.com · 15 years ago
  36. 18b111c Removed all the Request sub-types. Fixed the generator and the server code where we were relying on the sub-types. by amitmanjhi@google.com · 15 years ago
  37. 003d7aa Resolve ROO-1452. by bobv@google.com · 15 years ago
  38. 9a41680 Adds additional keyboard support in Cell Widgets. CellList and CellTable now by jlabanca@google.com · 15 years ago
  39. 3cd1466 Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). by bobv@google.com · 15 years ago
  40. 199d31a Rename RequestObject->Request and pull the 'with' method into it by rice@google.com · 15 years ago
  41. 63241c5 Get strong permutation from headers rather than serialized log record by unnurg@google.com · 15 years ago
  42. 4dda8e9 Restores following after fixing long ids, which besides not working would by rjrjr@google.com · 15 years ago
  43. e2a6639 Rollback patch to hide entity id in request factory, due to by rjrjr@google.com · 15 years ago
  44. 04c96ea Replaces the public and obnoxious String EntityProxy#getId() with the by rjrjr@google.com · 15 years ago
  45. e7e62f4 Migration from Long IDs to String IDs by rchandia@google.com · 15 years ago
  46. 4fbf076 Introduce RequestFactory#getEventBus, make RFEditorDriver use it, fix by rjrjr@google.com · 15 years ago
  47. 2ead5c5 Fixes two Roo issues: ROO-1238 (Amit) and ROO-1380 (pdr) by pdr@google.com · 15 years ago
  48. 29d47ef Make DynaTableRf use a ListEditor for the favorites. by bobv@google.com · 15 years ago
  49. f32fe2d Simplifies the RequestObject api: by rjrjr@google.com · 15 years ago
  50. e7682fd Add server side deobfuscation of stack traces to RF Remote log handler by unnurg@google.com · 15 years ago
  51. c5a29ae Implement subscriptions in RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
  52. 0adb648 Implement round-trip validation with RequestFactory and the Editor framework. by bobv@google.com · 15 years ago
  53. 91da454 Fixes https://jira.springsource.org/browse/ROO-1213 - Hide Property from public API, and https://jira.springsource.org/browse/ROO-1274 - Remove PropertyReference and Value. by mmendez@google.com · 15 years ago
  54. b3538ca Fix bad @Overrides, and make a more sane default value for LoadExpensesDB.html by rjrjr@google.com · 15 years ago
  55. 860a0f6 Minor refactor of ClientBundles used in Cell Widgets. Ensures that all method names in ClientBundle and CssResource are globally unique. Adds missing flipRtl tags to ImageResources. Adds @ImportedWithPrefix annotation to CssResources. Breaks out the path to the default CSS file to a static final String DEFAULT_CSS. Ensure that each widget has a style on its outermost element. For Cell Widgets that have two styles defined, the default one is the prettier one used in the Expenses sample. The secondary one is called BasicResources. by jlabanca@google.com · 15 years ago
  56. cf6d34e Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type. by bobv@google.com · 15 years ago
  57. 31bf06e Move remote logging into RF subclasses by unnurg@google.com · 15 years ago
  58. fe9207e Demonstrate client-side Editor errors. by bobv@google.com · 15 years ago
  59. ccd24d5 Adds dual key (type + source) handler binding to EventBus. by rjrjr@google.com · 15 years ago
  60. 70f53e8 Adds a cheesey uncaught exception handler to DynaTableRF. by rjrjr@google.com · 15 years ago
  61. 442f7f2 Add ListEditor adapter implemented on top of a new CompositeEditor core by bobv@google.com · 15 years ago
  62. 2d3e06f Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dependencies. Also adding a marker to the classes folder in both samples so eclipse has a place to put class files. by jlabanca@google.com · 15 years ago
  63. 2ca48c7 Renamed Record to EntityProxy. Renamed classes with entity names -- for example, EmployeeRecord to EmployeeProxy. Also renamed variables in a few classes. by amitmanjhi@google.com · 15 years ago
  64. 599fd9b Factor a bean-like-object editor framework out of the RequestFactory editor work. by bobv@google.com · 15 years ago
  65. f044829 Initial add of generator for RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
  66. 097506c Initial support for round-trip edits in the DynaTableRF sample. by bobv@google.com · 15 years ago
  67. 41902cd Add DynaTableRf to the distribution, and fix some checkstyle issues. by rjrjr@google.com · 15 years ago
  68. 0243b10 Fix breakage from ValueStore / RequestFactory merge. by rjrjr@google.com · 15 years ago
  69. fa87f8f Added the Expenses app to the list of GWT samples, and modified each sample's build.xml file to set its source path by cramsdale@google.com · 15 years ago
  70. 35069b7 Extends DynaTableRF with a client call to Person#persist. by rjrjr@google.com · 15 years ago
  71. 9a605e9 Finish modernizing the DynaTableRF sample to use an event-based application model. by bobv@google.com · 15 years ago
  72. c4cd328 Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's by rjrjr@google.com · 15 years ago
  73. d123c5d DynatableRf refactoring in response to http://code.google.com/p/google-web-toolkit/source/detail?r=8436 by amitmanjhi@google.com · 15 years ago
  74. 21e1ccf Begin to convert DynaTableRF sample to using UiBinder. by bobv@google.com · 15 years ago
  75. d39fe78 A new version of DynaTable that uses RequestFactory instead of GWT RPC. by rjrjr@google.com · 15 years ago