aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Video.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-81/+0
|
* Add shorthand for avoiding null-checks with ResourceReference (#9211)Leif Åstrand2012-08-031-2/+2
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+1
|
* Updated Audio and Video to use stateArtur Signell2012-05-111-13/+9
|
* Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
| | | | | | 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.
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-1/+0
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-3/+3
|
* Corrected paintable referencesArtur Signell2012-01-301-3/+3
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* More fixes based on review of #6909Jonatan Kronqvist2011-09-121-0/+5
| | | | svn changeset:20967/svn branch:6.7
* Add licence to the top of java filesJonatan Kronqvist2011-09-081-0/+4
| | | | svn changeset:20911/svn branch:6.7
* HTML5 <audio> and <video> support #6909Jonatan Kronqvist2011-09-071-0/+77
svn changeset:20904/svn branch:6.7