summaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-121-0/+1
|\ | | | | | | Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7
| * Option for rendering Calendar event captions as HTML (#9030)Artur Signell2015-01-021-0/+1
| | | | | | | | Change-Id: Ib7f6e67c242449e58a10359c596489fea2f679f6
* | A few small renames and typo fixes for GridJohannes Dahlström2015-01-111-3/+4
| | | | | | | | | | | | | | | | * SortNotifier.removeSortistener -> removeSortListener * DisabledGridClientTest now extends GridBasicClientFeatures * GridServerRpc.selectionChange -> select Change-Id: Id01b1d51f84c996444de28b262df3db7a6c35a09
* | Format project, once againArtur Signell2015-01-092-6/+6
| | | | | | | | Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e
* | Update @since for 7.4Artur Signell2015-01-0817-18/+18
| | | | | | | | Change-Id: I00401560e345c82a5d967cd71d611605d9b96d92
* | Move column constants from state to GridConstants (#15510)Teemu Suo-Anttila2015-01-072-11/+27
| | | | | | | | Change-Id: I9dd103d2f9725499823231881c432696f05b80db
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-291-0/+4
|\| | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| * Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-181-0/+4
| | | | | | | | Change-Id: If15db442fdbdcc80918e52f8c87e0808f76eb336
* | Fix Range.restrictTo to work with non-intersecting ranges(#13334)Teemu Suo-Anttila2014-12-192-3/+30
| | | | | | | | | | | | Also adds a special case for isSubsetOf with two empty ranges. Change-Id: I9b4c854051bd760bbac05c7a0bc2e5418371e90e
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-183-5/+1
|\| | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * Allow captions to contain HTML (#9426)Artur Signell2014-12-183-5/+1
| | | | | | | | Change-Id: I4a0e580aef1a97ce69238ea0d476599883928d84
* | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-181-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öm2014-12-174-19/+19
| | | | | | | | Change-Id: Idafdbe3d71a38a979e1eeb07c527f66ce61ccfa9
* | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-173-3/+5
| | | | | | | | Change-Id: Id8fecbee0171b783a62d747433667267f530a6a7
* | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-121-1/+4
| | | | | | | | | | | | (#13334) Change-Id: If07018b6f74ff1a4c616705f61b6118647d64342
* | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-121-0/+19
| | | | | | | | Change-Id: I6cb2f4a11d97c3704c1fd8f8571889f1a8d5c4b8
* | Remove SortEventOriginator and replace it with a boolean (#13334)Teemu Suo-Anttila2014-12-122-37/+1
| | | | | | | | Change-Id: I8a203c5e2f4bc9074ccf3cb4e7f347f17d89fe52
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-121-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 Budkin2014-12-111-7/+4
| | | | | | | | | | | | Changed detection logic. Change-Id: I9cb8e94fe6bb5be587fa73ed6a71d2c7c1d91733
* | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-2/+2
| | | | | | | | Change-Id: I1d16260be7b15c9fbdbfdd8f51e50e9f34e96272
* | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-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öm2014-12-112-24/+7
| | | | | | | | Change-Id: Ic7cec3c3750db8a2e0b23a4d38f63e9642999e3e
* | Split and capitalize header captions by defaultArtur Signell2014-12-102-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 Paul2014-12-101-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 Åstrand2014-12-101-1/+0
| | | | | | | | Change-Id: I63ab65dad6dacfb5dafe55147c18d3e4ec0e36a5
* | Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-081-0/+2
| | | | | | | | Change-Id: I5ad2d16b51f011004bb343a19b28b83d90c67c09
* | Refactor frozen column API (#13334)Leif Åstrand2014-12-051-6/+3
| | | | | | Change-Id: I0c9528d2a4b2de2bcd5a6a6e70b1821eb142c4cc
* | Remove Column visibility setting from client side (#13334)Teemu Suo-Anttila2014-12-051-5/+0
| | | | | | | | Change-Id: I30abbd5d1c10c6532c9289aeb375ad5edb0fe818
* | Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-041-0/+17
| | | | | | Change-Id: Id12f1135673d93fddd0a59d26b1c546a0ef0ee1d
* | Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-041-0/+5
| | | | | | | | Change-Id: I798e26b0a734c3c460b4e458d04332c7a3b599fc
* | Allow setting style names for header and footer cells (#7225)Artur Signell2014-12-011-0/+2
| | | | | | | | Change-Id: Ieb8f5b36466a2d579e9c82f16613f6bc8952c831
* | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-251-1/+7
| | | | | | | | | | | | | | This implements simple error handling for broken headers and footers in client side. Change-Id: Ic1f1709720fa0b85e5c4c807462a9f9c7eb6f00e
* | Add @NoLayout annotation (#12936)Leif Åstrand2014-11-2521-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 gridTeemu Suo-Anttila2014-11-143-3/+6
|\| | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| * Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-031-0/+1
| | | | | | | | Change-Id: Id55ad5ed620bd5c187b70ae2a2d0a4c4adea382a
| * Set correct versions for json package imports in OSGi manfiests (#14618)Maciej Przepióra2014-10-271-1/+1
| | | | | | | | Change-Id: I4761ab889bfacedd66bd7ed5f37fe763d7539bef
| * Fix @since for isIPhone() and isIPad(). (#14424, #14423)Sauli Tähkäpää2014-10-221-2/+4
| | | | | | | | Change-Id: I8b72b362134d564165a7037e0722c3ff28f59497
* | Fix RpcDataSource to use RPC for row pins/unpins (#13334)Teemu Suo-Anttila2014-10-221-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-Anttila2014-10-161-6/+1
| | | | | | Change-Id: Idb387e3b27ea757f27510f7ad97aaaa39b8f71ef
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-162-6/+28
|\| | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| * isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-091-2/+23
| | | | | | | | Change-Id: I7b3556d5f9c1dd84beec638d7fbff1c5382070a4
| * Add @since to isWindowsPhone(). (#14425)Sauli Tähkäpää2014-10-071-0/+1
| | | | | | | | Change-Id: Ia4c212ead39d7b71c56db586c0a8559935cae263
| * Remove Calendar dependency (#14668)Artur Signell2014-09-251-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öm2014-10-072-0/+33
| | | | | | | | Change-Id: Iaaf5e4461adb1d4fd9b8f042c6001b8408d1a0e4
* | Implement ButtonRenderer (#13334)Johannes Dahlström2014-10-071-0/+30
| | | | | | | | Change-Id: Id7c6f3cf85f8e75905e86b55edbc1b8782780996
* | Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-031-0/+12
| | | | | | | | Change-Id: Id87b2d7f50720bbfd5011520ea0be32fead48635
* | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-021-1/+6
| | | | | | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917
* | Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-241-1/+3
| | | | | | | | Change-Id: Ic5174543cab912ea8647b92445f33ec3d9fca366
* | Fix Grid header default row cell setup when adding properties (#13334)Teemu Suo-Anttila2014-09-241-12/+0
| | | | | | | | Change-Id: Ia4a36d433c5a48ae8aebf0c7fcf04d4cec2447b4
* | Add support for relative sizes for Escalator/Grid (#13334)Henrik Paul2014-09-231-6/+0
| | | | | | | | Change-Id: Ic58fe644645fd18274a8d92d904ade8140b194b7