Opened 16 years ago
Closed 15 years ago
#498 closed task (done)
General housekeeping (code style,...)
Reported by: | mstoeger | Owned by: | mstoeger |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | Visualization | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by mstoeger)
Change History (19)
comment:1 Changed 16 years ago by mstoeger
comment:2 Changed 16 years ago by mstoeger
- Status changed from new to assigned
Layout is only updated when necessary (before painting) r1879
comment:3 Changed 16 years ago by mstoeger
Moved X-Axis settings from model to model.XAxis. Fixed UpdateLayout and invalidating. r1880
comment:4 Changed 16 years ago by mstoeger
renamed xaxis properties r1881
comment:5 Changed 16 years ago by mstoeger
removed svn:needs-lock properties from project files. r1882
comment:6 Changed 16 years ago by mstoeger
removed unused interfaces/classes. reordered methods in model. r1886
comment:7 Changed 15 years ago by mstoeger
moved the canvas and the basic types of shapes to their own namespace. r1964
comment:8 Changed 15 years ago by mstoeger
comment:9 Changed 15 years ago by mstoeger
made public field private r1969
comment:10 Changed 15 years ago by mstoeger
fixed a bug in DataRow.AddValues. Min/MaxValues were not updated. r1978
comment:11 Changed 15 years ago by mstoeger
added bitmap-snapshot function. fixed auto-zoom bug that caused a "zoom level too high" error when a data row contained only one value. r1979
comment:12 Changed 15 years ago by mstoeger
added a few tests. r1981
comment:13 Changed 15 years ago by mstoeger
bugfix for inserting values into a datarow. it didn't update the auto-zoom. r1982
comment:14 Changed 15 years ago by mstoeger
- Description modified (diff)
comment:15 Changed 15 years ago by mstoeger
- Description modified (diff)
bugfixes in DataRow.Add/ModifyValues (checking indexes, updating min/max-values). r1983
comment:16 Changed 15 years ago by mstoeger
bugfixes in DataRow.RemoveValues (updating min/max-values). r1984
comment:17 Changed 15 years ago by mstoeger
more "zoom level too high" fixes. the error also occured for empty charts and for empty data rows. r1987
comment:18 Changed 15 years ago by gkronber
comment:19 Changed 15 years ago by mstoeger
- Resolution set to fixed
- Status changed from assigned to closed
r1233 Removed some old unused Z-Order values. Replaced some var types by concrete types. Renamed some LineShape properties. Added caching of Pens and Brushes in LineShape and RectangleShape. Put axis tick calculation algorithm into its own class.