Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated all empty @since tags to be published in 7.5.0 | Pekka Hyvönen | 2015-05-11 | 1 | -4/+4 |
| | | | | | | Removed invalid @since from MarginInfo. Change-Id: I7ad0dee47e8686c5cbca05ca1363ae8741642be8 | ||||
* | SplitPanel should have an event for the splitter being moved (#3855) | wodencafe | 2015-03-26 | 1 | -0/+77 |
| | | | | Change-Id: I473e5a0f8420c95971af52ef230849f468ebbbad | ||||
* | Add @since to AbstractSplitPanel. (#15285) | Sauli Tähkäpää | 2014-12-18 | 1 | -1/+1 |
| | | | | Change-Id: I476d8c7e53ce90941b00deefffc1b6a7ea63b43b | ||||
* | Merge remote-tracking branch 'origin/declarative' | Artur Signell | 2014-12-18 | 1 | -0/+128 |
|\ | | | | | | | Change-Id: I7caf7a28f9c6e536797cf41e307e4d6d18bd3222 | ||||
| * | API refactoring (#7749)declarative | Artur Signell | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5 | ||||
| * | Merge remote-tracking branch 'origin/master' into declarative | Matti Hosio | 2014-12-17 | 1 | -2/+14 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/ui/TextField.java Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00 | ||||
| * | | Do not write child components in sub templates (#7749) | Matti Hosio | 2014-12-16 | 1 | -0/+3 |
| | | | | | | | | | | | | Change-Id: I7e19e86618bbf27ae3a6e585bab000f26dd8f6d5 | ||||
| * | | Do not remove children in read to ensure @DesignRoot reading works | Artur Signell | 2014-12-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | properly (#7749) Change-Id: I8a3111e7007911adfd97c15373b634b2c57f5cd5 | ||||
| * | | createNode -> createElement | Artur Signell | 2014-12-15 | 1 | -2/+2 |
| | | | | | | | | | | | | Change-Id: Ifb7342a860fa73d51dc462b788a4530abb0bb52f | ||||
| * | | Fix writing issues (#7749) | Artur Signell | 2014-12-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A root component with @DesignRoot must always use its superclass for default values. Otherwise the written design will be empty as the design is read in the constructor. * A component which is not the root must not write its component tree if the component tree is generated in the constructor. This is a simplification which should be good enough for most cases (can't add children in constructor and also using addComponent - in this case the component added with addComponent will not be written). * Test cases for nested templates Change-Id: I3a384d1d8654b9865a3a790ebeb055a300a62135 | ||||
| * | | Do not create default instances while reading designs (#7749) | Artur Signell | 2014-12-15 | 1 | -19/+9 |
| | | | | | | | | | | | | Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd | ||||
| * | | SynchronizeFrom/ToDesign -> read/writeDesign (#7749) | Artur Signell | 2014-12-15 | 1 | -8/+6 |
| | | | | | | | | | | | | Change-Id: Ie5e420ac5d62a2aa3206051888e6dd0f8f30df11 | ||||
| * | | Declarative support for split panel (#7749). | Mika Murtojarvi | 2014-12-12 | 1 | -0/+139 |
| | | | | | | | | | | | | Change-Id: I96b7be150c9b6511f9fb701c5ee26afca67f1512 | ||||
* | | | Empty since tags -> 7.4 | Artur Signell | 2014-12-17 | 1 | -1/+1 |
| |/ |/| | | | | | Change-Id: I73755f0c580c40b93d95df5e3ca55f6617c21353 | ||||
* | | Hierarchy change markAsDirty to AbstractComponentContainer (#14227) | Anna Miroshnik | 2014-12-09 | 1 | -2/+0 |
| | | | | | | | | Change-Id: I7a05ad72dfa3d16d85aa4d0cdd235572ec01e31a | ||||
* | | Add getter to SplitterState.positionReversed (#15285) | Anna Koskinen | 2014-11-25 | 1 | -0/+14 |
|/ | | | | Change-Id: I1e3783d21cb5f2832838dfe36c91c7f6a4ddb313 | ||||
* | Reading properties of components should not set state to dirty (#14060). | Fabian Lange | 2014-07-01 | 1 | -8/+12 |
| | | | | | | Fixed issue with SplitPanels which were not marking sets as dirty. Change-Id: I23bb8bfca87a825aef132f249e05871cf7b36a34 | ||||
* | Reading properties of components should not set state to dirty (#14060). | Fabian Lange | 2014-06-23 | 1 | -3/+8 |
| | | | | | | | | 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 | ||||
* | Fixed typo in SplitPanel method (#10418) | Artur Signell | 2013-01-02 | 1 | -1/+1 |
| | | | | Change-Id: Ia211cb7175134087a1cbef404c55075fb098b5c6 | ||||
* | Rename ComponentEventListener to ConnectorEventListener (#10340) | Leif Åstrand | 2012-11-23 | 1 | -2/+2 |
| | | | | Change-Id: I8e5d60e0e6d7003eeff984ceb0b4bf04347267b0 | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 1 | -2/+2 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | AbstractComponentContainer should implement getComponentIterator and not ↵ | Artur Signell | 2012-11-06 | 1 | -1/+1 |
| | | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5 | ||||
* | inner Event classes converted to static nested classes (#5855) | Pekka Hyvönen | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | Moved ReflectTools to com.vaadin.util (#4294) | Artur Signell | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Removed getters/setters from states and made instance variabled public | John Ahlroos | 2012-08-31 | 1 | -22/+22 |
| | |||||
* | refak listeners com.vaadin.ui | Petri Heinonen | 2012-08-30 | 1 | -2/+20 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 1 | -10/+2 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Make the (server-side) getState method protected (#9315) | Leif Åstrand | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Eliminated dependencies from server to client (#9279) | Artur Signell | 2012-08-13 | 1 | -5/+4 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+521 |