Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Tree.htmlContentsAllowed (#7717) | Leif Åstrand | 2015-10-02 | 6 | -2/+179 |
| | | | | Change-Id: I5c773da806b8358ee203c9c12fd2e2b6fec1970f | ||||
* | Fix TreeTableContextClick support (#19056) | Teemu Suo-Anttila | 2015-10-02 | 4 | -1/+95 |
| | | | | Change-Id: Ib6bac73ba96c4919df2e1bf5c9c83160707530bb | ||||
* | Implement ContextClickEvent for Table (#19042) | Teemu Suo-Anttila | 2015-10-02 | 11 | -0/+650 |
| | | | | | | | This patch also introduces a testing infrastructure for context click event and listener testing. Change-Id: I3aa88758278c91086df3d0971edb34914a93fd29 | ||||
* | Do not use getters/setters when mapping designer fields (#17388) | Artur Signell | 2015-10-01 | 3 | -11/+98 |
| | | | | Change-Id: I5c03beca2b5f00c6efb32980e5e5ddf36cc4f16a | ||||
* | Add support for ContextClickEvent in AbstractComponent (#19015) | Teemu Suo-Anttila | 2015-10-01 | 13 | -42/+302 |
| | | | | Change-Id: I93d5d20925b8ac9b4b108ccc6deec2090e68aa0d | ||||
* | Create a Valo icon font for icons used in Valo (#18472) | Artur Signell | 2015-09-30 | 24 | -32/+160 |
| | | | | | | | | | | | | | | Valo uses only a handful of icons from Font Awesome. This change introduces a separate icon font for valo (9KB instead of 80KB) and decouples Valo from Font Awesome to enable updating Font Awesome without taking Valo into account. This change also makes it easy to not load Font Awesome when using Valo by setting $v-font-awesome:false For backwards compatibility, Font Awesome is loaded by default Change-Id: Ib01e3cf34e2468c885fcb8c7859cd1d1af4491aa | ||||
* | Close calendar popup when DateField is detached (#18985) | Teemu Pöntelin | 2015-09-30 | 3 | -0/+116 |
| | | | | Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d | ||||
* | Output end-to-end bootstrap time (#19034) | Leif Åstrand | 2015-09-29 | 1 | -0/+19 |
| | | | | Change-Id: Ie3d75b3ca0c6535f03d08672677ffb95a86bde2f | ||||
* | Skip checking unknown properties for @NoLayout on client side (#18334) | Artur Signell | 2015-09-29 | 4 | -1/+114 |
| | | | | Change-Id: Ic03b419b8c10d5d7010c3d10479883149445fe40 | ||||
* | Clean up compiler warnings in Design.java | Leif Åstrand | 2015-09-29 | 1 | -64/+31 |
| | | | | | | | | | * Remove unused code * Properly close streams * Avoid unsafe casts * Fix inconsistent javadocs Change-Id: I20e3664ab8b0fc9e3a8037fc05a469a4f8a633ec | ||||
* | Remove old Chrome workaround from GridClientRenderers test | Teemu Suo-Anttila | 2015-09-29 | 1 | -5/+0 |
| | | | | Change-Id: Ic328291e61301b3ab314e2f7450132610a653b98 | ||||
* | Shorten "server connection lost" default timeout (#11733) | Henri Sara | 2015-09-29 | 1 | -1/+1 |
| | | | | Change-Id: Ida7f107edc63bfda3b91f86410439a84af050d73 | ||||
* | Set opacity for disabled Grid in Valo. (#18661) | Sauli Tähkäpää | 2015-09-29 | 3 | -0/+62 |
| | | | | Change-Id: I6fe834c6a7ce7695f065d7385f3b6dc1940864a1 | ||||
* | Store VaadinSession as APPLICATION_SCOPE in portals (#18998) | Artur Signell | 2015-09-29 | 2 | -3/+20 |
| | | | | Change-Id: I729cba0844e54ca2fab2c9b26ab5ea5fc0c4ca1c | ||||
* | Add scoped PortletSession methods (#19007) | Artur Signell | 2015-09-29 | 1 | -0/+106 |
| | | | | Change-Id: I33afb351e68d2dc9543db9e00d11c2320ab04862 | ||||
* | Log reason for loading a connector bundle (#19024) | Artur Signell | 2015-09-29 | 1 | -1/+6 |
| | | | Change-Id: Idbad38ccbe519b6e0e5948a4d49e496e42845e3d | ||||
* | Fix resetting of top or left alignment in GridLayout (#18660) | Artur Signell | 2015-09-29 | 3 | -0/+161 |
| | | | | Change-Id: I12b4d792f4d7cc7e3340d5566fda55f0cb23cbd0 | ||||
* | Use a suitable z-index for valo-menuitems overlay (#18869) | Matti Tahvonen | 2015-09-28 | 1 | -1/+1 |
| | | | | | | | The floating menu should have a high z-index not to be below components that use z-index, still below floating vaadin elements like windows, notifications and tooltips. Change-Id: I0ae5d2612ba50ca703f2e604891a25db4bc1d75a | ||||
* | Create ConnectionStateHandler instance to enable overriding (#19017) | Artur Signell | 2015-09-28 | 2 | -3/+7 |
| | | | | Change-Id: Idef9f42d4db109f236bc7b5e756c9e7441a618fc | ||||
* | Use "vaadin-" as default prefix for Design (#18957) | Henri Sara | 2015-09-28 | 83 | -532/+937 |
| | | | | Change-Id: Ic9e0650e5c8e305258cbce033c4ef3f33307bf0f | ||||
* | Ensure Grid classes can be accessed (#18976) | Artur Signell | 2015-09-28 | 1 | -3/+3 |
| | | | | Change-Id: I6ec97debfd12cd22121c3c8f08a947ff9fcbd4a1 | ||||
* | Do not rely on content-type to detect errors (#19009) | Artur Signell | 2015-09-27 | 1 | -8/+0 |
| | | | | Change-Id: I8be0a85d43033d99ac73724a3c4621e13ba3f32b | ||||
* | Parse readonly values for AbstractFields correctly #18850 | John Ahlroos | 2015-09-25 | 20 | -29/+217 |
| | | | | Change-Id: I6f7d8731d185fe1c88e861435a401d887b2defbe | ||||
* | Hide global "define" from push scripts (#18999) | Leif Åstrand | 2015-09-24 | 4 | -0/+64 |
| | | | | Change-Id: Iab7747ba8c4770a70e098ea88657ffea14387743 | ||||
* | Make getLogger private | Artur Signell | 2015-09-24 | 3 | -3/+3 |
| | | | | Change-Id: Ieec6ca2dd9b45ee1572dfed84247cb05e7d1f453 | ||||
* | Update AJS?.callFunction javadoc to reflect reality (#18990) | Leif Åstrand | 2015-09-24 | 3 | -12/+32 |
| | | | Change-Id: Ie53b535a2ae3c0e0ff5bb4b0516364c8817456d3 | ||||
* | Correctly round tr width in Escalator (#18820) | Artur Signell | 2015-09-24 | 3 | -1/+261 |
| | | | | | | * screenshot based tests for all themes for various features in Grid Change-Id: Id44f319b517fdfa419b70d30a9f8d4bd5e82fa63 | ||||
* | Adds support for defining the URL to use for push requests (#18989) | Artur Signell | 2015-09-24 | 3 | -4/+46 |
| | | | Change-Id: I12afaf7e5c5c385f3a19c7dab60f044d8721e082 | ||||
* | Removes .v-ui wrapping from valo-menu-responsive for (#18961) | Marc Englund | 2015-09-24 | 5 | -1/+178 |
| | | | | | | | Removing .v-ui wrapping makes valo-menu-responsive usable anywhere on the page (not just top-level). Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241 | ||||
* | Support HTML entities when reading/writing declarative format #18882 | Maciej Przepióra | 2015-09-24 | 17 | -80/+424 |
| | | | | Change-Id: I08099673c5dd0d688d3243e5fd169edb05f046f3 | ||||
* | Write all empty cells for empty GridLayout in declarative #18805 | Maciej Przepióra | 2015-09-24 | 2 | -2/+58 |
| | | | | Change-Id: I589ba0dbb4aea7578f85894046e99903d9202e37 | ||||
* | Fix missing @since, update release notes7.6.0.alpha6 | Teemu Suo-Anttila | 2015-09-23 | 4 | -114/+46 |
| | | | | Change-Id: Ib4bd0fe70de2189263d2aec7eb9255a2e4389b4b | ||||
* | Prevent moving editor while requests are pending (#18959) | Teemu Suo-Anttila | 2015-09-21 | 1 | -0/+7 |
| | | | | Change-Id: I5551ac7c8d602c7e28cf4ce99d5e7ca69bc925ff | ||||
* | Fix Grid internal focus tracking with Editor open (#18956) | Teemu Suo-Anttila | 2015-09-21 | 1 | -5/+12 |
| | | | | Change-Id: I92b9f632960c041111ae9aada6055eab14a9bd81 | ||||
* | Clean up unneeded logging and focusCell method in Grid | Teemu Suo-Anttila | 2015-09-21 | 1 | -38/+18 |
| | | | Change-Id: Iaf2848e3873d87a8db3a694cd542a34dc669ec74 | ||||
* | Make a Grid editor test work on IE8-9. | Mika Murtojarvi | 2015-09-21 | 1 | -4/+6 |
| | | | | Change-Id: If2b6cec71504b7a9e966f49752cbb230ab322ab1 | ||||
* | Use correct state class for split panels (#18942) | Artur Signell | 2015-09-20 | 4 | -0/+74 |
| | | | | Change-Id: I91980343c0e8f3f35abb26411f57d2303b286cce | ||||
* | Converting TB2 tests for ticket #17947 | Johannes Tuikkala | 2015-09-18 | 24 | -1043/+1126 |
| | | | | Change-Id: I3357e736a024da0a5f8096f51840964b19f822a4 | ||||
* | Make ordered layout Slot customizable (#18703) | Henri Sara | 2015-09-17 | 2 | -5/+69 |
| | | | | Change-Id: If425d7196e9393f87659462d5b4488549988ee0d | ||||
* | Fix Grid Editor handling to not track focus events from widgets (#18919) | Teemu Suo-Anttila | 2015-09-17 | 2 | -25/+11 |
| | | | | Change-Id: Icfdc99c39e2a4ae5d1ee580bf0ca9b63a35ba256 | ||||
* | Fix Sidebar isOpen to not throw an exception (#18918) | Teemu Suo-Anttila | 2015-09-17 | 1 | -1/+1 |
| | | | | Change-Id: I4a60e5a4d8939f996d72fe2234ea945e6afb5542 | ||||
* | Fix Grid unbuffered validation error area theme (#18812) | Teemu Suo-Anttila | 2015-09-16 | 2 | -0/+20 |
| | | | | Change-Id: Ifa37b341b1d49bb7964978a1f2ed0a65efbdcb2a | ||||
* | Fix Escalator onResize to layout Finally instead of Deferred (#18751) | Teemu Suo-Anttila | 2015-09-16 | 4 | -17/+133 |
| | | | | | | | This patch also corrects a possible issue with calculating columns when it is not attached. Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122 | ||||
* | Fix RpcDataSourceConnector data handling when scrolling fast (#18909) | Teemu Suo-Anttila | 2015-09-16 | 2 | -1/+5 |
| | | | | Change-Id: Ibd048b322497350cef4a5c2fa675a17912247b0f | ||||
* | Fix Grid validation with row change race condition (#18908) | Teemu Suo-Anttila | 2015-09-16 | 5 | -45/+151 |
| | | | | Change-Id: I628f6b2921f800218a2e65d866b2332a9c574bda | ||||
* | Grid: allow zooming in touch devices. | Manolo Carrasco | 2015-09-16 | 1 | -18/+23 |
| | | | | | | | | | - Since grid was not cancelling scrolling when multiple touches, zooming was not working, this patch fixes "zoom trap". - Prevent default when moving the scroll in touch devices to avoid parent scrolling Change-Id: I47856ef20bc835bb2b310b45f6d2749e950e8e7a | ||||
* | Add Tab move to next/previous row in Editor (#16841) | Teemu Suo-Anttila | 2015-09-16 | 1 | -3/+22 |
| | | | | Change-Id: I142d7e70cd226f01905f34440b6ec5096eaa86d7 | ||||
* | Add basic tab navigation with focus handling in Editor (#16841) | Teemu Suo-Anttila | 2015-09-15 | 2 | -28/+123 |
| | | | | Change-Id: I89ca61020092cafd3390273ae90736bd6856c8a6 | ||||
* | Fix scrolling bug when moving Grid editor upsnapshot/7.6 | Johannes Dahlström | 2015-09-15 | 3 | -33/+56 |
| | | | | Change-Id: I005e17ec8ce7927e5fc36975b1e784444d5904b7 | ||||
* | Update @since tags to 7.5.6. | Mika Murtojarvi | 2015-09-15 | 6 | -9/+9 |
| | | | | Change-Id: I376cd27d5ae08c877cd3279740b601fb8dddb2e7 |