~runeks/cairoplot/devel

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Rodrigo Moreira Araújo
  • Date: 2008-09-16 12:37:34 UTC
  • Revision ID: alf.rodrigo@gmail.com-20080916123734-xwba31g6djct60qz
Release fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
2008-08-15  Rodrigo Araújo <alf.rodrigo@gmail.com>
3
 
        * CairoPlot.py: Added discrete series option to FunctionPlot
4
 
        * tests.py: Added new tests for FunctionPlot new option
5
 
 
6
 
2008-08-14  Rodrigo Araújo <alf.rodrigo@gmail.com>
7
 
        * CairoPlot.py: Added DonutPlot
8
 
                        Added FunctionPlot
9
 
                        Added rounded corners option to Bar Plot
10
 
                        Added pseudo 3D option to Bar Plot
11
 
                        Set the default for the DotLinePlot to plot without
12
 
                        the dots
13
 
        * tests.py: Added new tests for the donut_plot function
14
 
                    Added new tests for the function_plot function
15
 
                    Added new tests for BarPlot new options
16
 
 
17
 
2008-07-12  Rodrigo Araújo <alf.rodrigo@gmail.com>
18
 
        * CairoPlot.py: Bug fixes for BarPlot
19
 
        * tests.py: Added new tests for the bar_plot function
20
 
 
21
 
2008-07-11  Rodrigo Araújo <alf.rodrigo@gmail.com>
22
 
        * CairoPlot.py: Added BarPlot working draft
23
 
        * tests.py: Added tests regarding the use of bar_plot function
24
 
 
25
 
2008-07-07  Rodrigo Araújo <alf.rodrigo@gmail.com>
26
 
        * CairoPlot.py: Changed PizzaPlot Class and pizza_plot function names
27
 
                        to PiePlot and pie_plot respectively;
28
 
                        Refactored Gantt Chart into Object Oriented mode;
29
 
                        Fixed the function DotLinePlot.calc_extents;
30
 
                        Added color_series argument to Plot constructor;
31
 
 
32
 
2008-07-04  Rodrigo Araújo <alf.rodrigo@gmail.com>
33
 
        * tests.py: Test suit used to check if the module is working correctly
34
 
        * CairoPlot.py: Refactored Pizza Graphic into Object Oriented mode;
35
 
                        Fixed the function Plot.render_bounding_box which
36
 
                        wasn't drawing the line after defining it.
37
 
 
38
 
2008-07-04  João S. O. Bueno <gwidion@gmail.com>
39
 
 
40
 
        * NEWS: initial NEWS
41
 
        * CairoPlot.py: Refactored DotLine Graphic into Object Oriented mode
42
 
                        Added support for other kind of Cairo Surfaces 
43
 
                        Added suport for changing some parameters of plot,
44
 
                        through modification of object properties.
45
 
                        Temporarily disabled series legend plotting
46
 
 
47
 
2008-07-03  João S. O. Bueno <gwidion@gmail.com>
48
 
 
49
 
        * ChangeLog: initial ChangeLog
50
 
        * COPYING: License file added (GNU LGPL 2.1)
51
 
        * TODO: initial TODO
52
 
 
53
 
 
54
 
2008-06-13   Rodrigo Araújo  <alf.rodrigo@gmail.com>
55
 
 
56
 
        * Initial commit