| Commit message (Expand) | Author | Age | Files | Lines |
* | Use class hierachy for resolving @Connect conflicts (#9826) | Leif Åstrand | 2012-10-11 | 2 | -21/+79 |
* | Abort widgetset compile for conflicting @Connect mappings (#9343) | Leif Åstrand | 2012-10-10 | 1 | -3/+22 |
* | Explicitly specify symbolic names for each bundle to prevent names like "com... | Johannes Dahlström | 2012-10-09 | 1 | -0/+1 |
* | Added build conf to make deps non-optional in pom.xml (#9852) | Artur Signell | 2012-10-09 | 1 | -10/+15 |
* | Declared dependencies for jars found in Maven (#9852) | Artur Signell | 2012-10-04 | 1 | -0/+16 |
* | Remove WidgetMapGenerator and subclasses (#9720) | Leif Åstrand | 2012-09-24 | 4 | -606/+0 |
* | Abort compile if there's an RPC method with a return type (#9704) | Leif Åstrand | 2012-09-21 | 3 | -4/+27 |
* | Clarify logic and add some comments (#9561) | Leif Åstrand | 2012-09-17 | 1 | -10/+17 |
* | Include getWidget return type even if createWidget is defined (#9561) | Leif Åstrand | 2012-09-17 | 1 | -8/+9 |
* | Moved validation dependency and hack to client (#9551) | Artur Signell | 2012-09-12 | 2 | -18/+0 |
* | Ugly hack for adding validation API dependency with source classifier (#9551) | Artur Signell | 2012-09-12 | 1 | -4/+20 |
* | Merge branch '6.8' | John Ahlroos | 2012-09-10 | 1 | -0/+2 |
* | Moved validation dependency to compiler (#9299) | Artur Signell | 2012-09-09 | 1 | -2/+4 |
* | Added missing dependencies (#9299) | Artur Signell | 2012-09-09 | 1 | -0/+2 |
* | Snapshot deployment to Maven now works (#9299) | Artur Signell | 2012-09-09 | 1 | -3/+6 |
* | Build javadoc and sources jars (#9299) | Artur Signell | 2012-09-09 | 2 | -11/+17 |
* | Generate pom artifacts and automatically publish to local Maven (#9299) | Artur Signell | 2012-09-09 | 1 | -2/+3 |
* | Added Git Revision to GWT version file | Artur Signell | 2012-09-09 | 1 | -1/+10 |
* | Added themes-compiled module (#9299) | Artur Signell | 2012-09-09 | 1 | -1/+1 |
* | Module for compiled client side (#9299) | Artur Signell | 2012-09-09 | 2 | -4/+12 |
* | Support running JUnit tests (#9299) | Artur Signell | 2012-09-09 | 1 | -0/+6 |
* | Added build-provided to make build work again | Artur Signell | 2012-09-09 | 1 | -0/+1 |
* | Created separate build.xml files for each module (#9299) | Artur Signell | 2012-09-09 | 2 | -0/+57 |
* | Renamed UI package which accidentally had been renamed to upper case | Artur Signell | 2012-09-04 | 1 | -1/+1 |
* | Reformatted project | Artur Signell | 2012-08-30 | 1 | -2/+1 |
* | Additional fixes for com.vaadin.terminal removal (#9431, #9432) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
* | Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetset... | Artur Signell | 2012-08-29 | 24 | -36/+36 |
* | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
* | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 10 | -31/+31 |
* | Include UnknownComponentConnector in eager ConnectorBundle (#9371) | Leif Åstrand | 2012-08-28 | 3 | -5/+14 |
* | Rename Root related classes and package to UI (#8908) | Artur Signell | 2012-08-24 | 1 | -2/+2 |
* | Make it possible to delegate state changes to widget (#9297) | Leif Åstrand | 2012-08-24 | 7 | -7/+101 |
* | Support using public fields in state classes (#9324) | Leif Åstrand | 2012-08-22 | 3 | -1/+79 |
* | Use ConnectorBundle for JSON encoding and decoding (#9371) | Leif Åstrand | 2012-08-22 | 14 | -913/+983 |
* | Use ConnectorBundle for ServerRpc handling (#9371) | Leif Åstrand | 2012-08-22 | 5 | -301/+201 |
* | Make lazy depend on eager as deferred is maybe not yet loaded (#9371) | Leif Åstrand | 2012-08-22 | 1 | -1/+1 |
* | Don't generate widget creator if there's a createWidget method (#9371) | Leif Åstrand | 2012-08-22 | 1 | -0/+11 |
* | Use ConnectorBundle for ClientRpc handling (#9371) | Leif Åstrand | 2012-08-22 | 5 | -247/+216 |
* | Add logging and tweak visitor API (#9371) | Leif Åstrand | 2012-08-22 | 6 | -81/+145 |
* | Use ConnectorBundle for creating state and widget (#9371) | Leif Åstrand | 2012-08-22 | 9 | -273/+196 |
* | Initial ConnectorBundle implementation (#9371) | Leif Åstrand | 2012-08-22 | 7 | -3/+446 |
* | Don't use java.* package names (#8683) | Leif Åstrand | 2012-08-20 | 1 | -3/+6 |
* | Abort widgetset compile for conflicting @Connect mappings (#9343) | Leif Åstrand | 2012-08-20 | 1 | -3/+27 |
* | Preserve package name for state serializers (#8683) | Leif Åstrand | 2012-08-20 | 1 | -5/+16 |
* | Support @Delayable and change window size update to use it (#8421) | Leif Åstrand | 2012-08-20 | 1 | -1/+6 |
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 16 | -16/+208 |
* | CRLF -> LF | Artur Signell | 2012-08-15 | 1 | -94/+94 |
* | Moved client compiler sources to own source folder (#9299) | Artur Signell | 2012-08-14 | 16 | -0/+2923 |