Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 1 | -431/+0 |
| | | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e | ||||
* | Add missing @since for 7.5 | Leif Åstrand | 2015-05-12 | 1 | -0/+4 |
| | | | | Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d | ||||
* | Add declarative support for PopupView (#16334) | Teemu Suo-Anttila | 2015-04-07 | 1 | -13/+75 |
| | | | | Change-Id: Ic5fb0238f538fd05bb6d6e37ddff3ec06175f782 | ||||
* | Make Vaadin component handling proxy-friendly (#14639) | Juuso Valli | 2014-09-12 | 1 | -1/+1 |
| | | | | | | Comparisons with the ==-operator between a proxy and it's underlying instance fail, so we should use a custom equals method instead. Change-Id: Iaa86ae830fecbedfb1f55636e25f5affebf5aba3 | ||||
* | Reading properties of components should not set state to dirty (#14060). | Fabian Lange | 2014-06-24 | 1 | -3/+6 |
| | | | | | | | | | Added Automatic Testcase. The testcase needs a default constructor, which has been added. The test also found an edge case in Form.java which has been corrected, as well as one missing getState(false) in AbstractMedia. Change-Id: Id764c9e1596123015a84f6c2a9507f03bde383b1 | ||||
* | Reading properties of components should not set state to dirty (#14060). | Fabian Lange | 2014-06-23 | 1 | -1/+6 |
| | | | | | | | | Many core vaadin components did incorrectly mark the state as dirty when reading from them. This patch fixes the problem, which should reduce the amount of server->client state updates significantly. Change-Id: I342d74129e2985a7f407e9b53a802dc0146d9992 | ||||
* | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 1 | -1/+1 |
| | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6 | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Fix incorrect null check in PopupView (#10238) | Henri Sara | 2012-11-23 | 1 | -1/+1 |
| | | | | Change-Id: I6a1a3754787f312bbe8fee27588f04d2d6157afe | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 1 | -2/+2 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | Implement HasComponents directly in PopupView (#10238) | Henri Sara | 2012-11-21 | 1 | -103/+16 |
| | | | | Change-Id: If0bd9d3cf92c4f040e63f693da214aacac421168 | ||||
* | (#9924) Moved hierarchy code and fixed popup view to not be a ↵ | Mikael Grankvist | 2012-11-13 | 1 | -49/+27 |
| | | | | | | LegacyComponent anymore. Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee | ||||
* | AbstractComponentContainer should implement getComponentIterator and not ↵ | Artur Signell | 2012-11-06 | 1 | -1/+1 |
| | | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5 | ||||
* | Move LegacyComponent from com.vaadin.server to com.vaadin.ui | Johannes Dahlström | 2012-11-02 | 1 | -1/+0 |
| | | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202 | ||||
* | inner Event classes converted to static nested classes (#5855) | Pekka Hyvönen | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | refak listeners com.vaadin.ui | Petri Heinonen | 2012-08-30 | 1 | -2/+20 |
| | |||||
* | Rename Vaadin6Component to LegacyComponent (#9434) | Johannes Dahlström | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -5/+5 |
| | |||||
* | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 1 | -2/+2 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Removed API deprecated in Vaadin 6 (#9071) | Artur Signell | 2012-08-22 | 1 | -16/+0 |
| | |||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 1 | -1/+13 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+453 |