Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes subpixel allocation accuracy and speed (#16614, #16750) | Henrik Paul | 2015-03-04 | 5 | -135/+280 | |
| | | | | | | | | This reverts workarounds used in subpixel quick fix commit 6133b2cffd0c0b0e0e360ae30330a8adbe7662f4. New logic uses Escalator's more optimised multiple column width setting method. Change-Id: I0863f9774e6efc26f01ebdb736b4847e4ef5354c | |||||
* | Add missing osgi import to guava (#16739) | Miki | 2015-03-04 | 2 | -4/+6 | |
| | | | | Change-Id: I889b918600db98b70a7c02e86fbbeca31f083f80 | |||||
* | Always include default widget set files in OSGi manifest (#16993) | Artur Signell | 2015-03-03 | 3 | -5/+15 | |
| | | | | Change-Id: Ib1fc01ced602d3434a0ad63725601237a0def4d1 | |||||
* | Make Grid recalculate columns on resize (#16539) | Teemu Suo-Anttila | 2015-03-03 | 3 | -0/+121 | |
| | | | | Change-Id: Ib2b9ecc995ec6fe2627c545efc2a312a59df6b9c | |||||
* | Reapplying column width on Grid actually reapplies the width (#16900) | Pekka Hyvönen | 2015-03-03 | 3 | -1/+45 | |
| | | | | Change-Id: I8a0bc92294004411782c6ee5b0e460b892570aa3 | |||||
* | Make server tests work again | Artur Signell | 2015-03-03 | 1 | -2/+2 | |
| | | | | Change-Id: Ie0097cef628ef013579067443d4a52be049cf1da | |||||
* | Javadoc fix | Artur Signell | 2015-03-02 | 1 | -3/+4 | |
| | | | | Change-Id: Ie6393f60961852825817378fadb068a16a307bcc | |||||
* | Fixes javadocs. | Henrik Paul | 2015-03-02 | 1 | -4/+4 | |
| | | | | Change-Id: I78b8d901f5714f0de1eb84c0aa923225ff472737 | |||||
* | Improve performance of Util.collectionEquals (#16968). | Fabian Lange | 2015-03-02 | 1 | -10/+9 | |
| | | | | | | | | | | | This change checks the length of both collections first before iterating them. This massively speeds up the comparison in case the collections do not have the same length. Also in the case where the lengths are equal, this saves the collection2.hasNext() checks. Change-Id: If1325f3581d12bf742d77fbf8b0f89511fa11252 | |||||
* | LayoutManager reuses shortcut Element instance for measure (#16964). | Fabian Lange | 2015-03-02 | 1 | -9/+8 | |
| | | | | | | | | This change prevents the duplicate getter chain lookup connector.getWidget().getElement() on the very hot measureConnector method. Change-Id: Ia59c9ef2e6bbcf9402424bc565bc9ee3977e3c6e | |||||
* | Disconnect push after application has been stopped (#13248) | Artur Signell | 2015-03-02 | 1 | -8/+21 | |
| | | | | Change-Id: I4b8ca76a530453ee95ff88a1a4bbe3fa7a7958d4 | |||||
* | Update to GWT with WP fix (#16924) | Artur Signell | 2015-03-02 | 1 | -1/+1 | |
| | | | | Change-Id: I37cec7420f71d2fa6be379f650a7e11843d0e8e4 | |||||
* | Use the existing communication error handler if one exists (#16938) | Artur Signell | 2015-03-02 | 1 | -12/+17 | |
| | | | | Change-Id: If3645dee1f4f3d5a7b1654a60db8734c8ec1ac01 | |||||
* | Ensure that slider min is always smaller or equal to max. (#16776) | Sauli Tähkäpää | 2015-03-02 | 2 | -13/+69 | |
| | | | | | | | | - Set slider min to max if max is being set to a smaller value than min, and vice-versa. - Set also an informative message to Slider.ValueOutOfBoundsException. Change-Id: I06b6b05dd0ef2c1fb862cf4acc7df3e235db59ba | |||||
* | Fix adding and modifying multiple rows in Grid (#16905) | Teemu Suo-Anttila | 2015-03-02 | 2 | -1/+16 | |
| | | | | Change-Id: Ib3ae8d305f44a78c9bd6f4539ca9cee2a487d269 | |||||
* | Make Column.setLastFrozenColumn work (#16726) | Artur Signell | 2015-03-02 | 2 | -1/+20 | |
| | | | | Change-Id: I58fee1549459b24cb47e0d3321d16fb8b215959a | |||||
* | Clearing the sorted indicator if sorting was disabled (#16563) | Alexey Fansky | 2015-03-02 | 5 | -2/+207 | |
| | | | | Change-Id: I03677e25d639264d5056c5b86b7be8277fe332a4 | |||||
* | Fix the initial location of a Window (#16486). | Mika Murtojarvi | 2015-03-02 | 2 | -0/+83 | |
| | | | | Change-Id: Ie34384a9683376dda8b78434e0db885591964aba | |||||
* | Table should load widgets after container content refresh (#16611) | Mikael Grankvist | 2015-03-02 | 3 | -3/+206 | |
| | | | | Change-Id: I887830f31f886743d1bd7167236e2f7b61349dd7 | |||||
* | Encode filenames to UTF-8 in Content-Disposition header. (#16556) | Sauli Tähkäpää | 2015-03-02 | 3 | -16/+61 | |
| | | | | Change-Id: Ie2cf41f2176d05105663cdb84934379efa826f03 | |||||
* | Add spaces around operators (#16696). | Mika Murtojarvi | 2015-03-02 | 4 | -1/+83 | |
| | | | | | | This is needed for the Sass compiler to correctly parse an expression. Change-Id: Ie39134e47f701015a9fc7180de5c033b80abe178 | |||||
* | Method for requesting column width recalculation (#16748) | Artur Signell | 2015-03-02 | 6 | -3/+216 | |
| | | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e | |||||
* | Fix Grid flick scrolling on iOS devices (#16762) | Teemu Suo-Anttila | 2015-03-02 | 1 | -30/+27 | |
| | | | | Change-Id: Iee64f1dc5ce91472c66f43a6269cb1eccb2f9b52 | |||||
* | Maintain Grid scroll position on detach and reattach (#16220) | Johannes Dahlström | 2015-03-02 | 4 | -13/+66 | |
| | | | | Change-Id: I6ac5c3304bcd22e23f298c4dbdd65358aa1c64f7 | |||||
* | Don't actively disconnect when the client already has disconnected (#15330) | Artur Signell | 2015-03-02 | 2 | -17/+26 | |
| | | | | Change-Id: I26e53f6b07eaccc785bda547e454fa185ad952df | |||||
* | Update Atmosphere to 2.2.4.vaadin4 (#16825, #16826, #16862) | Artur Signell | 2015-03-02 | 3 | -3/+3 | |
| | | | | | | | | | Change-Id: Idd43e37ac7ba37710ffea7e01efc931e73defd90 Conflicts: push/build.xml push/ivy.xml server/src/com/vaadin/server/Constants.java | |||||
* | Call error handler even if critical notification write fails (#16951) | Artur Signell | 2015-02-28 | 1 | -12/+11 | |
| | | | | Change-Id: I4d18aa54c48487081a626749916e3342888eb71e | |||||
* | Add pluggable mechanism for loading classes for a design (#16583) | Leif Åstrand | 2015-02-26 | 3 | -40/+241 | |
| | | | | Change-Id: I2ac17e3c5a7c36492567238af8f4cf6723b0ec69 | |||||
* | Package all widgets sources into sources.jar (#16805) | Artur Signell | 2015-02-25 | 1 | -2/+5 | |
| | | | | Change-Id: Ia1a3d8444d0b660a1f0141e872230758fbf5d95a | |||||
* | Do not restart application if messages are received (#16868) | Artur Signell | 2015-02-25 | 1 | -3/+11 | |
| | | | | Change-Id: I5ede5efb7ae9a171fac79f2ead98e2fb12c249c4 | |||||
* | Do not re-schedule an already scheduled lock breaker (#15317) | Artur Signell | 2015-02-25 | 1 | -1/+3 | |
| | | | | Change-Id: I17dad660470283cd2d269a32d72d2f26ab86e7c4 | |||||
* | Fix Escalator size changes when scrolled to bottom (#16382) | Teemu Suo-Anttila | 2015-02-25 | 2 | -4/+57 | |
| | | | | Change-Id: Iaf8b21e9c6a09e51667eebae1fdd4b1f5ebabedd | |||||
* | Revert "Use hardcoded Trac link in release notes" (#16724) | Artur Signell | 2015-02-24 | 1 | -1/+1 | |
| | | | | | | This reverts commit 50c8e514baaf91f60b532a60e60d85412b3b0774. Change-Id: I5ca731de4fd48deac1592dc739a0dcca873f6678 | |||||
* | Add overload to openTestURL for giving UI class as a parameter. | Sauli Tähkäpää | 2015-02-23 | 4 | -22/+42 | |
| | | | | Change-Id: Ia964bb1bd185f5b78af1581c58f3f9247fad281c | |||||
* | Cleanup UI even if detach fails (#16651) | Artur Signell | 2015-02-23 | 3 | -1/+115 | |
| | | | | Change-Id: Iefc27b7047836243268970605ba2e946fac55e95 | |||||
* | Fixes a graphical scrollbar glitch in Grid + some OSX configurations + Valo ↵ | Henrik Paul | 2015-02-23 | 1 | -1/+6 | |
| | | | | | | (#16565) Change-Id: I8eb8bb2d941fc88b9f896c8d351ada6286e8322d | |||||
* | Makes Escalator show scrollbars on some OSX settings (#16852) | Henrik Paul | 2015-02-23 | 1 | -34/+54 | |
| | | | | | | | If the OSX is configured to show scrollbars only while scrolling, Escalator would previously have its scrollbars hidden underneath the DOM structure. Change-Id: I6c1a05ba23f6555d9f7f4c484c066c5f7ae63ac3 | |||||
* | Fix RpcDataProviderExtension value change listener setup (#16550) | Teemu Suo-Anttila | 2015-02-20 | 2 | -31/+67 | |
| | | | | | | | This patch changes value change listener mapping from itemid based to index based mapping. This makes removing rows much less error prone Change-Id: I77e9078de4ae61ce5d752cc394aa47bccd505e70 | |||||
* | Ensure resource is valid before writing to it (#16862) | Artur Signell | 2015-02-20 | 1 | -0/+19 | |
| | | | | Change-Id: I61e0003a2301100a5f0bfc18581a279207c4e812 | |||||
* | Enable navigation on a readonly Calendar. (#16523) | Sauli Tähkäpää | 2015-02-19 | 8 | -28/+338 | |
| | | | | | | | | | - Month view: navigate to week and day views - Week view: navigate to day view and to next and prev weeks - Day view: navigate to next and prev days - Month view: hidden events can be expanded to view. Change-Id: I19c64ae64c55b8e07be7f73be64e18e700f849b5 | |||||
* | Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325) | Artur Signell | 2015-02-19 | 7 | -0/+422 | |
| | | | | Change-Id: Icef0b3c4e652421265714c4fd29dee150bcc8cd0 | |||||
* | Resolve infinite loop when clearing and adding rows (#16747) | Teemu Suo-Anttila | 2015-02-19 | 3 | -1/+122 | |
| | | | | Change-Id: Ibc364502cb756c499eb170a6a0c509f31d7fccb9 | |||||
* | Fix NullPointerException when changing Grid container (#16559) | Johannes Dahlström | 2015-02-19 | 4 | -12/+112 | |
| | | | | Change-Id: I6e8ca4af7baf0b560e9f28dfd6b7dd437c1a4254 | |||||
* | Refactor critical notifications handling. (#16592) | Sauli Tähkäpää | 2015-02-19 | 2 | -34/+91 | |
| | | | | Change-Id: I235804a80b1d70a564a54953b9255416a7386fe6 | |||||
* | Properly handle null in critical notifications (#16592) | Artur Signell | 2015-02-19 | 2 | -2/+26 | |
| | | | | Change-Id: I85994e47f99e2ac5431e67c56f432380e84af23d | |||||
* | Update release notes for 7.47.4.0 | Artur Signell | 2015-02-15 | 1 | -15/+12 | |
| | | | | | | | * Match TOC headers with actual headers * New browser versions Change-Id: I1476d41ee66ffb1876aac89998d4ca03d47e1240 | |||||
* | Use hardcoded Trac link in release notes | Leif Åstrand | 2015-02-14 | 1 | -1/+1 | |
| | ||||||
* | Fixes IE scrollbar issues (#16634)7.4.0.rc1 | Henrik Paul | 2015-02-10 | 3 | -12/+42 | |
| | | | | Change-Id: Ic948fb801f3bca5101ba630c99bd321f3e4f24bb | |||||
* | Don't click widget headers to set selection in test (#16567) | Leif Åstrand | 2015-02-10 | 1 | -2/+2 | |
| | | | | Change-Id: I627cb68e54204a7af9c2ad53b131c4928a19e9b0 | |||||
* | Fix documentation typo | Jouni Koivuviita | 2015-02-10 | 1 | -1/+1 | |
| | | | | Change-Id: I7ae157f0fa4a352f16adb0634cbc545c14cb34f3 |