Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid markAsDirty for getters (#10977) | Artur Signell | 2013-02-08 | 1 | -5/+10 |
| | | | | Change-Id: I3b924fb1d6641309b45b7aad30f171305d36daac | ||||
* | Fixed race condition in upload (#10942) | Artur Signell | 2013-02-08 | 1 | -1/+1 |
| | | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Send fraction pixel values to the client (#10531) | Artur Signell | 2012-12-14 | 1 | -10/+2 |
| | | | | | | Fixed RichTextArea to deal with fraction pixel values Change-Id: I02fa6fd2c66e87b01f642a9051641a0cc758f0f6 | ||||
* | Moved setVisible dirty logic to AbstractComponent where it belongs (#10414) | Artur Signell | 2012-11-28 | 1 | -1/+8 |
| | | | | Change-Id: I05f8b739e862c3dd4a52492f2df41862bacd3ce4 | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 1 | -2/+2 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | Replaced ComponentErrorHandler with generic ErrorHandler (#10231) | Artur Signell | 2012-11-21 | 1 | -59/+2 |
| | | | | | | | | | | | | * Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework. * Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler. * Changed ErrorEvent to be a class as all other events in the framework * Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency * Unified error handling in AbstractCommunicationManager * Unified error handling in VaadinServlet and VaadinPortlet * Removed superfluous ErrorEvent implementations (#10232) Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1 | ||||
* | Global code cleanup | Leif Åstrand | 2012-11-21 | 1 | -1/+1 |
| | | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86 | ||||
* | Removed com.vaadin.server.Terminal (#10230) | Artur Signell | 2012-11-20 | 1 | -2/+1 |
| | | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b | ||||
* | Added getState(boolean) to allow getState without side effects (#10006) | Mikael Grankvist | 2012-11-20 | 1 | -1/+1 |
| | | | | Change-Id: Idee529a8efc245da88192cd059c9e35165d1adad | ||||
* | Moved isComponentVisible to separate interface (#10303) | Artur Signell | 2012-11-20 | 1 | -1/+2 |
| | | | | | | HasComponents.isComponentVisible is now SelectiveRenderer.isRendered Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf | ||||
* | Renamed ComponentState to AbstractComponentState (#9032) | Artur Signell | 2012-11-20 | 1 | -3/+3 |
| | | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d | ||||
* | Renamed VaadinServiceSession to VaadinSession (#10223) | Artur Signell | 2012-11-16 | 1 | -3/+3 |
| | | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3 | ||||
* | Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342) | Artur Signell | 2012-11-07 | 1 | -309/+1 |
| | | | | Change-Id: I33981f0c80ab367d74bbbeebb48abbc81d4f182c | ||||
* | Added Component.getDescription (#8154) | Artur Signell | 2012-11-07 | 1 | -55/+4 |
| | | | | Change-Id: Iaa2f35415e68ecd4d53fd8743eb2c5cfb0afd36a | ||||
* | Javadoc + fixed a typo in method name #9724 | John Ahlroos | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'primary-stylename' into sass | Marc Englund | 2012-10-01 | 1 | -0/+10 |
|\ | |||||
| * | Added primary stylename handling on server side #9724 | John Ahlroos | 2012-09-24 | 1 | -0/+10 |
| | | |||||
* | | Rename VaadinSession -> VaadinServiceSession (#9733) | Leif Åstrand | 2012-09-28 | 1 | -3/+3 |
|/ | | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c | ||||
* | Mark component as dirty when visibility state changes (#9695) | Artur Signell | 2012-09-24 | 1 | -0/+1 |
| | |||||
* | Moved visible out from state so isVisible does not call markAsDirty (#9695) | Artur Signell | 2012-09-20 | 1 | -3/+5 |
| | |||||
* | Fixed references to XHTML and issue found in review #8294 | John Ahlroos | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | Remove some references to Application in API and docs (#9402) | Leif Åstrand | 2012-09-06 | 1 | -5/+5 |
| | |||||
* | Deprecated EventRouter with a message that it will be replaced before 7.0.0 ↵ | Artur Signell | 2012-09-05 | 1 | -0/+17 |
| | | | | (#8640) | ||||
* | Remove getApplication() and add getSession() (#9402) | Leif Åstrand | 2012-09-05 | 1 | -27/+2 |
| | |||||
* | Rename Application to VaadinSession (#9402) | Leif Åstrand | 2012-09-05 | 1 | -4/+4 |
| | |||||
* | Moved ReflectTools to com.vaadin.util (#4294) | Artur Signell | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Add helper methods for checking state | John Ahlroos | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | Removed getters/setters from states and made instance variabled public | John Ahlroos | 2012-08-31 | 1 | -35/+38 |
| | |||||
* | Replace ApplicationResource with ConnectorResource (#9419) | Leif Åstrand | 2012-08-30 | 1 | -3/+3 |
| | |||||
* | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -3/+3 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -14/+14 |
| | |||||
* | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Renamed Component.debugId to id (#3700) | Pekka Hyvönen | 2012-08-28 | 1 | -3/+29 |
| | | | | | Applied patch from Pekka with minor changes (@deprecation javadoc, call the real methods from deprecated methods in AbstractComponent) | ||||
* | Remaining Root -> UI renames (#8908) | Artur Signell | 2012-08-24 | 1 | -11/+1 |
| | |||||
* | Component.getRoot() -> Component.getUI() (#8908) | Artur Signell | 2012-08-24 | 1 | -5/+5 |
| | |||||
* | Renamed Root to UI, automatic rename (#8908) | Artur Signell | 2012-08-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | 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 | -7/+5 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Handle requestRepaint automatically (#9325) | Leif Åstrand | 2012-08-23 | 1 | -25/+1 |
| | |||||
* | Removed API deprecated in Vaadin 6 (#9071) | Artur Signell | 2012-08-22 | 1 | -28/+0 |
| | |||||
* | Make the (server-side) getState method protected (#9315) | Leif Åstrand | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | Introduce ClientConnector.beforeClientResponse(boolean initial) #9228 | Leif Åstrand | 2012-08-20 | 1 | -6/+2 |
| | | | | 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 | -2/+0 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+1382 |