aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing since, remove unused method7.4.87.4Teemu Suo-Anttila2015-06-091-7/+1
| | | | Change-Id: I7a90d75d0fdc54abc819dbacf7f8f572c85b3913
* Fix test broken by #16556Artur Signell2015-06-094-37/+57
| | | | Change-Id: I4e0883c58c425fc6287212a97f740016223914b5
* Format UTF-8 filenames correctly for download (#16556)Anna Miroshnik2015-06-095-41/+93
| | | | | | | The code is the same for both FileDownloader and DownloadStream except that FileDownloader forces the content-type to be an "attachment". Change-Id: I50abf3b0f019b773bc0a44b16536a9479f9f472f
* Reset heartbeat timestamp when reopening UI (#18101)Leif Åstrand2015-06-083-0/+92
| | | | Change-Id: I288bae95e364277819727a99854d94fbbc98b162
* Add class name for not editable editor cells (#18021)Teemu Suo-Anttila2015-05-282-1/+12
| | | | Change-Id: I6d5ef1a125ae1739b0e3de49eac2f68ba66afb05
* Update loading indicators (#18015).Mika Murtojarvi2015-05-283-0/+0
| | | | Change-Id: Id3a13a3b8a3695de4f1799716bb597540d451516
* Use GWT.create instead of new in Grid client-side (#18011)Teemu Suo-Anttila2015-05-281-3/+3
| | | | Change-Id: I22a8a2b287b15601a65116ab6769ddfea6a728a5
* Update active tab index when overriding selection (#15274)Leif Åstrand2015-05-283-0/+98
| | | | Change-Id: Ic6704be620a3134a52fd3eb6efcd9af1e628dc18
* Only sort when enter is pressed on default header (#16732)Artur Signell2015-05-283-3/+47
| | | | Change-Id: I3bae7c341064f26c6be3c9b66b33239716043fec
* Fix a Grid test failure on FirefoxMika Murtojarvi2015-05-282-7/+11
| | | | Change-Id: If6bdd7150ab61903e40f59d2b40b1ed14a81e2ed
* Fix Grid test failures on various browsersTeemu Suo-Anttila2015-05-284-37/+39
| | | | Change-Id: I586c6b624f16969868be1affeac4707db18f5136
* Ensure the whole hierarchy is refreshed when opening editor row (#17459)7.4.7Artur Signell2015-05-254-0/+183
| | | | Change-Id: I3ecbe212a254d9883f42a4f1368bce6f2a33b402
* Fix MenuBar keyboard navigation and selecting (#17076)Teemu Suo-Anttila2015-05-254-201/+124
| | | | | This patch also changes old TB2 test to TB4. Change-Id: I7a2ba20267d2db99e29003b764530d65a4eab955
* Add pointer to new location for methods moved to WidgetUtil (#17952)Leif Åstrand2015-05-251-0/+201
| | | | Change-Id: Ie1b8fb8673adfa94e28e1f41441a5df52c91b30d
* Fix adding a column to Table and immediately changing its size (#17927)Teemu Suo-Anttila2015-05-253-9/+119
| | | | Change-Id: I64942ce53c8d0d1cfe3fe8b9d91cf2b2f5204ebb
* Fix GridStructureTest to workaround Chrome + Selenium issueTeemu Suo-Anttila2015-05-251-3/+4
| | | | | | Test now check for cell content rather than header. Change-Id: I26bd9b8caa478f1c7f197dcf6a351b2871a7255f
* Selectable row should have pointer-type cursor [#17911]Anna Koskinen2015-05-251-0/+7
| | | | Change-Id: I573dd2e2c9e54496dd2f177a740a9c2559a1ecaf
* Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-252-1/+62
| | | | Change-Id: Icff97b27455f3df4b07faeca3d338e7f3ba5656f
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-254-3/+59
| | | | Change-Id: I7e1622e69be7ef5b6df641c0428a521623983e3e
* Ensure VDebugWindow.get() always returns the real instance (#17871)Leif Åstrand2015-05-252-3/+3
| | | | Change-Id: Ia0af0cc3e6c3129a117dd31e6bce54e1226eb9c7
* Make TableQuery only release connections reserved through its poolArtur Signell2015-05-259-66/+198
| | | | | | | | | (#12370) Updated all SQLContainer tests to track that connection are correctly reserved and released Change-Id: I2ac355cf9a72b7eef1dd306b19c8e7a8b478f075
* Fix MenuItemStyleRemoved test UI to work with IE8Teemu Suo-Anttila2015-05-251-3/+14
| | | | Change-Id: Id6db65290caacce1ef32293bc76142d5c6c93f63
* Output parameters in alphabetic order to be deterministic (#17857)Artur Signell2015-05-251-0/+9
| | | | Change-Id: I2c418cd0493d68af819ee60d475ba71a11e6b530
* Make FormLayout work with HTML captions (#17143)Leif Åstrand2015-05-253-8/+114
| | | | Change-Id: I880dda9cd25dbd8d6313c1b73b5998679d63aecb
* Potential fix for test ssh problems with Debian 8Artur Signell2015-05-251-1/+1
| | | | Change-Id: I7116a5542257434988421630f217f753a41b7cef
* Fix typo in Tree Javadoc (#17834)Steven Spungin2015-05-251-1/+1
| | | | Change-Id: Ibde9fb0e7d11fc31a20eecdb3d568fdebfcee3c1
* Report identifier if field binding fails (#17837)Artur Signell2015-05-251-3/+6
| | | | Change-Id: I0339c33bb01efe0cd5bf2da35e7a2ae1b0f0572d
* Don't show loading spinner if there are no tabs (#15241)Leif Åstrand2015-05-252-1/+13
| | | | Change-Id: I42592c828b49bc977693d1252326c6d9c6a45a07
* Don't leak current VaadinSession in testLeif Åstrand2015-05-151-0/+4
| | | | Change-Id: Ib4ae44855a1a14ead5217e6f5d1c0d3330747a2f
* Avoid on-the-fly compilation when running testsArtur Signell2015-05-152-0/+6
| | | | | | This improves the tests for #15135 Change-Id: I1c884f89bff6842ceff41718ef231b54879982ab
* Fix a typo in AbstractSelect.setItemIcon Javadoc comment.Teemu Pöntelin2015-05-151-2/+2
| | | | Change-Id: I2d26f7dd77436aa4044af3ef6541244d61193aa1
* Removed outdated workaroundAnna Koskinen2015-05-151-6/+0
| | | | | There was a workaround for the old TestBench issue #14405. Change-Id: I6a4425861cb650f901362a00308339745c85955c
* Fixes some broken FF24 tests for Grid.Pekka Hyvönen2015-05-151-0/+5
| | | | Change-Id: I043721cd590bc345d202212bebd3bf38ea091912
* Convert TableDragColumn tests from TB2 to TB4Teemu Suo-Anttila2015-05-153-204/+122
| | | | Change-Id: I9dde8a72ca1f9d3fa2d0c4e740bb2eff278dac7a
* Ensure browser does not re-use push connection after refresh (#14297,Artur Signell2015-05-151-3/+9
| | | | | | #14416) Change-Id: I05804eea5a514e84cf27214ed0dd715242cbde90
* Fix the updating of sort indicators (#17440)Mika Murtojarvi2015-05-153-4/+162
| | | | Change-Id: Ia91e2022b17417f4a56a0797a04d39381652cbf0
* Convert LabelTooltip tests from TB2 to TB4Teemu Suo-Anttila2015-05-154-141/+72
| | | | Change-Id: Ic672deb7903d4ea187a9c7bca292769c304434b8
* Fix Grid reloading test to use ElementQuery exists() methodTeemu Suo-Anttila2015-05-151-1/+1
| | | | Change-Id: I287d19005eabb667b9fea0c918d1fa3e14eea1b7
* Convert MenuBarNavigationMouse test from TB2 to TB4Teemu Suo-Anttila2015-05-152-81/+42
| | | | Change-Id: I0c94d8a0f6fe818a0788aeb1cba5451a1537bbf6
* Provide variable for default contrast value in valo-font-color (#14793).7.4.6Denis Anisimov2015-05-125-1/+105
| | | | Change-Id: Ia6aa73d6b4a9ae6518a57a601bf4a6525572724a
* Fix enabled handling for DateField and PopupDateField (#17620)Artur Signell2015-05-113-8/+181
| | | | | | Updated test when picking to 7.4. Change-Id: I186c6e7f8a01cbf6be4b3d5ea95db5a6b30e48ad
* Convert InitialFragmentEvent test from TB2 to TB4Teemu Suo-Anttila2015-05-112-37/+39
| | | | Change-Id: Ia3cffdb54e49bc85880f60c12c93201abb8ff3a4
* Render CustomLayout properly even if a slot is missing (#17681)Artur Signell2015-05-115-0/+128
| | | | Change-Id: I31956e9db21f5043e648b56e13e0c74731cd9e1f
* Converted javascript tests to TB4 and added date tests (#16797, #16786)Artur Signell2015-05-119-75/+173
| | | | Change-Id: I0ac58945d70676135d982f5b829b065b96b1ffa4
* Incorrect documentation for CalendarProvider.getEvents (#17714)Steven Spungin2015-05-111-1/+1
| | | | Change-Id: I7eb441f093ecc6ecbfecfa814089e0587438d4a3
* Fix ComboBoxMouseSelectEnterTest to work with old ComboBoxTeemu Suo-Anttila2015-05-061-14/+15
| | | | Change-Id: Ida5e8ecbde47246cf4f282855ee38a32b71a9915
* Add missing @since to VDragAndDropManager7.4.5Teemu Suo-Anttila2015-04-291-0/+2
| | | | Change-Id: Icf4bc147b2ca77676ce29c7b2b8a516cbf7b2d23
* Move VFilterSelect setKeyboardSelectedItem to correct subclass (#17645)Teemu Suo-Anttila2015-04-291-11/+11
| | | | Change-Id: I4c30ceff261db7dbc81aae96c21249c115354fb2
* Add missing @since to DDEventHandleStrategy classTeemu Suo-Anttila2015-04-281-0/+1
| | | | Change-Id: Ie39a5cc7649ff520da857be3a6a02e5881bcc718
* Make public getLogger functions private (#17645)Teemu Suo-Anttila2015-04-2711-61/+61
| | | | Change-Id: Ic5cb52a522039fbcbcbf0349cedd81e8eae2f6a1