Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -329/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+5 |
| | |||||
* | Explicitly paint CustomLayout to send template to the client (#8688) | Leif Åstrand | 2012-04-18 | 1 | -1/+23 |
| | |||||
* | Move SharedState and ServerRpc classes out from Connector classes | Artur Signell | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Updated CustomLayout to use shared state and new events | Artur Signell | 2012-04-05 | 1 | -59/+18 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -2/+0 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Split CustomComponent, CustomField and CustomLayout into widget + | Artur Signell | 2012-01-31 | 1 | -2/+2 |
| | | | paintable | ||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | #6232 ComponentContainers should check that a component is in the container ↵ | Artur Signell | 2011-01-04 | 1 | -2/+1 |
| | | | | | | before removing it svn changeset:16793/svn branch:6.5 | ||||
* | #4611 add getComponentCount() method for ComponentContainer implementations | Henri Sara | 2010-10-26 | 1 | -0/+10 |
| | | | | svn changeset:15724/svn branch:6.5 | ||||
* | minor javadoc enhancement | Matti Tahvonen | 2010-03-24 | 1 | -2/+4 |
| | | | | svn changeset:12079/svn branch:6.3 | ||||
* | reverting changes committed by accident after epic eclipse/subclicpse fail | Matti Tahvonen | 2010-03-09 | 1 | -12/+44 |
| | | | | svn changeset:11716/svn branch:6.3 | ||||
* | some preliminary drag and drop stuff | Matti Tahvonen | 2010-01-28 | 1 | -44/+12 |
| | | | | svn changeset:11052/svn branch:6.3_dd | ||||
* | #3940 Setter for CustomLayout template contents | Henri Sara | 2010-01-19 | 1 | -19/+48 |
| | | | | svn changeset:10800/svn branch:6.3 | ||||
* | Somewhat better debug message when customlayout is missing + javadoc. Fixes ↵ | Marc Englund | 2010-01-13 | 1 | -5/+8 |
| | | | | | | #3984 svn changeset:10705/svn branch:6.3 | ||||
* | Added generics to ComponentContainer.getComponentIterator (#3717). | Artur Signell | 2009-12-14 | 1 | -11/+11 |
| | | | | svn changeset:10281/svn branch:6.2 | ||||
* | "removed" (finalized + deprecated) getTag from AbstractComponent | Matti Tahvonen | 2009-10-06 | 1 | -10/+0 |
| | | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332 | ||||
* | steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵ | Matti Tahvonen | 2009-09-25 | 1 | -0/+2 |
| | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | Incomplete - task#2904 Toolkit -> Vaadin renames | Henri Sara | 2009-05-18 | 1 | -1/+1 |
| | | | | svn changeset:7850/svn branch:6.0 | ||||
* | Renaming ITMILL/ -> VAADIN/ part 1 (for #2904) | Marc Englund | 2009-05-12 | 1 | -1/+1 |
| | | | | svn changeset:7762/svn branch:6.0 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+310 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |