summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Moved hasEventListener to ServerConnector (#10433)Artur Signell2012-12-054-19/+24
| | | | | | | | Change-Id: I1223c8ece8951b69b540979ef6f782dc292d31e0
* | Unified deprecation messagesArtur Signell2012-12-051-4/+5
| | | | | | | | Change-Id: Id0e7e957b5300c26c4424b6439b845a319966d75
* | Deprecated methods which do nothing and removed dead code (#10432)Artur Signell2012-12-057-98/+20
| | | | | | | | Change-Id: I5248a28289bc85cf737b43c7ac87f1b2c2e41a01
* | Fixed Accordion layouting (#10128, #9552)Artur Signell2012-12-042-81/+55
| | | | | | | | | | | | | | | | | | | | | | * Now uses LayoutManager * Moved layout calculations to connector * No longer set incorrect width on the root element, only update tab width * Removed duplicate and dead code Some, or all, of the remaining calculations are likely unnecessary Change-Id: I3a87682d3498e55e9d4084acfde0f782b55301f2
* | Removed dead code (#10128, #9552)Artur Signell2012-11-303-29/+0
|/ | | | Change-Id: I0197d14072e8948d338829e51cc71c260e869412
* Added prefix "v-" to internal parameters (#10156)Anna Koskinen2012-11-301-1/+1
| | | | Change-Id: I79ac824bc19fa42b976954148e69d54fb91b77ab
* Merge "Log theme name to console (#10372)"Marc Englund2012-11-301-0/+1
|\
| * Log theme name to console (#10372)Artur Signell2012-11-281-0/+1
| | | | | | | | Change-Id: I818e8a42961335110774a1c96cfccf5c46309d79
* | UI scroll position can be given programmatically (#9952)Leif Åstrand2012-11-302-43/+42
| | | | | | | | Change-Id: Icef0858ee495abcacab7823f7f8fc6044abd64dc
* | Merge "Fix BrowserWindowOpenerConnector.addParametersAndFragment typo (again)"Henri Sara2012-11-291-2/+2
|\ \
| * | Fix BrowserWindowOpenerConnector.addParametersAndFragment typo (again)Leif Åstrand2012-11-291-2/+2
| | | | | | | | | | | | Change-Id: Ifa89411b71f933ebd1cb738e3ceeaaffb6b9fc08
* | | Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097)Leif Åstrand2012-11-292-136/+114
|/ / | | | | | | | | | | | | | | | | | | | | * 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 "Add fragment and parameter support to BrowserWindowOpener (#10093)"Henri Sara2012-11-291-0/+37
|\ \
| * | Add fragment and parameter support to BrowserWindowOpener (#10093)Leif Åstrand2012-11-291-0/+37
| | | | | | | | | | | | Change-Id: I32577503ae4d85c80579f9544cdb61ab9788ef23
* | | Fixed tooltip handling for TreeTable (#9088)Artur Signell2012-11-292-2/+29
| | | | | | | | | | | | Change-Id: I9e4ae2ae4a040de795121db359d930ccda115f62
* | | Fixed tooltip handling for Table (#9088)Artur Signell2012-11-292-27/+37
|/ / | | | | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2
* | Merge "Make AbstractExtensionConnector.extend abstract (#10378)"Leif Åstrand2012-11-293-3/+15
|\ \ | |/ |/|
| * Make AbstractExtensionConnector.extend abstract (#10378)Artur Signell2012-11-263-3/+15
| | | | | | | | Change-Id: I96682d62c632588e05508a50765ac3d029500a74
* | Properly support setWidgetEnabled for OptionGroupBased Selects #8985, #8986, ↵Pekka Hyvönen2012-11-286-28/+85
| | | | | | | | | | | | | | | | #8987 and #8989. Also fixes #7617 for OptionGroup, #9010 for TwinColSelect. Change-Id: Ia4c2a5e6ee93847970092fcb1cd685a0173897d7
* | Merge "Fixed NPE when timer fires before updateFromUidl (#10400)"Leif Åstrand2012-11-281-0/+6
|\ \
| * | Fixed NPE when timer fires before updateFromUidl (#10400)Artur Signell2012-11-271-0/+6
| | | | | | | | | | | | Change-Id: Ib4be170a2e824e9e9623160ed09f585c92295323
* | | Merge "Fixed ClassCastException and returning of wrong connector (#10399)"Henri Sara2012-11-271-2/+18
|\ \ \
| * | | Fixed ClassCastException and returning of wrong connector (#10399)Artur Signell2012-11-271-2/+18
| |/ / | | | | | | | | | Change-Id: I275f52e6084243e232478fe4d71adf8f26263fed