Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refresh row cache in requestRepaintAll to avoid partial repaint (#8714) | Leif Åstrand | 2012-06-12 | 1 | -0/+8 |
| | |||||
* | Navigator API changes based on review (#8859) | Henri Sara | 2012-06-12 | 1 | -144/+172 |
| | | | | | | - Simplify the default providers and move addView()/removeView() logic to Navigator itself. - use longest matching view name to manage view hierarchy - minor cleanup | ||||
* | Some Navigator API changes based on review (#8859). | Henri Sara | 2012-06-12 | 3 | -106/+119 |
| | | | | | | | | | | The changes in this changeset include - remove the concept of main view (use empty view name) - remove View.init() - use ViewChangeEvent in ViewChangeListener - remove internal parameters - add getDisplay() and a constructor that creates a SimpleViewDisplay by default | ||||
* | Fix typo | Leif Åstrand | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Change api to use callback instead or rpc for js callbacks (#8888) | Leif Åstrand | 2012-06-12 | 6 | -26/+44 |
| | | | Also change JavascriptCallback.call to throw JSONException | ||||
* | Call request repaint after manually triggering rpc (#8888) | Leif Åstrand | 2012-06-12 | 1 | -0/+1 |
| | |||||
* | Fix typo | Leif Åstrand | 2012-06-12 | 3 | -6/+6 |
| | |||||
* | Add support for simplified RPC communication with JS code (#8888) | Leif Åstrand | 2012-06-12 | 4 | -5/+101 |
| | |||||
* | Show better message when RPC method is not found | Leif Åstrand | 2012-06-12 | 1 | -0/+6 |
| | |||||
* | Support sending raw JSON values (#8888) | Leif Åstrand | 2012-06-12 | 1 | -0/+2 |
| | |||||
* | Initial javascript callback support (#6730) | Leif Åstrand | 2012-06-11 | 6 | -0/+181 |
| | |||||
* | Initial support for javascript components (#8888) | Leif Åstrand | 2012-06-11 | 13 | -45/+465 |
| | |||||
* | Rename addExtensionTo -> attachTo (#6690) | Leif Åstrand | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Support generics when decoding Set (#8879) | Leif Åstrand | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | Add a way for an extension to add itself to a connector (#6690) | Leif Åstrand | 2012-06-09 | 1 | -0/+4 |
| | |||||
* | Remove reference to old "feature" name (#6690) | Leif Åstrand | 2012-06-09 | 2 | -2/+2 |
| | |||||
* | Fix broken error tooltips in FormLayout (#8794) | Leif Åstrand | 2012-06-08 | 1 | -2/+1 |
| | |||||
* | Use generic parameter types for server->client RPC | Leif Åstrand | 2012-06-08 | 2 | -4/+5 |
| | |||||
* | Don't expect type info for Lists, Sets and Arrays (#8879) | Leif Åstrand | 2012-06-08 | 1 | -3/+2 |
| | |||||
* | Don't fail if opening tooltip for disappeared component | Leif Åstrand | 2012-06-08 | 1 | -2/+10 |
| | |||||
* | Made it possible to override the type of wrapped request used in portals | Artur Signell | 2012-06-07 | 1 | -18/+29 |
| | | | | Accidentally removed change restored by this commit. | ||||
* | Fix broken enums in UIDL message (#8878) | Leif Åstrand | 2012-06-07 | 1 | -9/+4 |
| | |||||
* | Use camelCase field names -> JSON more suitable for javascript (#8888) | Leif Åstrand | 2012-06-07 | 3 | -12/+50 |
| | |||||
* | Use update from deserialize instead of generating the same code again | Leif Åstrand | 2012-06-06 | 1 | -17/+11 |
| | | | Also slightly improve indenting in generated code | ||||
* | Remove redundant ConnectorMap from JsonEncoder.encode | Leif Åstrand | 2012-06-06 | 5 | -56/+33 |
| | |||||
* | Change map serialization to use same scheme as GWT AutoBean (#8602) | Leif Åstrand | 2012-06-06 | 3 | -49/+290 |
| | |||||
* | Don't send type info from server to client (#8879) | Leif Åstrand | 2012-06-06 | 6 | -88/+47 |
| | |||||
* | Pass declared types to JsonDecoder and use them (#8677) | Leif Åstrand | 2012-06-06 | 5 | -78/+95 |
| | |||||
* | Add DiffJSONSerializer for updating existing objects (#8879) | Leif Åstrand | 2012-06-06 | 6 | -79/+107 |
| | | | | This is work in progress towards using declared types for data received from the server. | ||||
* | Refactor RpcManager to provide info about parameter types (#8879) | Leif Åstrand | 2012-06-06 | 6 | -67/+217 |
| | | | | This is an intermediate step towards decoding everything received from the server based on its declared type. | ||||
* | Extract duplicated code for decoding collections | Leif Åstrand | 2012-06-06 | 1 | -6/+9 |
| | |||||
* | Drop explicit type info from client -> server communication (#8879) | Leif Åstrand | 2012-06-06 | 3 | -86/+47 |
| | |||||
* | Use UidlValue for sending legacy maps and arrays (#8878) | Leif Åstrand | 2012-06-06 | 3 | -30/+25 |
| | |||||
* | Wrap variable change data in UidlValue wrapper with type info (#8878) | Leif Åstrand | 2012-06-06 | 5 | -2/+69 |
| | | | | | This is the first step towards dropping type info from the sent data for everything except changeVariables data | ||||
* | Add missing call to super.detach() (#6690) | Leif Åstrand | 2012-06-06 | 1 | -0/+1 |
| | |||||
* | Change widget -> connector in some places | Leif Åstrand | 2012-06-06 | 2 | -15/+15 |
| | |||||
* | Fix missing licenses and Serializable (#6690) | Leif Åstrand | 2012-06-06 | 4 | -16/+37 |
| | |||||
* | Redefine isVisible to not paint dirty detached component (#6690) | Leif Åstrand | 2012-06-06 | 1 | -2/+10 |
| | |||||
* | Fix some broken hierarchies (#6690) | Leif Åstrand | 2012-06-06 | 2 | -5/+12 |
| | |||||
* | Fix accidental invalid cast (#6690) | Leif Åstrand | 2012-06-06 | 1 | -2/+1 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 64 | -1170/+1307 |
| | |||||
* | Deprecate WidgetSetCompiler, not needed with Java6 (but used in Eclipse) | Henri Sara | 2012-06-05 | 1 | -0/+3 |
| | |||||
* | Repaint when contents changes (#8735) | Artur Signell | 2012-06-01 | 1 | -0/+1 |
| | |||||
* | Repaint when contents changes (#8832) | Artur Signell | 2012-06-01 | 1 | -0/+2 |
| | |||||
* | Remove Table.setLazyLoading (#6010) | Leif Åstrand | 2012-05-30 | 1 | -13/+0 |
| | |||||
* | Implement first version of view and navigation APIs (#8859). | Henri Sara | 2012-05-24 | 6 | -0/+805 |
| | |||||
* | Made it possible to override the type of wrapped request used in portals | Artur Signell | 2012-05-22 | 1 | -18/+29 |
| | |||||
* | Include original exception when throwing PaintException | Leif Åstrand | 2012-05-14 | 2 | -4/+17 |
| | |||||
* | Added support for map keys of any type (#8602) | Artur Signell | 2012-05-14 | 3 | -104/+59 |
| | |||||
* | Updated AbstractOrderedLayout to no longer use paintContent | Artur Signell | 2012-05-14 | 3 | -86/+95 |
| |