Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2015-01-12 | 49 | -290/+821 |
|\ | | | | | | | Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7 | ||||
| * | Wrap null values into JsonNull json objects in bootstrap handler(#14594) | Denis Anisimov | 2015-01-10 | 4 | -1/+184 |
| | | | | | | | | Change-Id: I1e03bfd1b4eff77e920208892f030582ff877d78 | ||||
| * | Use sorted list instead of set in serialized log string (#15534). | Denis Anisimov | 2015-01-08 | 1 | -3/+28 |
| | | | | | | | | Change-Id: I9a4904fc433e06443a2a68480361df8b2c1f68c9 | ||||
| * | Fix serialization with ApplicationRunnerServlet | Leif Åstrand | 2015-01-07 | 2 | -30/+56 |
| | | | | | | | | | | | | | | | | Make the InvocationHandler used by the DeploymentConfiguration proxying feature serializable. Also make findDeploymentConfiguration static to avoid serializing an ApplicatinRunnerServlet instance. Change-Id: I360276ae42a875e9227df34e8aabf8ce2a697bc2 | ||||
| * | Option for rendering Calendar event captions as HTML (#9030) | Artur Signell | 2015-01-02 | 2 | -0/+204 |
| | | | | | | | | Change-Id: Ib7f6e67c242449e58a10359c596489fea2f679f6 | ||||
| * | Fix for Wrong background color in a Window in IE8 (#15322) | AMahdy AbdElAziz | 2014-12-30 | 2 | -0/+59 |
| | | | | | | | | Change-Id: Ie25c7142bc111829be829f4ba98ed639ad1f5126 | ||||
| * | Fix labels in DateFieldRanges_NextYear* tests. (#14756) | Sauli Tähkäpää | 2014-12-30 | 1 | -2/+2 |
| | | | | | | | | Change-Id: Ib7df1d7697d82fce30caf384e8aa173c9cc45d08 | ||||
| * | Reformat project using Eclipse Luna SR1 | Artur Signell | 2014-12-29 | 39 | -256/+290 |
| | | | | | | | | Change-Id: I58748499c87d470e70304d882d3227cda5803481 | ||||
* | | Support JsonValue types as declared types in state and RPC (#15560) | Leif Åstrand | 2015-01-12 | 5 | -2/+70 |
| | | | | | | Change-Id: I2779a533811bb1b60c4e74789f6378574bc6ac61 | ||||
* | | Clicks through the focused cell :before pseudoelement (#15535) | Henrik Paul | 2015-01-12 | 1 | -0/+24 |
| | | | | | | | | Change-Id: I3741b8a44f7b02fe0dceaa4c7b59b1830c36a2be | ||||
* | | A few small renames and typo fixes for Grid | Johannes Dahlström | 2015-01-11 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | * SortNotifier.removeSortistener -> removeSortListener * DisabledGridClientTest now extends GridBasicClientFeatures * GridServerRpc.selectionChange -> select Change-Id: Id01b1d51f84c996444de28b262df3db7a6c35a09 | ||||
* | | Get rid of WidgetUtil.getSimpleName (#15544) | Leif Åstrand | 2015-01-09 | 2 | -5/+3 |
| | | | | | | | | Change-Id: I345938e5e2196bbc8438b3401879507994b3b050 | ||||
* | | Separate pure client side util methods to a new class (#15553, #15544) | Artur Signell | 2015-01-09 | 2 | -5/+5 |
| | | | | | | | | | | | | * Deprecated old methods in Util for backwards compatibility Change-Id: I9de5e6b930d9f2c0268967dc7b1cf465e6310280 | ||||
* | | Fix GridInTabSheet test and add @TestCategory to it | Teemu Suo-Anttila | 2015-01-09 | 2 | -0/+4 |
| | | | | | | | | Change-Id: Iea84d75c066590b6517cedfc520c8963574a85e1 | ||||
* | | Fix Grid editor hanging on exception in commit (#15536) | Teemu Suo-Anttila | 2015-01-08 | 2 | -1/+71 |
| | | | | | | | | | | | | This patch adds a minimal editor subpart support. Change-Id: I36a81cb432f71821715cb60338a07a289bdae18d | ||||
* | | RendererClickEvent now tells about propertyIds (#13334) | Henrik Paul | 2015-01-08 | 2 | -0/+23 |
| | | | | | | | | Change-Id: I5d67516516c46984c965577653b4fb44ddbaff11 | ||||
* | | Change Grid default selection model to Single (#15435) | Teemu Suo-Anttila | 2015-01-08 | 5 | -8/+14 |
| | | | | | | | | Change-Id: Iba651c043fa47125b12d17371947042cbb03a589 | ||||
* | | Change getColumnProperty to getPropertyId in Grid Column (#15512) | Teemu Suo-Anttila | 2015-01-07 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I89a8ccbb918301abed66adcb0d6246c8db0585a5 | ||||
* | | Fix header texts to captions in Grid client side (#15511) | Teemu Suo-Anttila | 2015-01-07 | 1 | -7/+7 |
| | | | | | | | | Change-Id: Ibd6ceae1148820a6644271986e5ea3aab36b08fa | ||||
* | | Fix DefaultTextRenderer warning with String data (#15430) | Teemu Suo-Anttila | 2015-01-02 | 2 | -1/+17 |
| | | | | | | | | Change-Id: I04eae1e82da6bb0213be19599c7d8fc3085a92a5 | ||||
* | | Fix adding rows to visible range of Grid (#15476) | Teemu Suo-Anttila | 2015-01-02 | 3 | -2/+9 |
| | | | | | | Change-Id: I53a40d927d273a292c8ac845b385c156b9fb901a | ||||
* | | Change selection model before selecting rows (#15488) | Leif Åstrand | 2014-12-31 | 2 | -0/+75 |
| | | | | | | | | Change-Id: I2697367626ca0b469e06e3707a3868f4abfdddd9 | ||||
* | | Fix active row range handling when removing rows (#15454) | Teemu Suo-Anttila | 2014-12-31 | 2 | -0/+126 |
| | | | | | | | | Change-Id: I6de22796051503290db216d4c213401d24a7e2a0 | ||||
* | | Ignore selection col for server-side cell style generator (#15486) | Leif Åstrand | 2014-12-31 | 1 | -0/+15 |
| | | | | | | | | Change-Id: Ia66ee24da787ca99d16705e699e46729d9aaaca6 | ||||
* | | Fix RpcDataProviderExtension to send initial data on reload (#15465) | Teemu Suo-Anttila | 2014-12-31 | 2 | -0/+39 |
| | | | | | | Change-Id: I0a2edc9a9ba1f48299e165d398adf7b73972349f | ||||
* | | Make disabled Grid nonfocusable and ignore events (#13334) | Johannes Dahlström | 2014-12-30 | 2 | -0/+116 |
| | | | | | | | | Change-Id: Ie017b0449c84ec1afd902503712133ab095282d8 | ||||
* | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-12-29 | 9 | -210/+190 |
|\| | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab | ||||
| * | Prevent key events without key code from triggering actions (#11029) | Artur Signell | 2014-12-29 | 1 | -0/+39 |
| | | | | | | | | | | | | 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 | ||||
| * | Test update as tab selection when closing a tab has changed (#6876) | Artur Signell | 2014-12-19 | 1 | -2/+1 |
| | | | | | | | | Change-Id: I803e8b1f34e3467bb2027ebfe6bbb01b9e71635c | ||||
| * | Allow TabSheet and Accordion tab captions to contain HTML (#14609) | Artur Signell | 2014-12-18 | 2 | -0/+145 |
| | | | | | | | | Change-Id: If15db442fdbdcc80918e52f8c87e0808f76eb336 | ||||
| * | 3 args method buildAndBind should be overriden, not 2 args (#12453). | Denis Anisimov | 2014-12-18 | 1 | -2/+2 |
| | | | | | | | | Change-Id: I7afabec7e0d9334b799019b581fca858895b2cc1 | ||||
| * | Revert "Update selection after changes in underlying data source | Leif Åstrand | 2014-12-18 | 3 | -189/+3 |
| | | | | | | | | | | | | | | (#13580)." This reverts commit f4d1383b20da01f9fc43c32d7541a7816f8a9a9b. Change-Id: I5911f63ae35bef54f01477b14e5feffdf952aa6d | ||||
* | | Fix Grid columns being too narrow on IE9 (#15475) | Teemu Suo-Anttila | 2014-12-29 | 1 | -0/+13 |
| | | | | | | | | Change-Id: Ifb46093ffb43a4fa03b051719f3480ef469b460e | ||||
* | | Fix EscalatorColumnFreezing test scrolling too far | Teemu Suo-Anttila | 2014-12-29 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I60ea619b419b26062557856ef7604740f982f813 | ||||
* | | DefaultTextRenderer shows nulls as empty strings (#13334) | Henrik Paul | 2014-12-19 | 3 | -0/+148 |
| | | | | | | | | Change-Id: I1fa88cbbb946b932a2a453392a50aff91c36671b | ||||
* | | Grid no longer resets scrollpos on state change (#15422) | Henrik Paul | 2014-12-19 | 2 | -0/+15 |
| | | | | | | | | Change-Id: I3fde618a47ad9bb0f8b79c52feb10dd74a387203 | ||||
* | | Fix Range.restrictTo to work with non-intersecting ranges(#13334) | Teemu Suo-Anttila | 2014-12-19 | 1 | -2/+17 |
| | | | | | | | | | | | | 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 | 1 | -0/+22 |
| | | | | | | | | | | | | | | 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 | 1 | -1/+4 |
| | | | | | | | | Change-Id: Ic9c9285bae16f7ddec72f621976667ee68a7c103 | ||||
* | | Fix indexing when adding rows to AbstractRemoteDataSource (#13334) | Teemu Suo-Anttila | 2014-12-18 | 1 | -0/+12 |
| | | | | | | | | Change-Id: Ifa7c8dacb71d2f6ff612e3801b869652fa0a7bc7 | ||||
* | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-12-18 | 574 | -430/+1131 |
|\| | | | | | | | 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 | 2 | -4/+164 |
| | | | | | | | | Change-Id: I4a0e580aef1a97ce69238ea0d476599883928d84 | ||||
| * | 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 | ||||
| * | Revert "TextField's input prompt is now disabled properly (#15144)" | Artur Signell | 2014-12-18 | 2 | -318/+0 |
| | | | | | | | | | | | | | | | | This reverts commit 52236519d9d3ed0cd7de5ed52c6aa19c514e15d6. Causes regression when updating style names in a text change listener (TextChangeListenerChangingNonTextProperties) Change-Id: I50bdb674872b98f3b1495a1115e352bfa7f13e8c | ||||
| * | Merge "Merge remote-tracking branch 'origin/declarative'" | Artur Signell | 2014-12-18 | 8 | -0/+502 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/declarative' | Artur Signell | 2014-12-18 | 8 | -0/+502 |
| | |\ | | | | | | | | | | | | | Change-Id: I7caf7a28f9c6e536797cf41e307e4d6d18bd3222 | ||||
| | | * | Some fixes to potus demo (#7749) | Matti Hosio | 2014-12-17 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Change-Id: I61b80e8610431988ae3bd6a88993b010d116db4e | ||||
| | | * | Merge remote-tracking branch 'origin/master' into declarative | Matti Hosio | 2014-12-17 | 65 | -83/+3062 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/ui/TextField.java Change-Id: I289cb9ec80d494ab79aec11a43708abf5b403a00 |