Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Make AbstractExtensionConnector.extend abstract (#10378)" | Leif Åstrand | 2012-11-29 | 3 | -3/+15 |
|\ | |||||
| * | Make AbstractExtensionConnector.extend abstract (#10378) | Artur Signell | 2012-11-26 | 3 | -3/+15 |
| | | | | | | | | Change-Id: I96682d62c632588e05508a50765ac3d029500a74 | ||||
* | | Properly support setWidgetEnabled for OptionGroupBased Selects #8985, #8986, ↵ | Pekka Hyvönen | 2012-11-28 | 6 | -28/+85 |
| | | | | | | | | | | | | | | | | #8987 and #8989. Also fixes #7617 for OptionGroup, #9010 for TwinColSelect. Change-Id: Ia4c2a5e6ee93847970092fcb1cd685a0173897d7 | ||||
* | | Merge "Fixed NPE when timer fires before updateFromUidl (#10400)" | Leif Åstrand | 2012-11-28 | 1 | -0/+6 |
|\ \ | |||||
| * | | Fixed NPE when timer fires before updateFromUidl (#10400) | Artur Signell | 2012-11-27 | 1 | -0/+6 |
| | | | | | | | | | | | | Change-Id: Ib4be170a2e824e9e9623160ed09f585c92295323 | ||||
* | | | Merge "Fixed ClassCastException and returning of wrong connector (#10399)" | Henri Sara | 2012-11-27 | 1 | -2/+18 |
|\ \ \ | |||||
| * | | | Fixed ClassCastException and returning of wrong connector (#10399) | Artur Signell | 2012-11-27 | 1 | -2/+18 |
| |/ / | | | | | | | | | | Change-Id: I275f52e6084243e232478fe4d71adf8f26263fed | ||||
* / / | Fixed Window to support empty content (#10325) | Artur Signell | 2012-11-27 | 2 | -32/+36 |
|/ / | | | | | | | Change-Id: I90a5f4e4011452f07e4bea2cef2207ad8635cd31 | ||||
* | | Merge "Do not remove non-existing children when removing a tab (#10388)" | Leif Åstrand | 2012-11-27 | 1 | -4/+0 |
|\ \ | |||||
| * | | Do not remove non-existing children when removing a tab (#10388) | Artur Signell | 2012-11-27 | 1 | -4/+0 |
| | | | | | | | | | | | | Change-Id: I38d64bd5c0e8c59abfed5866405eeef1482ff7f5 | ||||
* | | | Merge "Fix resize of a Window with a single component (#10375)" | Henri Sara | 2012-11-27 | 1 | -2/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix resize of a Window with a single component (#10375) | Artur Signell | 2012-11-26 | 1 | -2/+5 |
| |/ | | | | | | | Change-Id: I04d2d39b61ee5fb841511dd23d6f674089cff916 | ||||
* / | Ensure critical notifications have an owner (#10386) | Artur Signell | 2012-11-26 | 1 | -1/+12 |
|/ | | | | Change-Id: Id954f1fbc98625dac4c79637ffb2f03bde195c3d | ||||
* | Merge "Allow JavaScriptConnectors to get unRegister events (#9292)" | Marc Englund | 2012-11-23 | 3 | -9/+25 |
|\ | |||||
| * | Allow JavaScriptConnectors to get unRegister events (#9292) | Leif Åstrand | 2012-11-23 | 3 | -9/+25 |
| | | | | | | | | Change-Id: Ie9e11810df6484e34d3895be175d6a180911252f | ||||
* | | Revert "Merged shortcut action fix from 6.8 (#8484)" | John Ahlroos | 2012-11-23 | 4 | -188/+37 |
| | | | | | | | | | | | | This reverts commit a003c8724c1f719e3a9f3ab876396a180b19cae1 Change-Id: Ie73b6f0455a9f8ba1ed5a8cee7573ae998a67b17 | ||||
* | | Merge "Refactor BrowserPopupOpener API (#10241)" | Artur Signell | 2012-11-23 | 1 | -8/+8 |
|\ \ | |/ |/| | |||||
| * | Refactor BrowserPopupOpener API (#10241) | Leif Åstrand | 2012-11-23 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | * Rename BrowserPopupOpener to BrowserWindowOpener * Rename setPopupName -> setWindowName * Rename BrowserPopupUIProvider -> BrowserWindowUIProvider * Make BrowserWindowUIProvider a private static inner class Change-Id: Id839b274762424bb50fe3590d7cd1187e92baa6c | ||||
* | | Merge "Fixes #6714 #10330 - wraps theme in themename{}, creates ↵ | Artur Signell | 2012-11-23 | 1 | -1/+1 |
|\ \ | |/ |/| | | | legacy-styles.css, updates themes to support this." | ||||
| * | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵ | Marc Englund | 2012-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375 | ||||
* | | Change a few "root" occurrences to "UI" in error messages, javadoc | Johannes Dahlström | 2012-11-22 | 2 | -5/+6 |
|/ | | | | Change-Id: I3140b91262ca179bed48e2081c6093a21fc834a1 | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 2 | -3/+3 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | Fixed tab index handling in slider (#10315) | Artur Signell | 2012-11-22 | 1 | -0/+1 |
| | | | | Change-Id: I84611b5cc0a4f8520d1013562ba650f1f92663c4 | ||||
* | Fixed NPE in Slider (#9740) | Artur Signell | 2012-11-22 | 1 | -0/+4 |
| | | | | Change-Id: I08c769cbe87c2bb8d94bb18d6685df0385d0eae8 | ||||
* | Fixed tab index handling in broken components (#10315) | Artur Signell | 2012-11-22 | 7 | -13/+29 |
| | | | | Change-Id: I27a1a3541886b126f0798f4d25ae6d22df81aa79 | ||||
* | Make code splitting work (#8636) | Leif Åstrand | 2012-11-22 | 2 | -36/+2 |
| | | | | Change-Id: I25c1494d29d20c89dc9c259995ed4b87067e859b | ||||
* | Merge "Implement HasComponents directly in CustomComponent (#10235)" | Artur Signell | 2012-11-21 | 1 | -3/+2 |
|\ | |||||
| * | Implement HasComponents directly in CustomComponent (#10235) | Henri Sara | 2012-11-21 | 1 | -3/+2 |
| | | | | | | | | Change-Id: Ic39a14e8239e921a85437cfad67eac149b41a8d3 | ||||
* | | Merge "Implement HasComponents directly in PopupView (#10238)" | Artur Signell | 2012-11-21 | 1 | -2/+2 |
|\ \ | |||||
| * | | Implement HasComponents directly in PopupView (#10238) | Henri Sara | 2012-11-21 | 1 | -2/+2 |
| |/ | | | | | | | Change-Id: If0bd9d3cf92c4f040e63f693da214aacac421168 | ||||
* | | Merge "Updated ServerConnector javadoc (#10304)" | Johannes Dahlström | 2012-11-21 | 1 | -0/+5 |
|\ \ | |||||
| * | | Updated ServerConnector javadoc (#10304) | Artur Signell | 2012-11-21 | 1 | -0/+5 |
| |/ | | | | | | | Change-Id: Ia2a893b3b56d15a27bce839dcc92dc86e9b3996e | ||||
* | | Avoid eternal spinner for exceptions in layout (#10257) | Artur Signell | 2012-11-21 | 1 | -5/+9 |
| | | | | | | | | Change-Id: I24dfcf65c5eed90e930dd03663062860f8bda0fb | ||||
* | | Remove slashes from beginning or end of constants (#10140) | Leif Åstrand | 2012-11-21 | 1 | -2/+2 |
|/ | | | | | | * Also rename the constants to cause compile errors in 3rd party code Change-Id: If96c9956de7737345ec9372be28292b3490387a2 | ||||
* | Renamed communication event related classes (#10243) | Artur Signell | 2012-11-21 | 1 | -18/+46 |
| | | | | Change-Id: Ia4ddb8e6937f5902b50b8c88c93f7955a653c025 | ||||
* | Global code cleanup | Leif Åstrand | 2012-11-21 | 13 | -16/+21 |
| | | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86 | ||||
* | Implement abstract HasComponents related client side connectors (#10248) | Henri Sara | 2012-11-21 | 17 | -129/+186 |
| | | | | Change-Id: I8e0d1505d24ed8d24702557a38ffd867a513bdd2 | ||||
* | Rename DependencyResource to PublishedFile (#10224) | Leif Åstrand | 2012-11-21 | 1 | -5/+5 |
| | | | | Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a | ||||
* | Renamed suspend/resumeRendering be more descriptive (#10242) | Artur Signell | 2012-11-20 | 1 | -18/+17 |
| | | | | Change-Id: I817fdab5529b0192f58e76ea31b97efb18b3f881 | ||||
* | Merge "Added possibility to disable text input for PopupDateField (#6790)" | Artur Signell | 2012-11-20 | 2 | -0/+40 |
|\ | |||||
| * | Added possibility to disable text input for PopupDateField (#6790) | Mikael Grankvist | 2012-11-19 | 2 | -0/+40 |
| | | | | | | | | Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce | ||||
* | | Renamed ComponentState to AbstractComponentState (#9032) | Artur Signell | 2012-11-20 | 11 | -28/+28 |
| | | | | | | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d | ||||
* | | When closeIdleUIs is true, close open UIs only after all UIs have been idle ↵ | Johannes Dahlström | 2012-11-20 | 2 | -38/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | for longer than the session timeout * Rename closeIdleUIs to closeIdleSessions, isIdleUICleanupEnabled to isCloseIdleSessions (#10252) * Close the whole session at the same time as well * Move UI lastUidlRequestTime to VaadinSession lastRequestTimestamp (#10253) * Rename VaadinSession lastRequestTime to lastRequestDuration, totalSessionTime to cumulativeRequestDuration (#10253) * Rename UI lastHeartbeatTime to lastHeartbeatTimestamp * Show "Session Expired" notification when a heartbeat fails because of this Change-Id: If3d4bd9add9995f435c29812eec00b3a3a92a6e6 | ||||
* | | Added possibility to more easily debug layout loops (#10222) | Artur Signell | 2012-11-20 | 1 | -0/+35 |
|/ | | | | Change-Id: Id7a1e7590d0a35a8e9051acab043d7a26293637a | ||||
* | Fix NPE when removing FileDownloader (#10198) | Artur Signell | 2012-11-19 | 1 | -1/+1 |
| | | | | Change-Id: I2423e3fbe88becfd76ed17c15d911d9253bf6e35 | ||||
* | Handle canceled or ignored XHR requests after beforeunload (#8891) | Leif Åstrand | 2012-11-19 | 1 | -4/+84 |
| | | | | | | * Not automatically testable as it depends exact timings Change-Id: I53bccce675520ab2c7bb007766546b4cd3fe6e53 | ||||
* | @Connect lastonly -> lastOnly (#10244) | Leif Åstrand | 2012-11-16 | 4 | -14/+14 |
| | | | | Change-Id: I5d587852d00b485eb57e10ad3ba874ea1b500a19 | ||||
* | Made method public as VForm is now in a different package (#9923) | Artur Signell | 2012-11-14 | 1 | -1/+1 |
| | | | | Change-Id: I4304737a21b9aa369703fd080e4dc07779e1c38d | ||||
* | Merge "Made PopupView work with TB again and fixed test (#10187)" | Artur Signell | 2012-11-14 | 1 | -1/+6 |
|\ | |||||
| * | Made PopupView work with TB again and fixed test (#10187) | Artur Signell | 2012-11-14 | 1 | -1/+6 |
| | | | | | | | | Change-Id: I36b568866a69354caa36609fc7c7d42082bc9489 |