Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -308/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -4/+4 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+6 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -2/+3 |
| | |||||
* | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 1 | -2/+2 |
| | |||||
* | Move SharedState and ServerRpc classes out from Connector classes | Artur Signell | 2012-04-12 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | #8602 Added support for Map<Connector,?> | Artur Signell | 2012-04-05 | 1 | -3/+1 |
| | |||||
* | Updated CssLayout to use new state and hierarchy change events | Artur Signell | 2012-04-05 | 1 | -27/+14 |
| | |||||
* | Simplified Rpc registration on server side (#8591) | Artur Signell | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -1/+0 |
| | |||||
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPC | Artur Signell | 2012-03-29 | 1 | -4/+19 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Split CssLayout into widget + paintable | Artur Signell | 2012-01-31 | 1 | -2/+2 |
| | |||||
* | #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout | Artur Signell | 2012-01-12 | 1 | -1/+25 |
| | | | | svn changeset:22620/svn branch:6.8 | ||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | #7668 - Formatted code to adhere to Vaadin coding conventions | Johannes Dahlström | 2011-11-29 | 1 | -4/+4 |
| | | | | svn changeset:22171/svn branch:6.7 | ||||
* | Fixed batch for #7668 - addComponent methods *must* add the component to the ↵ | Johannes Dahlström | 2011-11-24 | 1 | -11/+37 |
| | | | | | | components list before calling super.addComponent() because AttachListeners expect it to be there svn changeset:22122/svn branch:6.7 | ||||
* | Enhanced tests and fix for #7668 - re-adding a component at an index before ↵ | Johannes Dahlström | 2011-11-24 | 1 | -21/+11 |
| | | | | | | | | | | its current one does nothing Simplified the logic in AbstractOrderedLayout/CssLayout#addComponent*() - super.addComponent() is now called first so that the invariant that there's never duplicate elements in the component list always holds, this fixes #7668. addComponent(c, index) now has a piece of additional logic handling the case when a component is moved to an index *after* its current one. svn changeset:22117/svn branch:6.7 | ||||
* | Merged changes from 6.5 branch | Henri Sara | 2011-02-28 | 1 | -45/+4 |
| | | | | svn changeset:17493/svn branch:6.6 | ||||
* | #4611 add getComponentCount() method for ComponentContainer implementations | Henri Sara | 2010-10-26 | 1 | -0/+10 |
| | | | | svn changeset:15724/svn branch:6.5 | ||||
* | Fixed compiler warnings in demo and core source (#2274) | Artur Signell | 2010-10-07 | 1 | -0/+1 |
| | | | | svn changeset:15451/svn branch:6.5 | ||||
* | #5692 Generics: server-side changes for changeVariables() and some component ↵ | Henri Sara | 2010-10-04 | 1 | -3/+3 |
| | | | | | | iterators svn changeset:15338/svn branch:6.5 | ||||
* | - Fixes component attach/detach events to trigger at the right times in ↵ | John Alhroos | 2010-09-21 | 1 | -7/+22 |
| | | | | | | | | CSSLayout #5625 - Updated test case to also test CSSLayout svn changeset:15093/svn branch:6.4 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -1/+1 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | Removed extra serialVersionUIDs | Artur Signell | 2010-03-18 | 1 | -2/+0 |
| | | | | svn changeset:11974/svn branch:6.3 | ||||
* | Fixed small typo in CssLayout javadoc | Henri Sara | 2010-03-18 | 1 | -2/+2 |
| | | | | svn changeset:11948/svn branch:6.3 | ||||
* | Added missing @ITMillApache2LicenseForJavaFiles@ | Artur Signell | 2010-03-09 | 1 | -0/+3 |
| | | | | svn changeset:11733/svn branch:6.3 | ||||
* | Added generics to ComponentContainer.getComponentIterator (#3717). | Artur Signell | 2009-12-14 | 1 | -1/+1 |
| | | | | svn changeset:10281/svn branch:6.2 | ||||
* | Fixed remaining issues for #3541 - ↵ | Artur Signell | 2009-11-26 | 1 | -0/+55 |
| | | | | | | VerticalLayout/GridLayout/AbsoluteLayout/CSSLayout should support click events svn changeset:10072/svn branch:6.2 | ||||
* | "removed" (finalized + deprecated) getTag from AbstractComponent | Matti Tahvonen | 2009-10-06 | 1 | -5/+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/+1 |
| | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | initial version of CssLayout (aka FlowLayout from FastLayouts) + sampler example | Matti Tahvonen | 2009-08-28 | 1 | -0/+225 |
svn changeset:8579/svn branch:6.1 |