summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore some temp files created when running TestBench tests locallyLeif Åstrand2012-05-301-0/+3
* Missing test script contents (#7885)Leif Åstrand2012-05-301-0/+36
* Remove Table.setLazyLoading (#6010)Leif Åstrand2012-05-301-13/+0
* Make clean-all remove screenshot errorsLeif Åstrand2012-05-301-0/+5
* Move dependency to the target that is not run in parallelLeif Åstrand2012-05-301-3/+3
* Test Vaadin 7 using Chrome 19Leif Åstrand2012-05-291-1/+1
* Verify that @Widgetset loads the right widgetset (#7885)Leif Åstrand2012-05-295-3/+64
* Add support for building TestingWidgetSet (#8469)Leif Åstrand2012-05-292-9/+31
* Implement first version of view and navigation APIs (#8859).Henri Sara2012-05-249-0/+1316
* Made it possible to override the type of wrapped request used in portalsArtur Signell2012-05-221-18/+29
* Test app and script for #8804Leif Åstrand2012-05-152-0/+110
* Include original exception when throwing PaintExceptionLeif Åstrand2012-05-142-4/+17
* Added support for map keys of any type (#8602)Artur Signell2012-05-144-104/+205
* Updated AbstractOrderedLayout to no longer use paintContentArtur Signell2012-05-143-86/+95
* Fixed problem with iterator containing null (#8729)Artur Signell2012-05-141-0/+4
* Fix for URL generation in browser details request (#8785)Artur Signell2012-05-141-5/+21
* Test for portal URL generation for render requests (#8785)Artur Signell2012-05-131-0/+12
* Initialize all variables in constructor instead of while loading theArtur Signell2012-05-131-2/+2
* Allow creation of stream variables in RenderRequests aswell (#8785)Artur Signell2012-05-131-4/+24
* Encode enum as String for legacy updates to be Vaadin 6 compatibileArtur Signell2012-05-134-19/+43
* Added missing licenseArtur Signell2012-05-139-1/+27
* Workaround for incorrect hierarchy (#8797)Artur Signell2012-05-131-0/+9
* State is now created using generators, removed setState (#8502)Artur Signell2012-05-1161-374/+375
* Removed Safari 4 workaroundsArtur Signell2012-05-112-11/+1
* Send widgetset version with the first UIDL requestArtur Signell2012-05-117-89/+127
* Fixed problem with sending null values from the client to the serverArtur Signell2012-05-111-2/+6
* Updated Label to use shared stateArtur Signell2012-05-1167-250/+189
* Added support for serializing enums (#8675)Artur Signell2012-05-117-54/+133
* Updated Audio and Video to use stateArtur Signell2012-05-1110-183/+198
* Moved most of TextField/TextArea/PasswordField paintContent to stateArtur Signell2012-05-119-251/+215
* Avoid unnecessary spaces in UIDLArtur Signell2012-05-111-2/+2
* Initial support for sending difference in state (#8419)Artur Signell2012-05-1112-71/+225
* Improved error messageLeif Åstrand2012-05-111-3/+4
* Add $entry to code only present in Vaadin 7 (#8699)Leif Åstrand2012-05-043-5/+7
* Update dom path for child caption for Vaadin 7Leif Åstrand2012-05-041-1/+1
* Merge remote branch 'origin/6.8'Leif Åstrand2012-05-0443-167/+1335
|\
| * [merge from 6.7] Add missing ?restartApplication from the URLAutomerge2012-05-031-1/+1
| * [merge from 6.7] Don't paint references to orphan components #8730Automerge2012-05-034-6/+102
| * Test using Firefox 12 (#8739)Leif Åstrand2012-05-021-1/+1
| * [merge from 6.7] Simplified test case for #8730Automerge2012-04-271-0/+90
| * [merge from 6.7] Improved #8619 fixAutomerge2012-04-271-27/+32
| * [merge from 6.7] Fix and test case for #8619: Add sanity checks to GridLayout...Automerge2012-04-272-4/+74
| * [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ...Automerge2012-04-273-1/+226
| * Make sure the request timer is always stopped, better names #8694Jonatan Kronqvist2012-04-274-22/+27
| * Simplified fix for #8694Jonatan Kronqvist2012-04-275-132/+56
| * Improved touch scrolling test application (#8716, #8720, #8721, #8722, #8723,...Johannes Dahlström2012-04-261-64/+111
| * Removed duplicate code for broken Android detection (#8716)Artur Signell2012-04-262-10/+3
| * Functions for reporting Android and iOS version (#8716)Artur Signell2012-04-263-6/+181
| * Joined MobileOS and OS so only one operating system is reported (#7911)Artur Signell2012-04-262-30/+16
| * #8551 Add isAndroid() testJohannes Dahlström2012-04-261-1/+3