summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed tooltip handling for Table (#9088)Artur Signell2012-11-295-43/+466
* 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
* | Merge "Make AbstractExtensionConnector.extend abstract (#10378)"Leif Åstrand2012-11-296-5/+30
|\ \
| * | Make AbstractExtensionConnector.extend abstract (#10378)Artur Signell2012-11-266-5/+30
* | | 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
* | | | 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
* | | | Merge "Moved setVisible dirty logic to AbstractComponent where it belongs (#1...Leif Åstrand2012-11-286-40/+115
|\ \ \ \
| * | | | Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-286-40/+115
| |/ / /
* | | | 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
| |/ / /
* / / / Fixed problems with invalidating the HttpSession during a request (#10411)Artur Signell2012-11-284-9/+155
|/ / /
* | | 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
* | | getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-282-1/+24
* | | Avoid using the same Matcher from multiple threads (#10184)Leif Åstrand2012-11-281-7/+4
* | | Properly support setWidgetEnabled for OptionGroupBased Selects #8985, #8986, ...Pekka Hyvönen2012-11-2812-28/+659
* | | 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
* | | | 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
* | | | 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
| |/ / /
* | | | 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
* | | | Merge "Updated some tutorials"Leif Åstrand2012-11-2714-20/+523
|\ \ \ \ | |/ / / |/| | |
| * | | Updated some tutorialsjohan2012-11-2714-20/+523
| |/ /
* | | Fixed Window to support empty content (#10325)Artur Signell2012-11-274-32/+89
* | | Merge "Move some SCSS tests to be scanned automatically"Marc Englund2012-11-2713-110/+48
|\ \ \
| * | | Move some SCSS tests to be scanned automaticallyHenri Sara2012-11-2713-110/+48
* | | | Merge "Keep block order when unnesting (#10309)"Marc Englund2012-11-275-8/+36
|\ \ \ \
| * | | | Keep block order when unnesting (#10309)Henri Sara2012-11-265-8/+36
* | | | | Merge "Fixed typo in test causing test failures"Henri Sara2012-11-271-1/+1
|\ \ \ \ \
| * | | | | Fixed typo in test causing test failuresArtur Signell2012-11-261-1/+1
* | | | | | Merge "Removed hostname from test"Henri Sara2012-11-271-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Removed hostname from testArtur Signell2012-11-271-1/+1
| | |_|/ / | |/| | |
* | | | | Merge "Fail if a Window is attached to something else than a UI (#10374)"Leif Åstrand2012-11-273-0/+78
|\ \ \ \ \
| * | | | | Fail if a Window is attached to something else than a UI (#10374)Artur Signell2012-11-273-0/+78
| | |_|_|/ | |/| | |
* | | | | Merge "Ensure iOS6 does not cache heartbeat responses (#10370)"Leif Åstrand2012-11-271-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ensure iOS6 does not cache heartbeat responses (#10370)Artur Signell2012-11-261-0/+3
| |/ / /
* | | | Merge "Fixed test issue (not updating component)"Leif Åstrand2012-11-271-0/+1
|\ \ \ \
| * | | | Fixed test issue (not updating component)Artur Signell2012-11-271-0/+1
* | | | | Merge "Do not remove non-existing children when removing a tab (#10388)"Leif Åstrand2012-11-271-4/+0
|\ \ \ \ \
| * | | | | Do not remove non-existing children when removing a tab (#10388)Artur Signell2012-11-271-4/+0
| |/ / / /
* | | | | Merge "Fix resize of a Window with a single component (#10375)"Henri Sara2012-11-272-2/+32
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix resize of a Window with a single component (#10375)Artur Signell2012-11-262-2/+32
| |/ / /
* | | | Merge "Temporary work around for drag'n'drop image problem (#10385)"Artur Signell2012-11-268-14/+35
|\ \ \ \
| * | | | Temporary work around for drag'n'drop image problem (#10385)Artur Signell2012-11-268-14/+35
| | |/ / | |/| |