aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-268/+0
| | |
| * | Moved margins to AbstractLayoutStateArtur Signell2012-04-058-54/+51
| | |
| * | Updated CssLayout to use new state and hierarchy change eventsArtur Signell2012-04-053-168/+142
| | |
| * | 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-0535-125/+108
| | |
| * | 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
| | |
| * | AbstractComponent.updateFromUIDL moved to state change (#8436)Artur Signell2012-04-057-60/+117
| | |
* | | Merge branch 'master' into layoutgraph_mergedLeif Åstrand2012-04-04106-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 mappingArtur Signell2012-04-043-16/+21
| | |
| * | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-04106-480/+448
| | |
| * | Do panel wrapper sizing with cssLeif Åstrand2012-04-031-13/+0
| | |
| * | Run onChildSizeChange for new childrenLeif Åstrand2012-04-031-4/+8
| | |
* | | Only report sizes for relative childrenLeif Åstrand2012-04-041-12/+25
| | |
* | | Allocate full width to relative children.Leif Åstrand2012-04-042-0/+8
| | | | | | | | | | | | This reduces the risk of initially adding scrollbars that would require additional propagation to get rid of.
* | | Trivial null checkLeif Åstrand2012-04-041-2/+4
| | |
* | | Also layout the parent after doing overflow fixes. (#8615)Leif Åstrand2012-04-041-0/+9
| | |
* | | Add licenseLeif Åstrand2012-04-041-0/+3
| | |
* | | Manage fix for overflow: auto in LayoutManager (#8615)Leif Åstrand2012-04-0414-38/+73
| | |
* | | Add helper method to dump the dependency status of a componentLeif Åstrand2012-04-032-0/+13
| | |
* | | Report child sizes to LayoutManager to improve propagationLeif Åstrand2012-04-032-1/+53
| | |
* | | Move logic for parsing percentages to LayoutManagerLeif Åstrand2012-04-032-13/+26
| | |
* | | Make AbsoluteLayout report relative child sizes to LayoutManagerLeif Åstrand2012-04-031-0/+13
| | |
* | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-033-13/+45
|\| |
| * | 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
| | |
* | | Tweaked debug outputLeif Åstrand2012-04-031-13/+43
| | |
* | | Let GridLayout report own sizes to the LayoutManagerLeif Åstrand2012-04-031-0/+4
| | | | | | | | | | | | Child sizes already covered by the updated LayoutSlots
* | | Let ManagedLayouts report sizes back to the LayoutManager.Leif Åstrand2012-04-035-112/+229
| | | | | | | | | Also improved the way non-ManagedLayouts are handled.
* | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-023-4/+25
|\| |
| * | Use StateChangeHandler to detect child sizing changeLeif Åstrand2012-04-021-3/+23
| | |