~ubuntu-branches/ubuntu/trusty/python-enable/trusty

« back to all changes in this revision

Viewing changes to CHANGELOG.txt

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2010-02-28 14:56:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100228145636-9ghfhe3uy37tt3q6
Tags: 3.3.0-1
* New upstream release
* Bump Standards-Version to 3.8.4
* Switch to source format 3.0
* Update patches/freetype2.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
3.2.0 (July 15th, 2009)
2
 
=======================
3
 
 
4
 
enthought.enable Enhancements
5
 
-----------------------------
6
 
 * Added Slider and Compass widgets
7
 
 * Added an OverlayContainer (almost identical to the one in Chaco)
8
 
 * Added ImageGraphicsContextEnable class so that one can always import a Kiva
9
 
 Image backend-based GraphicsContextEnable
10
 
 * renaming marker_trait to MarkerTrait (the old name is still permitted for
11
 
 backwards compatibility, but should be avoided)
12
 
 * Moved the scatter_markers module from Chaco to Enable, so that Enable
13
 
 components can use MarkerTrait
14
 
 * Added an experimental VTK backend for Enable, along with an example
15
 
 * Changed SVGButtonEditor toggle to draw a SVG under the button SVG instead of drawing a plain box
16
 
 * Added labels for SVGButton
17
 
 * Improving backbuffering performance on the Mac by creating the layer
18
 
 context from the window context instead of from a bitmap.
19
 
 * Adding a "fixed_preferred_size" trait to Components, so that relative size
20
 
 preferences can be expressed amongst different components in a container
21
 
 
22
 
enthought.enable Fixes
23
 
----------------------
24
 
 * Improved the backend selection to match the Traits UI backend unless
25
 
 ETSConfig.enable_toolkit is explicitly set
26
 
 * Fixed demo_main() in example_support.py so that it doesn't crash IPython
27
 
 * Fixed RGBAColorTrait so it can be used with the null toolkit
28
 
 * Changed the "sys_window" color to be the same as the Traits UI
29
 
 "WindowColor" constant
30
 
 * Fixed backend_cairo's get_text_extent() implementation to match other
31
 
 backends
32
 
 
33
 
enthought.kiva Enhancements
34
 
---------------------------
35
 
 * Added basic gradients to Kiva
36
 
 
37
 
enthought.kiva Fixes
38
 
--------------------
39
 
 * Fixed Python 2.6 datatype errors
40
 
 * Fixed memory leak as reported in ticket 1815
41
 
 * The macport test is only run on Darwin systems
42
 
 * Removed deprecated calls to old numpy APIs
43
 
 
44