1. 2ab016c Tweaks to samples/expenses/pom.xml: by rjrjr@google.com · 14 years ago
  2. 71b7c98 Updated README-MAVEN.txt with required Eclipse plugins by rchandia@google.com · 14 years ago
  3. cfb5f74 - Set GWT version to 2.1.0 by rchandia@google.com · 14 years ago
  4. 6b84ea4 Removed stale information in the Expenses Sample App README-MAVEN.txt by rchandia@google.com · 14 years ago
  5. 4f6556a Brings history support to samples/expenses. Doesn't handle paging -- by rjrjr@google.com · 14 years ago
  6. 76c3bd2 Checkpoint patch on the way to making samples/expenses bookmarkable via by rjrjr@google.com · 14 years ago
  7. e0465eb Fixes to Expsenses sample pom.xml by rchandia@google.com · 14 years ago
  8. b980e6a Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. by nchalko@google.com · 14 years ago
  9. a44e69f Package re-org in advance of 2.1 RC. by rjrjr@google.com · 14 years ago
  10. 845dd59 Fix Eclipse / Checkstyle / Javadoc warnings by rice@google.com · 14 years ago
  11. cd82504 Overhaul the client-side portions of RequestFactory. by bobv@google.com · 14 years ago
  12. f8bb737 Changes to the expenses sample to match the GWT changes in http://code.google.com/p/google-web-toolkit/source/detail?r=8888 by amitmanjhi@google.com · 15 years ago
  13. 8403e09 Correcting for mirroring bugs between r8882 and r8889. The cause is as by fabbott@google.com · 15 years ago
  14. 8d8280e Removing isChanged() because requestProxyGenerator doesn't handle "is". by jlabanca@google.com · 15 years ago
  15. 63e1263 Delete EditorSupportGenerator, and various tweaks on the way to making by rjrjr@google.com · 15 years ago
  16. 9a41680 Adds additional keyboard support in Cell Widgets. CellList and CellTable now by jlabanca@google.com · 15 years ago
  17. 199d31a Rename RequestObject->Request and pull the 'with' method into it by rice@google.com · 15 years ago
  18. 4dda8e9 Restores following after fixing long ids, which besides not working would by rjrjr@google.com · 15 years ago
  19. e2a6639 Rollback patch to hide entity id in request factory, due to by rjrjr@google.com · 15 years ago
  20. 04c96ea Replaces the public and obnoxious String EntityProxy#getId() with the by rjrjr@google.com · 15 years ago
  21. 4fbf076 Introduce RequestFactory#getEventBus, make RFEditorDriver use it, fix by rjrjr@google.com · 15 years ago
  22. 3c33d7f Delete unused classes from samples/expenses by rjrjr@google.com · 15 years ago
  23. 2ead5c5 Fixes two Roo issues: ROO-1238 (Amit) and ROO-1380 (pdr) by pdr@google.com · 15 years ago
  24. f4832a1 Make key provider a constructor argument to Cell widgets and selection models by rice@google.com · 15 years ago
  25. 8f2fef4 Fix warnings and checkstyle errors by rice@google.com · 15 years ago
  26. f572567 Fixed a bug in PropertyColumn introduced by r8780. PropertyColumn needs access to the underlying class literals in order to get the value to render. by mmendez@google.com · 15 years ago
  27. 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
  28. b3538ca Fix bad @Overrides, and make a more sane default value for LoadExpensesDB.html by rjrjr@google.com · 15 years ago
  29. 3979198 Fixes a couple of build breaks in the samples/expenses app. by mmendez@google.com · 15 years ago
  30. 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
  31. cf6d34e Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type. by bobv@google.com · 15 years ago
  32. ccd24d5 Adds dual key (type + source) handler binding to EventBus. by rjrjr@google.com · 15 years ago
  33. 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
  34. 76adc26 Missing file from SafeHtml work + whitespace fix by rice@google.com · 15 years ago
  35. 42b8d9c Use SafeHtml for Cell widgets by rice@google.com · 15 years ago
  36. d82790d Remove the unnecessary dependency of the expenses sample on AspectJ. by amitmanjhi@google.com · 15 years ago
  37. d1e277d Added missing datanucleus-core dependency in main dependencies section. by rjrjr@google.com · 15 years ago
  38. f96465b Push back roo to a released version. by rjrjr@google.com · 15 years ago
  39. c1dfcf1 Fixes the NPE in ExpenseTree. Also fixes a bug where saving notes in the ExpenseDetails clears out the notes; we now request a new record after saving. Also fixes a bunch of checkstyle warnings and uses of deprecated calls to RecordRequest#forProperties(). by jlabanca@google.com · 15 years ago
  40. 3f7f42f Fixes the very broken Expenses sample. by rjrjr@google.com · 15 years ago
  41. 6bdc0f1 Not compile-building expenses sample, just collecting its files into the distro. by fabbott@google.com · 15 years ago
  42. 597c304 fix ExpenseTree for "ant -f samples/expenses/build.xml build" by kjin@google.com · 15 years ago
  43. 0e04c41 Tightened up datanucleus paths to include only **/domain/*.class by cramsdale@google.com · 15 years ago
  44. 408e75e Updated common.ant.xml to copy pom.xml (if found) to build/out by cramsdale@google.com · 15 years ago
  45. 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