summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Only show tooltips for the Form itself (#9173)"Leif Åstrand2013-01-081-0/+14
|\ \
| * | Only show tooltips for the Form itself (#9173)Artur Signell2013-01-081-0/+14
| |/ | | | | | | Change-Id: Ifeeb480e8df0f88a4bb78cc6ad2cb1f77c8d0dd9
* | Merge "Cancel possibly pending layout timer when starting layout (#10659)"Leif Åstrand2013-01-081-1/+1
|\ \
| * | Cancel possibly pending layout timer when starting layout (#10659)Artur Signell2013-01-081-1/+1
| |/ | | | | | | Change-Id: I463379a3c46e7bbd344693b865e142ca5b046d27
* | Merge "Fixed NPE in Tabsheet (#10479)"Leif Åstrand2013-01-081-1/+1
|\ \
| * | Fixed NPE in Tabsheet (#10479)Artur Signell2013-01-071-1/+1
| |/ | | | | | | Change-Id: If1b5def25a463cfa4449ed476161a54a39f0770a
* / Fixed subpixel measuring in IE9+ (#10636)Artur Signell2013-01-071-5/+87
|/ | | | Change-Id: Ia8441b47a0b2a8dd290afa1f2cfe49db633f3865
* Merge "Checkstyle for Vaadin #9065"Henri Sara2013-01-071-1/+7
|\
| * Checkstyle for Vaadin #9065Pekka Hyvönen2013-01-041-1/+7
| | | | | | | | | | | | | | | | * Validates that all java files contains a license file and fails the build if a license is missing * For now runs a lot of checks with a severity less than error to avoid failing the build * Outputs test results to TeamCity for reporting Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d
* | Merge "Don't include relative sizes in expand compensation (#10222)"Henri Sara2013-01-042-1/+24
|\ \
| * | Don't include relative sizes in expand compensation (#10222)Leif Åstrand2013-01-042-1/+24
| |/ | | | | | | Change-Id: I1b94a8ffbbe66e64a585e1d7729dae3af6d815b6
* / Don't let the caption cause negative width (#10630)Leif Åstrand2013-01-041-0/+3
|/ | | | Change-Id: I0d4964111fe72ee23b0d285c4c2340139c426c95
* Updated copyright notices and added missing license headersArtur Signell2013-01-04283-331/+716
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Preserve scroll position of ListSelect after server round-trip if theAnna Koskinen2013-01-031-0/+8
| | | | | | contents haven't changed (#10416) Change-Id: I7effba1a4551c9c42996d9ca677afb43f16b51a4
* Remember old splitter position when adjusting for out of bounds (#10596)Leif Åstrand2013-01-031-3/+9
| | | | Change-Id: I7d37ead068b00f75d0ee70666cdc0c5fdb17b623
* Update AbstractOrderedLayout calculation logicLeif Åstrand2013-01-033-217/+221
| | | | | | | | | | | | | | | | * Always use expansion logic if the layout's size is fixed * Ensure e.g. expansion changes happen even if no hierarchy or measurement changes (#10161) * Separate the calculation of expand ratios from the adjustment for the sizes of children without expansion * Ensure there are element resize listeners for all elements that should be measured (#10488) * Postpone calculations if there are elements that have not yet been measured * Use measurements for fixing the height under more circumstances * Only update based on hierarchy & state if something might have changed Change-Id: I8542afbcb7e93d44bd0dff751a56ed10033937fc
* Merge of (#9862) to Vaadin 7.Anna Koskinen2013-01-021-2/+4
| | | | | | Tooltip location fix. Change-Id: Idfdf3385d793569f028fbeaba0b338810095f143
* Merge of (#9885) to Vaadin 7.Anna Koskinen2012-12-191-1/+1
| | | | | | VDragAndDropManager should not have a private constructor. Change-Id: Ic92dd938f4759396dc029da8b539d39484f01834
* Use JavaScriptMethodInvocation to detect js invocations (#10549)Leif Åstrand2012-12-194-8/+42
| | | | Change-Id: Ib5c1f5c55f101ef51418b44dcfc9b4278f3ec313
* (#9949) Flush focused connector on historyChangeMikael Grankvist2012-12-197-4/+74
| | | | Change-Id: Ia0f41220a038a83fcbcbbe9feebe066cbc626e27
* Fix regressions in RPC handling (#10549)Leif Åstrand2012-12-191-1/+8
| | | | | | | | * 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
* Encode all values based on declared type (#10549)Leif Åstrand2012-12-183-75/+102
| | | | | | | | | * 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
* 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 "Log size before the element string as it can be quite long"Artur Signell2012-12-151-3/+2
|\
| * Log size before the element string as it can be quite longLeif Åstrand2012-12-141-3/+2
| | | | | | | | Change-Id: I197179d78ad50bd38019979f58b64d0e11a0d90d
* | Merge "Avoid attempting to use a DOM node as an element (#10480)"Artur Signell2012-12-151-1/+8
|\ \
| * | Avoid attempting to use a DOM node as an element (#10480)Leif Åstrand2012-12-141-1/+8
| |/ | | | | | | Change-Id: I05023392ebe99635ebe1700b14e84a317f4d6cb8
* | Merge "Colorpicker IE fixes"John Ahlroos2012-12-141-18/+37
|\ \ | |/ |/|
| * Colorpicker IE fixesAnna Koskinen2012-12-141-18/+37
| | | | | | | | Change-Id: I9b1e42a75175eff4a01560db0a13865e253b72d5
* | Send fraction pixel values to the client (#10531)Artur Signell2012-12-141-2/+3
|/ | | | | | Fixed RichTextArea to deal with fraction pixel values Change-Id: I02fa6fd2c66e87b01f642a9051641a0cc758f0f6
* Fixed typo in method nameArtur Signell2012-12-131-2/+2
| | | | Change-Id: Ib3c401ea618c6141617f527a191eb4f72ebdfaf4
* Restore compatibility with selectors without slots (#9893)Leif Åstrand2012-12-131-0/+12
| | | | Change-Id: Iea7661ff39d9903f78e290086c1c51f270c8c60d
* Fix selector backwards compatibility (#9893)Leif Åstrand2012-12-131-16/+4
| | | | Change-Id: Ib69645f9cc866893b8a85e369414b7c15b440b6e
* Merge "Add getLastResponseId() (#10496)"Artur Signell2012-12-121-0/+21
|\
| * Add getLastResponseId() (#10496)Leif Åstrand2012-12-111-0/+21
| | | | | | | | Change-Id: I574844eabd9ba33ac7c5e967c734f6cc27d40e3e
* | Refactor client-side ordered layouts (#9893)Leif Åstrand2012-12-118-1211/+1248
|/ | | | | | | | | * Rename VOrderedLayout to VAbstractOrderedLayout * Move VAbstractOrderedLayout to the orderedlayout package * Extract Slot to a standalone class with Icon as a private inner class * Extract CaptionPosition to a standalone class Change-Id: Id9450b30838a4511bd3c3b7cf371e145274ff198
* Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-109-0/+904
| | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5
* Merge "Better error messages for unknown legacy variable types (#10481)"Leif Åstrand2012-12-101-1/+14
|\
| * Better error messages for unknown legacy variable types (#10481)Artur Signell2012-12-101-1/+14
| | | | | | | | Change-Id: I22127da446b1035d6b0868d47646af543ea0a876
* | Additional fixes for accordion/IE (#9552)Artur Signell2012-12-101-1/+2
|/ | | | | | Fixes Accordion for other themes than Reindeer aswell Change-Id: If849e77adfb07e6a14784139c19e45b3b35a43b9
* Merge "Default id should get overridden only if id has been specifically set ↵Artur Signell2012-12-071-5/+12
|\ | | | | | | (#10179)."
| * Default id should get overridden only if id has been specifically setAnna Koskinen2012-12-071-5/+12
| | | | | | | | | | | | (#10179). Change-Id: I102ca64648a88e70e88d9c546e8ea49de47451fb
* | Added javadoc (#10378)Artur Signell2012-12-071-0/+7
| | | | | | | | Change-Id: I18534804059b725131d0abcc683760461098ff7f
* | Merge "Attach drag'n'drop drag image to overlay container (#10384)"Marc Englund2012-12-072-21/+61
|\ \ | |/ |/|
| * Attach drag'n'drop drag image to overlay container (#10384)Artur Signell2012-12-022-21/+61
| | | | | | | | Change-Id: I8f47f1d7e88c3a36088e18cb72ff2c65ce65f22b
* | Reset state before sending hierarchy event to removed connector (#10151)Leif Åstrand2012-12-071-0/+25
| | | | | | | | Change-Id: If4f3e23a1d58c9f1cec7fc7d5e4e3f470932162f
* | Merge "Re-added accidentally removed IE 8 workaround for uploads (#9179)"Leif Åstrand2012-12-051-0/+2
|\ \
| * | Re-added accidentally removed IE 8 workaround for uploads (#9179)Anna Koskinen2012-12-051-0/+2
| | | | | | | | | | | | Change-Id: I8b45ee52b402b6fd9ead0905c4a42b284f0e7c99
* | | Merge "Changed order of the containers in DOM Added necessary position for ↵Leif Åstrand2012-12-051-1/+2
|\ \ \ | |/ / |/| | | | | right handler As described in Ticket #9182 "
| * | Changed order of the containers in DOMmichaelvogt2012-12-011-1/+2
| |/ | | | | | | | | | | | | Added necessary position for right handler As described in Ticket #9182 Change-Id: I46f2f86ae670e5c923a3cb9a1bc34d16770b4cc4