summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correctly update version during build (#9624)Artur Signell2012-12-021-4/+18
| | | | Change-Id: Ibe914273b27a109b6ce01928913434d0787baf71
* Return null as non-existing property for IndexedContainer (#10445)Henri Sara2012-11-302-1/+11
| | | | Change-Id: I9829173dda84d5f496114b7d08204648bf86fc77
* Added prefix "v-" to internal parameters (#10156)Anna Koskinen2012-11-3012-51/+55
| | | | Change-Id: I79ac824bc19fa42b976954148e69d54fb91b77ab
* Merge "Added selector to ensure styles apply (test fix only)"Marc Englund2012-11-301-4/+4
|\
| * Added selector to ensure styles apply (test fix only)Artur Signell2012-11-291-4/+4
| | | | | | | | Change-Id: Ibb7c87ffff2e85bdc06af5397f31159c7a1588f1
* | 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
* | | Support @if in @mixin (#10438)Henri Sara2012-11-304-9/+32
| | | | | | | | | | | | | | | | | | Also adds support for @font-face and the (not yet implemented) @page. Change-Id: I65367121a71ac28c4b99d6b3ed7716e89cb132fa
* | | Merge "Made session reinitializing work again (#10411)"Leif Åstrand2012-11-303-9/+19
|\ \ \
| * | | Made session reinitializing work again (#10411)Artur Signell2012-11-293-9/+19
| | |/ | |/| | | | | | | Change-Id: I012a5154fa3cf0bba6f3289213744b740cf12059
* / | UI scroll position can be given programmatically (#9952)Leif Åstrand2012-11-307-44/+226
|/ / | | | | | | Change-Id: Icef0858ee495abcacab7823f7f8fc6044abd64dc
* | Merge "Fall back to activex xml http if XMLHttpRequest is disabled (#10423)"Leif Åstrand2012-11-291-1/+6
|\ \
| * | Fall back to activex xml http if XMLHttpRequest is disabled (#10423)Artur Signell2012-11-291-1/+6
| |/ | | | | | | Change-Id: I91eeaae42859cd056943b5fd040a0d107ed4ec6e
* | 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
* | | Merge "Eliminate ambiguity between pseudos and properties (#10406)"Marc Englund2012-11-294-658/+1397
|\ \ \
| * | | Eliminate ambiguity between pseudos and properties (#10406)Henri Sara2012-11-294-658/+1397
| | | | | | | | | | | | | | | | Change-Id: I339548272ad12d961f2f81a2922f8ec58828629f
* | | | Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097)Leif Åstrand2012-11-296-455/+326
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Åstrand2012-11-291-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Use max-age 0 for *nocache* instead of the default 1h #10421Jonatan Kronqvist2012-11-291-2/+6
| |/ / | | | | | | | | | Change-Id: Id04fd8cee919a1d31fc2952e5bbf064075dbf9ce
* | | Merge "Add fragment and parameter support to BrowserWindowOpener (#10093)"Henri Sara2012-11-294-3/+174
|\ \ \ | |/ / |/| |
| * | Add fragment and parameter support to BrowserWindowOpener (#10093)Leif Åstrand2012-11-294-3/+174
| | | | | | | | | | | | Change-Id: I32577503ae4d85c80579f9544cdb61ab9788ef23
* | | Fixed tooltip handling for TreeTable (#9088)Artur Signell2012-11-294-2/+414
| | | | | | | | | | | | Change-Id: I9e4ae2ae4a040de795121db359d930ccda115f62
* | | Fixed tooltip handling for Table (#9088)Artur Signell2012-11-295-43/+466
|/ / | | | | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2
* | Merge "Add lookahead to eliminate SASS parsing ambiguity"Marc Englund2012-11-292-49/+64
|\ \
| * | Add lookahead to eliminate SASS parsing ambiguityHenri Sara2012-11-282-49/+64
| | | | | | | | | | | | Change-Id: Idcb27240f4bc79a4fc40a17eff7b0c8e43156c73
* | | Merge "Make AbstractExtensionConnector.extend abstract (#10378)"Leif Åstrand2012-11-296-5/+30
|\ \ \
| * | | Make AbstractExtensionConnector.extend abstract (#10378)Artur Signell2012-11-266-5/+30
| | | | | | | | | | | | | | | | Change-Id: I96682d62c632588e05508a50765ac3d029500a74
* | | | Merge "Added helper for showing a notification with a description (#10401)"Leif Åstrand2012-11-291-0/+22
|\ \ \ \
| * | | | Added helper for showing a notification with a description (#10401)Artur Signell2012-11-281-0/+22
| | |_|/ | |/| | | | | | | | | | Change-Id: If51e73a62060384ae957af10efa270fb51c4ae8c
* | | | Merge "Fixed Table to actually use converter from factory (#10408)"Leif Åstrand2012-11-293-2/+135
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed Table to actually use converter from factory (#10408)Artur Signell2012-11-283-2/+135
| | | | | | | | | | | | | | | | Change-Id: I02dce8628def6ed926e79fff5762169a129f2426
* | | | Merge "Moved setVisible dirty logic to AbstractComponent where it belongs ↵Leif Åstrand2012-11-286-40/+115
|\ \ \ \ | | | | | | | | | | | | | | | (#10414)"
| * | | | Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-286-40/+115
| |/ / / | | | | | | | | | | | | Change-Id: I05f8b739e862c3dd4a52492f2df41862bacd3ce4
* | | | Merge "Removed invalid dependency to vaadin-shared-deps (#10415)"Leif Åstrand2012-11-281-3/+0
|\ \ \ \
| * | | | Removed invalid dependency to vaadin-shared-deps (#10415)Artur Signell2012-11-281-3/+0
| |/ / / | | | | | | | | | | | | Change-Id: I62c5ffe3ade12342def5b607e8f4f2fb50db761e
* / / / Fixed problems with invalidating the HttpSession during a request (#10411)Artur Signell2012-11-284-9/+155
|/ / / | | | | | | | | | Change-Id: I121d6999eababb7eaa53ba16fb8ed029cc154a12
* | | Merge "Regenerate some SASS parser files to reduce warnings."Marc Englund2012-11-283-3/+3
|\ \ \ | |_|/ |/| |
| * | Regenerate some SASS parser files to reduce warnings.Henri Sara2012-11-283-3/+3
| | | | | | | | | | | | Change-Id: I33c118ef0686a7ce88faafcd02790b8546929853
* | | getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-282-1/+24
| | | | | | | | | | | | Change-Id: I9c0a07610e942bf8fac5832341a4fb31bfd6342a
* | | Avoid using the same Matcher from multiple threads (#10184)Leif Åstrand2012-11-281-7/+4
| | | | | | | | | | | | Change-Id: I801a60db3a1b040db98fc597a35434c4a0b2ba83
* | | Properly support setWidgetEnabled for OptionGroupBased Selects #8985, #8986, ↵Pekka Hyvönen2012-11-2812-28/+659
| | | | | | | | | | | | | | | | | | | | | | | | #8987 and #8989. Also fixes #7617 for OptionGroup, #9010 for TwinColSelect. Change-Id: Ia4c2a5e6ee93847970092fcb1cd685a0173897d7
* | | Merge "Always mark child hierarchy dirty when switching tabs (#10404)"Leif Åstrand2012-11-283-9/+192
|\ \ \
| * | | Always mark child hierarchy dirty when switching tabs (#10404)Artur Signell2012-11-283-9/+192
| | | | | | | | | | | | | | | | Change-Id: Id6a0b23efb500d2c94bd696cc6eebfe5b5ffd60b
* | | | 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
* | | | Merge "Support for all valid CSS selectors (#10316)"Marc Englund2012-11-276-1423/+1622
|\ \ \ \ | | |/ / | |/| |
| * | | Support for all valid CSS selectors (#10316)Henri Sara2012-11-276-1423/+1622
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for pseudo-functions like ":nth-child(n)". Add support for sibling selector "E ~ F". Add support for unknown pseudo-functions taking an identifier such as ":not(s)". Change-Id: I39b31fa99f031b31b215058a45b74e40b23191f3