summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Grid header should render "the same" after changes to header (#17131)Mikael Grankvist2015-04-153-18/+403
| | | | Change-Id: I2a16ffbd59bf4863eb6a7bea8d4b590a693af637
* Adding a temporary style to VNotification on Chrome >=41 (#17252)Alexey Fansky2015-04-152-1/+41
| | | | Change-Id: I41c05e8f8487d351035804e0681947956d861479
* Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-158-13/+244
| | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* Customizable DnD preview handle strategy in Dnd manager (#10377,#14880).Denis Anisimov2015-04-152-168/+533
| | | | Change-Id: Idead68d8274de92b9ba7d7f8d71e669244a017fa
* Grid layout slots should be slot size not slot content size (#17039)Mikael Grankvist2015-04-155-20/+201
| | | | Change-Id: I73a26b0d2f07bb624df6037e4e77f7137fd21791
* Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-153-53/+176
| | | | | | | | | | With this patch pressing Enter in ComboBox sets value selected by mouse. Selection by keyboard is not given higher priority. Change-Id: I2e5f610923a40f67be2c1504a004af0d431a67a3 Conflicts: client/src/com/vaadin/client/ui/VFilterSelect.java
* Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-155-22/+191
| | | | Change-Id: I7381a6212b824f9dafc5fe7359b0e791f15c57b2
* Remove unusable codeArtur Signell2015-04-151-13/+0
| | | | Change-Id: I5bfa459695da3fe4d2cb271952b8c112b7052e97
* Javadoc fixLeif Åstrand2015-04-151-1/+1
| | | | Change-Id: Ib60e2f7ffa70030b93715adc453855c4bad7a372
* Disallow RunLocally annotation in framework tests. Fix NPE forTeemu Suo-Anttila2015-04-154-4/+23
| | | | | | screenshots. Change-Id: I72793d85dfaba41aefa5370331c1ae81348607e9
* Add DesignerAttributeHelper.readAttribute with default value (#17416)Teemu Suo-Anttila2015-04-151-29/+51
| | | | Change-Id: Ic746e761942c3d801c8e1c71bd5866bbd5daeaf4
* Fixed typos in javadoc (#17384)Raphael Ackermann2015-04-152-25/+26
| | | | Change-Id: Ic74c269031e0131e2db55dace81ae51869308f12
* Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-04-152-1/+20
| | | | Change-Id: Ib812ecd6afeb92d56bb179bcb120c65f20d26a8c
* Make test work in uitest.warArtur Signell2015-04-151-2/+2
| | | | Change-Id: I8db1b39e2b6372b460550c56884d3bea47c1155e
* Reduce reflows when sizing columns (#17315)Leif Åstrand2015-04-155-38/+328
| | | | | | | | This patch increases the reported fps from 10 to 17 in Chrome and from 5 to 10 in Firefox. No automatic test since performance testing on our shared testing infrastructure would be quite error-prone. Change-Id: I0bb6af250743058a8f32bb2df89da97660e94b52
* Support HTTPS, FTP, and FTPS resource URLs in Declarative (#17267)7.4.3Johannes Dahlström2015-03-302-1/+21
| | | | | | Manually picked to 7.4 from commit b96861c1 in master, also added a test. Change-Id: I415f7409084ea0abd8b22ba3892743e11d503c27
* Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-302-5/+26
| | | | Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6
* Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-303-14/+123
| | | | | | Also improve tests. Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e
* Use vaadin-parent as parent in POMs (#17300)Henri Sara2015-03-301-12/+5
| | | | Change-Id: Ibbc3cb3c820a2c676e38e4ad9aa943ef200572b4
* Fix publishing of POM-only modules (#17025)Henri Sara2015-03-301-16/+48
| | | | Change-Id: I22c015cc333fd08a1bc3207ef51bcfc67399398c
* Fix build scripts for BOM (#17025)Henri Sara2015-03-303-4/+4
| | | | Change-Id: Ia59a2423d8e22e15a978dd73baf08b5fa6388ea6
* Build Maven BOM for Vaadin (#17025)Henri Sara2015-03-307-1/+173
| | | | Change-Id: I842a5f1551012744354371e1c099f6ca2360029c
* Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-305-15/+349
| | | | Change-Id: I5f9462923fce9f033bc89b791d68607a1e0fc5c7
* Reset index of selected item when it's removed (#17248).Denis Anisimov2015-03-303-1/+102
| | | | Change-Id: Id38f48d84e9f55334af2e44b2dc49b1a3c7ef390
* Make Grid update column renderers (#16552)Patrik Lindström2015-03-304-20/+209
| | | | Change-Id: I3adf9d0cc32f800a535a82ffe5d6ba503a36e746
* Fix Table column header sorting on Chrome (#14796)Anna Miroshnik2015-03-263-40/+210
| | | | | | | | | | | | | | | This fix is similar to the fix that has been made for other similar cases (i.e. #13381). Couldn't find a reliable way to reproduce the problem. Hopefully this will fix the issue. Was reproduced (before fix) on Google Chrome 40.0.2214.115 m on TableSortingStopsWorkingOnChrome test one time (but then suddenly it started to work again). Was reproduced (before fix) on Project TableSorting once, as described in the ticket. That project has been attached to the ticket. Change-Id: Id901c9ce4a0a7c369572bf4374223851658aa703
* Use native scrolling in IE on touch devices (#14864)Juho Nurminen2015-03-261-0/+5
| | | | Change-Id: I8c652944b917d6392e2d02052b00ddb119ec242c
* Disables selection when Grid's editor is open (#17132).Alexey Fansky2015-03-264-0/+104
| | | | Change-Id: Ibbbffbfe2e8bcb763031ac277c2c36ce4eb4e3fc
* Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-265-0/+364
| | | | Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
* Expect Chrome 41Artur Signell2015-03-241-3/+14
| | | | Change-Id: I64c8788c0ae6160c565dfc0cfb4a87a7ed86bc81
* Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-233-3/+57
| | | | Change-Id: I2d0a80a26e8211d6f5e9110e1476f857803b4d3f
* Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235John Ahlroos2015-03-201-3/+5
| | | | Change-Id: I4ee650efdc8683dd1d6fedf5e53460c48186ed88
* Do not log severe messages which serve no purpose (#17222)Artur Signell2015-03-201-2/+2
| | | | Change-Id: Ifaa0cddc1523f547d8d7f935e739889aa9ddd45a
* Re-enable support for the firefox.path propertyLeif Åstrand2015-03-201-0/+5
| | | | Change-Id: I14d4ca1a2ef51ff77404cd6577cbe7cb35a2f75d
* Correct logging when a push connection can't find a session (#15220)Artur Signell2015-03-201-2/+6
| | | | Change-Id: I8b3cabc942600b3366f59697441d0613c9908a24
* Re-enable running tests locally with propertyTeemu Suo-Anttila2015-03-201-0/+25
| | | | Change-Id: I6eed0dc802ca101c929a5bc3cb6f3141060524a3
* Fix bad language in release notesLeif Åstrand2015-03-201-1/+1
| | | | Change-Id: I9a348ebd6ae41a1a7d03ae9a00bcc5935a4bc4e1
* Migrate FlashIsVisible embedded test from TB2 to TB4Teemu Suo-Anttila2015-03-202-33/+32
| | | | Change-Id: Ibb5c4e5ade99cddcc6bd96d19e00685eabca3812
* Add a client test for row focus moving with reset size (#16607)7.4.2Teemu Suo-Anttila2015-03-173-0/+205
| | | | Change-Id: I937ea36cbb21366e559fcb76aae79e42c039ccfc
* Fix Grid CellFocusHandler position on DataSource size reset (#16607)Teemu Suo-Anttila2015-03-171-2/+8
| | | | Change-Id: Id02ff612a3f152af5341445bec769a74cfd79cfb
* Add test for RpcDataProvider calls to Container (#16642)Teemu Suo-Anttila2015-03-172-22/+57
| | | | Change-Id: I25eb85ac1241c46dbef6d473b3a2f7cdebb4b4ba
* Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-172-82/+39
| | | | Change-Id: I8abaa4c1bd8eface98e42e0882cf09c92fbbf386
* Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-173-182/+19
| | | | | | | | | | Should not have been merged since there were still stuff pending ("This patchset doesn't include styling for the error message") that was not addressed before submitting. This reverts commit 05fc5806e7946223e057ad7458a18dadceb0566f. Change-Id: Idd723f22f42e2e8ee71059b9591d44fafadea27e
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-172-0/+94
| | | | Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
* Add link to the push issues wiki page to the release notes (#17142)Leif Åstrand2015-03-171-17/+24
| | | | Change-Id: I52d2a883f76bd673c8ca749246858f1e16e11679
* Ignore Chrome in ComboboxSelectedItemTextTest until regression is fixed. ↵Sauli Tähkäpää2015-03-171-0/+10
| | | | | | (#16636) Change-Id: Ib47c1a6031a988213be35bf4a7d449209194664d
* Convert browserframe, flash and requesthandler tests to TB4Teemu Suo-Anttila2015-03-176-181/+105
| | | | Change-Id: Ic2089570fcfc9ec81f3d95722adc75ff75e8293f
* Migrate TB2 tests from package applicationcontext to TB4Teemu Suo-Anttila2015-03-177-303/+199
| | | | | | | | ChangeSessionIdTest CloseSessionTest RpcForClosedUITest Change-Id: I539d7194e67a839ac8d7bd4dbb81c1e4ddc3c1b7
* Migrate TB2 test from application package to TB4Teemu Suo-Anttila2015-03-1719-500/+298
| | | | | | | | | | | | RefreshFragmentChangeTest RefreshStatePreserveTest RefreshStatePreserveTitleTest TerminalErrorNotificationTest ThreadLocalInstancesTest WebBrowserSizeTest WebBrowserTest Change-Id: I5c95905b4999ebefc7b170057952b09780174627
* Disable auto-testing of TB2 tests on ChromeArtur Signell2015-03-171-1/+1
| | | | | | | | | Chrome has started auto-updating even though auto updates are disabled on the test machines. TestBench 2 works with Chrome 41 (latest) but opens the test in a new tab instead of in a new window and therefore is unable to resize the browser to the correct size for screenshots. Change-Id: Ib7f05a9115a9c82f5b3b384d73c47d6becbfbe79