summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/6.8'Leif Åstrand2012-04-184-37/+64
|\
| * [merge from 6.7] Reverted #7607 fixes and removed the test for now because th...Automerge2012-04-172-7/+19
| * [merge from 6.7] #8639 Improved commentsAutomerge2012-04-131-11/+20
| * [merge from 6.7] Fixed #8639: Table context menu was broken on touch devicesAutomerge2012-04-131-15/+18
| * [merge from 6.7] VConsole.error() instead of throwing in startRequest() and e...Automerge2012-04-131-3/+2
| * Reverted accidental commitJohannes Dahlström2012-04-137-108/+50
| * Blocked merge of revisions related to 6.7.7 releaseJohannes Dahlström2012-04-137-50/+108
| * #8203 Improved javadoc, added null checkJohannes Dahlström2012-04-121-7/+10
| * Fixed #8653: addTab(index) should not throw if index is out of boundsJohannes Dahlström2012-04-121-5/+6
* | Add missing licenseLeif Åstrand2012-04-181-0/+3
* | Reserve space using margin instead of padding to reduce overflowsLeif Åstrand2012-04-183-29/+31
* | Don't throw NPE when getting RPC for non-existing connector idLeif Åstrand2012-04-171-0/+9
* | Put margin on caption's parent so caption's outer size can be usedLeif Åstrand2012-04-171-2/+3
* | Fixes #8669 by prefixing field names with "json_" instead of just "json" to a...Marc Englund2012-04-171-2/+2
* | Take additional padding into account when putting caption to the rightLeif Åstrand2012-04-171-2/+2
* | Make client side exception more obvious again (#8544)Leif Åstrand2012-04-172-3/+8
* | Explicitly reserve space for layout paddings to avoid slot growing.Leif Åstrand2012-04-174-21/+75
* | Fixes #8673 (some fields not en/decoded correctly) by using the setter/getter...Marc Englund2012-04-172-13/+29
* | Add exception handling for layout and element resize (#4203)Leif Åstrand2012-04-161-5/+25
* | Use the non-legacy HandlerRegistration typeLeif Åstrand2012-04-162-2/+2
* | Revert "Import the proper HandlerRegistration (#8420)"Leif Åstrand2012-04-161-1/+1
* | Rename paintable -> connector internallyLeif Åstrand2012-04-161-13/+13
* | Changed getStyleNames to be non static so it can be overriddenArtur Signell2012-04-163-35/+34
* | Reformatted all source filesArtur Signell2012-04-1617-25/+16
* | 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
* | 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
* | Fix issues with minimum window sizesLeif Åstrand2012-04-122-9/+18
* | 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
* | Merge branch 'layoutgraph'Leif Åstrand2012-04-1232-329/+1397
|\ \
| * | 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
| * | 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
| |\ \ \ \