| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| | |
svn changeset:24196/svn branch:6.8
|
| |
| |
| |
| |
| |
| | |
The test now fails before the query can be executed when the query string is generated.
svn changeset:24061/svn branch:6.8
|
| | |
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java
src/com/vaadin/terminal/gwt/client/ui/VTree.java
src/com/vaadin/terminal/gwt/client/ui/VWindow.java
src/com/vaadin/ui/AbstractField.java
|
| |
| |
| |
| | |
svn changeset:23402/svn branch:6.8
|
|\|
| |
| |
| | |
Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
|
| |
| |
| |
| | |
svn changeset:22797/svn branch:6.7
|
| |
| |
| |
| | |
Eliminate some more warnings for use of raw types (Field, Property,
Class), mostly by changing API method return types.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The toString() method should not be used on a property to get its value.
Added getStringValue() to AbstractField, Label etc. Using them
where applicable. Added comments to some problematic locations where
Property.toString() is known to be used.
AbstractField.toString() and Label.toString() still return the same
values as before, but it will throw an exception in future revisions.
Migration needed: Replace explicit and implicit uses of
Property.toString() with use property.getValue() and its
string representation.
Alternatively, use AbstractProperty.getStringValue() and
AbstractField.getStringValue() instead of Property.toString() during
migration.
|
|
|
|
| |
svn changeset:21552/svn branch:6.7
|
|
|
|
| |
svn changeset:21478/svn branch:6.7
|
|
|
|
| |
svn changeset:21463/svn branch:6.7
|
|
svn changeset:21440/svn branch:6.7
|