summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added exception handling for State and Hierarchy events (#4203)Artur Signell2012-04-161-2/+10
|
* Remove classloader field to make Application serializable (#8644)Leif Åstrand2012-04-164-43/+32
| | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader();
* Show the right target type in the exception messageLeif Åstrand2012-04-131-1/+1
|
* Double was encoded as float, fixed. #8657Marc Englund2012-04-131-1/+1
|
* Scan parametrized types, e.g. List<MyObject> when generating serializersArtur Signell2012-04-121-0/+8
|
* UnknownComponent should now work again (#8651)Artur Signell2012-04-122-36/+11
|
* Rename v-paintable -> v-connector (#8652)Leif Åstrand2012-04-122-3/+3
|
* API naming change, needs update -> needs layoutLeif Åstrand2012-04-128-16/+16
|
* Ensure Table parent is measured after sizeInitArtur Signell2012-04-121-0/+2
| | | This is needed to take scrollbars into account
* Fix issues with minimum window sizesLeif Åstrand2012-04-122-9/+18
| | | | | | Minimum width is only checked once per layout phase to avoid loops Maximum height is based on header and footer size instead of difference between inner and outer sizes
* Helper to ease migration of Vaadin 6 componentsArtur Signell2012-04-121-0/+14
|
* Javadoc updates for @ConnectArtur Signell2012-04-122-14/+13
|
* Re-added ApplicationConnection.updateCaption to ease portingArtur Signell2012-04-122-0/+24
|
* Renamed @Component to @ConnectArtur Signell2012-04-1250-122/+123
| | | | @Component is not good as the server side does not have to be a Component
* Merge branch 'layoutgraph'Leif Åstrand2012-04-1232-329/+1397
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/LayoutManager.java src/com/vaadin/terminal/gwt/client/ui/AbsoluteLayoutConnector.java src/com/vaadin/terminal/gwt/client/ui/AbstractOrderedLayoutConnector.java src/com/vaadin/terminal/gwt/client/ui/AbstractSplitPanelConnector.java src/com/vaadin/terminal/gwt/client/ui/AccordionConnector.java src/com/vaadin/terminal/gwt/client/ui/FormConnector.java src/com/vaadin/terminal/gwt/client/ui/GridLayoutConnector.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/TableConnector.java src/com/vaadin/terminal/gwt/client/ui/TabsheetConnector.java src/com/vaadin/terminal/gwt/client/ui/TwinColSelectConnector.java src/com/vaadin/terminal/gwt/client/ui/VAbstractSplitPanel.java src/com/vaadin/terminal/gwt/client/ui/VAccordion.java src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTabsheetPanel.java src/com/vaadin/terminal/gwt/client/ui/VView.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/terminal/gwt/client/ui/WindowConnector.java
| * Ensure table is measured in second layout phaseLeif Åstrand2012-04-121-0/+1
| |
| * Run scrollbar fix for the next ancestor where it might be needed (#8615)Leif Åstrand2012-04-112-35/+81
| | | | | | | | | | | | The previous behavior of only running it for the direct parent if applicable didn't catch all situations where the fix was needed. Also postpone layout fix until no interfering changes are expected.
| * Avoid causing scrollbars by leaving undefined height set to autoLeif Åstrand2012-04-111-2/+6
| |
| * Don't assume scrolling elements have no inline overflow style (#8615)Leif Åstrand2012-04-111-5/+27
| |
| * Merge branch 'master' into layoutgraphLeif Åstrand2012-04-111-0/+4
| |\
| * | Avoid infinite loop by only updating table height in second passLeif Åstrand2012-04-111-1/+2
| | |
| * | Change to a more efficient overflow fix and enable it for IE9 (#8615)Leif Åstrand2012-04-111-5/+10
| | |
| * | Check for appeared or disappeared scrollbars when sizes have changedLeif Åstrand2012-04-118-13/+48
| | |
| * | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-116-24/+37
| |\ \
| * | | Disable excessive debug loggingLeif Åstrand2012-04-111-24/+36
| | | |
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-107-61/+49
| |\ \ \
| | * | | Disable excessive debug loggingLeif Åstrand2012-04-103-6/+13
| | | | |
| | * | | Remove unused field and unused importLeif Åstrand2012-04-101-3/+0
| | | | |
| * | | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-107-73/+186
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-108-51/+110
| |\ \ \ \ \
| * | | | | | Add LayoutManager.setNeedsMeasure and change how layouts are startedLeif Åstrand2012-04-109-150/+157
| | | | | | |
| * | | | | | Import order changed by eclipseLeif Åstrand2012-04-071-1/+1
| | | | | | |
| * | | | | | Unregister dependencies during unregister to avoid leaksLeif Åstrand2012-04-075-4/+54
| | | | | | |
| * | | | | | Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-051-5/+82
| |\ \ \ \ \ \
| * | | | | | | Implement support for ElementResizeListenerLeif Åstrand2012-04-054-59/+189
| | | | | | | |
| * | | | | | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-0514-143/+48
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into layoutgraphLeif Åstrand2012-04-058-69/+20
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into layoutgraphLeif Åstrand2012-04-0587-1624/+1762
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/AbstractOrderedLayoutConnector.java src/com/vaadin/terminal/gwt/client/ui/AbstractSplitPanelConnector.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/WindowConnector.java
| * \ \ \ \ \ \ \ \ \ 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
| * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \