22
I Use This!
Inactive

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deprecate existing bindMockHandler for bindMockActionHandler More... over 14 years ago
Support unit testing client-side action handlers. More... over 14 years ago
Simplify DispatchAsyncModule and add a runtime check to ensure that the ClientActionHandler was registered against the correct Action More... over 14 years ago
Change method of registering client-side action handlers in DefaultClientActionHandlerRegistry More... over 14 years ago
Improve javadoc, rename a couple classes and some minor improvements to client-side action handlers. More... over 14 years ago
Remove something that eclipse sneaked into .project More... over 14 years ago
undone change. More... over 14 years ago
Documentation for client-side action handlers. More... over 14 years ago
Merge with 48c1c8655620f572303e327146922e6685ac9435 More... over 14 years ago
Merge changes for Issue 183 More... over 14 years ago
Proof of concept with client-side action handlers working. More... over 14 years ago
Merge with 49fe9dc3a1f2ddc6c43fbb9dcd65971b4c49f231 More... over 14 years ago
Initial commit for client-side action handlers More... over 14 years ago
Chanching version number to 0.5.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Added tag V0.4 for changeset 031e2805d4e5
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Update to build.xml to setup the release process. Other minor modifs.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Complete - task 164: Redo samples so that the view "knows" the presenter and use @UiHandler http://code.google.com/p/gwt-platform/issues/detail?id=164
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Complete - task 195: Missing content in META-INF when use mvn package http://code.google.com/p/gwt-platform/issues/detail?id=195
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Minor modif to checkstyle so it ignores generated files.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Modified ant build so that annotation processor (for tests) generate source files in .apt_generated
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Minor documentation to internal documentation.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Small changes to resolve a circular bug when binding a presenter to its UiHandlers
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Renamed Controls to UiHandlers and added a new contructors for view's helper to be able to inject a provider and set the presenter automatically.
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Merge with c7780d8eb11e7c72cac8d703e19ede7142bdbfd6 More... over 14 years ago
- Implemented GenerationHelper and ReflectionHelper - Removed AnnotationHelper More... over 14 years ago
Complete - Issue 146: Document onReset() behaviour on setContent, addContent and addPopupContent http://code.google.com/p/gwt-platform/issues/detail?id=146
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Documentation changes, for more details consult: http://code.google.com/p/gwt-platform/source/detail?r=bcaaf767a3bfa603ec542b8d4bf81e3d3bbdaf95
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Merge
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Tests and fixes - Issue 187: Allow PlaceManager to queue requests while it is locked parameters are used http://code.google.com/p/gwt-platform/issues/detail?id=187
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
MockHandler, AsyncMockHandler and MockHandlerModule assist in unit testing presenters. More... over 14 years ago