aboutsummaryrefslogtreecommitdiffstats
path: root/tests/server-side
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-102-3/+130
|\|
| * Fixed #6155: stop listening to Property value change and read only status cha...Johannes Dahlström2012-04-051-0/+72
| * [merge from 6.7] Test for #8328Automerge2012-04-041-3/+57
* | Include ApplicationRunnerServlet in test.warArtur Signell2012-04-051-1/+0
* | Server side unit test for #8542Leif Åstrand2012-03-271-0/+98
* | Enable loading Root subclasses with a custom class loader (#8542)Leif Åstrand2012-03-271-2/+4
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-231-0/+47
|\|
| * #8209 Added a public click() method to Button, simulating a click on server sideJohannes Dahlström2012-03-201-0/+47
* | KeyMapper now uses HashMap instead of Hashtable internally - fixed testArtur Signell2012-03-221-3/+3
* | Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-211-4/+4
* | Removed duplicate file (SourceFileChecker performs the same task)Artur Signell2012-03-141-57/+0
* | Better error reporting for anonymous classesArtur Signell2012-03-141-2/+12
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-02-141-6/+23
|\|
| * [merge from 6.7] Ensure that all opened FileInputStreams are closedArtur Signell2012-02-071-6/+23
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-031-17/+60
|\|
| * Throw an error if directory listing failsArtur Signell2012-02-031-1/+6
| * Removed debug infoArtur Signell2012-02-021-1/+0
| * #8311 Extended test to cover non-java filesArtur Signell2012-02-021-16/+55
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-311-1/+1
|\|
| * Corrected typoArtur Signell2012-01-271-1/+1
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-3171-8195/+8195
|\|
| * #8311 Additional CRLF->LF fixesArtur Signell2012-01-273-89/+89
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-2758-7088/+7088
* | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8)Artur Signell2012-01-311-0/+114
|\|
| * #8311 Verify that all source files use unix style line delimitersArtur Signell2012-01-272-54/+114
* | #8169, #8326 Removed SplitPanel and special handling of SplitPanel onArtur Signell2012-01-311-2/+0
* | Moved JUnit test to server-side source folder where it belongsArtur Signell2012-01-271-0/+61
* | Merge branch 'master' into contribArtur Signell2012-01-275-0/+434
|\ \
| * | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-275-0/+434
| |\|
| | * Merged #8105 Compile core files and test files to separate foldersJohannes Dahlström2012-01-161-0/+236
| | * #7614 Added getComponent(int) and getComponentIndex(Component) to CssLayoutArtur Signell2012-01-124-0/+186
* | | #8019 Table's column alignment constants to enum.Jens Jansson2012-01-201-43/+21
|/ /
* | #8170 Updated to work with Vaadin 7Leif Åstrand2012-01-061-66/+135
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-01-061-0/+179
|\|
| * Merged changes from 6.7Johannes Dahlström2011-12-301-0/+179
* | Merge branch 'contrib'Leif Åstrand2012-01-021-27/+26
|\ \
| * | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-221-27/+26
* | | Rename BeanValidationValidator to BeanValidator based on review.Henri Sara2011-12-221-15/+13
|/ /
* | #8173 Deprecated separate read through and write through modesArtur Signell2011-12-221-4/+2
* | #8101 Swapped generics parameter order for Converter based on API reviewArtur Signell2011-12-211-7/+5
* | #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-211-13/+13
* | #8102 Removed "value" from value converter used in AbstractField andArtur Signell2011-12-211-5/+5
* | Removed obsolete UriFragmentUtilityListener testArtur Signell2011-12-211-13/+0
* | #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-212-3/+2
* | Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-202-4/+5
* | #8095 Use Bean Validation automatically in BeanFieldBinderArtur Signell2011-12-191-0/+156
* | Class for creating a GraphViz chart for Vaadin component hierarchyArtur Signell2011-12-191-0/+149
* | Remove conversions using String constructor from Properties (#8125).Henri Sara2011-12-181-8/+8
* | #8093 Support JSR-303 Bean ValidationHenri Sara2011-12-162-0/+115
* | Nicer toString()Artur Signell2011-12-161-0/+5