Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update buffered field value if it has not been changed (#8192) | Artur Signell | 2012-12-18 | 1 | -1/+1 | |
|/ | | | | Change-Id: I70501fe0813d014304fac71b6b80f94d0fdee9da | |||||
* | Encode all values based on declared type (#10549) | Leif Åstrand | 2012-12-18 | 1 | -5/+8 | |
| | | | | | | | | | * ServerRpc encoding uses type data from the interface * Beans encoded on the server use reflection based on declared type * Remove row numbers to enable adding test without changing old indices * Update test to send non-primitive map values Change-Id: I0462b547cb7de252564b3569420b0b24cee4515f | |||||
* | Do not update data model when locale changes (#10562, #8192) | Artur Signell | 2012-12-18 | 1 | -2/+6 | |
| | | | | Change-Id: I84e00c9e73d69bb398a8e9cc2c6bdb7fa60d3907 | |||||
* | Merge changes Icf4a4410,I8bbf8f69 | Leif Åstrand | 2012-12-18 | 1 | -2/+5 | |
|\ | | | | | | | | | | | * changes: Register connector to avoid test failures Only update value on locale change if using the data source directly (#8192) | |||||
| * | Only update value on locale change if using the data source directly (#8192) | Artur Signell | 2012-12-17 | 1 | -2/+5 | |
| | | | | | | | | Change-Id: I8bbf8f693ccb2646df898433897425de7898966f | |||||
* | | Merge "Support float fields with FieldGroup (#10553)" | Leif Åstrand | 2012-12-18 | 2 | -0/+124 | |
|\| | ||||||
| * | Support float fields with FieldGroup (#10553) | Artur Signell | 2012-12-17 | 2 | -0/+124 | |
| | | | | | | | | Change-Id: Ib7f6fff09e9372576aadfc44c82f7bb9ce9525cf | |||||
* | | Fixed TestBench compatibility for root context (#10541) | Artur Signell | 2012-12-17 | 1 | -1/+1 | |
| | | | | | | | | Change-Id: If400b16afa07480afc8007fd3144f68644a60a12 | |||||
* | | Merge "Revert "Case-insensitive FieldGroup binding #10426"" | Artur Signell | 2012-12-17 | 1 | -83/+15 | |
|\ \ | |/ |/| | ||||||
| * | Revert "Case-insensitive FieldGroup binding #10426" | Artur Signell | 2012-12-17 | 1 | -83/+15 | |
| | | | | | | | | | | | | | | This reverts commit fffd25fc57c862afdac2f4cfc36695c0bd35ec96 Breaks binding using BeanFieldGroup before an item data source has been set. Change-Id: Id05372eef2078efea9e92a69a1af942511ff32a9 | |||||
* | | Merge "Merge of (#9732) to Vaadin 7." | Artur Signell | 2012-12-17 | 1 | -0/+5 | |
|\ \ | |/ |/| | ||||||
| * | Merge of (#9732) to Vaadin 7. | Anna Koskinen | 2012-12-17 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | Ensure that the browser does not cache UIDL responses (iOS 6 Safari fix). Change-Id: I432cf2bf202e3f37b479e3950a6a39ca067497b4 | |||||
* | | Case-insensitive FieldGroup binding #10426 | Jonni Nakari | 2012-12-17 | 1 | -15/+83 | |
|/ | | | | | | | Modified buildAndBindMemberFields to use a new findPropertyId method when searching propertyIds. Change-Id: I97f1c4eb8a3de7350b0333c8b2b2ff913e0263d9 | |||||
* | Search fields from superclasses #10504 | Jonni Nakari | 2012-12-17 | 1 | -3/+25 | |
| | | | | | | | | | Modified buildAndBindMemberFields method to use a new getFieldsInDeclareOrder method that searches fields also from superclasses. Added a unit test to verify the new logic. Fixes the issue in ticket #10504 Change-Id: Ic855e274c5b4d1c83760d6c2c53c67413a1da42c | |||||
* | Merge "Added method setContainerDataSource(Container newDataSource, ↵ | Henri Sara | 2012-12-17 | 1 | -9/+59 | |
|\ | | | | | | | Collection<?> visibleIds) to Table. (#10419)" | |||||
| * | Added method setContainerDataSource(Container newDataSource, | Anna Koskinen | 2012-12-17 | 1 | -9/+59 | |
| | | | | | | | | | | | | Collection<?> visibleIds) to Table. (#10419) Change-Id: Ib10f430c786b1d0130f86eb5a97e271ac71e806f | |||||
* | | Merge "Don't remove diffstate data before cleanup (#10532)" | Artur Signell | 2012-12-17 | 1 | -11/+43 | |
|\ \ | ||||||
| * | | Don't remove diffstate data before cleanup (#10532) | Leif Åstrand | 2012-12-14 | 1 | -11/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Avoid returning unregistered but not cleaned connectors from e.g. getDirtyConnectors() and getConnector() * Add some sanity checks to ensure unregistered connectors are not used Change-Id: I1103586863d2f299d50af5058233a7b4c967d4c6 | |||||
* | | | Support null values in legacy messages (#9254) | Leif Åstrand | 2012-12-14 | 1 | -0/+4 | |
| | | | | | | | | | | | | Change-Id: I8a7bc1f52ffed7acc2de03c6d17cdff7f640ddf2 | |||||
* | | | Merge "Colorpicker IE fixes" | John Ahlroos | 2012-12-14 | 1 | -5/+1 | |
|\ \ \ | ||||||
| * | | | Colorpicker IE fixes | Anna Koskinen | 2012-12-14 | 1 | -5/+1 | |
| |/ / | | | | | | | | | | Change-Id: I9b1e42a75175eff4a01560db0a13865e253b72d5 | |||||
* / / | 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 | |||||
* | | Merge "Corrected logging message (#10529)" | Johannes Dahlström | 2012-12-13 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | Corrected logging message (#10529) | Artur Signell | 2012-12-13 | 1 | -4/+4 | |
| | | | | | | | | | | | | Change-Id: I67a4637b6f1f94466ee35f41e9ef61ca9534d57e | |||||
* | | | Fix for ticket #10121, a unit test for the ticket's issue and a unit | Jonni Nakari | 2012-12-13 | 2 | -1/+51 | |
|/ / | | | | | | | | | | | test for the new method in ReflectTools Change-Id: If8d57b4b38e8856ff2a9ef130dc71cf5b315858a | |||||
* | | Merge "ComboBox should have getter and setter methods for pageLength #5381" | Artur Signell | 2012-12-11 | 1 | -0/+21 | |
|\ \ | |/ |/| | ||||||
| * | ComboBox should have getter and setter methods for pageLength #5381 | Pekka Hyvönen | 2012-12-11 | 1 | -0/+21 | |
| | | | | | | | | Change-Id: I92597e49f2dc12c9fb90c2a35a213386da56bb3f | |||||
* | | Vaadin 7 compatible ColorPicker (#9201) | Anna Koskinen | 2012-12-10 | 13 | -0/+2374 | |
|/ | | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5 | |||||
* | Added support for empty footer for Form (#10478) | Artur Signell | 2012-12-07 | 1 | -12/+17 | |
| | | | | Change-Id: I4a9b4206ad735934246cdb0e03dc6b70a24fc726 | |||||
* | Moved StreamVariable handling from AbstractCommunicationManager to | Anna Koskinen | 2012-12-07 | 2 | -61/+125 | |
| | | | | | | | ConnectorTracker to prevent untimely unregistrations through other UIs within the same session (#10112) Change-Id: Id04c97970325be65b0b3c63756a2f2e731dd60d2 | |||||
* | Return null as non-existing property for IndexedContainer (#10445) | Henri Sara | 2012-11-30 | 1 | -1/+3 | |
| | | | | Change-Id: I9829173dda84d5f496114b7d08204648bf86fc77 | |||||
* | Added prefix "v-" to internal parameters (#10156) | Anna Koskinen | 2012-11-30 | 7 | -17/+21 | |
| | | | | Change-Id: I79ac824bc19fa42b976954148e69d54fb91b77ab | |||||
* | Merge "Made session reinitializing work again (#10411)" | Leif Åstrand | 2012-11-30 | 2 | -6/+7 | |
|\ | ||||||
| * | Made session reinitializing work again (#10411) | Artur Signell | 2012-11-29 | 2 | -6/+7 | |
| | | | | | | | | Change-Id: I012a5154fa3cf0bba6f3289213744b740cf12059 | |||||
* | | UI scroll position can be given programmatically (#9952) | Leif Åstrand | 2012-11-30 | 1 | -1/+54 | |
|/ | | | | Change-Id: Icef0858ee495abcacab7823f7f8fc6044abd64dc | |||||
* | Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097) | Leif Åstrand | 2012-11-29 | 1 | -319/+110 | |
| | | | | | | | | | | | * Add ChildComponentData that is sent in the state instead of previous UIDL data * Store child data in a map instead of as a linked list * Move Cell instead of moving component form one Cell to the other if moved * Clean up internal state in remove(Widget) Change-Id: I3dabe0165b6dcdf70c0df06a0151b73d080187a5 | |||||
* | Merge "Use max-age 0 for *nocache* instead of the default 1h #10421" | Leif Åstrand | 2012-11-29 | 1 | -2/+6 | |
|\ | ||||||
| * | Use max-age 0 for *nocache* instead of the default 1h #10421 | Jonatan Kronqvist | 2012-11-29 | 1 | -2/+6 | |
| | | | | | | | | Change-Id: Id04fd8cee919a1d31fc2952e5bbf064075dbf9ce | |||||
* | | Merge "Add fragment and parameter support to BrowserWindowOpener (#10093)" | Henri Sara | 2012-11-29 | 1 | -0/+107 | |
|\ \ | |/ |/| | ||||||
| * | Add fragment and parameter support to BrowserWindowOpener (#10093) | Leif Åstrand | 2012-11-29 | 1 | -0/+107 | |
| | | | | | | | | Change-Id: I32577503ae4d85c80579f9544cdb61ab9788ef23 | |||||
* | | Fixed tooltip handling for Table (#9088) | Artur Signell | 2012-11-29 | 1 | -2/+1 | |
|/ | | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2 | |||||
* | Merge "Added helper for showing a notification with a description (#10401)" | Leif Åstrand | 2012-11-29 | 1 | -0/+22 | |
|\ | ||||||
| * | Added helper for showing a notification with a description (#10401) | Artur Signell | 2012-11-28 | 1 | -0/+22 | |
| | | | | | | | | Change-Id: If51e73a62060384ae957af10efa270fb51c4ae8c | |||||
* | | Merge "Fixed Table to actually use converter from factory (#10408)" | Leif Åstrand | 2012-11-29 | 1 | -2/+2 | |
|\ \ | |/ |/| | ||||||
| * | Fixed Table to actually use converter from factory (#10408) | Artur Signell | 2012-11-28 | 1 | -2/+2 | |
| | | | | | | | | Change-Id: I02dce8628def6ed926e79fff5762169a129f2426 | |||||
* | | Merge "Moved setVisible dirty logic to AbstractComponent where it belongs ↵ | Leif Åstrand | 2012-11-28 | 4 | -40/+8 | |
|\ \ | | | | | | | | | | (#10414)" | |||||
| * | | Moved setVisible dirty logic to AbstractComponent where it belongs (#10414) | Artur Signell | 2012-11-28 | 4 | -40/+8 | |
| |/ | | | | | | | Change-Id: I05f8b739e862c3dd4a52492f2df41862bacd3ce4 | |||||
* / | Fixed problems with invalidating the HttpSession during a request (#10411) | Artur Signell | 2012-11-28 | 2 | -5/+31 | |
|/ | | | | Change-Id: I121d6999eababb7eaa53ba16fb8ed029cc154a12 | |||||
* | getPrevItemId should return null if id not found (#10124) | Artur Signell | 2012-11-28 | 1 | -1/+6 | |
| | | | | Change-Id: I9c0a07610e942bf8fac5832341a4fb31bfd6342a | |||||
* | Avoid using the same Matcher from multiple threads (#10184) | Leif Åstrand | 2012-11-28 | 1 | -7/+4 | |
| | | | | Change-Id: I801a60db3a1b040db98fc597a35434c4a0b2ba83 |