Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix RpcDataProviderExtension to send initial data on reload (#15465) | Teemu Suo-Anttila | 2014-12-31 | 3 | -1/+41 |
| | | | Change-Id: I0a2edc9a9ba1f48299e165d398adf7b73972349f | ||||
* | Distribute GridUtil methods where they are actually used (#13334) | Henrik Paul | 2014-12-30 | 3 | -105/+75 |
| | | | | Change-Id: I10f015d0f5fce8f005a4ebdfeb218025459cf751 | ||||
* | Make disabled Grid nonfocusable and ignore events (#13334) | Johannes Dahlström | 2014-12-30 | 4 | -1/+143 |
| | | | | Change-Id: Ie017b0449c84ec1afd902503712133ab095282d8 | ||||
* | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-12-29 | 40 | -722/+778 |
|\ | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab | ||||
| * | Prevent key events without key code from triggering actions (#11029) | Artur Signell | 2014-12-29 | 2 | -0/+42 |
| | | | | | | | | | | | | Seemingly not possible to auto-test reliably Change-Id: Idb492465323d91279caf170646590a54847b9414 | ||||
| * | Remove scan removal hacks as we are now using VoidAnnotationParser | Artur Signell | 2014-12-29 | 1 | -17/+0 |
| | | | | | | | | Change-Id: I28af87d84039c511e2378a67bccb9d0c34c55989 | ||||
| * | Typo in the Profiler log (#15426) | AMahdy AbdElAziz | 2014-12-23 | 1 | -1/+1 |
| | | | | | | | | | | Horizontally is done in the block before this one. Vertically is done here. Change-Id: I230297edb26ee41106d50756ae5221fd108fba21 | ||||
| * | Preserve newlines and align exception stacktraces left (#15456) | Artur Signell | 2014-12-23 | 1 | -4/+7 |
| | | | | | | Change-Id: I1679f63554ff7a9f7f1e51e0988f03aede26c1ba | ||||
| * | Remove duplicate code from SQLContainerTableQueryTest. | Sauli Tähkäpää | 2014-12-19 | 1 | -330/+148 |
| | | | | | | | | Change-Id: I28d62fe77db5b66d80f1c62690ef0725fc305cd5 | ||||
| * | Add DateFieldTest. (#15342) | Sauli Tähkäpää | 2014-12-19 | 1 | -0/+56 |
| | | | | | | | | Change-Id: I6cf033f060d90fba47242028ab4098020fa6b3dc | ||||
| * | Mention checkbox.isEmpty breaking change in release notes | Leif Åstrand | 2014-12-19 | 1 | -0/+1 |
| | | | | | | | | Change-Id: I7c2136319c00401460ee979e3b606cad7ad85fef | ||||
| * | Fix date field button regression (#14572) | Jouni Koivuviita | 2014-12-19 | 2 | -15/+23 |
| | | | | | | | | | | | | | | Regression was caused by patch https://dev.vaadin.com/review/#/c/4480 Fixed the same issue for ComboBox as well. Change-Id: Id43912f0803b5e056d4ca6585746e53226282d85 | ||||
| * | Test update as tab selection when closing a tab has changed (#6876) | Artur Signell | 2014-12-19 | 1 | -2/+1 |
| | | | | | | | | Change-Id: I803e8b1f34e3467bb2027ebfe6bbb01b9e71635c | ||||
| * | Remove mentions of SimpleViewDisplay as there is no such thing (#12934) | Artur Signell | 2014-12-19 | 1 | -7/+4 |
| | | | | | | | | Change-Id: I8fd616f52e7a4fbc8c0f251103f440092ec0c57f | ||||
| * | Disable Atmosphere annotation scanning (#15414) | Artur Signell | 2014-12-19 | 1 | -0/+3 |
| | | | | | | | | Change-Id: I172a7c3a25b059cbddfae4d7b60d7019bed5fc58 | ||||
| * | Ensure enum fields are created when not specifying a strict type (#10975) | Artur Signell | 2014-12-18 | 2 | -3/+49 |
| | | | | | | | | Change-Id: I64cfc5b315444d7135738a8f3870bf50050f4678 | ||||
| * | Allow TabSheet and Accordion tab captions to contain HTML (#14609) | Artur Signell | 2014-12-18 | 7 | -0/+211 |
| | | | | | | | | Change-Id: If15db442fdbdcc80918e52f8c87e0808f76eb336 | ||||
| * | 3 args method buildAndBind should be overriden, not 2 args (#12453). | Denis Anisimov | 2014-12-18 | 3 | -5/+19 |
| | | | | | | | | Change-Id: I7afabec7e0d9334b799019b581fca858895b2cc1 | ||||
| * | Add @since to AbstractSplitPanel. (#15285) | Sauli Tähkäpää | 2014-12-18 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I476d8c7e53ce90941b00deefffc1b6a7ea63b43b | ||||
| * | Avoid NoClassDefFoundError retrieving Atmosphere version (#14904). | Denis Anisimov | 2014-12-18 | 3 | -17/+31 |
| | | | | | | | | Change-Id: Id64c4c4535e250c6e0e6457dfdfd17424bdc2fd4 | ||||
| * | Make is possible to click a detached button again (#12781) | Artur Signell | 2014-12-18 | 2 | -17/+19 |
| | | | | | | | | | | | | Partial revert of the earlier fix Change-Id: I67d016f1ea073189fdb53fc99f7c1b45b21ac124 | ||||
| * | Revert "Update selection after changes in underlying data source | Leif Åstrand | 2014-12-18 | 5 | -291/+3 |
| | | | | | | | | | | | | | | (#13580)." This reverts commit f4d1383b20da01f9fc43c32d7541a7816f8a9a9b. Change-Id: I5911f63ae35bef54f01477b14e5feffdf952aa6d | ||||
| * | Allow reading and writing empty designs (#7749). | Mika Murtojarvi | 2014-12-18 | 4 | -12/+159 |
| | | | | | | | | Change-Id: Id66201d040d07f0e0d731418624c9b702b2d0d3b | ||||
* | | Fix Grid columns being too narrow on IE9 (#15475) | Teemu Suo-Anttila | 2014-12-29 | 2 | -3/+28 |
| | | | | | | | | Change-Id: Ifb46093ffb43a4fa03b051719f3480ef469b460e | ||||
* | | Fix EscalatorColumnFreezing test scrolling too far | Teemu Suo-Anttila | 2014-12-29 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I60ea619b419b26062557856ef7604740f982f813 | ||||
* | | Make SDM work again (#15452) | Artur Signell | 2014-12-22 | 2 | -5/+29 |
| | | | | | | | | | | | | | | Only import the Json part of elemental and avoid using JsonUtil, which causes https://code.google.com/p/google-web-toolkit/issues/detail?id=9083 Change-Id: I7b93b18ad47b81b2e5bb3947b04bf4550ddd035c | ||||
* | | DefaultTextRenderer shows nulls as empty strings (#13334) | Henrik Paul | 2014-12-19 | 4 | -1/+157 |
| | | | | | | | | Change-Id: I1fa88cbbb946b932a2a453392a50aff91c36671b | ||||
* | | Grid no longer resets scrollpos on state change (#15422) | Henrik Paul | 2014-12-19 | 3 | -1/+16 |
| | | | | | | | | Change-Id: I3fde618a47ad9bb0f8b79c52feb10dd74a387203 | ||||
* | | Fix Range.restrictTo to work with non-intersecting ranges(#13334) | Teemu Suo-Anttila | 2014-12-19 | 4 | -5/+48 |
| | | | | | | | | | | | | Also adds a special case for isSubsetOf with two empty ranges. Change-Id: I9b4c854051bd760bbac05c7a0bc2e5418371e90e | ||||
* | | Fix cache updating in AbstractRemoteDataSource on row remove (#13334) | Teemu Suo-Anttila | 2014-12-19 | 3 | -14/+43 |
| | | | | | | | | | | | | | | Also contains a minor performance tweak for row adding in start of the cache and updates to cell focus logic. Change-Id: Ia64e43dd5ae8777014885b5e7dd05cb31b54eae2 | ||||
* | | Prevent scrolling when adding rows above the focused cell (#13334) | Teemu Suo-Anttila | 2014-12-18 | 2 | -3/+5 |
| | | | | | | | | Change-Id: Ic9c9285bae16f7ddec72f621976667ee68a7c103 | ||||
* | | Fix indexing when adding rows to AbstractRemoteDataSource (#13334) | Teemu Suo-Anttila | 2014-12-18 | 2 | -14/+25 |
| | | | | | | | | Change-Id: Ifa7c8dacb71d2f6ff612e3801b869652fa0a7bc7 | ||||
* | | Set @since values for Grid classes | Leif Åstrand | 2014-12-18 | 76 | -89/+123 |
| | | | | | | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102 | ||||
* | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-12-18 | 739 | -658/+10607 |
|\| | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805 | ||||
| * | Update broken TB2 test to valid TB3 test (#14755) | Artur Signell | 2014-12-18 | 2 | -77/+64 |
| | | | | | | | | Change-Id: Idc26ac1fee3edd36646b7a6bd84424d0caa37e63 | ||||
| * | Allow captions to contain HTML (#9426) | Artur Signell | 2014-12-18 | 20 | -42/+341 |
| | | | | | | | | Change-Id: I4a0e580aef1a97ce69238ea0d476599883928d84 | ||||
| * | Missing @since for 7.4 | Leif Åstrand | 2014-12-18 | 16 | -3/+57 |
| | | | | | | | | Change-Id: I8fdf0c264febf2ab9ae0f230f6bb357ef57be9ec | ||||
| * | Move TB2 files to separate folder | Artur Signell | 2014-12-18 | 550 | -1/+1 |
| | | | | | | | | | | | | This avoids running other HTML files as TB2 tests Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7 | ||||
| * | Fix inconsistencies in CheckBox clear and isEmpty (#14755) | Artur Signell | 2014-12-18 | 2 | -0/+59 |
| | | | | | | | | Change-Id: I566257d3a4db15973f76a5a70adb095bd7203918 | ||||
| * | Revert "TextField's input prompt is now disabled properly (#15144)" | Artur Signell | 2014-12-18 | 3 | -329/+4 |
| | | | | | | | | | | | | | | | | This reverts commit 52236519d9d3ed0cd7de5ed52c6aa19c514e15d6. Causes regression when updating style names in a text change listener (TextChangeListenerChangingNonTextProperties) Change-Id: I50bdb674872b98f3b1495a1115e352bfa7f13e8c | ||||
| * | Minor declarative API improvement (#7749) | Artur Signell | 2014-12-18 | 2 | -29/+15 |
| | | | | | | Change-Id: Id5b11b27e7750085d30d2fa592b124ae474d6e9a | ||||
| * | Update release notes for Vaadin 7.4 | Leif Åstrand | 2014-12-18 | 1 | -25/+33 |
| | | | | | | | | Change-Id: Ifb65c053cf27ceac20c7f589dc4fcb76a4c468cf | ||||
| * | Revert "Workaround for Atmosphere race condition (#13528)" (#14534) | Artur Signell | 2014-12-18 | 1 | -48/+40 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 7f9ea1c9159c8362e6a309b630cbb59a4dae72dd. The problem is fixed in Atmosphere 2.2 Conflicts: server/src/com/vaadin/server/communication/PushRequestHandler.java Change-Id: I04a1b0c87927beb9b2048fee1ec95cd17af53a28 | ||||
| * | Merge "Merge remote-tracking branch 'origin/declarative'" | Artur Signell | 2014-12-18 | 105 | -64/+9327 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/declarative' | Artur Signell | 2014-12-18 | 105 | -64/+9327 |
| | |\ | | | | | | | | | | | | | Change-Id: I7caf7a28f9c6e536797cf41e307e4d6d18bd3222 | ||||
| | | * | API refactoring (#7749)declarative | Artur Signell | 2014-12-17 | 18 | -65/+60 |
| | | | | | | | | | | | | | | | | Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5 | ||||
| | | * | Declarative support for CheckBox (#7749) | Matti Hosio | 2014-12-17 | 4 | -0/+177 |
| | | | | | | | | | | | | | | | | Change-Id: Ia0608cd0827ab09d9b30993738acd45317778e55 | ||||
| | | * | Update the javadocs in declarative (#7749). | Mika Murtojarvi | 2014-12-17 | 3 | -28/+39 |
| | | | | | | | | | | | | | | | | Change-Id: If4fd1f0434c1c6d78e47fc503b49781c35494f84 | ||||
| | | * | Add namespace element for custom components (#7749) | Matti Hosio | 2014-12-17 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | Change-Id: Iea7e4057df5a61805ba2f6c087fbb3bcd23f68c7 | ||||
| | | * | Unit tests for nested templates (#7749) | Matti Hosio | 2014-12-17 | 12 | -0/+417 |
| | | | | | | | | | | | | | | | | Change-Id: I0190870de8d7d15406cbe54ae8dc0b7761a13910 |