Revisions of python-traitsui
Ana Guerrero (anag+factory)
accepted
request 1127266
from
Matej Cepl (mcepl)
(revision 9)
- Update to 8.0.0: - This is a major release that provides support for PySide 6.4 and 6.5 as well as Python 3.11. It includes a number of backwards-incompatible changes following the example of Pyface 8.0.0, most notable is moving the traitsui.qt4.* modules to traitsui.qt.*. As with Pyface 8.0 we include a backwards-compatibility mode which allows importing from the 'qt4' namespace via: - setting the ETS toolkit to "qt4" - setting the ETS_QT4_IMPORTS environment variable - manually adding appropriate finders to sys.meta_path - Be strict about 'handler.init()' return values - Move 'traitsui.qt4.' to 'traitsui.qt.' - Remove deprecated 'format' trait - Deprecate imports from traitsui.editors (use traitsui.editors.api) - Remove backwards-compatibility mode in undo/redo code - Support for Python 3.11 and PySide 6.4+ - Fix uses of None in date range editor - Add comments for Wx-only examples - Replace uses of "fast_ui" dispatch with "ui" dispatch - Fix FileDialog selection actions - Fix regression in Wx version of FileEditor - Fix missing attribute of InstanceFactoryChocie - Replace some relative imports in tests - Update to 7.4.3: - This is a small bugfix release which resolves some bugs that have come to light as we get more experience with PySide 6, together with changes to run CI on more recent Python versions and current Github infrastructure.
Dominique Leuenberger (dimstar_suse)
accepted
request 832922
from
Tomáš Chvátal (scarabeus_iv)
(revision 6)
Dominique Leuenberger (dimstar_suse)
accepted
request 820888
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 795714
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
- Fix build without python2
Yuchen Lin (maxlin_factory)
accepted
request 730770
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
- Update to 6.1.3: * Add "bool" to allowed types for TableColumn (#656) * Fix tabular editor column widths (#652) * Fix setting valus in DataFrameEditor (#651) * Allow '...' in addition to ellipsis in text elision (#644) * Handle invalid values in RangeEditor better (#637) * Fix multi-select in Qt TabularEditor (#633) * Fix call to Bind in Wx FileEditor (#628) * Fixes to doc links in tutorial (#619) * Remove 3.5 from test matrix (#615) * Ensure etstool.py has consistent default Python versions (#614) * Fix typos in comments for table editor (#610) * Comprehensive tests for the base Editor object (#609) * Fix ContextValue __init__ method (#607) * Fix tutor.py in examples for Python 3 (#603) * Set initial item focus correctly on Qt (#602) * Make View and UI icons an Image trait (#600) * Fix TableEditor styling for Qt (#597)
Dominique Leuenberger (dimstar_suse)
accepted
request 605850
from
Todd R (TheBlackCat)
(revision 1)
Needed by python-enable
Displaying all 9 revisions