summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* Generator to ease initialization of client to server rpc proxiesArtur Signell2012-04-0515-42/+207
* Simplified Rpc registration on server side (#8591)Artur Signell2012-04-0511-12/+32
* Log error for missing RPC manager or target (#8590)Artur Signell2012-04-052-9/+19
* Log instead of using system.outArtur Signell2012-04-051-4/+3
* Added timestamps to debug window outputArtur Signell2012-04-051-1/+13
* Defined RPC in a field rather than inline for clarityArtur Signell2012-04-051-12/+13
* AbstractComponent.updateFromUIDL moved to state change (#8436)Artur Signell2012-04-057-60/+117
* Fixed problem with anonymous classes and with AbstractComponent mappingArtur Signell2012-04-043-16/+21
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-04106-480/+448
* Do panel wrapper sizing with cssLeif Åstrand2012-04-031-13/+0
* Run onChildSizeChange for new childrenLeif Åstrand2012-04-031-4/+8
* Dump connector hierachy as a clickable treeLeif Åstrand2012-04-031-10/+41
* Tweak spacings to better utilize horizontal spaceLeif Åstrand2012-04-031-2/+3
* Less verbose debug outputLeif Åstrand2012-04-031-1/+1
* Use StateChangeHandler to detect child sizing changeLeif Åstrand2012-04-021-3/+23
* Make default Root state reflect reality (#8460)Leif Åstrand2012-04-021-0/+1
* Import the proper HandlerRegistration (#8420)Leif Åstrand2012-04-021-1/+1
* Converted CustomComponent to use only connector hierarchy change eventArtur Signell2012-03-302-38/+14
* Replaced "defer" status with "cached" to be more Vaadin 6 compatibleArtur Signell2012-03-304-21/+13
* Added missing licenseArtur Signell2012-03-302-2/+8
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-301-1/+12
|\
| * [merge from 6.7] #8580 Added a commentAutomerge2012-03-301-0/+4
| * [merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set ...Automerge2012-03-291-1/+8
* | Moved isConnectorEnabled() to ClientConnector and improved javadoc.Artur Signell2012-03-305-20/+40
* | Less logging + always search for serializable types the same wayArtur Signell2012-03-303-41/+35
* | Removed unused codeArtur Signell2012-03-303-8/+0
* | Changed Event to be inside Handler instead of vice versa.Artur Signell2012-03-302-20/+22
* | Removed unnecessary connector id from widgetArtur Signell2012-03-292-4/+2
* | Added missing RPC registration on server sideArtur Signell2012-03-291-1/+3
* | Updated split panel to send split position using RPCArtur Signell2012-03-292-16/+61
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-2926-364/+536
* | Include methods from parent RPC interfaces aswell to make RPC interfaceArtur Signell2012-03-291-1/+1
* | Moved update logic from updateFromUIDL to state change listenerArtur Signell2012-03-291-11/+6
* | #8420 StateChangeHandler that is called for all state changesArtur Signell2012-03-295-13/+153
* | Replaced paintContent with shared stateArtur Signell2012-03-292-86/+93
* | JavadocArtur Signell2012-03-291-22/+13
* | getCanonicalName() caused classloading problems when encoding json, changed t...Marc Englund2012-03-282-2/+2
* | Do not run updateFromUidl for deferred uidlArtur Signell2012-03-271-0/+4
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-271-6/+4
|\|
| * [merge from 6.7] #8559/#8560 Additional fixes based on reviewAutomerge2012-03-271-6/+4
* | Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-2721-95/+61
* | Correctly track open windows and check modality.Artur Signell2012-03-271-6/+29
* | Fixed NPE that occured when RPC target had been removed (#8501)Artur Signell2012-03-271-1/+2
* | Do not decide window order in VWindow constructor as the widgets areArtur Signell2012-03-273-5/+35
* | Mark ApplicationStartEvent as serializable (#8542)Leif Åstrand2012-03-271-1/+1
* | Enable loading Root subclasses with a custom class loader (#8542)Leif Åstrand2012-03-273-23/+147
* | Update PopupView to work with LayoutManager (#8313)Leif Åstrand2012-03-272-79/+19
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-273-34/+38
|\|
| * [merge from 6.7] #8526 Added commentsAutomerge2012-03-261-14/+22
| * [merge from 6.7] #8328 Pass the new, not the old, value to FreeFormStatementD...Automerge2012-03-261-1/+1