| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Conflicts:
src/com/vaadin/terminal/UserError.java
|
| |
| |
| |
| | |
svn changeset:23673/svn branch:6.8
|
| |
| |
| |
| | |
This is an intermediate step towards moving error messages from UIDL to
shared state.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
In this version, SharedState can return a map that will be transferred.
On the client side, shared state is deserialized from the map but not
used.
Shared state is not sent for nested components that have not been
painted yet - doing so requires refactoring of painting of components.
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
svn changeset:22317/svn branch:6.7
|
| |
| |
| |
| | |
ContentMode, ErrorLevel) is still backwards compatible when the constants are used
|
| | |
|
| |
| |
| |
| | |
where we will have Text/UIDL/XHTML enum and this should be merged with the main one down the road.
|
| |
| |
| |
| | |
centralized ErrorLevel enum.
|
|/ |
|
|
|
|
| |
svn changeset:21335/svn branch:6.7
|
|
- com.itmill.toolkit.external not yet fully renamed
svn changeset:7715/svn branch:6.0
|