Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -1227/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/6.8' | Leif Åstrand | 2012-08-03 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | + add @Override Conflicts: src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/ui/VOverlay.java src/com/vaadin/terminal/gwt/client/ui/menubar/VMenuBar.java src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java src/com/vaadin/terminal/gwt/client/ui/table/VScrollTable.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/Table.java tests/test.xml | ||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -3/+3 |
| | |||||
* | Revert root cleanup changes - this commit was not supposed to go to master | Johannes Dahlström | 2012-07-27 | 1 | -16/+0 |
| | | | | This reverts commit 25f664f993a1eb936cb516f1b748773b9b4d5239. | ||||
* | Initial commit for root cleanup support (#7893) | Johannes Dahlström | 2012-07-18 | 1 | -0/+16 |
| | |||||
* | Update deprecation messages to inform about changed HTML default (#9066) | Leif Åstrand | 2012-06-29 | 1 | -5/+9 |
| | |||||
* | Change Notification default to no allow HTML (#9066) | Leif Åstrand | 2012-06-29 | 1 | -5/+12 |
| | |||||
* | Rename setCurrentXyz() to setCurrent() (#9029) | Leif Åstrand | 2012-06-25 | 1 | -4/+4 |
| | |||||
* | Move showNotification shorthands back to Root from LegacyWindow (#8907) | Leif Åstrand | 2012-06-25 | 1 | -146/+145 |
| | |||||
* | Avoid double attach calls for sub windows (#9011) | Artur Signell | 2012-06-21 | 1 | -24/+0 |
| | |||||
* | Moved connector tracking from Application to Root | Artur Signell | 2012-06-21 | 1 | -4/+3 |
| | | | | | | This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943) | ||||
* | Extract API from Root to Page (#8907) | Leif Åstrand | 2012-06-19 | 1 | -700/+346 |
| | |||||
* | JavascriptManager -> JavaScript and changes based on review (#6730) | Leif Åstrand | 2012-06-14 | 1 | -29/+10 |
| | |||||
* | Initial javascript callback support (#6730) | Leif Åstrand | 2012-06-11 | 1 | -0/+12 |
| | |||||
* | Fix some broken hierarchies (#6690) | Leif Åstrand | 2012-06-06 | 1 | -4/+10 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -8/+0 |
| | |||||
* | Repaint when contents changes (#8832) | Artur Signell | 2012-06-01 | 1 | -0/+2 |
| | |||||
* | Fixed problem with iterator containing null (#8729) | Artur Signell | 2012-05-14 | 1 | -0/+4 |
| | |||||
* | Initial support for sending difference in state (#8419) | Artur Signell | 2012-05-11 | 1 | -3/+2 |
| | | | | | | | | Forces the shared state to be the type declared by getStateType (#8677) Creates an empty object for reference when doing a full repaint, causing only the differences between a freshly created object and the current state to be sent. | ||||
* | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 1 | -2/+2 |
| | |||||
* | Workaround for problem with wrong state being created | Artur Signell | 2012-04-12 | 1 | -0/+8 |
| | |||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -1/+1 |
| | | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files. | ||||
* | Moved shared classes out from connector to avoid class loader problems | Artur Signell | 2012-04-12 | 1 | -9/+9 |
| | |||||
* | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -4/+0 |
| | |||||
* | Updated Root to use hierarchy change event for content and windows | Artur Signell | 2012-04-12 | 1 | -28/+20 |
| | |||||
* | Simplified Rpc registration on server side (#8591) | Artur Signell | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -2/+0 |
| | |||||
* | Make default Root state reflect reality (#8460) | Leif Åstrand | 2012-04-02 | 1 | -0/+1 |
| | |||||
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPC | Artur Signell | 2012-03-29 | 1 | -1/+10 |
| | |||||
* | Moved Connector -> Connector Id mapping to AbstractComponent | Artur Signell | 2012-03-21 | 1 | -0/+16 |
| | | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of | ||||
* | Separated Component.isEnabled/isVisible from Connector enabled state. | Artur Signell | 2012-03-14 | 1 | -0/+5 |
| | | | | | | Connector.isConnectorEnabled determines if the Connector can receive messages from its counter part. Component isEnabled/isVisible only returns the state of the component. Made Table implement HasComponents. | ||||
* | #5890 Added getComponentCount to ComponentContainer | Artur Signell | 2012-03-04 | 1 | -0/+14 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Use constants for some more UIDL attribute names. | Henri Sara | 2012-02-22 | 1 | -6/+18 |
| | |||||
* | #8170 Updated to work with Vaadin 7 | Leif Åstrand | 2012-01-06 | 1 | -4/+31 |
| | |||||
* | Remove invalid javadoc causing eclipse formatter to insert newlines | Leif Åstrand | 2012-01-06 | 1 | -2/+1 |
| | |||||
* | Make LegacyWindow init eager as there was no other initialization in V6 | Leif Åstrand | 2011-12-22 | 1 | -10/+2 |
| | |||||
* | Remove @ClientWidget for Root | Leif Åstrand | 2011-12-22 | 1 | -1/+2 |
| | | | | | | The annotation causes problems when reading other annotations in application servers with too eager classloaders. The annotation is also useless as the client side widget for Root is hardcoded in the widgetset. | ||||
* | Change the default to a two request bootstrap | Leif Åstrand | 2011-12-22 | 1 | -7/+18 |
| | | | | Add @EagerInit annotation to indicate that that no browser details are required, enabling a one request bootstrap. | ||||
* | Fix typo in public API | Leif Åstrand | 2011-12-20 | 1 | -3/+3 |
| | |||||
* | Make Root.init abstract, add non-abstract LegacyWindow and migrate tests | Leif Åstrand | 2011-12-20 | 1 | -4/+125 |
| | |||||
* | Root now sends click events, fixes #8151 | Marc Englund | 2011-12-19 | 1 | -4/+23 |
| | |||||
* | Properly attach the root if application is set after the UI is built | Leif Åstrand | 2011-12-16 | 1 | -0/+2 |
| | |||||
* | Restore the legacy functionality of Root.addComponent and its relatives | Leif Åstrand | 2011-12-15 | 1 | -57/+14 |
| | |||||
* | #8097 Root does not send resize events | Leif Åstrand | 2011-12-15 | 1 | -6/+151 |
| | |||||
* | Update old license headers | Henri Sara | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | Corrected typo | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | |||||
* | Fix compile errors and one failed test caused by merging | Leif Åstrand | 2011-12-08 | 1 | -3/+8 |
| | |||||
* | URI fragment support in Root (#8048) | Leif Åstrand | 2011-12-07 | 1 | -1/+151 |
| | |||||
* | Add javadocs for some new methods | Leif Åstrand | 2011-12-07 | 1 | -28/+288 |
| |