/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to BUGS

  • Committer: Suren A. Chilingaryan
  • Date: 2015-05-12 22:38:33 UTC
  • Revision ID: csa@suren.me-20150512223833-m65iqj1b4dfh9cch
Synchronize ToDo lists with zweb

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 configured filters. Iteratively increase limit? When fixed and may be 
37
37
 universally used, shall we introduce a 'limit' option instead of making 
38
38
 complex 'window' parsing?
 
39
 - If we may want to filter the rows based on value of certain channel, we
 
40
 may get problems with db_mask. It will be applied before the filter and
 
41
 only selected channels will pushed through. Using READER_Filter interface
 
42
 we may find the required columns, but will should ensure that the data
 
43
 required for filter is provided (introduce db_mask_required parameter of 
 
44
 filter?)
 
45
 
39
46
 
40
47
Virtual
41
48
=======
82
89
 
83
90
Graph
84
91
=====
 
92
 - With small graph area (and big left part), the time labels are starting
 
93
 to overlap at some point (Andreas)
 
94
 - After zooming by mouse, when changing to the secondary window or info tab,
 
95
 the "Invalid WINDWO + is specified" returne (Andreas)
85
96
 - Prevent complete shadowing (filling) of screen with a single chart in the 
86
97
 multiaxis mode. Try to find such axes and fix the problem by stacking them 
87
98
 vertically and increasing axis range.