forked from enthought/traitsui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
33 lines (20 loc) · 923 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Traits UI Changelog
===================
Since 4.3.0
New Features
* Changes for new Traits adaptation mechanism support (#113)
Enhancements
* Remove the use of the deprecated PySimpleApp under Wx and several other
improvements. (#107)
* Improvements to Qt TabularEditor, TableEditor and TreeEditor drag and drop
support. Should be roughly on par with Wx support. No API changes.
(#124, #126, #129, #135)
* Improvements to PyMimeData coercion to better handle lists of items. (#127)
Fixes
* Revert to parsing exception messages to avoid asking for value of an Event (#123)
* Fix drag image location for Qt TreeEditor (#132)
* Qt TreeEditor supports bg and fg colors and column labels correctly. (#131)
* remove event handlers before window destruction in Wx. Required for
Wx 2.9. (#108)
There are currently some other unlisted changes going back some time
before this file was created.