Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed GateIn portal support and action request problem (#8670) | Artur Signell | 2012-04-19 | 3 | -3/+32 |
| | |||||
* | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 4 | -9/+9 |
| | |||||
* | 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 | 6 | -261/+365 |
| | | | | | 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 |
| | |||||
* | Simplified RPC handling for client to server RPC | Artur | 2012-04-18 | 4 | -110/+82 |
| | | | | | | 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 |
| | |||||
* | Use declared RPC parameter types (#8666) | Artur Signell | 2012-04-18 | 2 | -5/+13 |
| | |||||
* | Don't throw NPE when getting RPC for non-existing connector id | Leif Åstrand | 2012-04-17 | 1 | -0/+9 |
| | |||||
* | 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. | ||||
* | Remove classloader field to make Application serializable (#8644) | Leif Åstrand | 2012-04-16 | 2 | -2/+16 |
| | | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader(); | ||||
* | Double was encoded as float, fixed. #8657 | Marc Englund | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Javadoc updates | Artur Signell | 2012-04-12 | 1 | -2/+2 |
| | |||||
* | Reduced logging | Artur Signell | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 2 | -65/+36 |
| | |||||
* | Close all URLConnections, not only Java6 specific FileURLConnection. | Henri Sara | 2012-04-10 | 1 | -4/+2 |
| | |||||
* | Fixed potential problem with file descriptors remaining in use | Artur Signell | 2012-04-05 | 1 | -1/+21 |
| | |||||
* | #8602 Added support for Map<Connector,?> | Artur Signell | 2012-04-05 | 1 | -3/+29 |
| | |||||
* | Moved ApplicationRunnerServlet to test folder and improved find method | Artur Signell | 2012-04-05 | 1 | -268/+0 |
| | |||||
* | Updated AbsoluteLayout to use hierarchy and state change events | Artur Signell | 2012-04-05 | 2 | -6/+11 |
| | |||||
* | Log error for missing RPC manager or target (#8590) | Artur Signell | 2012-04-05 | 2 | -9/+19 |
| | |||||
* | Log instead of using system.out | Artur Signell | 2012-04-05 | 1 | -4/+3 |
| | |||||
* | Fixed problem with anonymous classes and with AbstractComponent mapping | Artur Signell | 2012-04-04 | 2 | -12/+18 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 2 | -163/+45 |
| | |||||
* | Replaced "defer" status with "cached" to be more Vaadin 6 compatible | Artur Signell | 2012-03-30 | 1 | -2/+3 |
| | |||||
* | Moved isConnectorEnabled() to ClientConnector and improved javadoc. | Artur Signell | 2012-03-30 | 3 | -5/+16 |
| | | | | ServerConnector is always enabled. | ||||
* | getCanonicalName() caused classloading problems when encoding json, changed ↵ | Marc Englund | 2012-03-28 | 1 | -1/+1 |
| | | | | to getName(). | ||||
* | Fixed NPE that occured when RPC target had been removed (#8501) | Artur Signell | 2012-03-27 | 1 | -1/+2 |
| | |||||
* | Enable loading Root subclasses with a custom class loader (#8542) | Leif Åstrand | 2012-03-27 | 2 | -4/+7 |
| | |||||
* | Paintable -> Connector | Artur Signell | 2012-03-25 | 4 | -29/+29 |
| | |||||
* | Removed unused class | Artur Signell | 2012-03-25 | 1 | -36/+0 |
| | |||||
* | Added missing license information | Artur Signell | 2012-03-22 | 1 | -0/+3 |
| | |||||
* | #8555 Listener for modifying state before it is sent to the client | Artur Signell | 2012-03-22 | 1 | -0/+5 |
| | |||||
* | Refactor error messages not to use UIDL (#8437). | Henri Sara | 2012-03-21 | 1 | -23/+1 |
| | | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed. | ||||
* | Refactor error messages on server side (#8437). | Henri Sara | 2012-03-21 | 1 | -4/+8 |
| | | | | This is an intermediate step towards moving error messages from UIDL to shared state. | ||||
* | Code cleanup for paint/dirty state tracking changes | Artur Signell | 2012-03-21 | 3 | -109/+28 |
| | |||||
* | Unified logic in getting dirty connectors to ensure invisible connectors are ↵ | Artur Signell | 2012-03-21 | 1 | -8/+3 |
| | | | | never sent to the client. Also fixed isVisibleInContext to take parent restrictions into account and removed extra code. | ||||
* | javadoc | Artur Signell | 2012-03-21 | 1 | -0/+10 |
| | |||||
* | #8438 Event handler registration is now a Set in the shared state | Artur Signell | 2012-03-21 | 1 | -0/+1 |
| | |||||
* | #8515 Additional fix for sets, and lists from client to server | Artur Signell | 2012-03-21 | 1 | -21/+63 |
| | |||||
* | Made Window work again (connectors are now children of Root, attach for | Artur Signell | 2012-03-21 | 1 | -2/+12 |
| | | | Panel/Window calls Root attach methods, Window uses WindowState) | ||||
* | Paint Vaadin 6 changes in hierarchy order to retain backwards | Artur Signell | 2012-03-21 | 1 | -14/+55 |
| | | | compatibility, especially for component containers | ||||
* | Minor cleanup | Artur Signell | 2012-03-21 | 1 | -7/+10 |
| | |||||
* | repaintRequestListenersNotified and "cached" are no longer needed | Artur Signell | 2012-03-21 | 1 | -0/+3 |
| | |||||
* | Moved Connector -> Connector Id mapping to AbstractComponent | Artur Signell | 2012-03-21 | 10 | -569/+436 |
| | | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of | ||||
* | Cleaned up code related to storing which type mappings have already been | Artur Signell | 2012-03-21 | 1 | -15/+15 |
| | | | sent to the client | ||||
* | Removed unused code | Artur Signell | 2012-03-21 | 1 | -4/+1 |
| | |||||
* | #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 | ||||
* | Moved server side ResourceReference to gwt.server package | Artur Signell | 2012-03-16 | 1 | -0/+51 |
| |