Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test to ensure shared classes are Serializable (#8710)7.0.0.alpha2 | Artur Signell | 2012-04-20 | 2 | -2/+36 |
| | | | Corrected SplitterState to be Serializable. | ||||
* | Javadocs for LayoutManager | Leif Åstrand | 2012-04-20 | 1 | -5/+456 |
| | |||||
* | Method for finding the first ancestor of a given type (#8182) | Artur Signell | 2012-04-19 | 1 | -27/+26 |
| | |||||
* | Fixed problem with Panel not repainting its contents (#8700) | Artur Signell | 2012-04-19 | 1 | -0/+9 |
| | |||||
* | Removed dead code | Artur Signell | 2012-04-19 | 1 | -1/+0 |
| | |||||
* | Fixed GateIn portal support and action request problem (#8670) | Artur Signell | 2012-04-19 | 3 | -3/+32 |
| | |||||
* | Added log message to ease migration (#8698) | Artur Signell | 2012-04-19 | 1 | -0/+4 |
| | |||||
* | Additional tweaks based on review (#8507) | Artur Signell | 2012-04-19 | 1 | -5/+3 |
| | |||||
* | Make MethodInvocation and subclasses Serializable | Leif Åstrand | 2012-04-19 | 1 | -1/+2 |
| | |||||
* | Handled enabled state cascading on client side (#8507) | Artur Signell | 2012-04-19 | 5 | -22/+44 |
| | | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes. | ||||
* | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 34 | -72/+72 |
| | |||||
* | Allow all RPC calls for connectors enabled when receiving the message | Artur Signell | 2012-04-18 | 1 | -1/+10 |
| | |||||
* | Made it possible to find out RPC parameter types (#8667) | Artur | 2012-04-18 | 7 | -264/+378 |
| | | | | | Refactored legacy change variables handling to LegacyChangeVariablesInvocation | ||||
* | Javadoc update | Artur | 2012-04-18 | 1 | -0/+9 |
| | |||||
* | Refactored JsonCodec to use a given type for deserialization (#8667) | Artur Signell | 2012-04-18 | 1 | -158/+298 |
| | |||||
* | Simplified RPC handling for client to server RPC | Artur | 2012-04-18 | 6 | -114/+84 |
| | | | | | | Target connector validity (enabled) is checked for all RPC calls ClientConnector is always an RpcTarget Removed unused RpcManager.target | ||||
* | Only paint connector references for visible connectors (#8685) | Artur | 2012-04-18 | 2 | -2/+12 |
| | |||||
* | Remove widget if it is still in the DOM when connector is unregistered | Artur Signell | 2012-04-18 | 1 | -4/+5 |
| | |||||
* | Use declared RPC parameter types (#8666) | Artur Signell | 2012-04-18 | 3 | -8/+16 |
| | |||||
* | Explicitly paint CustomLayout to send template to the client (#8688) | Leif Åstrand | 2012-04-18 | 1 | -1/+23 |
| | |||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-18 | 4 | -37/+64 |
|\ | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/server-side/com/vaadin/tests/server/component/tabsheet/TestTabSheet.java | ||||
| * | [merge from 6.7] Reverted #7607 fixes and removed the test for now because ↵ | Automerge | 2012-04-17 | 2 | -7/+19 |
| | | | | | | | | | | | | they cause the #8662 regression. svn changeset:23566/svn branch:6.8 | ||||
| * | [merge from 6.7] #8639 Improved comments | Automerge | 2012-04-13 | 1 | -11/+20 |
| | | | | | | | | svn changeset:23529/svn branch:6.8 | ||||
| * | [merge from 6.7] Fixed #8639: Table context menu was broken on touch devices | Automerge | 2012-04-13 | 1 | -15/+18 |
| | | | | | | | | svn changeset:23528/svn branch:6.8 | ||||
| * | [merge from 6.7] VConsole.error() instead of throwing in startRequest() and ↵ | Automerge | 2012-04-13 | 1 | -3/+2 |
| | | | | | | | | | | | | endRequest() sanity checks svn changeset:23527/svn branch:6.8 | ||||
| * | Reverted accidental commit | Johannes Dahlström | 2012-04-13 | 7 | -108/+50 |
| | | | | | | | | svn changeset:23523/svn branch:6.8 | ||||
| * | Blocked merge of revisions related to 6.7.7 release | Johannes Dahlström | 2012-04-13 | 7 | -50/+108 |
| | | | | | | | | svn changeset:23522/svn branch:6.8 | ||||
| * | #8203 Improved javadoc, added null check | Johannes Dahlström | 2012-04-12 | 1 | -7/+10 |
| | | | | | | | | svn changeset:23504/svn branch:6.8 | ||||
| * | Fixed #8653: addTab(index) should not throw if index is out of bounds | Johannes Dahlström | 2012-04-12 | 1 | -5/+6 |
| | | | | | | | | svn changeset:23503/svn branch:6.8 | ||||
* | | Add missing license | Leif Åstrand | 2012-04-18 | 1 | -0/+3 |
| | | |||||
* | | Reserve space using margin instead of padding to reduce overflows | Leif Åstrand | 2012-04-18 | 3 | -29/+31 |
| | | |||||
* | | Don't throw NPE when getting RPC for non-existing connector id | Leif Åstrand | 2012-04-17 | 1 | -0/+9 |
| | | |||||
* | | Put margin on caption's parent so caption's outer size can be used | Leif Åstrand | 2012-04-17 | 1 | -2/+3 |
| | | |||||
* | | Fixes #8669 by prefixing field names with "json_" instead of just "json" to ↵ | Marc Englund | 2012-04-17 | 1 | -2/+2 |
| | | | | | | | | avoid clashes. | ||||
* | | Take additional padding into account when putting caption to the right | Leif Åstrand | 2012-04-17 | 1 | -2/+2 |
| | | |||||
* | | Make client side exception more obvious again (#8544) | Leif Åstrand | 2012-04-17 | 2 | -3/+8 |
| | | |||||
* | | Explicitly reserve space for layout paddings to avoid slot growing. | Leif Åstrand | 2012-04-17 | 4 | -21/+75 |
| | | | | | | | | | | | | | | Without this feature, CssLayout could cause the slot to grow to over then parent's padding, which in the next layout phase would cause the CssLayout to be measured as a little bigger, causing a parent layout with undefined size to grow to make room for the bigger child, which again would make the CssLayout grow... | ||||
* | | Fixes #8673 (some fields not en/decoded correctly) by using the ↵ | Marc Englund | 2012-04-17 | 2 | -13/+29 |
| | | | | | | | | setter/getter name w/o altering case. | ||||
* | | Add exception handling for layout and element resize (#4203) | Leif Åstrand | 2012-04-16 | 1 | -5/+25 |
| | | |||||
* | | Use the non-legacy HandlerRegistration type | Leif Åstrand | 2012-04-16 | 2 | -2/+2 |
| | | |||||
* | | Revert "Import the proper HandlerRegistration (#8420)" | Leif Åstrand | 2012-04-16 | 1 | -1/+1 |
| | | | | | | | | This reverts commit d6595af90d8663cc9f5ad9a6433c2b5210ff5fdd. | ||||
* | | Rename paintable -> connector internally | Leif Åstrand | 2012-04-16 | 1 | -13/+13 |
| | | |||||
* | | Changed getStyleNames to be non static so it can be overridden | Artur Signell | 2012-04-16 | 3 | -35/+34 |
| | | |||||
* | | Reformatted all source files | Artur Signell | 2012-04-16 | 17 | -25/+16 |
| | | |||||
* | | Added exception handling for State and Hierarchy events (#4203) | Artur Signell | 2012-04-16 | 1 | -2/+10 |
| | | |||||
* | | Remove classloader field to make Application serializable (#8644) | Leif Åstrand | 2012-04-16 | 4 | -43/+32 |
| | | | | | | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader(); | ||||
* | | Show the right target type in the exception message | Leif Åstrand | 2012-04-13 | 1 | -1/+1 |
| | | |||||
* | | Double was encoded as float, fixed. #8657 | Marc Englund | 2012-04-13 | 1 | -1/+1 |
| | | |||||
* | | Scan parametrized types, e.g. List<MyObject> when generating serializers | Artur Signell | 2012-04-12 | 1 | -0/+8 |
| | | |||||
* | | UnknownComponent should now work again (#8651) | Artur Signell | 2012-04-12 | 2 | -36/+11 |
| | |