Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -141/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -3/+3 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | Button, NativeButton and CheckBox are no longer Vaadin6Components | Artur Signell | 2012-04-12 | 1 | -32/+43 |
| | | | | Added FocusAndBlurServerRpc for sending focus and blur events to any component. | ||||
* | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -6/+3 |
| | |||||
* | 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 | -1/+2 |
| | |||||
* | Corrected paintable references | Artur Signell | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Re-added deprecated booleanValue() to ease migration | Artur Signell | 2011-12-20 | 1 | -0/+13 |
| | |||||
* | Fix null handling for CheckBox. | Henri Sara | 2011-12-13 | 1 | -1/+3 |
| | | | | Broken probably in Button hierarchy refactoring, see the old ticket #6918. | ||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-12-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java | ||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | | svn changeset:22317/svn branch:6.7 | ||||
* | | Default value for a CheckBox is now false and not null. Removed | Artur Signell | 2011-11-28 | 1 | -16/+2 |
| | | | | | | | | old booleanValue as getValue() returns true/false now for all basic cases | ||||
* | | Merge branch 'master' into databinding | Artur Signell | 2011-11-24 | 1 | -68/+87 |
|\ \ | |/ |/| | |||||
| * | FIXME comment for the future | Artur Signell | 2011-11-22 | 1 | -0/+3 |
| | | |||||
| * | #7964 Added booleanValue() to CheckBox for now. Can probably be removed | Artur Signell | 2011-11-22 | 1 | -1/+14 |
| | | | | | | | | once CheckBox.getValue() return Boolean | ||||
| * | #7964 CheckBox now extends AbstractField directly. | Artur Signell | 2011-11-22 | 1 | -67/+70 |
|/ | | | | | ClickListener is no longer available for a CheckBox. Fixed tests accordingly | ||||
* | #6444 Ability to disable button on click | Artur Signell | 2011-07-18 | 1 | -0/+6 |
| | | | | svn changeset:19820/svn branch:6.7 | ||||
* | #6082 Suppressed deprecation warnings | Artur Signell | 2010-11-30 | 1 | -1/+3 |
| | | | | svn changeset:16239/svn branch:6.5 | ||||
* | #5865. Removed some non-needed code from widgetset, prepared datefields and ↵ | Matti Tahvonen | 2010-11-04 | 1 | -0/+1 |
| | | | | | | button and select for one-to-one mapping svn changeset:15867/svn branch:6.5 | ||||
* | steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵ | Matti Tahvonen | 2009-09-25 | 1 | -2/+3 |
| | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+103 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |