aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-153-53/+176
* Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-155-22/+191
* Remove unusable codeArtur Signell2015-04-151-13/+0
* Javadoc fixLeif Åstrand2015-04-151-1/+1
* Disallow RunLocally annotation in framework tests. Fix NPE forTeemu Suo-Anttila2015-04-154-4/+23
* Add DesignerAttributeHelper.readAttribute with default value (#17416)Teemu Suo-Anttila2015-04-151-29/+51
* Fixed typos in javadoc (#17384)Raphael Ackermann2015-04-152-25/+26
* Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-04-152-1/+20
* Make test work in uitest.warArtur Signell2015-04-151-2/+2
* Reduce reflows when sizing columns (#17315)Leif Åstrand2015-04-155-38/+328
* Support HTTPS, FTP, and FTPS resource URLs in Declarative (#17267)7.4.3Johannes Dahlström2015-03-302-1/+21
* Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-302-5/+26
* Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-303-14/+123
* Use vaadin-parent as parent in POMs (#17300)Henri Sara2015-03-301-12/+5
* Fix publishing of POM-only modules (#17025)Henri Sara2015-03-301-16/+48
* Fix build scripts for BOM (#17025)Henri Sara2015-03-303-4/+4
* Build Maven BOM for Vaadin (#17025)Henri Sara2015-03-307-1/+173
* Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-305-15/+349
* Reset index of selected item when it's removed (#17248).Denis Anisimov2015-03-303-1/+102
* Make Grid update column renderers (#16552)Patrik Lindström2015-03-304-20/+209
* Fix Table column header sorting on Chrome (#14796)Anna Miroshnik2015-03-263-40/+210
* Use native scrolling in IE on touch devices (#14864)Juho Nurminen2015-03-261-0/+5
* Disables selection when Grid's editor is open (#17132).Alexey Fansky2015-03-264-0/+104
* Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-265-0/+364
* Expect Chrome 41Artur Signell2015-03-241-3/+14
* Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-233-3/+57
* Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235John Ahlroos2015-03-201-3/+5
* Do not log severe messages which serve no purpose (#17222)Artur Signell2015-03-201-2/+2
* Re-enable support for the firefox.path propertyLeif Åstrand2015-03-201-0/+5
* Correct logging when a push connection can't find a session (#15220)Artur Signell2015-03-201-2/+6
* Re-enable running tests locally with propertyTeemu Suo-Anttila2015-03-201-0/+25
* Fix bad language in release notesLeif Åstrand2015-03-201-1/+1
* Migrate FlashIsVisible embedded test from TB2 to TB4Teemu Suo-Anttila2015-03-202-33/+32
* Add a client test for row focus moving with reset size (#16607)7.4.2Teemu Suo-Anttila2015-03-173-0/+205
* Fix Grid CellFocusHandler position on DataSource size reset (#16607)Teemu Suo-Anttila2015-03-171-2/+8
* Add test for RpcDataProvider calls to Container (#16642)Teemu Suo-Anttila2015-03-172-22/+57
* Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-172-82/+39
* Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-173-182/+19
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-172-0/+94
* Add link to the push issues wiki page to the release notes (#17142)Leif Åstrand2015-03-171-17/+24
* Ignore Chrome in ComboboxSelectedItemTextTest until regression is fixed. (#16...Sauli Tähkäpää2015-03-171-0/+10
* Convert browserframe, flash and requesthandler tests to TB4Teemu Suo-Anttila2015-03-176-181/+105
* Migrate TB2 tests from package applicationcontext to TB4Teemu Suo-Anttila2015-03-177-303/+199
* Migrate TB2 test from application package to TB4Teemu Suo-Anttila2015-03-1719-500/+298
* Disable auto-testing of TB2 tests on ChromeArtur Signell2015-03-171-1/+1
* Add OSGi integration tests (#9583)Miki2015-03-171-0/+8
* Converted ValidationOfRequiredEmptyFields to TB4Artur Signell2015-03-174-168/+134
* Remove eXo test which is unreliable and tests an old versionArtur Signell2015-03-172-339/+0
* Fix invalid assumptions about empty Grid (#16734, #16684)Leif Åstrand2015-03-164-2/+200
* Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-112-1/+10