Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -44/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -0/+1 |
| | |||||
* | Use class references instead of class names for AcceptCriterion (#8641) | Henri Sara | 2012-06-21 | 1 | -1/+2 |
| | |||||
* | Eliminate scanning for accept criteria by reversed annotation (#8641) | Henri Sara | 2012-06-20 | 1 | -0/+1 |
| | | | | | | | The new annotation is called AcceptCriterion and is on the client side class, pointing to the server side implementation. This change also addresses #5956 (avoid loading classes when scanning - no more scanning for criteria) and #6750 (logging). | ||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -2/+2 |
| | | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files. | ||||
* | Removed unnecessary deprecated getConnectorId methods. | Artur Signell | 2012-03-27 | 1 | -1/+1 |
| | | | | Renamed Paintable -> Connector. | ||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | Formatted /src using Vaadin Java Conventions 20071114 | Artur Signell | 2010-06-28 | 1 | -2/+2 |
| | | | | svn changeset:13933/svn branch:6.4 | ||||
* | Formatted /src using Vaadin Java Conventions 20071114 | Artur Signell | 2010-06-28 | 1 | -1/+2 |
| | | | | svn changeset:13932/svn branch:6.4 | ||||
* | renaming criteria | Matti Tahvonen | 2010-03-24 | 1 | -0/+40 |
svn changeset:12074/svn branch:6.3 |