forked from enthought/traitsui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
65 lines (42 loc) · 2.03 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Traits UI Changelog
===================
What's new in TraitsUI 4.5.0
----------------------------
Fixes
* Application-modal Traits UI dialogs are correctly styled as
application-modal under Qt. On Macs, they will now appear as independent
windows rather than drop-down sheets. (#164)
* Qt CodeEditor now honors 'show_line_numbers' and the 'readonly' style (#137)
* Deprecated `implements` declaration removed, use `provides` instead (#152)
* Fix TableEditor so that Qt.QSplitter honors 'orientation' trait (#171)
* Show row labels in Qt TableEditor when requested (#176)
* Fix TupleEditor so that multiple change events are not fired (#179)
* Numpy dependency is now optional. `ArrayEditor` will not be available
if numpy cannot be imported (#181)
Release 4.4.0
-------------
The biggest change in this release is support for the new adaptation mechanism
in Traits 4.4.0. Other than that, there are a number of other minor changes,
improvements and bugfixes.
Corran Webster (corranwebster on GitHub) is now maintainer of TraitsUI.
Change summary since 4.3.0
New Features
* Changes for new Traits adaptation mechanism support (#113)
Enhancements
* Add Travis-CI support.
* 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
* Fixes item selection issue #133 in ListStrEditor under Wx 2.9 (#137)
* Fixes to avoid asking for value of a Delegated Event (#123 and #136)
* Fix drag image location for Qt TreeEditor (#132)
* Qt TreeEditor supports bg and fg colors and column labels correctly. (#131)
* Fix ListEditor under PySide (#125)
* 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.