summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Reduce reflows when sizing columns (#17315)"7.4.4Markus Koivisto2015-04-165-328/+38
| | | | | | | This reverts commit 103b329d328ab0dde95da9426462491be510a8be. It causes problems with screenshot tests (GridColumnAutoWidthServerTest). Change-Id: I1de4a44573b22e0bea8ffa2626724e2a182cb876
* Fixed both URLs to use https.Markus Koivisto2015-04-151-1/+1
| | | | Change-Id: I23a59ba0d7508a8864296fab2fb5ee7947761136
* Merge branch '7.4' of ssh://dev.vaadin.com:29418/vaadin into 7.4Markus Koivisto2015-04-150-0/+0
|\
| * Fix release notes query url to use https.Markus Koivisto2015-04-151-1/+1
| | | | | | | | Change-Id: Ibd9eea4762a217404b6d09f0749636a47c335161
* | Fix release notes query url to use https.Markus Koivisto2015-04-151-1/+1
|/ | | | Change-Id: Ibd9eea4762a217404b6d09f0749636a47c335161
* Changed combobox classMarkus Koivisto2015-04-151-1/+1
| | | | Change-Id: I6c741c2f41446b5f3f3058df93827a591e8627bc
* Use VaadinRequest/Response for static resources (#17462)Henri Sara2015-04-151-2/+2
| | | | Change-Id: I324bb6b6eb9a72eda02c5308cc6c2284094ce4b8
* VConsole logging -> java.util.loggingArtur Signell2015-04-1515-193/+328
| | | | Change-Id: Id1b04e1335f0906f8de2d514ff11bc744dc14c49
* Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-152-8/+24
| | | | Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817
* Fix writing of child local ids in AbsoluteLayout (#17421)Johannes Dahlström2015-04-151-1/+2
| | | | | | | Change-Id: I49eb3246061e1b011a0f87e94d2a43eb20c31a34 Conflicts: server/tests/src/com/vaadin/tests/design/DesignContextLocalIdTest.java
* Prevent opening Table context menu on short tapping on iOS (#15297)Ilya Ermakov2015-04-152-1/+108
| | | | | | | | With this patch handling touchstart in Table body is prevented if it is handled in Table row. This is the smallest patch that solves the problem, refactoring remains an open problem. Change-Id: Iea54210ee81a3fdf17e45c6c98026af9080abddf
* 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