aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix RpcDataSource to use RPC for row pins/unpins (#13334)Teemu Suo-Anttila2014-10-222-63/+19
* Add isUserOriginated to SortOrderChangeEvents (#13334)Teemu Suo-Anttila2014-10-162-8/+5
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-1651-176/+1909
|\
| * Use isConnectorEnabled instead of isEnabled for DnD service (#12781)Denis Anisimov2014-10-162-2/+56
| * Use isConnectorEnabled instead of isEnabled for client requests(#12781).Denis Anisimov2014-10-168-13/+217
| * Make DefaultFieldGroupFieldFactory singleton (#11038).Denis Anisimov2014-10-133-2/+43
| * Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-132-3/+106
| * Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-092-12/+115
| * isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-091-0/+20
| * FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-092-2/+41
| * Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-10-071-64/+18
| * Possible VaadinSession deadlock when invalidating HTTP session (#14452)Sergey Budkin2014-10-072-9/+94
| * Add @since to isWindowsPhone(). (#14425)Sauli Tähkäpää2014-10-071-0/+1
| * Check eventRouter value against null in Page class (#14803).Denis Anisimov2014-10-072-5/+100
| * Provide API to change resource/url for BrowserWindowOpener (#12733).Denis Anisimov2014-10-072-0/+128
| * Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-071-6/+4
| * Dedicated methods for init params in DeploymentConfiguration (#12087).Denis Anisimov2014-09-3011-29/+258
| * String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-303-0/+158
| * Read input stream logic is corrected (#14533).Denis Anisimov2014-09-302-13/+160
| * Add clear() for fields and field group (#14755)Artur Signell2014-09-268-9/+362
| * Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640)Taras Hupalo2014-09-242-1/+7
| * Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-231-1/+2
| * Exception on closing inactive UI causes issues (#14651)Sergey Budkin2014-09-221-0/+1
| * Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-222-3/+14
| * Add autogenerated style name for UI based on its class name (#14670)Denis Anisimov2014-09-221-3/+5
* | Clarifies server-side exceptions relating to Columns (#13334)Henrik Paul2014-10-161-6/+17
* | Adds a word to an exception message (#13334)Henrik Paul2014-10-141-1/+1
* | Fix Grid not updating columnOrder on property remove (#13334)Teemu Suo-Anttila2014-10-091-1/+2
* | Refer to correct Container instance in editor row RPC (#13334)Johannes Dahlström2014-10-091-2/+2
* | Implement ImageRenderer (#13334)Johannes Dahlström2014-10-092-0/+142
* | Implement Vaadin-specific editor row commit/discard handling (#13334)Johannes Dahlström2014-10-072-4/+76
* | Implement ButtonRenderer (#13334)Johannes Dahlström2014-10-071-0/+129
* | Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-031-13/+48
* | Ensure Renderers that do type conversions work properly (#13334)Johannes Dahlström2014-10-036-23/+37
* | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-022-0/+64
* | Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-021-0/+11
* | Add a constructor without parameters to Grid (#13334)Teemu Suo-Anttila2014-10-011-0/+8
* | Map row data with column ids instead of using an array (#13334)Teemu Suo-Anttila2014-09-262-4/+8
* | Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-261-0/+39
* | Fix Grid static section column removal (#13334)Teemu Suo-Anttila2014-09-252-8/+55
* | Pass correct item instance to PropertyValueGenerators (#13334)Teemu Suo-Anttila2014-09-251-1/+1
* | Fix GeneratedPropertyContainer property adding and removing (#13334)Teemu Suo-Anttila2014-09-252-51/+117
* | Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-243-59/+68
* | Fix GeneratedPropertyContainer to support add and remove events (#13334)Teemu Suo-Anttila2014-09-241-1/+77
* | Fix Grid header default row cell setup when adding properties (#13334)Teemu Suo-Anttila2014-09-244-58/+18
* | Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-236-32/+44
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-2041-18/+8242
|\ \ | |/ |/|
| * Add Property and Item change notifiers for generated properties (#13334)Teemu Suo-Anttila2014-09-192-4/+159
| * Add Container.Filterable to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-192-3/+153
| * Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-193-56/+137