pyqtgraph/pyqtgraph/flowchart
lidstrom83 6519734932
Deprecate unused/unnecessary modules (#1576)
* Deprecate ordereddict module

* Import OrderedDict from collections module instead of pgcollections

* Deprecate pgcollections module

* Deprecate lru_cache module

A simpler recipe exists from the standard library using OrderedDict.

* Deprecate pil_fix module

* Python 3.7 compatibility fix

* Avoid or suppress deprecation warnings in tests
2021-02-15 09:52:06 -08:00
..
library Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
__init__.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
Flowchart.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
FlowchartCtrlTemplate_pyqt5.py Patch/window handling (#468) 2020-06-01 11:23:18 -07:00
FlowchartCtrlTemplate_pyqt6.py generate _pyqt6.py files 2021-01-23 08:29:39 +08:00
FlowchartCtrlTemplate_pyside2.py flip pyside2 template line endings 2018-05-17 09:02:41 -07:00
FlowchartCtrlTemplate_pyside6.py generate template files for pyside6 2021-01-15 08:25:07 +08:00
FlowchartCtrlTemplate.ui QFont.setWeight(75) is redundant 2021-01-15 08:25:05 +08:00
FlowchartGraphicsView.py Attempt i18n localization (#1513) 2021-01-27 11:34:32 -08:00
FlowchartTemplate_pyqt5.py Patch/window handling (#468) 2020-06-01 11:23:18 -07:00
FlowchartTemplate_pyqt6.py generate _pyqt6.py files 2021-01-23 08:29:39 +08:00
FlowchartTemplate_pyside2.py flip pyside2 template line endings 2018-05-17 09:02:41 -07:00
FlowchartTemplate_pyside6.py generate template files for pyside6 2021-01-15 08:25:07 +08:00
FlowchartTemplate.ui QFont.setWeight(75) is redundant 2021-01-15 08:25:05 +08:00
Node.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
NodeLibrary.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
Terminal.py remove scale, rotate and translate shims 2021-02-01 09:06:23 +08:00