[cvs] commit: dimp/js DimpCore.js ViewPort.js dimp/js/src DimpCore.js ViewPort.js

Michael M Slusarz slusarz at horde.org
Tue Feb 26 12:34:07 UTC 2008


slusarz     2008-02-26 07:34:07 EST

  Modified files:
    js                   DimpCore.js ViewPort.js 
    js/src               DimpCore.js ViewPort.js 
  Log:
  Search of data should be done in ViewPort_Selection, not ViewPort_Buffer.
  Allows searching of discrete data groups, rather than entire buffers.
  Add ability to specify a RegExp to search, rather than just static strings.
  Call onRemoveRows() before we actually delete those rows. Fixes some
  occasional display weirdness and allows us to pass a ViewPort_Selection
  object directly instead of an array of data objects.
  
  Revision  Changes    Path
  1.399     +1 -1      dimp/js/DimpCore.js
  1.232     +1 -1      dimp/js/ViewPort.js
  1.400     +5 -7      dimp/js/src/DimpCore.js
  1.211     +33 -39    dimp/js/src/ViewPort.js

  Chora Links:
  http://cvs.horde.org/diff.php/dimp/js/DimpCore.js?r1=1.398&r2=1.399&ty=u
  http://cvs.horde.org/diff.php/dimp/js/ViewPort.js?r1=1.231&r2=1.232&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpCore.js?r1=1.399&r2=1.400&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/ViewPort.js?r1=1.210&r2=1.211&ty=u


More information about the cvs mailing list