summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Minor loop cleanup/optimization for #15443 fixJohannes Dahlström2015-01-141-19/+16
* Fix grid sorting on init and sorting with unused properties (#16192)Teemu Suo-Anttila2015-01-141-11/+51
* Fix IndexOutOfBoundsException in RpcDataProviderExtension (#15443)Johannes Dahlström2015-01-141-14/+19
* Add ItemClickEvents to Grid (#15449)Teemu Suo-Anttila2015-01-141-1/+40
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-1414-306/+523
|\
| * Allow to override transactional property wrapper strategy (#13883).Denis Anisimov2015-01-132-5/+55
| * Fix remaining issues for NativeSelect blur/focus events (#6847)Artur Signell2015-01-132-0/+57
| * Add option to disable sending v-loc parameter in init request (#14460).Jonas Granvik2015-01-127-0/+54
| * Include UI class @JavaScript and @StyleSheet in bootstrap html (#9045)Leif Åstrand2015-01-122-12/+110
| * Refactor SQLContainerTableQueryTest.Sauli Tähkäpää2015-01-121-288/+246
| * Fix javadoc typoLeif Åstrand2015-01-121-1/+1
* | Set @since tags to 7.4Artur Signell2015-01-131-1/+1
* | Implement JavaScript renderer support (#15485)Leif Åstrand2015-01-133-4/+161
* | Discard changes in server-side Grid.cancelEditor() (#16199)Johannes Dahlström2015-01-132-3/+70
* | Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-132-62/+83
* | Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)Henrik Paul2015-01-132-8/+24
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-12238-719/+834
|\|
| * Cache reference diffstate values (#15561)Leif Åstrand2015-01-121-11/+22
| * Appending query param with vaadin version to js files (#12210)Fabian Lange2015-01-111-2/+7
| * Wrap null values into JsonNull json objects in bootstrap handler(#14594)Denis Anisimov2015-01-101-25/+24
| * Refactor server unit tests.Sauli Tähkäpää2015-01-0935-331/+281
| * Persist scss cache (#15228)Leif Åstrand2015-01-091-4/+120
| * Updated invalid @sinceArtur Signell2015-01-081-1/+1
| * Use API for setting content length on responses (#15504)Artur Signell2015-01-073-1/+22
| * Unify test class naming.Sauli Tähkäpää2015-01-05193-299/+277
| * Option for rendering Calendar event captions as HTML (#9030)Artur Signell2015-01-021-1/+36
| * Reformat project using Eclipse Luna SR1Artur Signell2014-12-2914-67/+81
* | Support JsonValue types as declared types in state and RPC (#15560)Leif Åstrand2015-01-121-1/+8
* | A few small renames and typo fixes for GridJohannes Dahlström2015-01-112-3/+3
* | Format project, once againArtur Signell2015-01-0912-25/+39
* | Fix Grid editor hanging on exception in commit (#15536)Teemu Suo-Anttila2015-01-081-2/+2
* | RendererClickEvent now tells about propertyIds (#13334)Henrik Paul2015-01-081-0/+9
* | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-082-3/+3
* | Add getSelected functionality to SelectionEvents (#15513)Teemu Suo-Anttila2015-01-081-0/+10
* | Update @since for 7.4Artur Signell2015-01-089-9/+9
* | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-072-9/+9
* | Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-021-1/+1
* | Fix Grid Header/Footer creating cells for unused properties (#15487)Teemu Suo-Anttila2015-01-022-2/+21
* | Fix Grid unnecessarily cleaning up stored property information (#15482)Teemu Suo-Anttila2014-12-312-1/+6
* | Fix active row range handling when removing rows (#15454)Teemu Suo-Anttila2014-12-311-21/+32
* | Add Table-compatible constructors to Grid (#15447)Leif Åstrand2014-12-311-8/+37
* | Fix RpcDataProviderExtension to send initial data on reload (#15465)Teemu Suo-Anttila2014-12-311-1/+2
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-2921-492/+517
|\|
| * Remove duplicate code from SQLContainerTableQueryTest.Sauli Tähkäpää2014-12-191-330/+148
| * Add DateFieldTest. (#15342)Sauli Tähkäpää2014-12-191-0/+56
| * Remove mentions of SimpleViewDisplay as there is no such thing (#12934)Artur Signell2014-12-191-7/+4
| * Disable Atmosphere annotation scanning (#15414)Artur Signell2014-12-191-0/+3
| * Ensure enum fields are created when not specifying a strict type (#10975)Artur Signell2014-12-182-3/+49
| * Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-181-0/+30
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-182-3/+17