summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't fail if opening tooltip for disappeared componentLeif Åstrand2012-06-081-2/+10
* Made it possible to override the type of wrapped request used in portalsArtur Signell2012-06-071-18/+29
* Fix broken enums in UIDL message (#8878)Leif Åstrand2012-06-071-9/+4
* Use camelCase field names -> JSON more suitable for javascript (#8888)Leif Åstrand2012-06-073-12/+50
* Use update from deserialize instead of generating the same code againLeif Åstrand2012-06-061-17/+11
* Remove redundant ConnectorMap from JsonEncoder.encodeLeif Åstrand2012-06-065-56/+33
* Change map serialization to use same scheme as GWT AutoBean (#8602)Leif Åstrand2012-06-063-49/+290
* Don't send type info from server to client (#8879)Leif Åstrand2012-06-067-94/+52
* Pass declared types to JsonDecoder and use them (#8677)Leif Åstrand2012-06-065-78/+95
* Add DiffJSONSerializer for updating existing objects (#8879)Leif Åstrand2012-06-066-79/+107
* Refactor RpcManager to provide info about parameter types (#8879)Leif Åstrand2012-06-066-67/+217
* Extract duplicated code for decoding collectionsLeif Åstrand2012-06-061-6/+9
* Drop explicit type info from client -> server communication (#8879)Leif Åstrand2012-06-063-86/+47
* Use UidlValue for sending legacy maps and arrays (#8878)Leif Åstrand2012-06-063-30/+25
* Wrap variable change data in UidlValue wrapper with type info (#8878)Leif Åstrand2012-06-065-2/+69
* Add missing call to super.detach() (#6690)Leif Åstrand2012-06-061-0/+1
* Change widget -> connector in some placesLeif Åstrand2012-06-062-15/+15
* Fix missing licenses and Serializable (#6690)Leif Åstrand2012-06-064-16/+37
* Redefine isVisible to not paint dirty detached component (#6690)Leif Åstrand2012-06-061-2/+10
* Fix some broken hierarchies (#6690)Leif Åstrand2012-06-062-5/+12
* Fix accidental invalid cast (#6690)Leif Åstrand2012-06-061-2/+1
* Initial extension support (#6690)Leif Åstrand2012-06-0667-1179/+1352
* Deprecate WidgetSetCompiler, not needed with Java6 (but used in Eclipse)Henri Sara2012-06-051-0/+3
* Repaint when contents changes (#8735)Artur Signell2012-06-011-0/+1
* Repaint when contents changes (#8832)Artur Signell2012-06-011-0/+2
* Updated to be Root-based and added debug ids to ease testingArtur Signell2012-05-311-16/+21
* Added generic test for FormLayoutArtur Signell2012-05-311-0/+16
* Fixed header height by taking padding into account (box sizing change)Artur Signell2012-05-311-1/+1
* Support for additional build time non-Ivy JARs in build.xml .Henri Sara2012-05-301-3/+20
* Reduce number of local workers to avoid synchronization problemsLeif Åstrand2012-05-301-1/+1
* 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