Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement commit/discard functionality for editor row (#13334) | Johannes Dahlström | 2014-09-19 | 6 | -9/+217 |
| | | | | | | | | Includes commit and cancel UI. Vaadin-specific commit/discard implementation will be submitted as a separate patch. As of now, commits are assumed to always succeed. Change-Id: I2043eac2fe80012bee235648b01518f19057c215 | ||||
* | Add Container.Filterable to GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-19 | 2 | -3/+153 |
| | | | | Change-Id: I84b1b649d1b8fc420238953f9d027b5737c5af58 | ||||
* | Implement Vaadin-specific editor row bind/cancel handling (#13334) | Johannes Dahlström | 2014-09-19 | 8 | -64/+402 |
| | | | | Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff | ||||
* | Scroll editor row horizontally along with the rest of grid (#13334) | Johannes Dahlström | 2014-09-19 | 1 | -0/+20 |
| | | | | Change-Id: Ib0aaa801570149c97f614fa9d04252508bdafcd7 | ||||
* | Fixes an assumption bug with EditorRow (#13334) | Henrik Paul | 2014-09-17 | 5 | -10/+46 |
| | | | | Change-Id: Ieabb3d10daf445b4cfc387b202ede4dde58a73f1 | ||||
* | Add Container.Sortable interface to GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-17 | 2 | -6/+164 |
| | | | | Change-Id: Ib6be69b1ede0d3129d9812c78fe961412be7d145 | ||||
* | Fix Grid active cell navigation with colspans (#13334) | Teemu Suo-Anttila | 2014-09-16 | 1 | -1/+1 |
| | | | | Change-Id: Iafcb82c86d9c4772d9488b80bd888f06b142951b | ||||
* | Initial implementation of GeneratedPropertyContainer (#13334) | Teemu Suo-Anttila | 2014-09-16 | 3 | -0/+516 |
| | | | | Change-Id: Ie65422ad81672223b33dad33f7f88201a64c1948 | ||||
* | Fix client-side StaticRow to use GridColumn instead of index (#13334) | Teemu Suo-Anttila | 2014-09-16 | 5 | -140/+143 |
| | | | | Change-Id: I82e86c41de400e232fdf153379b8c40167bce438 | ||||
* | Prevent dispatching GridKeyEvents when target is not grid (#13334) | Teemu Suo-Anttila | 2014-09-15 | 5 | -23/+47 |
| | | | | Change-Id: I2efd6d48502360d14d21456077d50b37fa8a4be6 | ||||
* | Tests Escalator's freezing columns. (#13334) | Henrik Paul | 2014-09-15 | 2 | -0/+125 |
| | | | | Change-Id: Ifd85cfba770e31a91e05b854fde67c991f443c4d | ||||
* | Fixes Escalator's assertion error regarding scroll position (#13334) | Henrik Paul | 2014-09-12 | 1 | -0/+39 |
| | | | | Change-Id: I72dd8c5160022d127692e223c267edf09e73e091 | ||||
* | Implement data binding and edit cancel mechanism for editor row (#13334) | Johannes Dahlström | 2014-09-11 | 5 | -21/+179 |
| | | | | | | | This patch contains only the generic parts and a test EditorRowHandler. The Vaadin-specific implementation will be submitted as a separate change. Change-Id: I719a474fd72d7801a3b6c9cc567af1655b2f8565 | ||||
* | Testing Escalator (post|pre)(Attach|Detach) functionality (#13334) | Henrik Paul | 2014-09-11 | 5 | -3/+298 |
| | | | | Change-Id: If7a61560a96c5720b54bf3b5dcc83aef3ff7e357 | ||||
* | Bundles the logging label into a widget (#13334) | Henrik Paul | 2014-09-11 | 2 | -55/+69 |
| | | | | Change-Id: I1c041c34dc4b08351122d0afc6de6fe2afadd48c | ||||
* | Tests Escalator's column spans (#13334) | Henrik Paul | 2014-09-10 | 2 | -0/+96 |
| | | | | Change-Id: I3378f6b9bed4ee917c2244904ad07b5d38711ca2 | ||||
* | Escalator tests for columns and rows (#13334) | Henrik Paul | 2014-09-10 | 2 | -0/+223 |
| | | | | Change-Id: I258135dce0d78baf8d8483e6b24a2510161cee12 | ||||
* | Implement client-side editor row widget binding (#13334) | Johannes Dahlström | 2014-09-09 | 7 | -8/+171 |
| | | | | Change-Id: I898d89cecc2d1c552a3cc32461d612d55d1babd7 | ||||
* | Fixes exception while hiding the last Grid column (#13334) | Henrik Paul | 2014-09-09 | 1 | -1/+17 |
| | | | | Change-Id: Icdb8b9609c005a8d59a8c6f3c75523790bb65348 | ||||
* | Fix and unify multi-column sorting behavior (#13334) | Patrik Lindström | 2014-09-09 | 2 | -99/+97 |
| | | | | Change-Id: Idc5b66395eb132a3a0a177593f5d91a165a925de | ||||
* | Fixes Escalator's insertColumns and removeColumns (#13334) | Henrik Paul | 2014-09-09 | 2 | -104/+97 |
| | | | | Change-Id: Iea02a1e9c5fd9f5efe2c33ff7821aacae9fa8a06 | ||||
* | Escalator test base class (#13334) | Henrik Paul | 2014-09-09 | 3 | -2/+131 |
| | | | | Change-Id: Ie3670e4d937b437dc11098746fcd4571e850355f | ||||
* | Adds frozen feature to GridBasicClientFeaturesWidget (#13334) | Henrik Paul | 2014-09-09 | 3 | -0/+34 |
| | | | | Change-Id: I6142c8a6af8248c4568b836c3e62531167f30439 | ||||
* | Restructures Escalator testing rig (#13334) | Henrik Paul | 2014-09-09 | 10 | -1154/+798 |
| | | | | Change-Id: I75b5e20158475b739c2d37d4fdf4865425dc3693 | ||||
* | Adjust active cell on body row add/remove (#13334) | Teemu Suo-Anttila | 2014-09-09 | 2 | -0/+102 |
| | | | | Change-Id: I909f5b2113d8d970a0517f100eb0a31778a62681 | ||||
* | Fixes a missing/superfluous row in column modifications (#13334) | Henrik Paul | 2014-09-09 | 1 | -3/+17 |
| | | | | Change-Id: If31ea7154b13daf99845757202ce7d8395af89fc | ||||
* | Pass editor row enabled state in shared state (#13334) | Johannes Dahlström | 2014-09-09 | 8 | -57/+160 |
| | | | | | | | Also refactor editor row tests a bit. Include separate GWT and Vaadin test cases at least until communication is finished. Change-Id: I5fd2288e20b11ba5bc33d074f7fe086dc3f00323 | ||||
* | Fix ActiveCellHandler colspan support in headers and footers (#13334) | Teemu Suo-Anttila | 2014-09-08 | 1 | -48/+69 |
| | | | | Change-Id: I7812f43e8981844752f6e2730b25acab06216cc1 | ||||
* | Make Grid call ComplexRenderer.onActivate when needed (#13334) | Teemu Suo-Anttila | 2014-09-08 | 5 | -31/+85 |
| | | | | Change-Id: Icd2ecbdb0780ba97e0955eb7c564f8f56ca14109 | ||||
* | Removes confusing "rowContainers" array (#13334) | Henrik Paul | 2014-09-08 | 1 | -13/+10 |
| | | | | Change-Id: I2bac21b418e31ac90bcac766f50409bee1294998 | ||||
* | Use correct function for adding HeaderKeyUpHandler (#13334) | Teemu Suo-Anttila | 2014-09-04 | 1 | -1/+1 |
| | | | | Change-Id: I5768d91e621243ec956fb460c209081a32e5e839 | ||||
* | Optimizes adding and removing of columns (#13334) | Henrik Paul | 2014-09-03 | 1 | -38/+36 |
| | | | | | | | Previously, the scrollbar logic was evaluated once per RowContainer, which is just silly. Change-Id: I71ea144054c08b61836ae22ac6c3f6199fa7f524 | ||||
* | Merge "Merge remote-tracking branch 'origin/master' into grid" into grid | Henrik Paul | 2014-09-03 | 141 | -1867/+5159 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-09-03 | 141 | -1867/+5159 |
| |\ | | | | | | | | | | | | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef | ||||
| | * | Keyboard scrolling in multiselection mode fixed (#14094) | mtzukanov | 2014-09-02 | 1 | -30/+20 |
| | | | | | | | | | | | | | | | | | | Limiting focusing to single item selections. Change-Id: I12403ddd76fb1eac44d8eca82f251b2b8097b16a | ||||
| | * | Add SubPart support to VaadinFinderLocatorStrategy (#13980) | Teemu Suo-Anttila | 2014-09-02 | 3 | -6/+34 |
| | | | | | | | | | | | | | | | | | | This also fixes recorder issues with negative indices Change-Id: I1d3fceaf11aed743a957fe72e7ab60c13d7fc5e1 | ||||
| | * | Table handles both onMouseDown and onMouseUp events (#14347) | Guillermo Alvarez | 2014-09-01 | 3 | -99/+411 |
| | | | | | | | | | | | | | | | | | | | | | | | | Now it has the same behaviour that the layout, and checks that the element under the mouse matches to complete the click action Change-Id: I9c61dac24479913c1bb1094edaf8878749984342 | ||||
| | * | Fix to Valo menu for iOS (make the header visible) | Jouni Koivuviita | 2014-09-01 | 2 | -0/+14 |
| | | | | | | | | | | | | Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d | ||||
| | * | Use setHideEmptyRowsAndColumns to match old screenshots (#14392) | Leif Åstrand | 2014-08-30 | 2 | -0/+2 |
| | | | | | | | | | | | | Change-Id: Ifd735d55c768c351359f0b65de05da0e701f099c | ||||
| | * | Revert to old capitalization to avoid git issues (#8942) | Leif Åstrand | 2014-08-30 | 5 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | Git on OS X seems to have problems with changing between branches with the old and new casing of the two json related files. Changing back to the old names to avoid issues when changing branches. Change-Id: I948395a7ce725db4116fe0e7ac1a23628dc659c7 | ||||
| | * | Fetch prerelease tickets for rc and final releases (#14552) | Leif Åstrand | 2014-08-30 | 1 | -3/+34 |
| | | | | | | | | | | | | Change-Id: Ifd7f515c02c41a84cfa9401b85548a47c6412463 | ||||
| | * | Fix GridLayout layout issue with empty rows above a component (#14554) | Artur Signell | 2014-08-30 | 3 | -2/+199 |
| | | | | | | | | | | | | | | | | | | * Issue introduced in 8476b57ce2261313f47b21764ddc02cc128b2fd4 Change-Id: Ie84489aac4553e70e7e80561aec748a874a85653 | ||||
| | * | Valo Sass API documentation, part 2 | Jouni Koivuviita | 2014-08-30 | 11 | -213/+729 |
| | | | | | | | | | | | | Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd | ||||
| | * | First batch of Valo Sass API documentation, plus bug fixes | Jouni Koivuviita | 2014-08-30 | 36 | -403/+1576 |
| | | | | | | | | | | | | | | | | | | | | | Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152 | ||||
| | * | Output legacy locators for TestBench Recorder (#14102). | Mika Murtojarvi | 2014-08-29 | 2 | -94/+114 |
| | | | | | | | | | | | | | | | | | | This fixes a regression in Recorder. Change-Id: I3c9d5939d3f1b41bd5ea8d80acbbb017b6baa062 | ||||
| | * | Update DateCellDayEvent size on updateSizes in Connector (#13233). | Denis Anisimov | 2014-08-29 | 5 | -29/+261 |
| | | | | | | | | | | | | Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865 | ||||
| | * | Increase datefield calendarpanel selected date text contrast | Jouni Koivuviita | 2014-08-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Make the text easier to read. Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02 | ||||
| | * | Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038) | Johannes Dahlström | 2014-08-28 | 3 | -3/+3 |
| | | | | | | | | | | | | Change-Id: Ifcfe1f90b795072c12d3118db33f3df6c96c568b | ||||
| | * | Revert "Make getMouseEvent() method available in the TargetDetailsImpl ↵ | Markus Koivisto | 2014-08-28 | 9 | -380/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (#13416)." This reverts commit 9ea4409bbe7079887a5a3c497494d4986ddabefd. The commit fails its own tests on IE and Firefox. Change-Id: I443f8d1b9ce322124b19d74bbeb2e6780bbff201 | ||||
| | * | Use sass-compiler 0.9.10 (#14524) | Artur Signell | 2014-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Change-Id: Ib8c753c59c52421ce9d6a86a407cb9694ee4f5a8 |