summaryrefslogtreecommitdiffstats
path: root/shared/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-281-0/+8
|\ | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I1a35db88a2b11acf76b58c417575451edfdb275d
| * Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-01-281-0/+8
| | | | | | | | Change-Id: I31a923faf5ae369ffc2160cdeb12584ca0babc9d
* | Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-2/+8
| | | | | | | | Change-Id: I93551548aad280c4e0193d65a066976d40d65a86
* | Make Grid send Json as Json (#16244)Leif Åstrand2015-01-151-1/+3
| | | | | | | | Change-Id: I2da481dcd3c258e48f2f77a9d3c8c46bb81048ff
* | Add ItemClickEvents to Grid (#15449)Teemu Suo-Anttila2015-01-142-0/+18
| | | | | | | | Change-Id: I743f4de9fd11c5d81b11a3b8f2e0957293c5587c
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-143-5/+203
|\| | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/communication/AtmospherePushConnection.java server/tests/src/com/vaadin/data/fieldgroup/FieldGroupTests.java shared/src/com/vaadin/shared/util/SharedUtil.java Change-Id: I300b5a92bde562390a56b720adf9a37b795c9513
| * Set @since tags to 7.4Artur Signell2015-01-131-2/+2
| | | | | | | | Change-Id: I3846bea13444afbb72b54eaf8808273f88dddee1
| * Missing javadocs for VaadinUriResolver (#9045)Leif Åstrand2015-01-121-1/+67
| | | | | | | | Change-Id: I640d491c38c3fbd083a955669ec58ce294f158c4
| * Include UI class @JavaScript and @StyleSheet in bootstrap html (#9045)Leif Åstrand2015-01-123-5/+137
| | | | | | | | Change-Id: I9d4243fa6f91ba5bc3449d0a3ec24f209e6360e6
* | Set @since tags to 7.4Artur Signell2015-01-131-1/+1
| | | | | | | | Change-Id: Icd51c52d2c93b71d25b938d03c827b2da5d8527c
* | Rename BackgroundMessage -> NoLoadingIndicator (#15373)Leif Åstrand2015-01-134-9/+9
| | | | | | | | Change-Id: Icc25e5727880baa9dceba3394522b3c5b3a4314f
* | Add @BackgroundMessage annotation (#15373)Leif Åstrand2015-01-124-0/+41
| | | | | | | | Change-Id: Id5367b7b1ef4b7dbabfd58902ac6134222e641ba
* | 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-191-3/+11
| | | | | | | | | | | | 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-101-0/+136
| | | | | | | | | | | | | | 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-142-2/+5
|\| | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| * Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-031-0/+1
| | | | | | | | Change-Id: Id55ad5ed620bd5c187b70ae2a2d0a4c4adea382a
| * 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