aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Force recalc of width when the ComboBox style has changed. (#13444)"7.2.1Sauli Tähkäpää2014-05-272-43/+2
| | | | | | | | | | | | | | This reverts commit 4058b7b063075fed15771eef30cc87b0f58f0cda. Revert "Treat initial rendering and style changes separately. (#13444)" This reverts commit b3d683e974f7c3b2269753aec615872b2cddc180. Revert "Force recalc of width when the ComboBox style has changed (#13444)" This reverts commit 09ca9bc8237a14541890360598130c300509a617. Change-Id: I8c4edb1079be428f5ccb06ff9da396f9ead8501e
* Replace use of deprecated DOM.setStyleAttribute method (#13781)Leif Åstrand2014-05-2720-191/+208
| | | | | | | | | | | | This change is only a brain dead replacement of one specific method. In some cases, there were some oddities in the surrounding code as well, but these were left unresolved on purpose. It should also be noted that DOM.setStyleAttribute just delegates to element.getStyle().setProperty(), so any null references would have caused problems already in the existing code. Change-Id: I340122ac0767af9928076376f76e5bd2c5e19f9f
* Allow using modifier + enter as shorcuts in TextArea (#13811)Artur Signell2014-05-271-4/+7
| | | | Change-Id: I99db3d6280f0066ed1249cb348da7e82381b45c2
* Revert "Fix table scrolling up on select (#10106)"Sauli Tähkäpää2014-05-271-11/+1
| | | | | | This reverts commit 949588fad9300b0c777d2cdbc46dba15680ef809. Change-Id: I4d9e101a92e0cd21faf9c412dc5971c896125b95
* Fix keyboard navigating in combo box (#11333).Dmitrii Rogozin2014-05-232-55/+81
| | | | | | Extract code which focuses on item after changing the page. Deferring this method allows to update the list of items before focusing. Change-Id: I7d249c2abbd5c24ca2d798736e483f2b7dfa59f1
* Made user-initiated column resizing take precedence over other updates (#13432)Juho Nurminen2014-05-231-2/+7
| | | | | | | VScrollTable ignores server-initiated changes to column size while the user is dragging a table resizer element. Change-Id: I2866246e7975a8ddddbfdc12a9d99fb2c813a870
* Fix caption listener leak and caption measurement (#13741)Juuso Valli2014-05-232-24/+13
| | | | | | Reverting the previous fix to caption measurement, it caused a leak with the listeners. Change-Id: If1c06db692c0e829d91528eceb49a9a07f58ed4a
* Make Hearbeat available to other modules (#13250)Manolo Carrasco2014-05-222-42/+114
| | | | | | | | | | | | - When a mobile app goes online/offline we need to change Heartbeat interval and restart the schedule. - We also need to be notified about response status in order to show the appropriate offline UI, etc. Related with Issue #13250 and review https://dev.vaadin.com/review/#/c/3376/ Change-Id: I428501306e37fb8c2ee0ed6022a4c588bd8456db (cherry picked from commit aac352ab8ba7b7d9e4ace96939e424b2c4e02530)
* Fix caption measurement in VAbstractOrderedLayout (#13741)Juuso Valli2014-05-221-0/+23
| | | | Change-Id: I7bb9a404c789f352477b752537ffdedfc60da91c
* Avoid Vaadin entry-point being run twice (#13730)Manolo Carrasco2014-05-221-0/+8
| | | | | | | - Prevent bootstrap script fail if registerWidgetset is called twice with the same widgetset. Change-Id: I8b8069b442ea91c1aa0f0b7dd73c41902e75094b
* Fixed disabled and read-only modes of InlineDateField (#10262)Teemu Pöntelin2014-05-221-6/+6
| | | | Change-Id: If95d50954a4122b1039174ffcacd7874f7f1f71e
* Force recalc of width when the ComboBox style has changed (#13444)Markus Koivisto2014-05-221-0/+17
| | | | | | | | Change-Id: I7bb500c1b64502881824875e967cf43c5e49a999 Conflicts: client/src/com/vaadin/client/ui/VFilterSelect.java client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java
* Treat initial rendering and style changes separately. (#13444)Markus Koivisto2014-05-221-1/+10
| | | | | | | | | This fixes a regression caused by a previous patch, which led to empty comboboxes being initialised with a zero width. Change-Id: I7e5ca0c563625c453e0e3006d91ed52ad227d6f0 Conflicts: client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java
* Change forceUpdate flag to always force recalculation of width. Fix tests. ↵Markus Koivisto2014-05-221-1/+16
| | | | | | | | | | (#13444) Change-Id: Ie666e2867908160b1544d3bf8251802ea771660f Conflicts: client/src/com/vaadin/client/ui/VFilterSelect.java uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidthTest.java
* Fix table scrolling up on select (#10106)Juuso Valli2014-05-211-1/+11
| | | | Change-Id: I4d13bee983817ce299d1f7e52ddd6cdc725fee6f
* Merge remote-tracking branch 'origin/master' into 7.2Artur Signell2014-05-121-5/+5
|\ | | | | | | | | | | b617f03 Do not update state on the client side (#13743) Change-Id: I1bc4f8eda115a5a1271291f8dbbaa69e9034d24f
| * Do not update state on the client side (#13743)Artur Signell2014-05-121-5/+5
| | | | | | | | Change-Id: I2e1d714d1bb07db127758cf3f2d741ac50884266
* | Merge branch 'master' into 7.2Jonatan Kronqvist2014-05-1211-85/+67
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 77a08ca - (origin/master, origin/HEAD, master) Add missing @sinces to JavaDoc * 82033e8 - Support long in state again (#13692) * 2b60bbb - Fix SelectedItemIcon rendering on IE (#13731) * ee16285 - Support passing multiple versions * 45226d5 - Mention dnd on IE touch devices in known issues (#13612) * deeb645 - Added link to ticket for the Firefox reconnect issue (#13612) * e975af7 - List authors in release notes (#13612) * 20f5633 - Make SuperDevMode work again (#13682) * e8f0fe7 - Show badges in release notes (#13612) * 466883b - Convert test to TB4 to be compatible with Tomcat proxy test * cd20de5 - Make touch actions disabled on some CSS classes (#13368) * aab62be - Update sass-compiler to 0.9.2 (#13651) * 43c1a36 - Update the release-notes (#13612) * 35c174c - Re-apply old change which was excluded from master * 67dd382 - Ignore PointerEvents in VDragAndDropManager (#13720) * 5a4c888 - Rename base on API review (#13557) * 4bd8314 - Remove ComponentLocator which conflicts with package name (#13729) * 0970487 - Update ErrorIndicator test from TB2 to TB4 * 1cf11f8 - Resize PopupView's overlay on content resize (#13666) * 2ecdf7e - Fix table focusing when scrolled from the server (#10522) Change-Id: Ic0242d141705cce189c900ee12650a757e894512
| * Add missing @sinces to JavaDocTeemu Suo-Anttila2014-05-123-3/+4
| | | | | | | | Change-Id: Ib36d9c591c5089eeacacc94f68e4fbb064e5418d
| * Fix SelectedItemIcon rendering on IE (#13731)Teemu Suo-Anttila2014-05-121-0/+4
| | | | | | | | Change-Id: Ie6a3464399aba76b9299bcb7d326ef4e6b6c858b
| * Make SuperDevMode work again (#13682)Artur Signell2014-05-122-9/+14
| | | | | | | | | | | | | | | | VNotification now works without ApplicationConnection again. Dependencies needed by codeserver are now dependencies for client-compiler Error message now takes into account that devModeRedirect is enabled by default Change-Id: I079d162d9975f99fe7b91e14ad100459c80a5587
| * Ignore PointerEvents in VDragAndDropManager (#13720)Teemu Suo-Anttila2014-05-091-4/+3
| | | | | | | | Change-Id: I1fca0b71fec883c7dc2fafbaa1da20da33fe707e
| * Rename base on API review (#13557)Artur Signell2014-05-093-10/+10
| | | | | | | | Change-Id: I3174d19d2595232b66f4120ba8fb6fbb1c6d8be8
| * Remove ComponentLocator which conflicts with package name (#13729)Artur Signell2014-05-091-36/+0
| | | | | | | | Change-Id: I771d827ab88f005f8cbef6c6cbefecb1b3f498e0
| * Resize PopupView's overlay on content resize (#13666)Antti Tanhuanpää2014-05-091-2/+16
| | | | | | | | Change-Id: Iad410f26ed7f20bb03f15c46673f6f18081261d9
| * Fix table focusing when scrolled from the server (#10522)Juuso Valli2014-05-091-21/+16
| | | | | | | | Change-Id: Ib18a60ae7e41af8c6c119e5b2e12e4fd5bf1069c
* | Merge branch 'master' into 7.2Jonatan Kronqvist2014-05-092-3/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | * 9b3df56 - (origin/master, origin/HEAD, master) Actually close push connection in disconnect() (#13716) * f21c108 - Fix improper merge of 3d0ff32b from 7.1 to master (#13620) * 3184af5 - Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures. * b136dd5 - Convert the AccordionClipsContent test to TB4 to avoid false failures. * 50ea89e - Update Atmosphere client. (#13727) * 78981f1 - Fix occasionally misplaced error indicators in Buttons (#13723) * 8fb9121 - Fix misleading message. Close does not always mean reconnect * 3d42856 - Removed irrelevant readme file Change-Id: I1c871160a47da3e720f2b7d06c5ab3601a17d053
| * 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
| * Fix header and Javadoc issuesTeemu Suo-Anttila2014-05-052-3/+3
| | | | | | | | Change-Id: I171067273aedc7248e9c044bea0ebf67155fd7a9
* | Revert "Disable PopupView Animations (#13593)"Teemu Suo-Anttila2014-05-071-2/+1
| | | | | | | | | | | | This reverts commit dab3e63aa6644cfc3800b672abb4dd9e5f3bc4ee. Change-Id: I0b8beab996b57af042178b9c926aeff6570fed61
* | Fix header and Javadoc issuesTeemu Suo-Anttila2014-05-062-3/+3
|/ | | | Change-Id: I171067273aedc7248e9c044bea0ebf67155fd7a9 (cherry picked from commit 27f6503eb1a0fedf504559e6f6609a6dff80637f)
* 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-05369-460/+1294
|\ | | | | | | | | | | | | | | | | | | 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-2334-37/+37
| | | | | | | | Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
| * Merge changes from origin/7.1Artur Signell2014-04-233-1/+16
| |\ | | | | | | | | | | | | | | | | | | 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-173-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | 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
| * | 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
* | | Fast-forward DateField only with left mouse button (#8012)Teemu Pöntelin2014-05-041-2/+4
| | | | | | | | | | | | Change-Id: Ib21c650feeed1ca584b2aeefb6c694e73e12b90d
* | | Merge changes from origin/7.2Artur Signell2014-05-022-8/+11
|\ \ \ | | |/ | |/| | | | | | | | | | | | | 15e24ec Fix too wide Table columns while sorting from init (#13517) a86798c Fix ScreenshotTB3Test removing reference images Change-Id: Iec1c2caceb99a6c8cfad9a0911d4a9cd7a23db36
| * | Fix too wide Table columns while sorting from init (#13517)Teemu Suo-Anttila2014-04-032-8/+11
| | | | | | | | | | | | Change-Id: I2c356c539541381e744c8960d00aa3e018beb67d