Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -570/+0 |
| | |||||
* | Component.getRoot() -> Component.getUI() (#8908) | Artur Signell | 2012-08-24 | 1 | -7/+7 |
| | |||||
* | Renamed Root to UI, automatic rename (#8908) | Artur Signell | 2012-08-24 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems() | ||||
* | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 1 | -5/+18 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Handle requestRepaint automatically (#9325) | Leif Åstrand | 2012-08-23 | 1 | -2/+8 |
| | |||||
* | Make getStateType() find getState methods in superclases (#9315) | Leif Åstrand | 2012-08-23 | 1 | -15/+24 |
| | | | | Also cache the result as the finding logic could be quite expensive with multiple exceptions thrown and caught. | ||||
* | Make getStateType() find for protected getState methods (#9315) | Leif Åstrand | 2012-08-23 | 1 | -1/+10 |
| | |||||
* | Make the (server-side) getState method protected (#9315) | Leif Åstrand | 2012-08-22 | 1 | -2/+9 |
| | |||||
* | Introduce ClientConnector.beforeClientResponse(boolean initial) #9228 | Leif Åstrand | 2012-08-20 | 1 | -0/+5 |
| | | | | Remove Component.updateState() to use the new method instead. | ||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 1 | -1/+13 |
| | |||||
* | Removed @version which is included in some files but not in all (#9299) | Artur Signell | 2012-08-15 | 1 | -1/+0 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+510 |