Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Updated CustomLayout to use shared state and new events | Artur Signell | 2012-04-05 | 3 | -145/+128 | |
| | | | | | | ||||||
* | | | | | | #8602 Added support for Map<Connector,?> | Artur Signell | 2012-04-05 | 5 | -16/+75 | |
| | | | | | | ||||||
* | | | | | | Fixed merge problem from ef53ac075f83a865cbc6e736132821d8b1714aab | Artur Signell | 2012-04-05 | 1 | -2/+0 | |
| | | | | | | ||||||
* | | | | | | Include ApplicationRunnerServlet in test.war | Artur Signell | 2012-04-05 | 3 | -7/+4 | |
| | | | | | | ||||||
* | | | | | | Added missing license | Artur Signell | 2012-04-05 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | File moed -> 644 | Artur Signell | 2012-04-05 | 1 | -0/+0 | |
| | | | | | | ||||||
* | | | | | | Fixed FormLayoutConnector to use state and hierarchy listeners | Artur Signell | 2012-04-05 | 4 | -113/+180 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Added AbstractOrderedLayoutState for spacing info | |||||
* | | | | | | Moved ApplicationRunnerServlet to test folder and improved find method | Artur Signell | 2012-04-05 | 1 | -19/+41 | |
| | | | | | | ||||||
* | | | | | | Moved margins to AbstractLayoutState | Artur Signell | 2012-04-05 | 11 | -57/+72 | |
| | | | | | | ||||||
* | | | | | | Updated CssLayout to use new state and hierarchy change events | Artur Signell | 2012-04-05 | 4 | -168/+210 | |
| | | | | | | ||||||
* | | | | | | Avoid adding empty id attributes to all connector widgets | Artur Signell | 2012-04-05 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Fixed typo | Artur Signell | 2012-04-05 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | CRLF -> LF | Artur Signell | 2012-04-05 | 4 | -285/+285 | |
| | | | | | | ||||||
* | | | | | | Added missing licence info | Artur Signell | 2012-04-05 | 3 | -0/+9 | |
| | | | | | | ||||||
* | | | | | | ServerConnector is no longer a Paintable, components using updateFromUidl are | Artur Signell | 2012-04-05 | 37 | -131/+115 | |
| | | | | | | ||||||
* | | | | | | Removed unnecessary updateFromUidl calls from containers | Artur Signell | 2012-04-05 | 13 | -55/+6 | |
| | | | | | | ||||||
* | | | | | | Updated AbsoluteLayout to use hierarchy and state change events | Artur Signell | 2012-04-05 | 5 | -173/+224 | |
| | | | | | | ||||||
* | | | | | | Avoid warning for RootConnector not having a parent | Artur Signell | 2012-04-05 | 1 | -5/+3 | |
| | | | | | | ||||||
* | | | | | | Unregister event for ServerConnector | Artur Signell | 2012-04-05 | 4 | -13/+29 | |
| | | | | | | ||||||
* | | | | | | Changed ConnectorHierarchyChangeEvent to use the same mechanisms as ↵ | Artur Signell | 2012-04-05 | 13 | -112/+163 | |
| | | | | | | | | | | | | | | | | | | | | | | | | StatechangeEvent | |||||
* | | | | | | Sub window can no longer 'open' other windows | Artur Signell | 2012-04-05 | 1 | -20/+0 | |
| | | | | | | ||||||
* | | | | | | Moved basic Window state attributes to WindowState | Artur Signell | 2012-04-05 | 2 | -55/+76 | |
| | | | | | | ||||||
* | | | | | | Created GridLayoutState with basic GridLayout state | Artur Signell | 2012-04-05 | 2 | -53/+92 | |
| | | | | | | ||||||
* | | | | | | Removed unused createState() from client side | Artur Signell | 2012-04-05 | 10 | -75/+1 | |
| | | | | | | ||||||
* | | | | | | Automatically create state on server side based on getState return type | Artur Signell | 2012-04-05 | 6 | -29/+28 | |
| | | | | | | ||||||
* | | | | | | Generator to ease initialization of client to server rpc proxies | Artur Signell | 2012-04-05 | 15 | -42/+207 | |
| | | | | | | ||||||
* | | | | | | Simplified Rpc registration on server side (#8591) | Artur Signell | 2012-04-05 | 11 | -12/+32 | |
| | | | | | | ||||||
* | | | | | | Log error for missing RPC manager or target (#8590) | Artur Signell | 2012-04-05 | 2 | -9/+19 | |
| | | | | | | ||||||
* | | | | | | Log instead of using system.out | Artur Signell | 2012-04-05 | 1 | -4/+3 | |
| | | | | | | ||||||
* | | | | | | Added timestamps to debug window output | Artur Signell | 2012-04-05 | 1 | -1/+13 | |
| | | | | | | ||||||
* | | | | | | Defined RPC in a field rather than inline for clarity | Artur Signell | 2012-04-05 | 1 | -12/+13 | |
| | | | | | | ||||||
* | | | | | | Removed description from target that should not be run separately and added ↵ | Artur Signell | 2012-04-05 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | description to targets for compiling default widget set and default themes | |||||
* | | | | | | AbstractComponent.updateFromUIDL moved to state change (#8436) | Artur Signell | 2012-04-05 | 7 | -60/+117 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Fixed problem with anonymous classes and with AbstractComponent mapping | Artur Signell | 2012-04-04 | 3 | -16/+21 | |
| | | | | | ||||||
* | | | | | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 109 | -483/+455 | |
| | | | | | ||||||
* | | | | | Do panel wrapper sizing with css | Leif Åstrand | 2012-04-03 | 2 | -13/+6 | |
| | | | | | ||||||
* | | | | | Run onChildSizeChange for new children | Leif Åstrand | 2012-04-03 | 1 | -4/+8 | |
| |_|_|/ |/| | | | ||||||
* | | | | Dump connector hierachy as a clickable tree | Leif Åstrand | 2012-04-03 | 1 | -10/+41 | |
| | | | | ||||||
* | | | | Tweak spacings to better utilize horizontal space | Leif Åstrand | 2012-04-03 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Less verbose debug output | Leif Åstrand | 2012-04-03 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Use StateChangeHandler to detect child sizing change | Leif Åstrand | 2012-04-02 | 1 | -3/+23 | |
| | | | ||||||
* | | | Make default Root state reflect reality (#8460) | Leif Åstrand | 2012-04-02 | 1 | -0/+1 | |
| | | | ||||||
* | | | Import the proper HandlerRegistration (#8420) | Leif Åstrand | 2012-04-02 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Fixed test (spliter click coordinates) | Artur Signell | 2012-03-30 | 1 | -3/+3 | |
| | | ||||||
* | | Converted CustomComponent to use only connector hierarchy change event | Artur Signell | 2012-03-30 | 2 | -38/+14 | |
| | | ||||||
* | | Replaced "defer" status with "cached" to be more Vaadin 6 compatible | Artur Signell | 2012-03-30 | 4 | -21/+13 | |
| | | ||||||
* | | Fixed test as Embedded now return mouse coordinates for splitter click | Artur Signell | 2012-03-30 | 1 | -4/+3 | |
| | | ||||||
* | | Added missing license | Artur Signell | 2012-03-30 | 2 | -2/+8 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-30 | 4 | -3/+63 | |
|\| | | | | | | | | | Conflicts: tests/test.xml | |||||
| * | [merge from 6.7] #8580 test case | Automerge | 2012-03-30 | 1 | -0/+49 | |
| | | | | | | | | svn changeset:23372/svn branch:6.8 |