1
0
Files
python-orange-widget-base/python-orange-widget-base.changes
Dirk Mueller 0c49c17bff - skip python 3.6 build (no scipy)
- update to 4.11.0
  * errorreporting: Fix sending report with empty ows 
  * OWBaseWidget: Add hide/show indicator in splitter
  * widget: Refactor statusbar buttons, in/out msgs
  * messagewidget: Adjust icon animation
  * messagewidget: Elide message text
  * widget: Add details to in/out msg on empty
  * messagewidget: Hide in/out short text in tooltip
  * SVGFormat: Insert 'nonpixelated' into svg style
  * Remove deprecated maximumContentLength from combobox
  * VisualSettingsDialog: Enable using saved settings
  * OWBaseWidget: Enable using custom Visual settings dialog
  * VisualSettingsDialog: Add support for LineEdit
  * Disable scrolling in DraggableSpinBoxMixin

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-orange-widget-base?expand=0&rev=7
2021-02-14 19:55:35 +00:00

40 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Sun Feb 14 19:52:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python 3.6 build (no scipy)
- update to 4.11.0
* errorreporting: Fix sending report with empty ows
* OWBaseWidget: Add hide/show indicator in splitter
* widget: Refactor statusbar buttons, in/out msgs
* messagewidget: Adjust icon animation
* messagewidget: Elide message text
* widget: Add details to in/out msg on empty
* messagewidget: Hide in/out short text in tooltip
* SVGFormat: Insert 'nonpixelated' into svg style
* Remove deprecated maximumContentLength from combobox
* VisualSettingsDialog: Enable using saved settings
* OWBaseWidget: Enable using custom Visual settings dialog
* VisualSettingsDialog: Add support for LineEdit
* Disable scrolling in DraggableSpinBoxMixin
-------------------------------------------------------------------
Thu Jan 28 09:36:28 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- pytest-xvfb will exit 1 due to I/O errors, work around that using grep.
-------------------------------------------------------------------
Wed Feb 5 14:08:28 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 4.3.0
* stateinfo: add auto format for numbers
* gui.checkBox: Show specific state when disabled
* gui.comboBox: Fix stored label
* widgetsscheme: Reorder pending signals to match
* Context: Add __eq__ and __hash__
-------------------------------------------------------------------
Fri Nov 22 20:02:45 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version