pijyoi

Results 13 issues of pijyoi

With regards to #2270, experiment with swapping inheritance order to get GraphicsItem(s) to work on PyPy. ~Except for PySide6 (tested on 6.2.4 and 6.3.0), the patches here cause all other...

### Short description test_busycursor.py segfaults under the following conditions * on Linux PySide6 6.3, 6.4 *and* * *when executed alone* ### Code to reproduce ```python pytest tests/widgets/test_busycursor.py ``` ### Real...

### Short description Data bounds are calculated using their underlying data type. For signed small integer data types where the data spans more than half the full-scale range, an exception...

https://github.com/pyqtgraph/pyqtgraph/blob/master/pyqtgraph/widgets/FileDialog.py exists only as a workaround for macOS. However the workaround was made in 2012. Perhaps it should be investigated whether this workaround is still needed for current versions of...

### Short description ```ViewBox``` can be configured to ```RectMode``` and the following keys shortcuts are defined in the comments for ```ViewBox.keypressEvent```: ``` ctrl-A : zooms out to the default "full"...

ViewBox

Documenting some behavior changes to Parameter `list` types since 0.13.4. 1) Previously, it was possible to use `values`. Now `limits` must be used. (`limits` was added in 0.12.3) 2) Previously,...

### Short description If a time-axis is provided to `ImageView`, the initial position of the yellow line indicating the time position is wrongly set to 0. The actual value should...

Allow user to set whether to perform auto levels by default instead of having to specify it on each data change. The original behavior is that if unspecified, `autoLevels==True`. i.e....

### Short description Since Qt 6.4, GLViewWidget.itemsAt() no longer returns only the items within the region and seemingly returns all items. ### Code to reproduce ```python import pyqtgraph as pg...

As there are now 4 places that need to get `OpenGLFunctions`, it is time to refactor it. Some changes: 1) `glinfo` works now when the context is OpenGL ES (it...