Changeset 6 for trunk/CHANGELOG
- Timestamp:
- 08/25/08 01:42:48 (4 years ago)
- Files:
-
- 1 modified
-
trunk/CHANGELOG (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r4 r6 1 1 Version 0.1.1 2 25-August-2008 3 4 - fixes: 5 - BufferedGridView: grid would not be repainted correctly if a column was moved: 6 method "onColumnMove()" with appropriate implementation added (fixes google issue 9); 7 "onRemove()" would not work properly if the end of the data was reached in the visible 8 rect and rows from within that rect are removed. Adjusted "lastRowIndex" to be equal to 9 "rowIndex", and skipped implicit "processRows()" call in "replaceLiveRows()" via passing 10 a new third argument "processRows", which will only call "processRows()" if the argument 11 was not set to false; removed call to "selections.add()" in "processRows()" since selections 12 are already in the "bufferedSelections" property of the selection model, and previously 13 selected records are still part of the "selections"-property of the selection model. 14 15 16 - enhancements: 17 - BufferedGridView: Added functionality for listening to erroneous responses from 18 buffer-requests. Event "bufferfailure" will now be fired if the store indicated that 19 the proxy's response was erroneous; added "options" parameter to be passed to 20 "buffer"-event 21 22 - BufferedGridToolbar: Toolbar is now listening to "bufferfailure"-event and resets 23 the reload-button to "enabled" if necessary. 24 2 25 Version 0.1 3 26 16-June-2008 … … 7 30 the passed argument to the appropriate index in the model; updated sources to take 8 31 overriden method into account 9 - added cfg option "scrollDelay" in BufferedGridView for buffering calls to onLiveScroll 32 - added cfg option "scrollDelay" in BufferedGridView for buffering calls to onLiveScroll 10 33 when scroll-event gets fired (thanks to Rich Waters) 11 34 - BufferedStore: removed custom applySort() implementation due to changes in findInsertIndex 12 - BufferedStore: changed findInsertIndex to use parent implementation first, then check 35 - BufferedStore: changed findInsertIndex to use parent implementation first, then check 13 36 return value and adjust the index if needed 14 37 - BufferedStore/BufferedGridView: moved bufferRange-member to BufferedStore 15 38 - BufferedStore: optimized insert() method in BufferedStore 16 39 - allowed to add records at position "0" in grid (existing records get shifted down) 17 40 18 41 - fixes: 19 - wrong calculation in BufferedGridView.onLiveScroll (based on lastScrollPosition and actual 42 - wrong calculation in BufferedGridView.onLiveScroll (based on lastScrollPosition and actual 20 43 scrollPosition) caused the view sometimes to not re-render some rows 21 44 - provided bug fix for "ensureVisible: returned x-coordinate does not take the x-position
