aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-2940-722/+778
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| | | * | | | | | Fix Grid columns being too narrow on IE9 (#15475)Teemu Suo-Anttila2014-12-292-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifb46093ffb43a4fa03b051719f3480ef469b460e
| | | * | | | | | Fix EscalatorColumnFreezing test scrolling too farTeemu Suo-Anttila2014-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I60ea619b419b26062557856ef7604740f982f813
| | | * | | | | | Make SDM work again (#15452)Artur Signell2014-12-222-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 Paul2014-12-194-1/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1fa88cbbb946b932a2a453392a50aff91c36671b
| | | * | | | | | Grid no longer resets scrollpos on state change (#15422)Henrik Paul2014-12-193-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3fde618a47ad9bb0f8b79c52feb10dd74a387203
| | | * | | | | | Fix Range.restrictTo to work with non-intersecting ranges(#13334)Teemu Suo-Anttila2014-12-194-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-Anttila2014-12-193-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-Anttila2014-12-182-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic9c9285bae16f7ddec72f621976667ee68a7c103
| | | * | | | | | Fix indexing when adding rows to AbstractRemoteDataSource (#13334)Teemu Suo-Anttila2014-12-182-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifa7c8dacb71d2f6ff612e3801b869652fa0a7bc7
| | | * | | | | | Set @since values for Grid classesLeif Åstrand2014-12-1876-89/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
| | | * | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-18739-658/+10607
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| | | * | | | | | | Heights are now double precision floats (#13334)Henrik Paul2014-12-185-44/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id9e1dd4b4a480dd512f3dd78fde2f9a0256087e9
| | | * | | | | | | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-186-20/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I690c8c17c673ec2d77870cf305dee1ac1b9bc3be
| | | * | | | | | | Add -moz prefixed border boxes and box shadows to base theme (#13334)Teemu Suo-Anttila2014-12-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I22fafc7c0a6221ba5ff596494623fe798c9dad94
| | | * | | | | | | Stops non-scrolling scrollbars from interfering with pointing eventsHenrik Paul2014-12-182-54/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some minor scrollbar-related maintenance was also done on the side. Change-Id: I37d728465e498f586596e1eff14d73d6335e6770
| | | * | | | | | | Fix regressions in Grid SCSSJouni Koivuviita2014-12-185-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regressions from previous Grid style patch: - Typo in selector (dot instead of comma) - “active” style renamed to “focused” - Scrollbar border styling moved from Valo (was working) to Base (now all themes work the same) Change-Id: I778de73027f0cb9def1fb93e5188f494f0a49639
| | | * | | | | | | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-189-33/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also uses row keys and column ids in communication rather than indices. Change-Id: Ie3bb554bd5c45700f1681160eef08bef8beeaaee
| | | * | | | | | | Fixes an issue where IE8 refused to fire one scroll event (#13334)Henrik Paul2014-12-182-6/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaf9278a3a16360369fde5ac6d759e27e5c443d1b
| | | * | | | | | | replace com.google.gwt.json.* usages with elemental.json.* (#8942)Leif Åstrand2014-12-1829-344/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I745b12685be4696fd8f1158005bf731f35ae8a81
| | | * | | | | | | Use CellReferences everywhere in Renderer APIs (#13334)Teemu Suo-Anttila2014-12-188-35/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds getElement() to RowReference and CellReference Change-Id: I3df6e50256f628e5cdb5d64d741ff1eb59e8e1c3
| | | * | | | | | | Use CellReference in Grid events and event handling (#13334)Teemu Suo-Anttila2014-12-1810-80/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie4ed85e56f0c23850eec56518a7493f5ed3257bd
| | | * | | | | | | Add missing @since and @author to RendererCellReference (#13334)Teemu Suo-Anttila2014-12-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b09993fd604ea20cfea685b56122cf55b88dce5
| | | * | | | | | | Use CellReference instead of FlyweightCell in Grid APIs (#13334)Leif Åstrand2014-12-1818-51/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I519e433219a028e99678574227ca44d5b66d07bc
| | | * | | | | | | Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-174-28/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes multiple events from Single Selection Model. Multi Selection Model is designed a bit differently. Change-Id: I0350d7f2de873ff9fba7411c5ca8caefa156be20
| | | * | | | | | | Fixes a measuring in a test for IE to be happy (#13334)Henrik Paul2014-12-171-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I386649cfd6d834146bd696168410748c62b7957b
| | | * | | | | | | Fixes a test that expects integer dimensions (#13334)Henrik Paul2014-12-171-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug made EscalatorColspanTest.testColspan fail in IE10 and 11 Change-Id: Ic16907e52e8c534490f271182acb5fe77c25f6ae
| | | * | | | | | | Moves Escalator.getPrecise* to Util.getRequired*BoundingClientRect (#13334)Henrik Paul2014-12-172-29/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I486d631d81ccbced77b8e06b5f1afd2c187e3f5c
| | | * | | | | | | Make editor request API easier to use (#13334)Johannes Dahlström2014-12-174-38/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53f2cf8f248aaa3798a82b0a1f42d320ca9c2e05
| | | * | | | | | | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-1717-376/+382
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idafdbe3d71a38a979e1eeb07c527f66ce61ccfa9
| | | * | | | | | | Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-177-33/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
| | | * | | | | | | Grid theme API changes and style fixesJouni Koivuviita2014-12-1712-843/+617
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed decorative element style names: - “headercorner” -> “header-deco” - “footercorner” -> “footer-deco” - “horizontalscrollbarbackground” -> “horizontal-scrollbar-deco” The “-stripe” style name is now added for odd rows, not even (like in all Table themes). Re-implemented the Base mixins for Grid and Escalator. They are now used for all themes, which should make future development easier because things should only be implemented in one place. This change makes the theme also less brittle hopefully, because it reduces the amount of pixel calculations for paddings etc. and relies more on plain CSS. The Base theme now offers many variables for extending themes. This reduces unnecessary CSS output, and makes it easier to maintain multiple themes for the Grid. Added a box-shadow and box-sizing mixins to Base. Converted all CSS comments to Sass comments. Change-Id: Iba925062c754c115b5f15e155659cfdccc702945
| | | * | | | | | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-1715-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id8fecbee0171b783a62d747433667267f530a6a7
| | | * | | | | | | Merge "Merge remote-tracking branch 'origin/master' into grid" into gridHenrik Paul2014-12-17129-261/+780
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-17129-261/+780
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If3dd8380afe425491dfb877c08c4ff078312a3aa
| | | * | | | | | | | | Fix keyboard navigation from footer/header to body (#13334)Teemu Suo-Anttila2014-12-171-2/+2
| | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2537a0931e26e001f641b27f7bb428e7941be56f
| | | * | | | | | | | Fix Grid Tests to test features correctly (#13334)Teemu Suo-Anttila2014-12-1711-91/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib7d8863487cc645f83539de2c9d8006fd8995da0
| | | * | | | | | | | Fixes an issue with Escalator.getVisibleRowRange() if it's emptyHenrik Paul2014-12-164-14/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I091248c4b4151769b351b45b7715d116de56c41a
| | | * | | | | | | | Remove unused "header-active" classname and style (#13334)Johannes Dahlström2014-12-165-54/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I11de89a69161d9b355d0de63b8a61470259b518e
| | | * | | | | | | | Fix IE8 exceptions when setting width to negative value (#13334)Teemu Suo-Anttila2014-12-152-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0e2c2aa36568473d8aa98b53832128133127263
| | | * | | | | | | | Fix EditorRow not displaying widgets when opened for the first time (#13334)Johannes Dahlström2014-12-153-24/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If900558c4a927d7db7b206145e9f59fbb04afdf4
| | | * | | | | | | | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia766f1e989d6a06d4b1746b0612c090b6fbd2735
| | | * | | | | | | | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-123-6/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic2872fec49851ea3c8ed32ca2a77dcbd27e739a8
| | | * | | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-126-15/+206
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7f2c5de8200028b11223e2be3c673bef3339306a
| | | * | | | | | | | | Removes a stowaway file from Grid (#13334)Henrik Paul2014-12-121-922/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I010bf540b521bcec5f3f6a6d53693bdd042fd1ce
| | | * | | | | | | | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-1292-751/+684
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iab81d2344480d2b60303172a96f4e5e4fa8e1623
| | | * | | | | | | | | Fixes a bug in Grid expand logic (#13334)Henrik Paul2014-12-122-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ec1ccc0bc88c9fac63abc67cf50f8b12013d984
| | | * | | | | | | | | Rename client side SelectionChangeEvent (#13334)Teemu Suo-Anttila2014-12-128-45/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I317e7eaa0613e1ce87cef0f4e19f29110104ada7
| | | * | | | | | | | | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-127-91/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also renames related listeners and notifiers. Change-Id: I96bfdae8173a1c691623938cc7dbcddee7198e46
| | | * | | | | | | | | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-1213-199/+767
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#13334) Change-Id: If07018b6f74ff1a4c616705f61b6118647d64342