summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-273-26/+103
* Use elemental.json and not org.json in OSGi (#16490)Artur Signell2015-01-271-1/+1
* Fix RpcDataProvider cache clearing on bare ItemSetChange (#16481)Teemu Suo-Anttila2015-01-271-68/+83
* Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-263-15/+94
|\
| * Handle cases when start/end date is not set for Between filter (#13354).Denis Anisimov2015-01-262-14/+91
| * Disable default Atmosphere CORS headers (#16196)Artur Signell2015-01-231-1/+3
* | Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-262-5/+23
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-214-14/+375
|\|
| * Revert "Update text value also with timer triggered text change events. (#162...Artur Signell2015-01-213-26/+19
| * Fix for: TreeTable with ContainerHierarchicalWrapper not correctlyJohannes Tuikkala2015-01-201-0/+14
| * Embedded ThemeResource should react to theme change (#15194)Anna Koskinen2015-01-201-8/+3
| * Don't rely on broken JsonValue.jsEquals semantics (#15508)Leif Åstrand2015-01-202-6/+358
| * Update text value also with timer triggered text change events. (#16270)Sauli Tähkäpää2015-01-193-19/+26
* | Fix Editor creating fields before client Grid can attach them (#16214)Teemu Suo-Anttila2015-01-202-44/+61
* | Prevent setting column sortable if container is not sortable (#16320)Teemu Suo-Anttila2015-01-202-24/+88
* | Improve Grid selection method javadocs and exception messages (#16259)Johannes Dahlström2015-01-201-44/+57
* | Fix Grid trying to sort Container that is not Sortable (#16311)Teemu Suo-Anttila2015-01-192-4/+58
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1646-84/+11004
|\ \ | |/ |/|
| * Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-2/+8
| * Add sanity check to removeColumn in Grid server side (#16219)Teemu Suo-Anttila2015-01-152-1/+14
| * Make Grid send Json as Json (#16244)Leif Åstrand2015-01-151-2/+2
| * Uses userOriginated for sort event (#16194)Henrik Paul2015-01-151-2/+1
| * Reformat build filesArtur Signell2015-01-151-4/+8
| * 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
| |\
| * | 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
| |\ \
| * | | 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
| |\ \ \