pyqtgraph/pyqtgraph
ntjess 4bf1866c2a
Organize paramtypes (#1919)
* Registered parameter types go in their own files

* Moves [int, float] item definitions outside `WidgetParameterItem`

* Moves [int, float] parameter definitions outside `WidgetParameterItem`

* Allow registering ParameterItems for easy parameter defs

* Finalizes moving simple parameters to their own files

* removes accidentally committed file

* Provides class qualnames in rst

* Address docstring build issues

* Address recent review comments
- `registerParameterItemType`:
  * added to docs and parametertree.__init__
  * Remove unsed PARAM_TYPES global
  * Hyperlink to `registerParameterType`
- parameter tree rst:
  * Alphabetize entries
  * Rebuild RST without fully qualified class name
  * Add note at file header that it is auto generated

* Remove spurious space during rst doc creation

* Ensure created/modified files end with newline

* Address CodeQL warnings

* toPlainText also returns str

* `QTreeWidgetItem.text` returns str
2021-08-02 10:47:55 -07:00
..
GraphicsScene Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
Qt Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
canvas Adds EOF newline to files missing it. 2021-08-02 11:51:28 -04:00
colors/maps Extend ColorMap with HSL cycles and subset generation (#1911) 2021-07-23 14:38:17 -07:00
console Adds EOF newline to files missing it. 2021-08-02 11:51:28 -04:00
dockarea Adds EOF newline to files missing it. 2021-08-02 11:51:28 -04:00
exporters Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
flowchart Merge pull request #1943 from ntjess/rm-py2-codepaths 2021-08-02 10:19:29 -07:00
graphicsItems Remove python 2 code paths 2021-08-02 12:07:25 -04:00
icons GraphIcons: Extend and deprecate previous pixmaps (#1534) 2021-02-05 21:09:59 -08:00
imageview Adds EOF newline to files missing it. 2021-08-02 11:51:28 -04:00
metaarray Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
multiprocess Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
opengl Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
parametertree Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
util Merge pull request #1943 from ntjess/rm-py2-codepaths 2021-08-02 10:19:29 -07:00
widgets Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
PlotData.py import numpy as np for lines 44 and 51 (#1161) 2020-05-30 08:09:25 -07:00
Point.py Revert Point.angle behavior change (#1806) 2021-05-27 08:51:06 -07:00
SRTTransform.py Revert Point.angle behavior change (#1806) 2021-05-27 08:51:06 -07:00
SRTTransform3D.py Use math.radians and math.degrees 2021-04-23 22:43:51 -07:00
SignalProxy.py Remove the use of pyqtgraph.ptime (#1914) 2021-07-22 20:57:50 -07:00
ThreadsafeTimer.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
Transform3D.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
Vector.py fix: QVector3D has no copy constructor 2021-05-13 08:23:06 +08:00
WidgetGroup.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
__init__.py Remove python 2 code paths 2021-08-02 12:07:25 -04:00
colormap.py Reduce ColorMap inefficiencies (#1927) 2021-07-29 20:50:10 -07:00
configfile.py Remove all usage of python2_3.py (#1939) 2021-08-01 21:43:32 -07:00
debug.py Remove the use of pyqtgraph.ptime (#1914) 2021-07-22 20:57:50 -07:00
exceptionHandling.py Squashed commit of the following: 2014-08-07 09:03:26 -04:00
frozenSupport.py Added Travis CI support 2014-03-30 02:51:32 -04:00
functions.py arrayToQPath can handle empty paths (#1920) 2021-08-02 10:18:25 -07:00
functions_numba.py rename private function and its arguments 2021-06-16 06:50:51 +08:00
graphicsWindows.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
ordereddict.py Adds EOF newline to files missing it. 2021-08-02 11:51:28 -04:00
pgcollections.py Many unused import cleanups (#1935) 2021-07-31 07:35:23 -07:00
ptime.py Remove python 2 code paths 2021-08-02 12:07:25 -04:00
reload.py Remove python 2 code paths 2021-08-02 12:07:25 -04:00
units.py add unicode units (#1471) 2021-01-03 14:28:56 -08:00