summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Updated CustomLayout to use shared state and new eventsArtur Signell2012-04-053-145/+128
| | | | | |
* | | | | | #8602 Added support for Map<Connector,?>Artur Signell2012-04-055-16/+75
| | | | | |
* | | | | | Fixed merge problem from ef53ac075f83a865cbc6e736132821d8b1714aabArtur Signell2012-04-051-2/+0
| | | | | |
* | | | | | Include ApplicationRunnerServlet in test.warArtur Signell2012-04-053-7/+4
| | | | | |
* | | | | | Added missing licenseArtur Signell2012-04-051-0/+3
| | | | | |
* | | | | | File moed -> 644Artur Signell2012-04-051-0/+0
| | | | | |
* | | | | | Fixed FormLayoutConnector to use state and hierarchy listenersArtur Signell2012-04-054-113/+180
| | | | | | | | | | | | | | | | | | | | | | | | Added AbstractOrderedLayoutState for spacing info
* | | | | | Moved ApplicationRunnerServlet to test folder and improved find methodArtur Signell2012-04-051-19/+41
| | | | | |
* | | | | | Moved margins to AbstractLayoutStateArtur Signell2012-04-0511-57/+72
| | | | | |
* | | | | | Updated CssLayout to use new state and hierarchy change eventsArtur Signell2012-04-054-168/+210
| | | | | |
* | | | | | Avoid adding empty id attributes to all connector widgetsArtur Signell2012-04-051-1/+1
| | | | | |
* | | | | | Fixed typoArtur Signell2012-04-051-1/+1
| | | | | |
* | | | | | CRLF -> LFArtur Signell2012-04-054-285/+285
| | | | | |
* | | | | | Added missing licence infoArtur Signell2012-04-053-0/+9
| | | | | |
* | | | | | ServerConnector is no longer a Paintable, components using updateFromUidl areArtur Signell2012-04-0537-131/+115
| | | | | |
* | | | | | Removed unnecessary updateFromUidl calls from containersArtur Signell2012-04-0513-55/+6
| | | | | |
* | | | | | Updated AbsoluteLayout to use hierarchy and state change eventsArtur Signell2012-04-055-173/+224
| | | | | |
* | | | | | Avoid warning for RootConnector not having a parentArtur Signell2012-04-051-5/+3
| | | | | |
* | | | | | Unregister event for ServerConnectorArtur Signell2012-04-054-13/+29
| | | | | |
* | | | | | Changed ConnectorHierarchyChangeEvent to use the same mechanisms as ↵Artur Signell2012-04-0513-112/+163
| | | | | | | | | | | | | | | | | | | | | | | | StatechangeEvent
* | | | | | Sub window can no longer 'open' other windowsArtur Signell2012-04-051-20/+0
| | | | | |
* | | | | | Moved basic Window state attributes to WindowStateArtur Signell2012-04-052-55/+76
| | | | | |
* | | | | | Created GridLayoutState with basic GridLayout stateArtur Signell2012-04-052-53/+92
| | | | | |
* | | | | | Removed unused createState() from client sideArtur Signell2012-04-0510-75/+1
| | | | | |
* | | | | | Automatically create state on server side based on getState return typeArtur Signell2012-04-056-29/+28
| | | | | |
* | | | | | Generator to ease initialization of client to server rpc proxiesArtur Signell2012-04-0515-42/+207
| | | | | |
* | | | | | Simplified Rpc registration on server side (#8591)Artur Signell2012-04-0511-12/+32
| | | | | |
* | | | | | Log error for missing RPC manager or target (#8590)Artur Signell2012-04-052-9/+19
| | | | | |
* | | | | | Log instead of using system.outArtur Signell2012-04-051-4/+3
| | | | | |
* | | | | | Added timestamps to debug window outputArtur Signell2012-04-051-1/+13
| | | | | |
* | | | | | Defined RPC in a field rather than inline for clarityArtur Signell2012-04-051-12/+13
| | | | | |
* | | | | | Removed description from target that should not be run separately and added ↵Artur Signell2012-04-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | description to targets for compiling default widget set and default themes
* | | | | | AbstractComponent.updateFromUIDL moved to state change (#8436)Artur Signell2012-04-057-60/+117
| |_|_|_|/ |/| | | |
* | | | | Fixed problem with anonymous classes and with AbstractComponent mappingArtur Signell2012-04-043-16/+21
| | | | |
* | | | | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-04109-483/+455
| | | | |
* | | | | Do panel wrapper sizing with cssLeif Åstrand2012-04-032-13/+6
| | | | |
* | | | | Run onChildSizeChange for new childrenLeif Åstrand2012-04-031-4/+8
| |_|_|/ |/| | |
* | | | Dump connector hierachy as a clickable treeLeif Åstrand2012-04-031-10/+41
| | | |
* | | | Tweak spacings to better utilize horizontal spaceLeif Åstrand2012-04-031-2/+3
| | | |
* | | | Less verbose debug outputLeif Åstrand2012-04-031-1/+1
| |_|/ |/| |
* | | Use StateChangeHandler to detect child sizing changeLeif Åstrand2012-04-021-3/+23
| | |
* | | Make default Root state reflect reality (#8460)Leif Åstrand2012-04-021-0/+1
| | |
* | | Import the proper HandlerRegistration (#8420)Leif Åstrand2012-04-021-1/+1
| |/ |/|
* | Fixed test (spliter click coordinates)Artur Signell2012-03-301-3/+3
| |
* | Converted CustomComponent to use only connector hierarchy change eventArtur Signell2012-03-302-38/+14
| |
* | Replaced "defer" status with "cached" to be more Vaadin 6 compatibleArtur Signell2012-03-304-21/+13
| |
* | Fixed test as Embedded now return mouse coordinates for splitter clickArtur Signell2012-03-301-4/+3
| |
* | Added missing licenseArtur Signell2012-03-302-2/+8
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-304-3/+63
|\| | | | | | | | | Conflicts: tests/test.xml
| * [merge from 6.7] #8580 test caseAutomerge2012-03-301-0/+49
| | | | | | | | svn changeset:23372/svn branch:6.8