| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
VTwinColSelect into Widget and Paintable.
|
|
|
| |
Widget), VPaintableWidget (paintable connected to a widget).
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/ |
|
|
|
|
|
|
| |
setSelectedIndex instead of multiple invocations of setItemSelected to fix problem with keyboard navigation in some browsers (#5683)
svn changeset:20795/svn branch:6.7
|
|
|
|
| |
svn changeset:17064/svn branch:6.6
|
|
|
|
|
|
| |
TestBench
svn changeset:16676/svn branch:6.5
|
|
|
|
|
|
| |
first one because of incorrect width calculations (#2942).
svn changeset:16381/svn branch:6.5
|
|
|
|
|
|
|
| |
Changed style names to be consistent with server side API
Added test for caption style names
svn changeset:16375/svn branch:6.5
|
|
|
|
| |
svn changeset:16367/svn branch:6.5
|
|
|
|
|
|
|
| |
Measure instead of guess padding and border to get the right caption correctly aligned
svn changeset:16355/svn branch:6.5
|
|
|
|
| |
svn changeset:16349/svn branch:6.5
|
|
|
|
|
|
| |
TestBench
svn changeset:16339/svn branch:6.5
|
|
|
|
| |
svn changeset:16320/svn branch:6.5
|
|
|
|
|
|
| |
UIDL.getChildIterator() related code should be improved
svn changeset:15333/svn branch:6.5
|
|
|
|
| |
svn changeset:14496/svn branch:6.4
|
|
|
|
| |
svn changeset:13750/svn branch:6.4
|
|\
| |
| |
| | |
svn changeset:13454/svn branch:6.4
|
| |
| |
| |
| | |
svn changeset:13451/svn branch:6.3
|
|/
|
|
| |
svn changeset:13446/svn branch:6.4
|
|
|
|
|
|
|
|
|
|
| |
* typing map for changevariable to <String,Object>
* added variabletypes Object[] and Map<String,Object> where Objects can be Strings,Integers, Longs, Floats, Doubles, Booleans and Paintables (reference on client side translates to corresponding server side component by terminal)
* Note, multilevel datastructures still not supported (Array or Map inside another), needs #3765
fixes #3756, #3757
svn changeset:10023/svn branch:6.2
|
|
|
|
|
|
| |
keyboard listeners)
svn changeset:8580/svn branch:6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
great regression risk, blame me on new odd bugs.
* default alignments/expandratios now not transported over uidl
* added new map type to painttarget
* rewrote UIDL with overlay type
* ditched gwt JSON implementation instead of own "overlay type" altogether
* using arraylist instead of vector in all places on client side
* optimized a bit LocaleService
* rewrote uidl browsers in debug window (now does not stall IE that easily with large changesets)
svn changeset:8516/svn branch:6.1
|
|
|
|
| |
svn changeset:7752/svn branch:6.0
|
|
yet CSS prefixes)
svn changeset:7742/svn branch:6.0
|