Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Make default Root state reflect reality (#8460) | Leif Åstrand | 2012-04-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | Import the proper HandlerRegistration (#8420) | Leif Åstrand | 2012-04-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Initial LayoutDependencyTree | Leif Åstrand | 2012-04-02 | 4 | -115/+549 | |
|/ / | ||||||
* | | Converted CustomComponent to use only connector hierarchy change event | Artur Signell | 2012-03-30 | 2 | -38/+14 | |
| | | ||||||
* | | Replaced "defer" status with "cached" to be more Vaadin 6 compatible | Artur Signell | 2012-03-30 | 4 | -21/+13 | |
| | | ||||||
* | | Added missing license | Artur Signell | 2012-03-30 | 2 | -2/+8 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-30 | 1 | -1/+12 | |
|\| | | | | | | | | | Conflicts: tests/test.xml | |||||
| * | [merge from 6.7] #8580 Added a comment | Automerge | 2012-03-30 | 1 | -0/+4 | |
| | | | | | | | | svn changeset:23371/svn branch:6.8 | |||||
| * | [merge from 6.7] Fixed #8580: After a UIDL request, hasActiveRequest was set ↵ | Automerge | 2012-03-29 | 1 | -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 Signell | 2012-03-30 | 5 | -20/+40 | |
| | | | | | | | | ServerConnector is always enabled. | |||||
* | | Less logging + always search for serializable types the same way | Artur Signell | 2012-03-30 | 3 | -41/+35 | |
| | | ||||||
* | | Removed unused code | Artur Signell | 2012-03-30 | 3 | -8/+0 | |
| | | ||||||
* | | Changed Event to be inside Handler instead of vice versa. | Artur Signell | 2012-03-30 | 2 | -20/+22 | |
| | | | | | | Hopefully this makes javac happier. | |||||
* | | Removed unnecessary connector id from widget | Artur Signell | 2012-03-29 | 2 | -4/+2 | |
| | | ||||||
* | | Added missing RPC registration on server side | Artur Signell | 2012-03-29 | 1 | -1/+3 | |
| | | ||||||
* | | Updated split panel to send split position using RPC | Artur Signell | 2012-03-29 | 2 | -16/+61 | |
| | | ||||||
* | | Refactored ClickEventHandler and LayoutClickEventHandler to use RPC | Artur Signell | 2012-03-29 | 26 | -364/+536 | |
| | | ||||||
* | | Include methods from parent RPC interfaces aswell to make RPC interface | Artur Signell | 2012-03-29 | 1 | -1/+1 | |
| | | | | | | inheritance work | |||||
* | | Moved update logic from updateFromUIDL to state change listener | Artur Signell | 2012-03-29 | 1 | -11/+6 | |
| | | ||||||
* | | #8420 StateChangeHandler that is called for all state changes | Artur Signell | 2012-03-29 | 5 | -13/+153 | |
| | | ||||||
* | | Replaced paintContent with shared state | Artur Signell | 2012-03-29 | 2 | -86/+93 | |
| | | ||||||
* | | Javadoc | Artur Signell | 2012-03-29 | 1 | -22/+13 | |
| | | ||||||
* | | getCanonicalName() caused classloading problems when encoding json, changed ↵ | Marc Englund | 2012-03-28 | 2 | -2/+2 | |
| | | | | | | | | to getName(). | |||||
* | | Do not run updateFromUidl for deferred uidl | Artur Signell | 2012-03-27 | 1 | -0/+4 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-27 | 1 | -6/+4 | |
|\| | ||||||
| * | [merge from 6.7] #8559/#8560 Additional fixes based on review | Automerge | 2012-03-27 | 1 | -6/+4 | |
| | | | | | | | | svn changeset:23328/svn branch:6.8 | |||||
* | | Removed unnecessary deprecated getConnectorId methods. | Artur Signell | 2012-03-27 | 21 | -95/+61 | |
| | | | | | | | | Renamed Paintable -> Connector. | |||||
* | | Correctly track open windows and check modality. | Artur Signell | 2012-03-27 | 1 | -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 Signell | 2012-03-27 | 1 | -1/+2 | |
| | | ||||||
* | | Do not decide window order in VWindow constructor as the widgets are | Artur Signell | 2012-03-27 | 3 | -5/+35 | |
| | | | | | | constructed in random order | |||||
* | | Mark ApplicationStartEvent as serializable (#8542) | Leif Åstrand | 2012-03-27 | 1 | -1/+1 | |
| | | ||||||
* | | Enable loading Root subclasses with a custom class loader (#8542) | Leif Åstrand | 2012-03-27 | 3 | -23/+147 | |
| | | ||||||
* | | Update PopupView to work with LayoutManager (#8313) | Leif Åstrand | 2012-03-27 | 2 | -79/+19 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-27 | 3 | -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 comments | Automerge | 2012-03-26 | 1 | -14/+22 | |
| | | | | | | | | svn changeset:23323/svn branch:6.8 | |||||
| * | [merge from 6.7] #8328 Pass the new, not the old, value to ↵ | Automerge | 2012-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | FreeFormStatementDelegate on itemChangeNotification svn changeset:23322/svn branch:6.8 | |||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-26 | 1 | -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 ↵ | Automerge | 2012-03-23 | 1 | -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 BaseTheme | Artur Signell | 2012-03-26 | 1 | -0/+6 | |
| | | ||||||
* | | Paintable -> Connector | Artur Signell | 2012-03-25 | 6 | -38/+34 | |
| | | ||||||
* | | Removed unused class | Artur Signell | 2012-03-25 | 1 | -36/+0 | |
| | | ||||||
* | | Fixed NPE occuring when Table is quickly added and removed | Artur Signell | 2012-03-25 | 1 | -0/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-03-23 | 1 | -1/+1 | |
|\| | ||||||
| * | [merge from 6.7] #8563 Corrected invalid "this" reference | Automerge | 2012-03-23 | 1 | -1/+1 | |
| | | | | | | | | svn changeset:23302/svn branch:6.8 | |||||
* | | Added support for layout click events | Artur Signell | 2012-03-23 | 1 | -0/+22 | |
| | | ||||||
* | | Another attempt with the icon styles for IE8 (#8313) | Leif Åstrand | 2012-03-23 | 1 | -22/+9 | |
| | | ||||||
* | | Store widget -> LayoutSlot mapping in a map instead of LayoutData | Artur Signell | 2012-03-23 | 2 | -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 it | Artur Signell | 2012-03-23 | 1 | -4/+1 | |
| | | ||||||
* | | Force more reflows in IE8 to detect icon style (#8313) | Leif Åstrand | 2012-03-23 | 1 | -13/+21 | |
| | | ||||||
* | | Code missing from Embedded alternative text merge | Artur Signell | 2012-03-23 | 1 | -1/+8 | |
| | |