Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format project, once again | Artur Signell | 2015-01-09 | 2 | -6/+6 |
| | | | | Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e | ||||
* | Update @since for 7.4 | Artur Signell | 2015-01-08 | 17 | -18/+18 |
| | | | | Change-Id: I00401560e345c82a5d967cd71d611605d9b96d92 | ||||
* | Move column constants from state to GridConstants (#15510) | Teemu Suo-Anttila | 2015-01-07 | 2 | -11/+27 |
| | | | | Change-Id: I9dd103d2f9725499823231881c432696f05b80db | ||||
* | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-12-29 | 1 | -0/+4 |
|\ | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab | ||||
| * | Allow TabSheet and Accordion tab captions to contain HTML (#14609) | Artur Signell | 2014-12-18 | 1 | -0/+4 |
| | | | | | | | | Change-Id: If15db442fdbdcc80918e52f8c87e0808f76eb336 | ||||
* | | Fix Range.restrictTo to work with non-intersecting ranges(#13334) | Teemu Suo-Anttila | 2014-12-19 | 2 | -3/+30 |
| | | | | | | | | | | | | Also adds a special case for isSubsetOf with two empty ranges. Change-Id: I9b4c854051bd760bbac05c7a0bc2e5418371e90e | ||||
* | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-12-18 | 3 | -5/+1 |
|\| | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805 | ||||
| * | Allow captions to contain HTML (#9426) | Artur Signell | 2014-12-18 | 3 | -5/+1 |
| | | | | | | | | Change-Id: I4a0e580aef1a97ce69238ea0d476599883928d84 | ||||
* | | Fix ClickableRenderers to use CellReferences (#13334) | Teemu Suo-Anttila | 2014-12-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This patch also uses row keys and column ids in communication rather than indices. Change-Id: Ie3bb554bd5c45700f1681160eef08bef8beeaaee | ||||
* | | Change "editor row" to just "editor" in method names and javadoc (#13334) | Johannes Dahlström | 2014-12-17 | 4 | -19/+19 |
| | | | | | | | | Change-Id: Idafdbe3d71a38a979e1eeb07c527f66ce61ccfa9 | ||||
* | | Move SortDirection from grid package to data package (#13334) | Teemu Suo-Anttila | 2014-12-17 | 3 | -3/+5 |
| | | | | | | | | Change-Id: Id8fecbee0171b783a62d747433667267f530a6a7 | ||||
* | | Split CellStyleGenerator into separate cell and row style generators | Artur Signell | 2014-12-12 | 1 | -1/+4 |
| | | | | | | | | | | | | (#13334) Change-Id: If07018b6f74ff1a4c616705f61b6118647d64342 | ||||
* | | Add expand and min/max width for GridColumns (#13334) | Henrik Paul | 2014-12-12 | 1 | -0/+19 |
| | | | | | | | | Change-Id: I6cb2f4a11d97c3704c1fd8f8571889f1a8d5c4b8 | ||||
* | | Remove SortEventOriginator and replace it with a boolean (#13334) | Teemu Suo-Anttila | 2014-12-12 | 2 | -37/+1 |
| | | | | | | | | Change-Id: I8a203c5e2f4bc9074ccf3cb4e7f347f17d89fe52 | ||||
* | | Merge remote-tracking branch 'origin/master' into grid | Artur Signell | 2014-12-12 | 1 | -7/+4 |
|\| | | | | | | | | | | | | | Conflicts: server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java Change-Id: I04938bd8c5b4f01c3ca801c9f7adbb20d279523c | ||||
| * | VBrowserDetails fails to detect Android when using Firefox (#15183) | Sergey Budkin | 2014-12-11 | 1 | -7/+4 |
| | | | | | | | | | | | | Changed detection logic. Change-Id: I9cb8e94fe6bb5be587fa73ed6a71d2c7c1d91733 | ||||
* | | Columns can now have subpixel accuracy widths (#13334) | Henrik Paul | 2014-12-12 | 1 | -2/+2 |
| | | | | | | | | Change-Id: I1d16260be7b15c9fbdbfdd8f51e50e9f34e96272 | ||||
* | | Make AbstractRemoteDataSource easier to use (#13334) | Leif Åstrand | 2014-12-12 | 1 | -32/+0 |
| | | | | | | | | | | | | | | | | - Adds a callback to requestRows so implementors know what to do when receiving data - Guestimate the initial amount of available rows so an initial request can be made before the actual size is known Change-Id: Iba44eab1695e3ff9947a4e7ed16eee55af98fec4 | ||||
* | | Remove editor row discard methods; rename "commit" to "save" (#13334) | Johannes Dahlström | 2014-12-11 | 2 | -24/+7 |
| | | | | | | | | Change-Id: Ic7cec3c3750db8a2e0b23a4d38f63e9642999e3e | ||||
* | | Split and capitalize header captions by default | Artur Signell | 2014-12-10 | 2 | -15/+187 |
| | | | | | | | | | | | | | | Only done on the server side where we have property ids to generate the default headers from. On the client side you must always specify the header. Change-Id: Ic743fb3f52517116193b022cfdd2df7dea8dd487 | ||||
* | | GridColumns can resize-to-fit. (#13334) | Henrik Paul | 2014-12-10 | 1 | -2/+5 |
| | | | | | | | | | | | | | | SelectionColumns do that now automatically. Colspanned cells get ignored Change-Id: Ie427ba8df43ad84786c381def8cec216297feb06 | ||||
* | | Don't set frozen column count before columns have been updated (#13334) | Leif Åstrand | 2014-12-10 | 1 | -1/+0 |
| | | | | | | | | Change-Id: I63ab65dad6dacfb5dafe55147c18d3e4ec0e36a5 | ||||
* | | Add select all / select none checkbox to SelectionColumn (#13334) | Teemu Suo-Anttila | 2014-12-08 | 1 | -0/+2 |
| | | | | | | | | Change-Id: I5ad2d16b51f011004bb343a19b28b83d90c67c09 | ||||
* | | Refactor frozen column API (#13334) | Leif Åstrand | 2014-12-05 | 1 | -6/+3 |
| | | | | | | Change-Id: I0c9528d2a4b2de2bcd5a6a6e70b1821eb142c4cc | ||||
* | | Remove Column visibility setting from client side (#13334) | Teemu Suo-Anttila | 2014-12-05 | 1 | -5/+0 |
| | | | | | | | | Change-Id: I30abbd5d1c10c6532c9289aeb375ad5edb0fe818 | ||||
* | | Add server-side CellStyleGenerator (#13334) | Leif Åstrand | 2014-12-04 | 1 | -0/+17 |
| | | | | | | Change-Id: Id12f1135673d93fddd0a59d26b1c546a0ef0ee1d | ||||
* | | Allow setting style name for header/footer rows (#7225) | Artur Signell | 2014-12-04 | 1 | -0/+5 |
| | | | | | | | | Change-Id: I798e26b0a734c3c460b4e458d04332c7a3b599fc | ||||
* | | Allow setting style names for header and footer cells (#7225) | Artur Signell | 2014-12-01 | 1 | -0/+2 |
| | | | | | | | | Change-Id: Ieb8f5b36466a2d579e9c82f16613f6bc8952c831 | ||||
* | | Fix Grid server-side header merging and setup (#13334) | Teemu Suo-Anttila | 2014-11-25 | 1 | -1/+7 |
| | | | | | | | | | | | | | | This implements simple error handling for broken headers and footers in client side. Change-Id: Ic1f1709720fa0b85e5c4c807462a9f9c7eb6f00e | ||||
* | | Add @NoLayout annotation (#12936) | Leif Åstrand | 2014-11-25 | 21 | -0/+114 |
| | | | | | | | | | | | | | | This commit adds support for @NoLayout and updates most framework components to use the annotation where it makes sense Change-Id: I99320a6aa6de717da5f2463dd8acfcd412165767 | ||||
* | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-11-14 | 3 | -3/+6 |
|\| | | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966 | ||||
| * | Fix VCalendar to use correct year of week. (#14783) | Sauli Tähkäpää | 2014-11-03 | 1 | -0/+1 |
| | | | | | | | | Change-Id: Id55ad5ed620bd5c187b70ae2a2d0a4c4adea382a | ||||
| * | Set correct versions for json package imports in OSGi manfiests (#14618) | Maciej Przepióra | 2014-10-27 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I4761ab889bfacedd66bd7ed5f37fe763d7539bef | ||||
| * | Fix @since for isIPhone() and isIPad(). (#14424, #14423) | Sauli Tähkäpää | 2014-10-22 | 1 | -2/+4 |
| | | | | | | | | Change-Id: I8b72b362134d564165a7037e0722c3ff28f59497 | ||||
* | | Fix RpcDataSource to use RPC for row pins/unpins (#13334) | Teemu Suo-Anttila | 2014-10-22 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | This patch removes the temprarilyPinnedRows workaround from AbstractRemoteDataSource and refactors the whole feature to be part of RpcDataSource where it should be. Change-Id: Id55020dd11dda3dcf54dfe3c1b41af8e495c1c0c | ||||
* | | Add isUserOriginated to SortOrderChangeEvents (#13334) | Teemu Suo-Anttila | 2014-10-16 | 1 | -6/+1 |
| | | | | | | Change-Id: Idb387e3b27ea757f27510f7ad97aaaa39b8f71ef | ||||
* | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-10-16 | 2 | -6/+28 |
|\| | | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76 | ||||
| * | isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423). | Denis Anisimov | 2014-10-09 | 1 | -2/+23 |
| | | | | | | | | Change-Id: I7b3556d5f9c1dd84beec638d7fbff1c5382070a4 | ||||
| * | Add @since to isWindowsPhone(). (#14425) | Sauli Tähkäpää | 2014-10-07 | 1 | -0/+1 |
| | | | | | | | | Change-Id: Ia4c212ead39d7b71c56db586c0a8559935cae263 | ||||
| * | Remove Calendar dependency (#14668) | Artur Signell | 2014-09-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | | This can cause GWT compilation problems as java.util.Calendar is not available in GWT Change-Id: Ia13d8f433ac43fcfd670c8e05b1295d3c64327cf | ||||
* | | Implement Vaadin-specific editor row commit/discard handling (#13334) | Johannes Dahlström | 2014-10-07 | 2 | -0/+33 |
| | | | | | | | | Change-Id: Iaaf5e4461adb1d4fd9b8f042c6001b8408d1a0e4 | ||||
* | | Implement ButtonRenderer (#13334) | Johannes Dahlström | 2014-10-07 | 1 | -0/+30 |
| | | | | | | | | Change-Id: Id7c6f3cf85f8e75905e86b55edbc1b8782780996 | ||||
* | | Grid now supports bare ItemSetChangeEvents (#13334) | Henrik Paul | 2014-10-03 | 1 | -0/+12 |
| | | | | | | | | Change-Id: Id87b2d7f50720bbfd5011520ea0be32fead48635 | ||||
* | | Add support for Grid column reordering (#13334) | Teemu Suo-Anttila | 2014-10-02 | 1 | -1/+6 |
| | | | | | | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917 | ||||
* | | Fix GridStaticSection communication to use column ids (#13334) | Teemu Suo-Anttila | 2014-09-24 | 1 | -1/+3 |
| | | | | | | | | Change-Id: Ic5174543cab912ea8647b92445f33ec3d9fca366 | ||||
* | | Fix Grid header default row cell setup when adding properties (#13334) | Teemu Suo-Anttila | 2014-09-24 | 1 | -12/+0 |
| | | | | | | | | Change-Id: Ia4a36d433c5a48ae8aebf0c7fcf04d4cec2447b4 | ||||
* | | Add support for relative sizes for Escalator/Grid (#13334) | Henrik Paul | 2014-09-23 | 1 | -6/+0 |
| | | | | | | | | Change-Id: Ic58fe644645fd18274a8d92d904ade8140b194b7 | ||||
* | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-09-20 | 19 | -0/+1763 |
|\ \ | |/ |/| | | | Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2 | ||||
| * | Implement Vaadin-specific editor row bind/cancel handling (#13334) | Johannes Dahlström | 2014-09-19 | 2 | -0/+97 |
| | | | | | | | | Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff | ||||
| * | Implement client-side editor row widget binding (#13334) | Johannes Dahlström | 2014-09-09 | 1 | -0/+9 |
| | | | | | | | | Change-Id: I898d89cecc2d1c552a3cc32461d612d55d1babd7 |