This project is mirrored from https://bitbucket.org/jakimowb/eo-time-series-viewer.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 12, 2014
-
-
Luke Campagnola authored
Added "deb" setup command
-
- Jan 05, 2014
-
-
Luke Campagnola authored
-
- Jan 04, 2014
-
-
Luke Campagnola authored
-
- Jan 02, 2014
-
-
Luke Campagnola authored
- fixed PlotCurveItem generating exceptions when data has length=0 - fixed ImageView.setImage only working once
-
- Dec 29, 2013
-
-
Luke Campagnola authored
-
- Dec 28, 2013
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
Flowchart example updated to use this feature.
-
Luke Campagnola authored
- Essentially a graphical interface to dict; all items have text and value - Assigns previously-selected text after list is cleared and repopulated - Get, set current value
-
- Dec 27, 2013
-
-
Luke Campagnola authored
-
- Dec 24, 2013
-
-
Luke Campagnola authored
-
- Dec 23, 2013
-
-
Luke Campagnola authored
-
Luke Campagnola authored
This merge converts all absolute imports into relative imports throughout pyqtgraph. This allows pyqtgraph to be embedded as a sub-package of larger packages.
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- Dec 22, 2013
-
-
Luke Campagnola authored
-
Luke Campagnola authored
finished top-level files and graphicsItems
-
Luke Campagnola authored
No more dynamic imports; pg uses static imports throughout. Flowcharts and exporters use plugin systems
-
Luke Campagnola authored
-
Luke Campagnola authored
* Replaced dynamic imports with static * Added NodeLibrary allowing multiple customized collections of Node types
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- Dec 19, 2013
-
-
Luke Campagnola authored
-
Luke Campagnola authored
- CSV headers include data names, if available - Exporter correctly handles items with no data - pg.plot() avoids creating empty data item - removed call to reduce() from exporter; not available in python 3 - Gave .name() methods to PlotDataItem, PlotCurveItem, and ScatterPlotItem
-
Luke Campagnola authored
-
Luke Campagnola authored
Added 'width' argument to PlotCurveItem.setClickable()
-
- Dec 18, 2013
-
-
Luke Campagnola authored
Added example of simple Designer usage.
-
- Dec 17, 2013
-
-
Luke Campagnola authored
Some Python3 related fixes.
-
Antony Lee authored
-
- Dec 15, 2013
-
-
Luke Campagnola authored
* __init__.py now contains latest release version string * installing from git checkout that does not correspond to a release commit will result in a more descriptive version string
-
Luke Campagnola authored
-
Luke Campagnola authored
setup.py now modifies __init__.py on build to include a more descriptive version string if .git is present.
-
Luke Campagnola authored
-
Luke Campagnola authored
New Profiler class from Antony Lee: * Simpler API (with backward compatibility) * Individual Profilers can be enabled by environmental variable PYQTGRAPHPROFILE
-