Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -792/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -2/+2 |
| | |||||
* | Improve server-side error when serializing wildcard types (#8862) | Leif Åstrand | 2012-07-27 | 1 | -0/+6 |
| | |||||
* | Support array as a generic type parameter (#8861) | Leif Åstrand | 2012-07-03 | 1 | -9/+26 |
| | |||||
* | Merge branch 'rpcArray' | Leif Åstrand | 2012-06-25 | 1 | -7/+39 |
|\ | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/JsonCodec.java | ||||
| * | Support arrays in RPC and shared state + test (#8655) | Leif Åstrand | 2012-06-25 | 1 | -7/+39 |
| | | |||||
* | | Moved connector tracking from Application to Root | Artur Signell | 2012-06-21 | 1 | -66/+76 |
|/ | | | | | | This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943) | ||||
* | Support sending raw JSON values (#8888) | Leif Åstrand | 2012-06-12 | 1 | -0/+2 |
| | |||||
* | Initial javascript callback support (#6730) | Leif Åstrand | 2012-06-11 | 1 | -0/+3 |
| | |||||
* | Support generics when decoding Set (#8879) | Leif Åstrand | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Don't expect type info for Lists, Sets and Arrays (#8879) | Leif Åstrand | 2012-06-08 | 1 | -3/+2 |
| | |||||
* | Use camelCase field names -> JSON more suitable for javascript (#8888) | Leif Åstrand | 2012-06-07 | 1 | -2/+13 |
| | |||||
* | Change map serialization to use same scheme as GWT AutoBean (#8602) | Leif Åstrand | 2012-06-06 | 1 | -22/+143 |
| | |||||
* | Don't send type info from server to client (#8879) | Leif Åstrand | 2012-06-06 | 1 | -57/+27 |
| | |||||
* | Drop explicit type info from client -> server communication (#8879) | Leif Åstrand | 2012-06-06 | 1 | -44/+24 |
| | |||||
* | Use UidlValue for sending legacy maps and arrays (#8878) | Leif Åstrand | 2012-06-06 | 1 | -26/+7 |
| | |||||
* | Wrap variable change data in UidlValue wrapper with type info (#8878) | Leif Åstrand | 2012-06-06 | 1 | -0/+21 |
| | | | | | This is the first step towards dropping type info from the sent data for everything except changeVariables data | ||||
* | Added support for map keys of any type (#8602) | Artur Signell | 2012-05-14 | 1 | -55/+32 |
| | |||||
* | Fixed problem with sending null values from the client to the server | Artur Signell | 2012-05-11 | 1 | -2/+6 |
| | |||||
* | Added support for serializing enums (#8675) | Artur Signell | 2012-05-11 | 1 | -0/+18 |
| | | | | Changed JSONSerializer to use JSONValue instead of JSONObject | ||||
* | Initial support for sending difference in state (#8419) | Artur Signell | 2012-05-11 | 1 | -16/+69 |
| | | | | | | | | Forces the shared state to be the type declared by getStateType (#8677) Creates an empty object for reference when doing a full repaint, causing only the differences between a freshly created object and the current state to be sent. | ||||
* | Made it possible to find out RPC parameter types (#8667) | Artur | 2012-04-18 | 1 | -76/+87 |
| | | | | | Refactored legacy change variables handling to LegacyChangeVariablesInvocation | ||||
* | Refactored JsonCodec to use a given type for deserialization (#8667) | Artur Signell | 2012-04-18 | 1 | -158/+298 |
| | |||||
* | Only paint connector references for visible connectors (#8685) | Artur | 2012-04-18 | 1 | -1/+11 |
| | |||||
* | Fixes #8673 (some fields not en/decoded correctly) by using the ↵ | Marc Englund | 2012-04-17 | 1 | -5/+23 |
| | | | | setter/getter name w/o altering case. | ||||
* | Double was encoded as float, fixed. #8657 | Marc Englund | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | #8602 Added support for Map<Connector,?> | Artur Signell | 2012-04-05 | 1 | -3/+29 |
| | |||||
* | Updated AbsoluteLayout to use hierarchy and state change events | Artur Signell | 2012-04-05 | 1 | -5/+9 |
| | |||||
* | getCanonicalName() caused classloading problems when encoding json, changed ↵ | Marc Englund | 2012-03-28 | 1 | -1/+1 |
| | | | | to getName(). | ||||
* | Paintable -> Connector | Artur Signell | 2012-03-25 | 1 | -3/+2 |
| | |||||
* | #8515 Additional fix for sets, and lists from client to server | Artur Signell | 2012-03-21 | 1 | -21/+63 |
| | |||||
* | Moved Connector -> Connector Id mapping to AbstractComponent | Artur Signell | 2012-03-21 | 1 | -43/+44 |
| | | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of | ||||
* | #8534 Handle null values consistently both from server to client and | Artur Signell | 2012-03-16 | 1 | -6/+10 |
| | | | from client to server | ||||
* | #8534 Handle null values consistently both from server to client and | Artur Signell | 2012-03-16 | 1 | -8/+8 |
| | | | from client to server | ||||
* | Fixed compilation warning | Artur Signell | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | #8504 Support passing Connector references to/from client | Artur Signell | 2012-03-14 | 1 | -0/+2 |
| | |||||
* | #8515 Added serialization support for Lists containing supported types. | Artur Signell | 2012-03-13 | 1 | -13/+36 |
| | |||||
* | #8510 Support using Resources through URLReference/ResourceReference in | Artur Signell | 2012-03-13 | 1 | -2/+13 |
| | | | shared state and RPC calls | ||||
* | #8444 Generate serializers for client to server RPC | Artur Signell | 2012-03-01 | 1 | -5/+48 |
| | |||||
* | #8442 Serialize also nested beans, #8441 Allow using static inner | Artur Signell | 2012-02-28 | 1 | -5/+6 |
| | | | classes for communication | ||||
* | #8304 Changed Button to solely use shared state | Artur Signell | 2012-02-21 | 1 | -2/+4 |
| | |||||
* | #8304 First steps towards supporting serialization of any bean | Artur Signell | 2012-02-21 | 1 | -4/+27 |
| | |||||
* | Use String instead of char as type tag in JSON (#8304 shared state). | Henri Sara | 2012-02-21 | 1 | -51/+43 |
| | |||||
* | Implement simple shared state as a Map (#8304) - work in progress | Henri Sara | 2012-01-31 | 1 | -11/+29 |
| | | | | | | | | In this version, SharedState can return a map that will be transferred. On the client side, shared state is deserialized from the map but not used. Shared state is not sent for nested components that have not been painted yet - doing so requires refactoring of painting of components. | ||||
* | Basic JSON encoding and decoding utilities from server to client (#8304) | Henri Sara | 2012-01-30 | 1 | -0/+217 |
Also includes minor refactoring in preparation for shared state support. |