summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ensure panel decoration is shown (#10258)Artur Signell2013-01-021-1/+1
| | | | Change-Id: Iaf5a25224b10560da15f94b22fa6b77c843a4a47
* Merge "Merge of (#9986) to Vaadin 7."Artur Signell2013-01-022-10/+170
|\
| * Merge of (#9986) to Vaadin 7.Anna Koskinen2012-12-212-10/+170
| | | | | | | | | | | | It should be possible to clear Table's value after container changes. Change-Id: Ibacdae2b303375fc8303abd63a5673542a80ad38
* | Merge "Merge of (#9862) to Vaadin 7."Artur Signell2013-01-023-2/+99
|\ \
| * | Merge of (#9862) to Vaadin 7.Anna Koskinen2013-01-023-2/+99
| | | | | | | | | | | | | | | | | | Tooltip location fix. Change-Id: Idfdf3385d793569f028fbeaba0b338810095f143
* | | Merge "Merge of (#9529) to Vaadin 7."Artur Signell2013-01-021-4/+19
|\ \ \
| * | | Merge of (#9529) to Vaadin 7.Anna Koskinen2012-12-211-4/+19
| | |/ | |/| | | | | | | | | | | | | Limit unnecessary database queries. Change-Id: Iae2ed72dd2d044f02abe775f2289126c5f5dbe1d
* | | Minor fix to SASS else-if condition parsing.Henri Sara2013-01-022-3/+3
| | | | | | | | | | | | Change-Id: I2b6214bbc79f2f133c079667f1b3a61b2fa41ca7
* | | Sass parser refactoring to reduce duplication.Henri Sara2013-01-022-1113/+1311
| | | | | | | | | Change-Id: I5693b06cb6ac921740cd1dbfde8ad98424ce7e80
* | | Merge "Merge of (#8786) test to Vaadin 7."Artur Signell2013-01-022-0/+63
|\ \ \
| * | | Merge of (#8786) test to Vaadin 7.Anna Koskinen2012-12-192-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PopupView throws an exception if reopened without explicitly letting it close first. Change-Id: I0493870c47f39a73da8393025e6fccfe3c4c6c27
* | | | Merge "Extend support for Microsoft filter expressions in SASS (#10597)"Artur Signell2013-01-024-328/+360
|\ \ \ \
| * | | | Extend support for Microsoft filter expressions in SASS (#10597)Henri Sara2012-12-274-328/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, also string parameters and multiple parameters are accepted by the parser. Change-Id: I3b1a707e4d0531c4d6117c8f0b2b140fdf6ac741
* | | | | Tests for Base, Chameleon, Liferay and RunoArtur Signell2013-01-024-0/+1728
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia2792ecfa70d5111f582b1cdcd6a20e7c4db8b3b
* | | | | Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)Artur Signell2013-01-0216-42/+42
| | | | | | | | | | | | | | | | | | | | Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
* | | | | Merge "Merge of (#9825) test to Vaadin 7."Artur Signell2013-01-022-0/+212
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge of (#9825) test to Vaadin 7.Anna Koskinen2012-12-192-0/+212
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Button with shortcut broken if the shortcut is rendered before the button. Change-Id: Icba93a76c07562b1c2988f23851dc451ce044136
* | | | Merge "Prevents scss files leaking out into the web content folder when an ↵Artur Signell2013-01-021-5/+4
|\ \ \ \ | | | | | | | | | | | | | | | exception is thrown during linking (#10594)"
| * | | | 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
* | | | Merge "Merge of (#9784) to Vaadin 7."Artur Signell2013-01-021-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Merge of (#9784) to Vaadin 7.Anna Koskinen2012-12-181-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Extracted static resource response writing to a separate, protected method. Change-Id: I5e2b5e86d6aa68e74193aaebb06cef3f9b70151a
* | | | 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