Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | -268/+0 | |
| | | | ||||||
| * | | Moved margins to AbstractLayoutState | Artur Signell | 2012-04-05 | 8 | -54/+51 | |
| | | | ||||||
| * | | Updated CssLayout to use new state and hierarchy change events | Artur Signell | 2012-04-05 | 3 | -168/+142 | |
| | | | ||||||
| * | | 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 | 35 | -125/+108 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | AbstractComponent.updateFromUIDL moved to state change (#8436) | Artur Signell | 2012-04-05 | 7 | -60/+117 | |
| | | | ||||||
* | | | Merge branch 'master' into layoutgraph_merged | Leif Åstrand | 2012-04-04 | 106 | -505/+469 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/AccordionConnector.java src/com/vaadin/terminal/gwt/client/ui/PanelConnector.java src/com/vaadin/terminal/gwt/client/ui/RootConnector.java src/com/vaadin/terminal/gwt/client/ui/TabsheetConnector.java | |||||
| * | | 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 | 106 | -480/+448 | |
| | | | ||||||
| * | | Do panel wrapper sizing with css | Leif Åstrand | 2012-04-03 | 1 | -13/+0 | |
| | | | ||||||
| * | | Run onChildSizeChange for new children | Leif Åstrand | 2012-04-03 | 1 | -4/+8 | |
| | | | ||||||
* | | | Only report sizes for relative children | Leif Åstrand | 2012-04-04 | 1 | -12/+25 | |
| | | | ||||||
* | | | Allocate full width to relative children. | Leif Åstrand | 2012-04-04 | 2 | -0/+8 | |
| | | | | | | | | | | | | This reduces the risk of initially adding scrollbars that would require additional propagation to get rid of. | |||||
* | | | Trivial null check | Leif Åstrand | 2012-04-04 | 1 | -2/+4 | |
| | | | ||||||
* | | | Also layout the parent after doing overflow fixes. (#8615) | Leif Åstrand | 2012-04-04 | 1 | -0/+9 | |
| | | | ||||||
* | | | Add license | Leif Åstrand | 2012-04-04 | 1 | -0/+3 | |
| | | | ||||||
* | | | Manage fix for overflow: auto in LayoutManager (#8615) | Leif Åstrand | 2012-04-04 | 14 | -38/+73 | |
| | | | ||||||
* | | | Add helper method to dump the dependency status of a component | Leif Åstrand | 2012-04-03 | 2 | -0/+13 | |
| | | | ||||||
* | | | Report child sizes to LayoutManager to improve propagation | Leif Åstrand | 2012-04-03 | 2 | -1/+53 | |
| | | | ||||||
* | | | Move logic for parsing percentages to LayoutManager | Leif Åstrand | 2012-04-03 | 2 | -13/+26 | |
| | | | ||||||
* | | | Make AbsoluteLayout report relative child sizes to LayoutManager | Leif Åstrand | 2012-04-03 | 1 | -0/+13 | |
| | | | ||||||
* | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-03 | 3 | -13/+45 | |
|\| | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | Tweaked debug output | Leif Åstrand | 2012-04-03 | 1 | -13/+43 | |
| | | | ||||||
* | | | Let GridLayout report own sizes to the LayoutManager | Leif Åstrand | 2012-04-03 | 1 | -0/+4 | |
| | | | | | | | | | | | | Child sizes already covered by the updated LayoutSlots | |||||
* | | | Let ManagedLayouts report sizes back to the LayoutManager. | Leif Åstrand | 2012-04-03 | 5 | -112/+229 | |
| | | | | | | | | | Also improved the way non-ManagedLayouts are handled. | |||||
* | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-02 | 3 | -4/+25 | |
|\| | | ||||||
| * | | Use StateChangeHandler to detect child sizing change | Leif Åstrand | 2012-04-02 | 1 | -3/+23 | |
| | | |