summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prevents scss files leaking out into the web content folder when anmichael2012-12-261-5/+4
| | | | | | exception is thrown during linking (#10594) Change-Id: I6c29b5c08722f5a90095d76c93be3ec949c15c9d
* Allow the linker to handle deeper folder hierarchies inside the publicmichael2012-12-211-1/+1
| | | | | | folder (#10593) Change-Id: Ice5ed6f3d83fdc200201cd329089ed95b4e6744b
* Merge "Fixed locator in test"Henri Sara2012-12-201-2/+2
|\
| * Fixed locator in testArtur Signell2012-12-201-2/+2
| | | | | | | | Change-Id: I4247a41a3712448e1c44f4751d94c19b452790e7
* | Merge "Merge of (#9885) to Vaadin 7."Henri Sara2012-12-201-1/+1
|\ \
| * | Merge of (#9885) to Vaadin 7.Anna Koskinen2012-12-191-1/+1
| | | | | | | | | | | | | | | | | | VDragAndDropManager should not have a private constructor. Change-Id: Ic92dd938f4759396dc029da8b539d39484f01834
* | | Merge "Merge of (#9788) to Vaadin 7."Henri Sara2012-12-201-96/+131
|\ \ \ | |_|/ |/| |
| * | Merge of (#9788) to Vaadin 7.Anna Koskinen2012-12-191-96/+131
| | | | | | | | | | | | | | | | | | HierarchicalContainer sometimes left content change events disabled. Change-Id: I77bbee1987f324246a6253f91a6edc23b153d4b1
* | | Copy unrecognized @ rules to output as is (#10486)Henri Sara2012-12-195-632/+782
| |/ |/| | | | | | | | | | | Also adds preliminary support for recognizing @debug and @warn so that those are not copied. Change-Id: Idaf80daaad78804871d128a9e804404fcf043d25
* | Merge "Updated Release Notes for Vaadin 7.0.0.rc1 release."7.0.0.beta11Artur Signell2012-12-191-17/+28
|\ \
| * | Updated Release Notes for Vaadin 7.0.0.rc1 release.Marko Gronroos2012-12-191-17/+28
| |/ | | | | | | Change-Id: Id62a3b44fa6f5c1c3554e273597303b4b418d89e
* | Use JavaScriptMethodInvocation to detect js invocations (#10549)Leif Åstrand2012-12-194-8/+42
| | | | | | | | Change-Id: Ib5c1f5c55f101ef51418b44dcfc9b4278f3ec313
* | (#9949) Flush focused connector on historyChangeMikael Grankvist2012-12-198-4/+191
| | | | | | | | Change-Id: Ia0f41220a038a83fcbcbbe9feebe066cbc626e27
* | Fixed testArtur Signell2012-12-192-9/+9
|/ | | | | | AbstractField.setPropertyDataSource throws SourceException and not ConversionException Change-Id: I286f32f87b4020e976a8f1e4e023eca11df1cdfa
* Merge "Deprecate FormFieldFactory (#10545)"Leif Åstrand2012-12-191-0/+4
|\
| * Deprecate FormFieldFactory (#10545)Henri Sara2012-12-181-0/+4
| | | | | | | | Change-Id: I0d2e033479e0288b49ce695620ab947487545f3b
* | Merge "Fix regressions in RPC handling (#10549)"Artur Signell2012-12-192-2/+9
|\ \
| * | Fix regressions in RPC handling (#10549)Leif Åstrand2012-12-192-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | * Generate parameter types based on RPC interface instead of defining interface * Don't try to find parameter types for JavaScript RPC invocations Change-Id: I0e61e74f57dd34665c8befe826aa2759aeb01b54
* | | Throw exceptions from setPropertyDataSource (#8889)Artur Signell2012-12-181-0/+1
|/ / | | | | | | Change-Id: I1fbdf6c000a9b51694214098b739180b680f4494
* / Update buffered field value if it has not been changed (#8192)Artur Signell2012-12-182-1/+36
|/ | | | Change-Id: I70501fe0813d014304fac71b6b80f94d0fdee9da
* Encode all values based on declared type (#10549)Leif Åstrand2012-12-1810-108/+175
| | | | | | | | | * 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
* Merge "Ensure updateCaption is invoked for new children (#10564)"Leif Åstrand2012-12-182-21/+52
|\
| * Ensure updateCaption is invoked for new children (#10564)Leif Åstrand2012-12-182-21/+52
| | | | | | | | | | | | | | | | * Change updateConnectorHierarchy to return a ConnectorHierarchyUpdateResult that contains both the events as well as a list of all children that have been moved to a new parent Change-Id: Idee8192eaeab4df7c3a96d6089b9e6d543216177
* | Merge "Do not update data model when locale changes (#10562, #8192)"Henri Sara2012-12-182-2/+28
|\ \
| * | Do not update data model when locale changes (#10562, #8192)Artur Signell2012-12-182-2/+28
| |/ | | | | | | Change-Id: I84e00c9e73d69bb398a8e9cc2c6bdb7fa60d3907
* | Merge "Merge of (#9508) test to Vaadin 7."Artur Signell2012-12-181-0/+38
|\ \ | |/ |/|
| * Merge of (#9508) test to Vaadin 7.Anna Koskinen2012-12-181-0/+38
| | | | | | | | | | | | Tabsheet content shouldn't disappear after browser resize. Change-Id: If5dafd23925b4ada520d218af60aa48366a75aaa
* | Additional fixes for IE scrollbars issuesArtur Signell2012-12-182-5/+5
|/ | | | | | Related to #9004, #9552, #9572, #9578 Change-Id: I6f6677ec47713d480e2591f3bddf3b764861201c
* Merge changes Ide0a7e28,I78da2c2cArtur Signell2012-12-1820-7/+55
|\ | | | | | | | | | | * changes: Ugly hacks to make tests screenshot compatible Fixed IE scrollbar issues for most if not all components
| * Ugly hacks to make tests screenshot compatibleArtur Signell2012-12-171-0/+13
| | | | | | | | Change-Id: Ide0a7e2832e1a3a63edc015367e49912c6b77e0e
| * Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-1719-7/+42
| | | | | | | | | | | | | | Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056
* | Merge "Removed Firefox rule making dropdown too high (#10559)"Artur Signell2012-12-182-6/+0
|\ \
| * | Removed Firefox rule making dropdown too high (#10559)Artur Signell2012-12-172-6/+0
| | | | | | | | | | | | Change-Id: I62c808b90da155b0ae0489c4eaeff370063f3572
* | | Merge changes Icf4a4410,I8bbf8f69Leif Åstrand2012-12-182-2/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Register connector to avoid test failures Only update value on locale change if using the data source directly (#8192)
| * | | Register connector to avoid test failuresArtur Signell2012-12-171-0/+2
| | | | | | | | | | | | | | | | Change-Id: Icf4a4410104848bb95d5ec7d036c9ec2aee1c08d
| * | | Only update value on locale change if using the data source directly (#8192)Artur Signell2012-12-171-2/+5
| | | | | | | | | | | | | | | | Change-Id: I8bbf8f693ccb2646df898433897425de7898966f
* | | | Merge "Support float fields with FieldGroup (#10553)"Leif Åstrand2012-12-183-0/+166
|\| | |
| * | | Support float fields with FieldGroup (#10553)Artur Signell2012-12-173-0/+166
| | | | | | | | | | | | | | | | Change-Id: Ib7f6fff09e9372576aadfc44c82f7bb9ce9525cf
* | | | Fixed TestBench compatibility for root context (#10541)Artur Signell2012-12-171-1/+1
| |/ / |/| | | | | | | | Change-Id: If400b16afa07480afc8007fd3144f68644a60a12
* | | Test using Firefox 17 ESR (#10359)Artur Signell2012-12-171-1/+1
| |/ |/| | | | | Change-Id: I808d5f29eb87f0744f0c7cc4b78af761a793f1c6
* | Merge "Revert "Case-insensitive FieldGroup binding #10426""Artur Signell2012-12-172-167/+15
|\ \ | |/ |/|
| * Revert "Case-insensitive FieldGroup binding #10426"Artur Signell2012-12-172-167/+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 Signell2012-12-171-0/+5
|\ \
| * | Merge of (#9732) to Vaadin 7.Anna Koskinen2012-12-171-0/+5
| | | | | | | | | | | | | | | | | | | | | Ensure that the browser does not cache UIDL responses (iOS 6 Safari fix). Change-Id: I432cf2bf202e3f37b479e3950a6a39ca067497b4
* | | Merge "Fix exception logging Code cleanup Delete temporary files Does not ↵Marc Englund2012-12-171-29/+53
|\ \ \ | | | | | | | | | | | | send mixin files to the compiler"
| * | | Fix exception loggingmichael2012-12-171-29/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code cleanup Delete temporary files Does not send mixin files to the compiler Ticket #10202 Change-Id: I961688720c3cad943aa169ea0ef1ece566e908a7
* | | | Merge "Use a custom test runner for SASS tests to get file name in JUnit "Marc Englund2012-12-175-41/+154
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use a custom test runner for SASS tests to get file name in JUnit Henri Sara2012-12-145-41/+154
| | | | | | | | | | | | | | | | Change-Id: I33b60bb524afd87d0e896e7f8495be8be6bd9263
* | | | Case-insensitive FieldGroup binding #10426Jonni Nakari2012-12-172-15/+167
| |_|/ |/| | | | | | | | | | | | | | | | | Modified buildAndBindMemberFields to use a new findPropertyId method when searching propertyIds. Change-Id: I97f1c4eb8a3de7350b0333c8b2b2ff913e0263d9
* | | Search fields from superclasses #10504Jonni Nakari2012-12-172-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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