aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from origin/7.1Artur Signell2014-04-23334-381/+381
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-16333-381/+381
| | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* | Merge changes from origin/7.1Artur Signell2014-04-232-38/+40
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fixed resetting of ComboBox if focused and new items allowed (#13413).Tapio Aali2014-04-141-1/+3
| | | | | | | | Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
| * Revert "Drag image for text-area should contain text of text-area (#13557)"Teemu Suo-Anttila2014-04-143-85/+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
| * 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-103-1/+85
| | | | | | | | Change-Id: Ief653c3f15d18fdd076f0fb80f8a91ae429a54d3
* | Merge commit '591996b' into 7.2Sauli Tähkäpää2014-04-162-8/+11
|\| | | | | | | | | | | | | Conflicts: build.properties Change-Id: Ie3cf9bd0af8aba7debf4626d2db77afea37e7cb3
| * Fix too wide Table columns while sorting from init (#13517)Teemu Suo-Anttila2014-04-032-8/+11
| | | | | | | | Change-Id: I2c356c539541381e744c8960d00aa3e018beb67d
* | 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
* | Disable PopupView Animations (#13593)Teemu Suo-Anttila2014-04-141-1/+2
| | | | | | | | Change-Id: I450d63abe4e7c4e9fd279fe3a6f6262e2945904b
* | Merge "Merge branch 'master' into 7.2" into 7.2Artur Signell2014-04-142-2/+36
|\ \
| * \ Merge branch 'master' into 7.2Jonatan Kronqvist2014-04-142-2/+36
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | Discourage use of setNeedsLayout while a layout is running (#13542)Leif Åstrand2014-04-141-2/+35
| | | | | | | | | | | | | | | | Change-Id: Ia4831db39528061f4ac4b98b861b8030a261cf9a
| | * | Remove old widget from tab content on replace (#12931).Denis Anisimov2014-04-101-0/+1
| | | | | | | | | | | | | | | | Change-Id: I85badfcca18e129b20ab6c5c2db0b845c8c2ea5b
* | | | Fix NPE when removing tabsheet (#13402)Artur Signell2014-04-141-1/+5
|/ / / | | | | | | | | | Change-Id: Idc78fc1bc6380d7bfada99f1efe2484b04ce3c74
* / / Update some APIs based on the 7.2 API review commentsJonatan Kronqvist2014-04-142-20/+27
|/ / | | | | | | | | | | | | | | | | | | * 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
* | Don't use WindowConnector as a content connector in UI (#13127).Denis Anisimov2014-04-091-0/+12
| | | | | | | | Change-Id: I17b963c49ba2d2de05341cf60dca0d65187314b0
* | Start drag only when mouse left button is pressed (#9814).Denis Anisimov2014-04-081-0/+1
| | | | | | | | Change-Id: Ibe9734185af0e6ba4399b20f2f1bb55a3207abd5
* | Slider handle is now correctly updated on resize (#12550)Teemu Pöntelin2014-04-082-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Support for middle left/right positions in Notification (#12931).Denis Anisimov2014-04-081-0/+9
| | | | | | | | Change-Id: Iac00191ace5d55f8b054f8b66d1802a788d368c2
* | Update Accordion and TabSheet to use Vaadin 7 style. (#13402).Felype Santiago Ferreira2014-04-086-308/+472
| | | | | | | | | | | | | | This change also adds subpart support for TabSheet and converts a test to TB3. Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068
* | Change push default fallback to long polling (#13409)Artur Signell2014-04-041-1/+1
| | | | | | | | Change-Id: Ie9f4ea98a6bf4a4ec45118a46e58d15d9fe3b36f
* | Fix typo in @OnStateChange javadoc (#12958)Leif Åstrand2014-04-041-1/+1
| | | | | | | | Change-Id: I37f40eea6185b682e909da5b3f4c755b20a688e5
* | Mousedown - mouseout - mouseover - mouseup now counts a click (#13550)Artur Signell2014-04-041-5/+18
| | | | | | | | Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0
* | Support font icons in ComboBox (#13376)Johannes Dahlström2014-04-031-32/+39
| | | | | | | | Change-Id: Idb35b8116c28824c8ced9b8f230e06ba8e7ecaaf
* | Trigger action/submenu on SPACE key along with ENTER (#12525).Denis Anisimov2014-04-021-1/+17
| | | | | | | | Change-Id: I1548cc90e133f90c94fc33c50fb06a8aff353826
* | Implement @OnStateChange (#12958)Leif Åstrand2014-04-015-48/+293
| | | | | | Change-Id: I8ea2b781fab42458bf55a751c1229e391365e965
* | Make Invoker support non-public methods (#12959)Leif Åstrand2014-04-011-0/+53
| | | | | | | | Change-Id: Ie449489f3c9222bbe4a4221841c4ebc20693f969
* | Merge changes from origin/7.1Build Agent2014-03-311-1/+1
|\| | | | | | | | | | | d0bc54b Prevent popup open when datafield is disabled (#13508). Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
| * Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-311-1/+1
| | | | | | | | Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
* | VDateField shoud implement HasEnabled (#13124).Denis Anisimov2014-03-311-1/+4
| | | | | | | | Change-Id: I5b8cd173f3b4646240c224090843583175eca93d
* | Bring window to front on window header click (#13445).Denis Anisimov2014-03-311-4/+11
| | | | | | | | Change-Id: I3322dcff0199125f49cc48afdc467516b420e845
* | Show caption for PopupView (#10618).Denis Anisimov2014-03-311-5/+0
| | | | | | | | Change-Id: I00ae9444b5b7720ad19473ea3fe05ed764c95bf9
* | Fix multiple icons in caption (#13516)Teemu Suo-Anttila2014-03-311-1/+1
| | | | | | | | Change-Id: I484d53df984e21a7dfba63901aaa1a0e163ec52c
* | Merge changes from origin/7.1Build Agent2014-03-311-7/+2
|\| | | | | | | | | | | 3612ce1 Fixed aria-disabled attribute value on DateField button (#13463) Change-Id: I888e9bed47ae2a540161786791d546b2fd0f85cf
| * Fixed aria-disabled attribute value on DateField button (#13463)Teemu Pöntelin2014-03-311-7/+2
| | | | | | | | Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8
| * Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-291-2/+6
| | | | | | | | Change-Id: I0acbde16576dc26c36031038fe905695581c682d
* | Added a window.prompt polyfill for Metro IE (#13367)Juho Nurminen2014-03-281-0/+24
| | | | | | | | | | | | | | Makes metro versions of IE suggest switching to the desktop when window.prompt is called Change-Id: If794631b0fa633aac3572f241374ea8883671c85
* | Merge remote-tracking branch 'origin/7.1'Sauli Tähkäpää2014-03-281-1/+6
|\| | | | | | | Change-Id: I17fa1bf6982c8c7e1f9faf26b77593b170fa5fdd
| * Made Window z-indices update when windows are closed (#13174)Juho Nurminen2014-03-281-1/+6
| | | | | | | | Change-Id: I2fa7566ec4788893d1d99440a7ca2d014c9a8f13
* | Merge changes from origin/7.1Build Agent2014-03-283-3/+32
|\| | | | | | | | | | | | | | | | | | | | | 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
| * Makes combobox work with pasted texts. (#13214).Felype Santiago Ferreira2014-03-281-0/+26
| | | | | | | | Change-Id: I74db581d7aae1278024db4e5ed8e3a3b3abc56be
| * Fix VScrollTable to clear reported ranges (#13353)Teemu Suo-Anttila2014-03-271-2/+3
| | | | | | | | Change-Id: Ieb0e2dce37ae1564151bf40d9d51cb013490b865
| * Prevent resize for sorted column if not initialized (#12951)Teemu Suo-Anttila2014-03-251-1/+3
| | | | | | | | Change-Id: I184625738f6d5d9324f957827f7f11817e311c59
* | Merge commit 'ca73546d736dfb41d9b25a32282fff63791bffe1' into masterJonatan Kronqvist2014-03-282-1/+11
|\| | | | | | | | | | | | | | | | | ca73546d Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346) Conflicts: client/src/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java Change-Id: Id1916a312149728d69b1493a9f28a72de41ec711
| * Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346)Teemu Suo-Anttila2014-03-251-0/+4
| | | | | | | | Change-Id: I641be48a53c53f584c42ae4f904975f447e9075a
| * Return border sizes from border methods in MeasuredSize (#13494)Maciej Przepióra2014-03-251-4/+4
| | | | | | | | | | | | | | Back ported from master Merge: no Change-Id: I9eee3cb897fcb00beb2b2877dd98337623e2cf5b
| * Esc now closes the date popup even if focused on the time selectors (#12314)Teemu Pöntelin2014-03-241-1/+7
| | | | | | | | Change-Id: I68bc7922074c8c03957fbffce8a3d453726e8c1a