aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Make default Root state reflect reality (#8460)Leif Åstrand2012-04-021-0/+1
| | |
| * | Import the proper HandlerRegistration (#8420)Leif Åstrand2012-04-021-1/+1
| | |
* | | Initial LayoutDependencyTreeLeif Åstrand2012-04-024-115/+549
|/ /
* | 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
|\| | | | | | | | | Conflicts: tests/test.xml
| * [merge from 6.7] #8580 Added a commentAutomerge2012-03-301-0/+4
| | | | | | | | svn changeset:23371/svn branch:6.8
| * [merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set ↵Automerge2012-03-291-1/+8
| | | | | | | | | | | | to false after a new request was already underway. This used to work when active requests were tracked with an integer counter, but not after the #8505 changes. Also added relevant sanity checks to startRequest() and endRequest(). svn changeset:23359/svn branch:6.8
* | Moved isConnectorEnabled() to ClientConnector and improved javadoc.Artur Signell2012-03-305-20/+40
| | | | | | | | ServerConnector is always enabled.
* | 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
| | | | | | Hopefully this makes javac happier.
* | 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
| | | | | | inheritance work
* | 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 ↵Marc Englund2012-03-282-2/+2
| | | | | | | | to getName().
* | 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
| | | | | | | | svn changeset:23328/svn branch:6.8
* | Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-2721-95/+61
| | | | | | | | Renamed Paintable -> Connector.
* | Correctly track open windows and check modality.Artur Signell2012-03-271-6/+29
| | | | | | | | | | | | | | Now checks the topmost modal window instead of randomly checking some of the windows for modality (PopupPanel consumes events causing some preview handlers not to be called). Now also correctly tracks open windows so that closed windows will not be included in the windowOrder array
* | 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
| | | | | | constructed in random order
* | 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
|\| | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java Moved Table context menu tracking to VScrollTable as there is no "open" listener for a context menu. Previous merge was broken.
| * [merge from 6.7] #8526 Added commentsAutomerge2012-03-261-14/+22
| | | | | | | | svn changeset:23323/svn branch:6.8
| * [merge from 6.7] #8328 Pass the new, not the old, value to ↵Automerge2012-03-261-1/+1
| | | | | | | | | | | | FreeFormStatementDelegate on itemChangeNotification svn changeset:23322/svn branch:6.8
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-261-0/+69
|\| | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
| * [merge from 6.7] #8526 If a Table row has an open context menu, reopen it ↵Automerge2012-03-231-0/+44
| | | | | | | | | | | | after a row update if the same row (equal key) is repainted svn changeset:23309/svn branch:6.8
* | #8478 Added clip constant to BaseThemeArtur Signell2012-03-261-0/+6
| |
* | Paintable -> ConnectorArtur Signell2012-03-256-38/+34
| |
* | Removed unused classArtur Signell2012-03-251-36/+0
| |
* | Fixed NPE occuring when Table is quickly added and removedArtur Signell2012-03-251-0/+6
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-231-1/+1
|\|
| * [merge from 6.7] #8563 Corrected invalid "this" referenceAutomerge2012-03-231-1/+1
| | | | | | | | svn changeset:23302/svn branch:6.8
* | Added support for layout click eventsArtur Signell2012-03-231-0/+22
| |
* | Another attempt with the icon styles for IE8 (#8313)Leif Åstrand2012-03-231-22/+9
| |
* | Store widget -> LayoutSlot mapping in a map instead of LayoutDataArtur Signell2012-03-232-11/+11
| | | | | | | | This enables retrieval of the slot also after the widget has been removed from the layout
* | Description getter should return what has been set and not convert itArtur Signell2012-03-231-4/+1
| |
* | Force more reflows in IE8 to detect icon style (#8313)Leif Åstrand2012-03-231-13/+21
| |
* | Code missing from Embedded alternative text mergeArtur Signell2012-03-231-1/+8
| |