| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
e77e73c Update copyright year to 2014
Conflicts:
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
client/src/com/vaadin/client/ApplicationConnection.java
server/src/com/vaadin/data/util/converter/StringToNumberConverter.java
shared/src/com/vaadin/shared/ui/ui/PageState.java
shared/src/com/vaadin/shared/ui/window/WindowState.java
theme-compiler/src/com/vaadin/sass/SassCompiler.java
theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java
theme-compiler/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluator.java
theme-compiler/src/com/vaadin/sass/internal/expression/BinaryExpression.java
theme-compiler/src/com/vaadin/sass/internal/expression/BinaryOperator.java
theme-compiler/src/com/vaadin/sass/internal/expression/exception/ArithmeticException.java
theme-compiler/src/com/vaadin/sass/internal/expression/exception/IncompatibleUnitsException.java
theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandler.java
theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandlerImpl.java
theme-compiler/src/com/vaadin/sass/internal/handler/SCSSErrorHandler.java
theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java
theme-compiler/src/com/vaadin/sass/internal/parser/Generic_CharStream.java
theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java
theme-compiler/src/com/vaadin/sass/internal/parser/LocatorImpl.java
theme-compiler/src/com/vaadin/sass/internal/parser/MediaListImpl.java
theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.java
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
theme-compiler/src/com/vaadin/sass/internal/parser/ParserConstants.java
theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java
theme-compiler/src/com/vaadin/sass/internal/parser/SCSSLexicalUnit.java
theme-compiler/src/com/vaadin/sass/internal/parser/SCSSParseException.java
theme-compiler/src/com/vaadin/sass/internal/parser/SelectorListImpl.java
theme-compiler/src/com/vaadin/sass/internal/parser/Selectors.java
theme-compiler/src/com/vaadin/sass/internal/parser/ThrowedParseException.java
theme-compiler/src/com/vaadin/sass/internal/parser/Token.java
theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java
theme-compiler/src/com/vaadin/sass/internal/resolver/ClassloaderResolver.java
theme-compiler/src/com/vaadin/sass/internal/resolver/FilesystemResolver.java
theme-compiler/src/com/vaadin/sass/internal/resolver/ScssStylesheetResolver.java
theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java
theme-compiler/src/com/vaadin/sass/internal/selector/SelectorUtil.java
theme-compiler/src/com/vaadin/sass/internal/tree/BlockNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/ExtendNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/ForNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/FunctionNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/ImportNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/ListContainsNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/ListModifyNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/ListRemoveNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/MediaNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/MicrosoftRuleNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/MixinDefNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/MixinNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/NestPropertiesNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/Node.java
theme-compiler/src/com/vaadin/sass/internal/tree/RuleNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/SimpleNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/VariableNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/EachDefNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfElseDefNode.java
theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfNode.java
theme-compiler/src/com/vaadin/sass/internal/util/ColorUtil.java
theme-compiler/src/com/vaadin/sass/internal/util/DeepCopy.java
theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayInputStream.java
theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayOutputStream.java
theme-compiler/src/com/vaadin/sass/internal/util/StringUtil.java
theme-compiler/src/com/vaadin/sass/internal/visitor/BlockNodeHandler.java
theme-compiler/src/com/vaadin/sass/internal/visitor/EachNodeHandler.java
theme-compiler/src/com/vaadin/sass/internal/visitor/ExtendNodeHandler.java
theme-compiler/src/com/vaadin/sass/internal/visitor/IfElseNodeHandler.java
theme-compiler/src/com/vaadin/sass/internal/visitor/ImportNodeHandler.java
theme-compiler/src/com/vaadin/sass/internal/visitor/MixinNodeHandler.java
theme-compiler/src/com/vaadin/sass/internal/visitor/NestedNodeHandler.java
theme-compiler/src/com/vaadin/sass/internal/visitor/VariableNodeHandler.java
theme-compiler/tests/src/com/vaadin/sass/AbstractTestBase.java
theme-compiler/tests/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluatorTest.java
theme-compiler/tests/src/com/vaadin/sass/parser/ParserTest.java
theme-compiler/tests/src/com/vaadin/sass/resolvers/VaadinResolverTest.java
theme-compiler/tests/src/com/vaadin/sass/testcases/css/Interpolation.java
theme-compiler/tests/src/com/vaadin/sass/testcases/css/Selectors.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AutomaticSassTests.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Comments.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Extends.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Functions.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Imports.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Mixins.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Nesting.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTests.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTestsBroken.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassTestRunner.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Variables.java
theme-compiler/tests/src/com/vaadin/sass/tree/ImportNodeTest.java
uitest/src/com/vaadin/tests/push/BasicPushTest.java
uitest/src/com/vaadin/tests/push/PushConfigurationTest.java
uitest/src/com/vaadin/tests/push/PushReconnectTest.java
Change-Id: Ic08c4f9aecd4c684ce74408de4e0b0d0ff617273
|
| |
| |
| |
| | |
Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
0d4080b ContainerEventProvider returns style names from container. Fixes #10718
6e91bdf Add test for TransactionalPropertyWrapper memory leaks
f0aaf89 Fixed resetting of ComboBox if focused and new items allowed (#13413).
e033fcd Always initialize WebBrowser for new sessions (#13571)
168de1f Revert "Drag image for text-area should contain text of text-area (#13557)"
35e2a34 Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)
7e5d44d Introduce a drag threshold for Drag and Drop (#13381)
f227f0c Drag image for text-area should contain text of text-area (#13557).
Change-Id: Idb01471f8ab0c7118fa884c364e6bc200d13948a
|
| |
| |
| |
| | |
Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit f227f0c1068f17e5491bd399d9f5bde16a0c8272.
Synchronising content after IE wraps the given element into a table with
a body causes a NullPointerException on client side.
This patch also contains new API and should be targeted to master branch.
Change-Id: Ia19acd9fa31c7b67507bf797a2bab7c28ea37b4b
|
| |
| |
| |
| |
| |
| | |
Based on partial fix by Fabian Lange.
Change-Id: I1a18c6ea105d87496b196b93e701aaccb987b3e7
|
| |
| |
| |
| | |
Change-Id: Ief653c3f15d18fdd076f0fb80f8a91ae429a54d3
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
build.properties
Change-Id: Ie3cf9bd0af8aba7debf4626d2db77afea37e7cb3
|
| |
| |
| |
| | |
Change-Id: I2c356c539541381e744c8960d00aa3e018beb67d
|
| |
| |
| |
| |
| |
| | |
Added support for pointer events using the “extensible event mechanism” in GWT 2.6
Change-Id: Idac62114fe26536e62609edc944ff9dfef886e1c
|
| |
| |
| |
| | |
Change-Id: I9c319625da3e4cfc5b49c339f54393f7e12effed
|
| |
| |
| |
| | |
Change-Id: I450d63abe4e7c4e9fd279fe3a6f6262e2945904b
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
72d0aa0 Update Window Javadoc based on 7.2 API review changes
ee203f5 Apply abstract ordered layout settings for replaced component (#13568)
02998d8 Updated Window API based on 7.2 API review
cd94b21 Discourage use of setNeedsLayout while a layout is running (#13542)
f374bc7 Make ComboBox always immediate (#4054)
aec102a Update 3rd party license information (#13449)
013d32d Remove old widget from tab content on replace (#12931).
3d0ff32 Prevent duplicate detach() calls with push (#13261)
a452bad Refactor VaadinPortletRequest extending. (#13551)
55dfd29 Prevent duplicate session destroy events (#12612)
2067d4e Don't allocate unnecessary memory for empty array of Objects in MethodProperty (#10446).
00a9af5 Refactor PushConfigurationTest.
Merge: no
Change-Id: I6563769a77f91a68cfeadcb3306dd71fe431863c
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia4831db39528061f4ac4b98b861b8030a261cf9a
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I85badfcca18e129b20ab6c5c2db0b845c8c2ea5b
|
|/ / /
| | |
| | |
| | | |
Change-Id: Idc78fc1bc6380d7bfada99f1efe2484b04ce3c74
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* NotificationConfiguration "helpers" removed from Notification
* NotificationConfiguration methods accept Type instead of style (String)
* Tab.setIconAltText -> Tab.setIconAlternateText
* Remove the two new TabSheet.addTab() methods
* UI.reinit() -> UI.refresh()
Change-Id: I97488e7c6de8cfacc591450d69c821b2973b8707
|
| |
| |
| |
| | |
Change-Id: I17b963c49ba2d2de05341cf60dca0d65187314b0
|
| |
| |
| |
| | |
Change-Id: Ibe9734185af0e6ba4399b20f2f1bb55a3207abd5
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixed the issue by replacing the legacy ContainerResizedListener
with adding (and removing) an ElementResizeListener to the
LayoutManager.
Notice also that after this change there are no longer
implementations of the deprecated ContainerResizedListener
in the framework codebase.
Change-Id: Ib984953d8b53b9535d39ae70166c17ffd5b4103b
|
| |
| |
| |
| | |
Change-Id: Iac00191ace5d55f8b054f8b66d1802a788d368c2
|
| |
| |
| |
| |
| |
| |
| | |
This change also adds subpart support for TabSheet and
converts a test to TB3.
Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068
|
| |
| |
| |
| | |
Change-Id: Ie9f4ea98a6bf4a4ec45118a46e58d15d9fe3b36f
|
| |
| |
| |
| | |
Change-Id: I37f40eea6185b682e909da5b3f4c755b20a688e5
|
| |
| |
| |
| | |
Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0
|
| |
| |
| |
| | |
Change-Id: Idb35b8116c28824c8ced9b8f230e06ba8e7ecaaf
|
| |
| |
| |
| | |
Change-Id: I1548cc90e133f90c94fc33c50fb06a8aff353826
|
| |
| |
| | |
Change-Id: I8ea2b781fab42458bf55a751c1229e391365e965
|
| |
| |
| |
| | |
Change-Id: Ie449489f3c9222bbe4a4221841c4ebc20693f969
|
|\|
| |
| |
| |
| |
| | |
d0bc54b Prevent popup open when datafield is disabled (#13508).
Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
|
| |
| |
| |
| | |
Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
|
| |
| |
| |
| | |
Change-Id: I5b8cd173f3b4646240c224090843583175eca93d
|
| |
| |
| |
| | |
Change-Id: I3322dcff0199125f49cc48afdc467516b420e845
|
| |
| |
| |
| | |
Change-Id: I00ae9444b5b7720ad19473ea3fe05ed764c95bf9
|
| |
| |
| |
| | |
Change-Id: I484d53df984e21a7dfba63901aaa1a0e163ec52c
|
|\|
| |
| |
| |
| |
| | |
3612ce1 Fixed aria-disabled attribute value on DateField button (#13463)
Change-Id: I888e9bed47ae2a540161786791d546b2fd0f85cf
|
| |
| |
| |
| | |
Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8
|
| |
| |
| |
| | |
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
|
| |
| |
| |
| |
| |
| |
| | |
Makes metro versions of IE suggest switching to the desktop when
window.prompt is called
Change-Id: If794631b0fa633aac3572f241374ea8883671c85
|
|\|
| |
| |
| | |
Change-Id: I17fa1bf6982c8c7e1f9faf26b77593b170fa5fdd
|
| |
| |
| |
| | |
Change-Id: I2fa7566ec4788893d1d99440a7ca2d014c9a8f13
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1f4ca4c Prevent resize for sorted column if not initialized (#12951)
437f4e9 Improved portlet configuration resolution. (#7814)
55a1b20 Added headers support for WebSphere Portal. (#13491)
f979681 Fix VScrollTable to clear reported ranges (#13353)
a473222 Added browser inclusion and exclusion for TB3Runner.
29e7df2 Makes combobox work with pasted texts. (#13214).
Change-Id: Icdb5a633d1d9f7bf7004b4b45857d268ea674f50
|
| |
| |
| |
| | |
Change-Id: I74db581d7aae1278024db4e5ed8e3a3b3abc56be
|
| |
| |
| |
| | |
Change-Id: Ieb0e2dce37ae1564151bf40d9d51cb013490b865
|
| |
| |
| |
| | |
Change-Id: I184625738f6d5d9324f957827f7f11817e311c59
|
|\|
| |
| |
| |
| |
| |
| |
| |
| | |
ca73546d Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346)
Conflicts:
client/src/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java
Change-Id: Id1916a312149728d69b1493a9f28a72de41ec711
|
| |
| |
| |
| | |
Change-Id: I641be48a53c53f584c42ae4f904975f447e9075a
|
| |
| |
| |
| |
| |
| |
| | |
Back ported from master
Merge: no
Change-Id: I9eee3cb897fcb00beb2b2877dd98337623e2cf5b
|
| |
| |
| |
| | |
Change-Id: I68bc7922074c8c03957fbffce8a3d453726e8c1a
|