summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix java packaging order (#106)Teemu Suo-Anttila2016-12-095-5/+5
| | | Closes vaadin/archetypes#113
* Move Grid event handlers to a list, add method to add custom handlers (#76)7.7.6Aleksi Hietanen2016-12-052-200/+286
| | | | | | | | * Move Grid event handlers to a list, add method to add custom handlers Change-Id: I2fe67ae961bfb0f7c44ba704346762a0faf6da2c * Merge branch '7.7' into grid-event-refactoring
* Add screenshots as a Git submodule (#86)Teemu Suo-Anttila2016-12-052-0/+4
|
* Refactor Grid event handling methods to instances of a handler interfaceJohannes Dahlström2016-12-011-127/+176
| | | | Change-Id: Icbed14cbef14c434f1909fa0350cb0364235c774
* Start client-side Grid DOM event handling refactorJohannes Dahlström2016-12-011-16/+33
| | | | Change-Id: I67dad4cfbd6e9e355c48703253ff3d6da00e4eef
* Fix wrong year in copyright headerPekka Hyvönen2016-11-291-1/+1
| | | | Change-Id: Idbf6c1f978b9b36ed82bf8b96a6a649ae4772ae6
* Re-add body rows when Escalator is reattached to DOM (#20477)Artur Signell2016-11-284-34/+99
| | | | Change-Id: I0ae9144817db3bb730c80748d5e9190484b323e7
* Update @since tags for 7.7.5Pekka Hyvönen2016-11-258-0/+27
| | | | Change-Id: I73201908b537ca0a65106e03c9bad913b59fae9f
* Fixed touch scrolling issue in Surface and WP devices (#18737)7.7.5Johannes Tuikkala2016-11-222-4/+98
| | | | | | | | | | | | Fixed by using pointerevents instead of touchevents when the browser is IE11, or Edge. Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers, behaviour on those will stay the same as before the fix. No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE11 and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703
* Remove CustomFieldState (#20468)Pekka Hyvönen2016-11-224-48/+11
| | | | | | | | Moves FocusDelegate to AbstractFieldState. This change is done to revert backwards compatibiity breaking API change in 7.7.4 when CustomFieldState was introduced. Change-Id: I76212a8700463140520d5482b740fe0edbfb082c
* Mark TextField/TextArea as busy when a text change event is pending (#20469)Artur Signell2016-11-213-1/+71
| | | Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
* Add lazy/simple resize mode to Grid (#20108)Patrik Lindström2016-11-179-62/+359
| | | | Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
* Change expected pre-release version number pattern in publish reportHenri Sara2016-11-161-1/+1
| | | | Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d
* Fixed drag and drop failure when message dragged from email client (#20451)adam2016-11-161-2/+5
| | | | | | | When dragging message form email client on Windows, item.webkitGetAsEntry() might return null creating NPE on the client side. Added additional checks for this situation. Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73
* Keep expand ratio for last row/column when reducing grid layout size (#20297)Artur Signell2016-11-162-4/+27
| | | | Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a
* Fix NPE in case some items don't contain all properties of Grid.adam2016-11-145-19/+605
| | | | | | | This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08
* Prevent adding several scrollbar handlers (#19189).Denis Anisimov2016-11-143-0/+134
| | | | Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c
* Fix links in build report7.7.4Henri Sara2016-11-141-3/+3
| | | | Change-Id: Id32467982207ac9a9ce45301097652715d9dfff8
* Fix archetype list in build report scriptHenri Sara2016-11-121-1/+1
| | | | Change-Id: Ie215346122ad6533176fd2a8d71660805eacb942
* Fix python list syntax in BuildDemosHenri Sara2016-11-121-1/+1
| | | | Change-Id: I42f2f3fa3597f67f259c3ff9f158560303ffb328
* Make clicking outside a ComboBox add a pending new item (#18366)Artur Signell2016-11-112-2/+13
| | | | | | | | | It should not matter how you move from a field to the next. Tabbing to the next field already previously caused the new item handler to be invoked. This fixes the case when you click in the next field to work the same way. Change-Id: I3978d87cde8f05dce92edda2a4a116f4a15e0749
* Revert "Fixed touch scrolling issue in Surface and WP devices (#18737)"Artur Signell2016-11-113-83/+4
| | | | | | | | The patch prevents Escalator and Grid from ever being rendered on IE8 because element.addEventListener does not exist there This reverts commit eb2f5ac3a714aefce948d447a4004b94e35e44a9. Change-Id: I58f6db7432a1cd10299891b2d8c55c855e87265f
* Initial versions of the new release report scriptsHenri Sara2016-11-114-9/+363
| | | | | | | These have been backported from Vaadin 8 branch with minimal modifications. Change-Id: I292917aa0457c69b569313a3e56913b4a8d85316
* Fix some modern browsers tests failures.Denis Anisimov2016-11-103-3/+4
| | | | Change-Id: I2a89d3493e2f98ab1b9a0666d9dc075a2457e432
* Update Vaadin Spring documentation for 1.1.0Henri Sara2016-11-101-55/+49
| | | | Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60
* Fix modern browsers test failures for 7.7.Denis Anisimov2016-11-0919-30/+56
| | | | Change-Id: Ibef57aa4f8838f3bbc5f5c5500f3f4f7fc6eb438
* Update @since tag for 7.7.4.Denis Anisimov2016-11-082-2/+2
| | | | Change-Id: Ic6711221d0f09ad369c4074d805b237eccb2e5a7
* Fixed touch scrolling issue in Surface and WP devices (#18737)Johannes Tuikkala2016-11-083-4/+83
| | | | | | | | | | | | | Fixed by using mouse events instead of touchevents when the browser is IE or Edge (added isIEOrEdge utility method in the BrowserInfo). Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE and Edge No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasics Change-Id: I5b37f1648e2051ea0ab4d56ab767186b532da07c
* Correct addon init param widgetset IT test.Denis Anisimov2016-11-072-3/+30
| | | | Change-Id: I413481a325ebad15aa16dd639c788cc72f18dc52
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-22/+160
| | | | | | Backported from master branch (Vaadin 8). Change-Id: I363c9798de0d238a5a4aa4b4e839a31da460434f
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-11-041-1/+1
| | | | Change-Id: I7241ec11a9bfe7ebfa6a720b1abb3c4d0fabdb36
* Show a sensible message for missing extensions (#10799)Artur Signell2016-11-0312-68/+209
| | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
* Use US english (license) in all placesArtur Signell2016-11-023-4/+4
| | | | Change-Id: I5fa99627a1c3302dd905d78149e5f32c7315a5c7
* Date/time issues are fixed in the tests.Denis Anisimov2016-11-022-1/+7
| | | | | | | | | | | - legacy DateField declarative format tests are fixed (day light saving time is taken into account). - CalendarMonthViewDndEvent UI because you are not supposed to work on Sundays (when the test is broken). Backported from master branch (Vaadin 8). Change-Id: I5e62c09da579e9f6eb2a58a87253618d3f30b2e9
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-10-282-9/+19
| | | | Change-Id: I99347ee1d0f2f13fcb8e110d2e7192590e4f9456
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-10-282-11/+41
| | | | | | This is needed to be able to get the information from e.g. TestBench Change-Id: I95ec6064f602e6a8b24e35cc59d467e9c8b31c1e
* Mention latest browser versionsArtur Signell2016-10-271-4/+4
| | | | Change-Id: I06477d7ee5252ec4a5e7fdbc05fe6e31e05782e6
* Allow defining a focus delegate component for CustomField (#20336)Artur Signell2016-10-266-4/+205
| | | | Change-Id: I1160e7a384b1816204eb7f4b0f52f83ed9e230c0
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-10-253-3/+49
| | | | Change-Id: I6b045c3a693e88b3cba182ae9ea68cfa98c914b0
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-10-251-6/+5
| | | | Change-Id: I7a8520ef61ddc4dff66c326d61acbf7ccf0e76cd
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-10-243-0/+31
| | | | Change-Id: Ibb3b52b652d77a1bfa786417b1c92fd0a578035f
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-10-202-1/+26
| | | Change-Id: I3cfdac539111ff2e88c7ff81e6d6b9a579160423
* Add valo-menu-hover stylename to make responsive menu appear w/o adding code ↵Marc Englund2016-10-196-20/+113
| | | | | | | | | | | (#19019) Adding the optional "valo-menu-hover" style to the "valo-menu" element will make the menu appear on hover - i.e when mousing over on desktop, when tapping on touch devices (which also triggers hover). Backported from master branch (vaadin 8). Change-Id: I8344234a20aa93216b0116608d81e30e86d8b309
* Update client side selection state when changing selection model (#20370)Artur Signell2016-10-182-0/+44
| | | | Change-Id: I7fe8c160405a69140cac511c744d89a62c401cca
* Send selection change events when changing selection mode (#20391)Artur Signell2016-10-182-1/+46
| | | | Change-Id: Iaeb772981f3ac039bf0fe3cde595cfdb3691cddf
* Make UPPER_CASE_PROPERTY_IDS more human friendly by default (#20380)Artur Signell2016-10-172-0/+58
| | | | Change-Id: I9bd845a08fa3c440f05d102ccf8920dfc1c95b6b
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-10-143-0/+207
| | | | Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27
* Check for duplicate property ids when setting Grid columns or column order ↵Artur Signell2016-10-144-0/+102
| | | | | | (#20386) Change-Id: I76be83642f0e56e55b0c0e502ac6769de1ee8af0
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-10-132-5/+26
| | | | Change-Id: Ia15edb5a10de9bff047044161ffe83dd09f51098
* Workaround for deadlock issue (#18436)Artur Signell2016-10-113-2/+291
| | | | Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6