aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Atmosphere client. (#13727)Sauli Tähkäpää2014-05-081-1/+1
| | | | Change-Id: Ib1ccbaad3aca39c3cbc43d0f4ccace67cf19c435
* Fix occasionally misplaced error indicators in Buttons (#13723)Teemu Suo-Anttila2014-05-081-2/+1
| | | | Change-Id: Id34a8463ff40b1351d4d8b171e561a21fc76d747
* Fix misleading message. Close does not always mean reconnectArtur Signell2014-05-061-1/+1
| | | | Change-Id: Ic41189ee138980322204c897b58e29252dfc5cd8
* Removed irrelevant readme fileJohn Ahlroos2014-05-061-1/+0
| | | | Change-Id: I5b4b93051f16b93482a5fe636381e24ee401b4bc
* Ignore irrelevant header lines in checkstyle configurationJonatan Kronqvist2014-05-061-0/+2
| | | | | | | | | * Ignores the empty lines that may have trailing white-space in the license header. This allows formatting of the license header either with or without trailing white-space, which differs between different versions of Eclipse (as well as between IDEs). Change-Id: If97d2cfe169accd6d05e44521c9ca5265d715772
* DevelopmentServletLoader: Reload servlet containerManolo Carrasco2014-05-062-9/+82
| | | | | | | | - Add a couple of parameters in order make jetty context reload whenever a class is modified. - Remove deprecated SSL API calls. Change-Id: I737fb92e78ce5573a4473639f25fcdad606f3c55
* Javadoc added to com.vaadin.ui.Field interface (#13209)Dmitrii Rogozin2014-05-051-15/+24
| | | | Change-Id: Iad7381e59dfe7a6ea9cb4a633e2c411ebdd1a79d
* Fix header and Javadoc issuesTeemu Suo-Anttila2014-05-054-5/+5
| | | | Change-Id: I171067273aedc7248e9c044bea0ebf67155fd7a9
* Fix DisabledDateFieldPopup testTeemu Suo-Anttila2014-05-052-20/+21
| | | | Change-Id: I27f43e5bed2a0ebc0f04a1a83c922de42fb1a3c5
* Remove non-existant theme-compiler from launchArtur Signell2014-05-051-1/+0
| | | | Change-Id: I0d438ebee1b922a2d6eeae6abb0cd69c16848620
* Remove the automerge scriptJonatan Kronqvist2014-05-051-165/+0
| | | | | | | This makes it impossible to run this script by mistake, as it should no longer be used with the new master based workflow. Change-Id: I0400ecb20bb135c09e0414196f692dd8e9ffa510
* Disable border width storing from TabSheet (#13706)Teemu Suo-Anttila2014-05-051-14/+4
| | | | Change-Id: Ibf6ee26e3a1a6604bb850355855c4ef53b9bafc2
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-051596-1962/+3565
|\ | | | | | | | | | | | | | | | | | | Conflicts: build.properties client/src/com/vaadin/client/ApplicationConnection.java client/src/com/vaadin/client/extensions/ResponsiveConnector.java server/src/com/vaadin/server/Responsive.java Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
| * Update remaining copyright years to 2014Artur Signell2014-04-23129-139/+139
| | | | | | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
| * Merge changes from origin/7.1Artur Signell2014-04-237-53/+304
| |\ | | | | | | | | | | | | | | | | | | 9c29442 Replace SelectionRangeDragging TB2 test with TB3 test 9fa230d Avoid eagerly layouting from VScrollTable.updateFromUIDL (#13188) Change-Id: I4f1395a13e8b1eae44a0030a3679475a3db9160a
| | * Avoid eagerly layouting from VScrollTable.updateFromUIDL (#13188)Tomi Virtanen2014-04-175-1/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closing a modal sub-window at the same time when TreeTable item is removed, caused the detached Window being re-opened by WindowConnector.postLayout() call. This change adds a check in postLayout: continue operation only if the window is attached to DOM. Or else, log a warning message about the invalid postLayout call. Another change is in TreeTableConnector and VScrollTable to disallow Util.notifyParentOfSizeChange(Widget, boolean) with a boolean 'false' argument, when rendering is in progress. 'false' causes an immediate LayoutManager.layoutNow() call, which is the main reason for this issue. Change-Id: I6f3e331b0feff9e7814ae1d749f6f7812dcd49ac
| | * Replace SelectionRangeDragging TB2 test with TB3 testTeemu Suo-Anttila2014-04-162-52/+78
| | | | | | | | | | | | Change-Id: Ic60e13b94e550c0457649ef093c8d6269a7efa19
| * | Merge changes from origin/7.1Artur Signell2014-04-231459-1630/+1630
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Update copyright year to 2014Artur Signell2014-04-161549-1726/+1726
| | | | | | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
| * | Merge changes from origin/7.1Artur Signell2014-04-2314-57/+436
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-162-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | ContainerEventProvider doesn't actually return style names from container in certain situations (copy-pasted code). This patch fixes the problem. Change-Id: I512ea260f34a6db0572b614db393699da152fa8d (cherry picked from commit 4709b75bb47d28630dacbb240bb43de16d972371)
| | * Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-142-1/+117
| | | | | | | | | | | | Change-Id: I69d0d759f95100f1dd9e2dbba57ec2c246e3aca9
| | * Fixed resetting of ComboBox if focused and new items allowed (#13413).Tapio Aali2014-04-143-1/+119
| | | | | | | | | | | | Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
| | * Always initialize WebBrowser for new sessions (#13571)Leif Åstrand2014-04-145-11/+105
| | | | | | | | | | | | Change-Id: I3918498d63032f6b507b52634df5b41470363e15
| | * Revert "Drag image for text-area should contain text of text-area (#13557)"Teemu Suo-Anttila2014-04-145-202/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)Teemu Suo-Anttila2014-04-142-7/+27
| | | | | | | | | | | | Change-Id: Ifafb6d87b4280f8bd9e631235fff62f42de4b4c8
| | * Introduce a drag threshold for Drag and Drop (#13381)Teemu Suo-Anttila2014-04-111-37/+37
| | | | | | | | | | | | | | | | | | Based on partial fix by Fabian Lange. Change-Id: I1a18c6ea105d87496b196b93e701aaccb987b3e7
| | * Drag image for text-area should contain text of text-area (#13557).Denis Anisimov2014-04-105-1/+202
| | | | | | | | | | | | Change-Id: Ief653c3f15d18fdd076f0fb80f8a91ae429a54d3
| * | Clarify lock check assert message if another session is locked (#13473)Leif Åstrand2014-04-171-2/+11
| | | | | | | | | | | | | | | | | | Picking this to the 7.2 branch since the other part of the ticket was already included in 7.2. Change-Id: I1120ad5acd553e22db95e3635fffbd453fd26310 (cherry picked from commit 134c3bb96bfeaf1eab488e685f3b5dce3093e0ef)
| * | Merge changes from origin/7.1Build Agent2014-04-166-59/+324
| |\| | | | | | | | | | | | | | | | | | | 08b0589 Refactored TimeoutRedirectResetsOnActivity tests. 5057c59 Added integration test for WebSphere Portal. (#13309) Change-Id: I50c8a8f6513679dca611889b43782d6ee6089d6c
| | * Added integration test for WebSphere Portal. (#13309)Sauli Tähkäpää2014-04-093-8/+189
| | | | | | | | | | | | Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
| * | Merge commit '591996b' into 7.2Sauli Tähkäpää2014-04-164-11/+14
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.properties Change-Id: Ie3cf9bd0af8aba7debf4626d2db77afea37e7cb3
| * | | Merge from 7.1 to 7.2Artur Signell2014-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | Merge: no Change-Id: Ibfe17c35ec72985823389c75a5c3135998443068
| * | | Add WebSphere Portal to supported portals in release notes7.2.0.beta1Jonatan Kronqvist2014-04-161-0/+1
| | | | | | | | | | | | | | | | Change-Id: I2ffadb382d1c8ca42f1525c24c51a441a67404f6
| * | | Support for pointer events (#13549)Matti Tahvonen2014-04-1515-1/+804
| | | | | | | | | | | | | | | | | | | | | | | | Added support for pointer events using the “extensible event mechanism” in GWT 2.6 Change-Id: Idac62114fe26536e62609edc944ff9dfef886e1c
| * | | Update the tab caption widths when necessary (#13402)Jonatan Kronqvist2014-04-151-14/+28
| | | | | | | | | | | | | | | | Change-Id: I9c319625da3e4cfc5b49c339f54393f7e12effed
| * | | Add a section on incompatible changes to release-notes (#13502)Jonatan Kronqvist2014-04-151-12/+60
| | | | | | | | | | | | | | | | Change-Id: I73cc9c7b5509dff0cb5376af9bf4b0ef572add05
| * | | Update release-notes for 7.2.0.beta1Jonatan Kronqvist2014-04-151-66/+24
| | | | | | | | | | | | | | | | Change-Id: I1232c72c3dd8eca5d6223aa9858dac22a5f7817e
* | | | Fast-forward DateField only with left mouse button (#8012)Teemu Pöntelin2014-05-043-2/+105
| | | | | | | | | | | | | | | | Change-Id: Ib21c650feeed1ca584b2aeefb6c694e73e12b90d
* | | | Merge changes from origin/7.2Artur Signell2014-05-023-51/+135
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 08b0589 Refactored TimeoutRedirectResetsOnActivity tests. Conflicts: uitest/src/com/vaadin/tests/components/ui/TimeoutRedirectResetsOnActivityTest.java Change-Id: Id2dc47cb5396a24c97a2689c1412b29a421ac400
| * | | Refactored TimeoutRedirectResetsOnActivity tests.Sauli Tähkäpää2014-04-083-51/+135
| | |/ | |/| | | | | | | | | | | | | -Added RetryOnFail test rule. Change-Id: I0b2cd5af0a144c29855c3ba1e158ba54900a9523
* | | Merge changes from origin/7.2Artur Signell2014-05-021-1/+1
|\| | | | | | | | | | | | | | | | | 591996b Updated javadoc copyright years. Change-Id: I50856e97c276b6a6c073be34b6f4faf042e7fab6
| * | Updated javadoc copyright years.Sauli Tähkäpää2014-04-071-2/+1
| | | | | | | | | | | | Change-Id: I56c8d6d34af90d0dc8ca605b62ebfe5ad95a4e5e
* | | Merge changes from origin/7.2Artur Signell2014-05-023-9/+12
|\| | | | | | | | | | | | | | | | | | | | 15e24ec Fix too wide Table columns while sorting from init (#13517) a86798c Fix ScreenshotTB3Test removing reference images Change-Id: Iec1c2caceb99a6c8cfad9a0911d4a9cd7a23db36
| * | Fix ScreenshotTB3Test removing reference imagesTeemu Suo-Anttila2014-04-041-1/+1
| | | | | | | | | | | | Change-Id: Iaeb6943b534e3df4dad2f8689837425cdb6a65bc
| * | Fix too wide Table columns while sorting from init (#13517)Teemu Suo-Anttila2014-04-032-8/+11
| | | | | | | | | | | | Change-Id: I2c356c539541381e744c8960d00aa3e018beb67d
* | | Set explicit left alignment instead of removing text-align style (#13399).Denis Anisimov2014-04-304-27/+171
| | | | | | | | | | | | Change-Id: I3407555739ff443055e2e61aa14327d44a65cd8e
* | | Modified vaadinBootstrap to send v-loc as POST instead of GET (#13685).Tapio Aali2014-04-291-24/+26
| | | | | | | | | | | | | | | | | | | | | Since there seems to be no difference, moved also almost all other parameters from GET to POST for consistency. Change-Id: I528963c4c832339a9853fbee97cebcb8fabb35e1
* | | Prevent scroll position reset on GridLayout hierarchy change (#13386)Johannes Dahlström2014-04-294-2/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | State change handling by default clears measured size if the size is set to undefined; this would cause GridLayout to shrink to zero size because its child cells have position: absolute. The layout phase recomputes the size, but in some cases the browser reflows first, affecting the scroll position of the layout parent. This patch prevents GridLayout from clearing once-computed sizes during state change. Change-Id: Id6e066c3ea360083d16d3fcc5c6d7d4bb6cea8b7
* | | Replace DragStartModes TB2 test with TB3 testTeemu Suo-Anttila2014-04-292-62/+46
| | | | | | | | | | | | Change-Id: Ief8c36aeeff2026b4beb7d73ab61f13721a2fd4f