summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into grid-7.5Henrik Paul2015-03-3184-492/+3728
|\ | | | | | | Change-Id: Ife8c6d2a5f6c134a6e28e862f524b6e687199cc8
| * Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-03-312-1/+20
| | | | | | | | Change-Id: Ib812ecd6afeb92d56bb179bcb120c65f20d26a8c
| * Make test work in uitest.warArtur Signell2015-03-311-2/+2
| | | | | | | | Change-Id: I8db1b39e2b6372b460550c56884d3bea47c1155e
| * Allow customizing declarative tag names (#16933)Leif Åstrand2015-03-313-95/+376
| | | | | | Change-Id: Icadaaab9166763e8e2086c6c114efd799ab580d6
| * Reduce reflows when sizing columns (#17315)Leif Åstrand2015-03-305-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
| * Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-295-15/+349
| | | | | | | | Change-Id: I5f9462923fce9f033bc89b791d68607a1e0fc5c7
| * Reset index of selected item when it's removed (#17248).Denis Anisimov2015-03-273-1/+102
| | | | | | | | Change-Id: Id38f48d84e9f55334af2e44b2dc49b1a3c7ef390
| * Use vaadin-parent as parent in POMs (#17300)Henri Sara2015-03-271-12/+5
| | | | | | | | Change-Id: Ibbc3cb3c820a2c676e38e4ad9aa943ef200572b4
| * Fix publishing of POM-only modules (#17025)Henri Sara2015-03-271-16/+48
| | | | | | | | Change-Id: I22c015cc333fd08a1bc3207ef51bcfc67399398c
| * Make Grid update column renderers (#16552)Patrik Lindström2015-03-264-20/+209
| | | | | | | | Change-Id: I3adf9d0cc32f800a535a82ffe5d6ba503a36e746
| * Fix declarative support for AbstractMedia (#16330 #16331 #16332)Miki2015-03-267-3/+215
| | | | | | | | | | | | | | Also fixes HTTPS resource handling (#17267) Contains tests for both Audio and Video. Change-Id: Id4a7325f0d29f6857ff2236757b28b9eb911e39a
| * Fix declarative support for MenuBar (#16328)Miki2015-03-263-4/+293
| | | | | | Change-Id: Icd70a02aa8ffef9d1aca4b833ac23aeff5813771
| * Fix Calendar declarative support (#16595)Teemu Suo-Anttila2015-03-262-2/+130
| | | | | | | | Change-Id: Ib9a33d6d0fe48e63e5043a84a47375f123eccb58
| * Fix build scripts for BOM (#17025)Henri Sara2015-03-263-4/+4
| | | | | | | | Change-Id: Ia59a2423d8e22e15a978dd73baf08b5fa6388ea6
| * SplitPanel should have an event for the splitter being moved (#3855)wodencafe2015-03-264-0/+290
| | | | | | | | Change-Id: I473e5a0f8420c95971af52ef230849f468ebbbad
| * Use native scrolling in IE on touch devices (#14864)Juho Nurminen2015-03-261-0/+5
| | | | | | | | Change-Id: I8c652944b917d6392e2d02052b00ddb119ec242c
| * Build Maven BOM for Vaadin (#17025)Henri Sara2015-03-267-1/+173
| | | | | | | | Change-Id: I842a5f1551012744354371e1c099f6ca2360029c
| * Fix declarative support for DragAndDropWrapper (#16324)Miki2015-03-262-1/+102
| | | | | | | | Change-Id: I132e37fe54fb5949748c0e0ec265bd411ff91ce3
| * Disables selection when Grid's editor is open (#17132).Alexey Fansky2015-03-254-0/+104
| | | | | | Change-Id: Ibbbffbfe2e8bcb763031ac277c2c36ce4eb4e3fc
| * Revert "Make push path configurable (#14432)."Artur Signell2015-03-2515-248/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Breaks long polling fallback when implemented this way This reverts commit 735f0748344d7ee594c4e52a715d867dfdb23cb1. Conflicts: push/build.xml push/ivy.xml server/src/com/vaadin/server/Constants.java uitest/src/com/vaadin/tests/push/PushPathTest.java Change-Id: I07f6fedafc648b0ee403865ccb322017d2a8d571
| * Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-245-0/+364
| | | | | | | | Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
| * Fix Declarative support for Slider (#17196)Johannes Dahlström2015-03-242-0/+104
| | | | | | | | Change-Id: I5cc390566af38115939416591a549f06e39d3153
| * Fix Table column header sorting on Chrome (#14796)Anna Miroshnik2015-03-243-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
| * Fix declarative support for CustomLayout (#17210)Johannes Dahlström2015-03-245-12/+229
| | | | | | | | | | | | | | | | CustomLayout now has a public default constructor. If a template is not set using one of the setters, a warning message is displayed like in the case where the template file is specified but not found. Change-Id: I5d56f24fafc5c82e6ab76dec393a0c25bd78aae5
| * Expect Chrome 41Artur Signell2015-03-241-3/+14
| | | | | | | | Change-Id: I64c8788c0ae6160c565dfc0cfb4a87a7ed86bc81
| * Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-203-3/+57
| | | | | | | | Change-Id: I2d0a80a26e8211d6f5e9110e1476f857803b4d3f
* | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-317-13/+523
| | | | | | | | Change-Id: I7b6d67aeb4d625a53e6fe370b729016a84e33214
* | Refactored fragile column reorder tests for GridPekka Hyvönen2015-03-314-87/+122
| | | | | | | | Change-Id: I72fd2b09269d5dfc689d8b1f213f46989adf8bfe
* | Moves DragAndDropHandler from Grid to separate classPekka Hyvönen2015-03-303-223/+243
| | | | | | | | | | | | Includes the class in the widgets package build. Change-Id: If72430d3005f7af0029070a72976853baac195a1
* | Client Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-277-40/+258
| | | | | | | | Change-Id: I8a63f51f3b444c3c4342c46b7b58ad152f4bd0e1
* | Fixed some faulty asserts in Grid's detail row creation (#17293)Henrik Paul2015-03-272-10/+41
| | | | | | | | Change-Id: I8e9998524c02ca1e2f9d3391fa27bacc53655c7f
* | Update all empty since tags published in alpha1Leif Åstrand2015-03-2619-60/+60
| | | | | | | | Change-Id: I1afce7e69beb9a61354fd82fcda194d4277dfd36
* | Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-254-1/+174
| | | | | | | | Change-Id: I4f8a893eec3cf7c32da34cb364a4d56589cbf3e2
* | Hide DragAndDropHandler in Grid to make vaadin-widgets compile (#16643)Leif Åstrand2015-03-252-251/+224
| | | | | | | | Change-Id: I231affa4a4242d3b958583c9b79a4f08be0d5de5
* | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-254-11/+93
| | | | | | | | Change-Id: I1bf4c2f0600baea8b925bd31dcd42c1e901a7c8b
* | Avoid using VButton because of vaadin-widgets dependencies (#17023)Leif Åstrand2015-03-251-3/+2
| | | | | | | | Change-Id: Id1d42ee9555600eb117feadddcc92151dc2c5e1c
* | Adds Escalator.scrollToSpacer (#17270)Henrik Paul2015-03-254-40/+171
| | | | | | | | Change-Id: Ib420e8da6c167fdba9d3023a73cb242643c7af67
* | Fixes more broken IE8 tests for column reorderPekka Hyvönen2015-03-242-4/+7
| | | | | | | | Change-Id: I65e88beb48fdc10999162a22f4768149b157bbe5
* | Update release notes for 7.5.0.alpha1Leif Åstrand2015-03-241-37/+12
| | | | | | | | Change-Id: I5c1d6c5e9d93cf6acae415149fedafa7652b8b98
* | Fixes Grid column reordering for IE8 (#17023)Pekka Hyvönen2015-03-231-17/+8
| | | | | | | | Change-Id: I44373a22fb279d5fd260fec0cfaf52d4a3f4e9a3
* | Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-2325-481/+894
|\| | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235John Ahlroos2015-03-201-3/+5
| | | | | | | | Change-Id: I4ee650efdc8683dd1d6fedf5e53460c48186ed88
| * Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-202-5/+26
| | | | | | | | Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6
| * Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-203-14/+123
| | | | | | | | | | | | Also improve tests. Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e
| * Run SDM in strict mode to easier catch silly mistakes (#13567)Leif Åstrand2015-03-191-1/+1
| | | | | | Change-Id: I6739260499e66245eff2b05bfeb84c430ef5ca19
| * Do not log severe messages which serve no purpose (#17222)Artur Signell2015-03-191-2/+2
| | | | | | | | Change-Id: Ifaa0cddc1523f547d8d7f935e739889aa9ddd45a
| * Re-enable support for the firefox.path propertyLeif Åstrand2015-03-181-0/+5
| | | | | | | | Change-Id: I14d4ca1a2ef51ff77404cd6577cbe7cb35a2f75d
| * Correct logging when a push connection can't find a session (#15220)Artur Signell2015-03-181-2/+6
| | | | | | | | Change-Id: I8b3cabc942600b3366f59697441d0613c9908a24
| * Re-enable running tests locally with propertyTeemu Suo-Anttila2015-03-181-0/+25
| | | | | | | | Change-Id: I6eed0dc802ca101c929a5bc3cb6f3141060524a3
| * Fix bad language in release notesLeif Åstrand2015-03-181-1/+1
| | | | | | | | Change-Id: I9a348ebd6ae41a1a7d03ae9a00bcc5935a4bc4e1