summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Refresh row cache in requestRepaintAll to avoid partial repaint (#8714)Leif Åstrand2012-06-121-0/+8
|
* Navigator API changes based on review (#8859)Henri Sara2012-06-121-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 Sara2012-06-123-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 typoLeif Åstrand2012-06-121-1/+1
|
* Change api to use callback instead or rpc for js callbacks (#8888)Leif Åstrand2012-06-126-26/+44
| | | Also change JavascriptCallback.call to throw JSONException
* Call request repaint after manually triggering rpc (#8888)Leif Åstrand2012-06-121-0/+1
|
* Fix typoLeif Åstrand2012-06-123-6/+6
|
* Add support for simplified RPC communication with JS code (#8888)Leif Åstrand2012-06-124-5/+101
|
* Show better message when RPC method is not foundLeif Åstrand2012-06-121-0/+6
|
* Support sending raw JSON values (#8888)Leif Åstrand2012-06-121-0/+2
|
* Initial javascript callback support (#6730)Leif Åstrand2012-06-116-0/+181
|
* Initial support for javascript components (#8888)Leif Åstrand2012-06-1113-45/+465
|
* Rename addExtensionTo -> attachTo (#6690)Leif Åstrand2012-06-111-1/+1
|
* Support generics when decoding Set (#8879)Leif Åstrand2012-06-111-1/+1
|
* Add a way for an extension to add itself to a connector (#6690)Leif Åstrand2012-06-091-0/+4
|
* Remove reference to old "feature" name (#6690)Leif Åstrand2012-06-092-2/+2
|
* Fix broken error tooltips in FormLayout (#8794)Leif Åstrand2012-06-081-2/+1
|
* Use generic parameter types for server->client RPCLeif Åstrand2012-06-082-4/+5
|
* Don't expect type info for Lists, Sets and Arrays (#8879)Leif Åstrand2012-06-081-3/+2
|
* Don't fail if opening tooltip for disappeared componentLeif Åstrand2012-06-081-2/+10
|
* Made it possible to override the type of wrapped request used in portalsArtur Signell2012-06-071-18/+29
| | | | Accidentally removed change restored by this commit.
* Fix broken enums in UIDL message (#8878)Leif Åstrand2012-06-071-9/+4
|
* Use camelCase field names -> JSON more suitable for javascript (#8888)Leif Åstrand2012-06-073-12/+50
|
* Use update from deserialize instead of generating the same code againLeif Åstrand2012-06-061-17/+11
| | | Also slightly improve indenting in generated code
* Remove redundant ConnectorMap from JsonEncoder.encodeLeif Åstrand2012-06-065-56/+33
|
* Change map serialization to use same scheme as GWT AutoBean (#8602)Leif Åstrand2012-06-063-49/+290
|
* Don't send type info from server to client (#8879)Leif Åstrand2012-06-066-88/+47
|
* Pass declared types to JsonDecoder and use them (#8677)Leif Åstrand2012-06-065-78/+95
|
* Add DiffJSONSerializer for updating existing objects (#8879)Leif Åstrand2012-06-066-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 Åstrand2012-06-066-67/+217
| | | | This is an intermediate step towards decoding everything received from the server based on its declared type.
* Extract duplicated code for decoding collectionsLeif Åstrand2012-06-061-6/+9
|
* Drop explicit type info from client -> server communication (#8879)Leif Åstrand2012-06-063-86/+47
|
* Use UidlValue for sending legacy maps and arrays (#8878)Leif Åstrand2012-06-063-30/+25
|
* Wrap variable change data in UidlValue wrapper with type info (#8878)Leif Åstrand2012-06-065-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 Åstrand2012-06-061-0/+1
|
* Change widget -> connector in some placesLeif Åstrand2012-06-062-15/+15
|
* Fix missing licenses and Serializable (#6690)Leif Åstrand2012-06-064-16/+37
|
* Redefine isVisible to not paint dirty detached component (#6690)Leif Åstrand2012-06-061-2/+10
|
* Fix some broken hierarchies (#6690)Leif Åstrand2012-06-062-5/+12
|
* Fix accidental invalid cast (#6690)Leif Åstrand2012-06-061-2/+1
|
* Initial extension support (#6690)Leif Åstrand2012-06-0664-1170/+1307
|
* Deprecate WidgetSetCompiler, not needed with Java6 (but used in Eclipse)Henri Sara2012-06-051-0/+3
|
* Repaint when contents changes (#8735)Artur Signell2012-06-011-0/+1
|
* Repaint when contents changes (#8832)Artur Signell2012-06-011-0/+2
|
* Remove Table.setLazyLoading (#6010)Leif Åstrand2012-05-301-13/+0
|
* Implement first version of view and navigation APIs (#8859).Henri Sara2012-05-246-0/+805
|
* Made it possible to override the type of wrapped request used in portalsArtur Signell2012-05-221-18/+29
|
* Include original exception when throwing PaintExceptionLeif Åstrand2012-05-142-4/+17
|
* Added support for map keys of any type (#8602)Artur Signell2012-05-143-104/+59
|
* Updated AbstractOrderedLayout to no longer use paintContentArtur Signell2012-05-143-86/+95
|