Commit Graph

934 Commits

Author SHA1 Message Date
dlidstrom
431228d0af Removed use of super() in TempAreaWindow 2015-03-17 20:45:21 -06:00
Luke Campagnola
45cf6a32dd Merge branch 'empty_DockArea_save-restore_fix' of https://github.com/lidstrom83/pyqtgraph into lidstrom83-empty_DockArea_save-restore_fix 2015-03-17 22:43:58 -04:00
Luke Campagnola
4194fba7b2 Merge branch 'lidstrom83-editable_dock_titles' into develop 2015-03-17 22:36:26 -04:00
dlidstrom
fe8e7e59db Fixes DockArea save/restore when topContainer is None (i.e. when no docks are present, or when all are in temporary windows). 2015-03-16 10:41:35 -06:00
dlidstrom
138fbb7fd7 Make it possible to change Dock titles. 2015-03-14 23:59:20 -06:00
dlidstrom
76dbdafacc Dock to emit closed signal when closed. Temporary DockArea windows call close method of all docks when they are closed. 2015-03-14 22:55:16 -06:00
Luke Campagnola
b700a1ad3d Merge branch 'lidstrom83-DockArea_apoptose_fix' into develop
Also corrected temporary container persisting after calling dockarea.addDock()
2015-03-14 15:49:45 -04:00
Luke Campagnola
dbacf5e0ed Merge branch 'DockArea_apoptose_fix' of https://github.com/lidstrom83/pyqtgraph into lidstrom83-DockArea_apoptose_fix 2015-03-14 15:38:36 -04:00
Luke Campagnola
fb41aa2d40 Fixed python 3 plot downsampling 2015-03-14 15:25:25 -04:00
Luke Campagnola
8e1c3856ea Added more examples to menu
Minor edits
2015-03-01 16:52:15 -05:00
Luke Campagnola
1fe5976e19 Merge branch 'pyqt5' into develop
Conflicts:
	examples/parametertree.py
	pyqtgraph/Qt.py
	pyqtgraph/graphicsItems/FillBetweenItem.py
	pyqtgraph/graphicsItems/InfiniteLine.py
	pyqtgraph/imageview/ImageView.py
2015-02-28 11:46:41 -05:00
Luke Campagnola
52d7f2142c Fix line width in a few examples 2015-02-28 11:26:45 -05:00
Luke Campagnola
7e40b329e9 more examples working under pyqt5 2015-02-28 11:05:57 -05:00
Luke Campagnola
058dd183d3 Cleaned up example loader 2015-02-28 10:32:34 -05:00
Luke Campagnola
caa15d2005 Merge branch 'compassym-pyqt5' into pyqt5 2015-02-28 09:38:38 -05:00
Luke Campagnola
baefdd0880 Merge branch 'fix-interpolate' into develop 2015-02-16 11:39:01 -05:00
Luke Campagnola
4066c7c76e tests working 2015-02-16 11:23:52 -05:00
Luke Campagnola
accafcce36 WIP: adding new tests and fixing bugs in pg.interpolateArray 2015-02-16 11:04:58 -05:00
Luke Campagnola
1d7cbca64d minor cleanup 2015-02-04 08:13:56 -05:00
Luke Campagnola
e36d6af2c2 Fixed git version string generation on python3
Merge branch 'gitversion-fix' into develop
2015-02-04 08:12:18 -05:00
Luke Campagnola
9cce7a1da3 convert to string for py3 2015-02-04 08:06:56 -05:00
Luke Campagnola
d3c2ad874f Fix git version detection 2015-02-04 08:00:49 -05:00
compass
98f079d86a Add pyqt5 support for examples/__main__.py 2015-01-17 18:45:32 +08:00
compass
00092d99d4 Add pyqt5 support for MatplotlibWidget 2015-01-17 18:34:30 +08:00
compass
478a3b1aa4 Fix some bugs in PyQt5 2015-01-17 00:21:33 +08:00
Luke Campagnola
bea4f88335 update changelog 2014-12-24 15:44:47 -05:00
Luke Campagnola
70cfdb4bbe PyQtGraph release 0.9.10 2014-12-24 14:34:58 -05:00
Luke Campagnola
e8820667f0 setup correction 2014-12-24 12:06:40 -05:00
Luke Campagnola
9a15b55706 Correct setup to use new setuptools if it is available 2014-12-24 11:19:42 -05:00
Luke Campagnola
305dc7468e manifest corrections 2014-12-24 11:05:05 -05:00
Luke Campagnola
2357cb427f correction for setup version string detection 2014-12-24 11:00:00 -05:00
Luke Campagnola
8f638776b3 PyQtGraph release 0.9.9 2014-12-23 19:13:54 -05:00
Daniel Lidstrom
853256bd41 DockArea apoptose fix.
Fixes problem where docks can't be added to a non-temporary area once all of its docks have been closed.
2014-12-23 16:46:15 -07:00
Luke Campagnola
930c3a1c40 Add example data files to setup 2014-12-23 16:39:37 -05:00
Luke Campagnola
77906fc7a2 corrections to manifest
Add pure-python integrator to verlet chain example
2014-12-23 15:55:52 -05:00
Luke Campagnola
9a951318be Add example subpackages to setup.py 2014-12-22 18:29:09 -05:00
Luke Campagnola
f7a54ffd42 Release 0.9.9 2014-12-14 20:01:00 -05:00
Luke Campagnola
41fa2f64d3 Fixed GL picking bug 2014-12-04 21:24:09 -05:00
Luke Campagnola
f90565442c Correction in setup.py: do not raise exception if install location does not exist yet. 2014-12-01 16:39:41 -05:00
Luke Campagnola
87453a2e2a Merge branch 'crash-fixes' into develop 2014-11-26 21:30:40 -05:00
Luke Campagnola
f6ded808ef Fixed a few exit crashes, added unit tests to cover them 2014-11-26 21:25:17 -05:00
Luke Campagnola
2bf4a0eb7b Workaround for Qt bug: wrap setSpacing and setContentsMargins from
internal layout of GraphicsLayout.

http://stackoverflow.com/questions/27092164/margins-in-pyqtgraphs-graphicslayout/27105642#27105642
2014-11-24 13:09:59 -05:00
Luke Campagnola
7fa0ce9711 Merge branch 'flowchart-node-menus' into develop 2014-11-14 08:12:33 -05:00
Luke Campagnola
85d6c86c67 Test submenu creation in example 2014-11-14 08:06:18 -05:00
Luke Campagnola
ad10b06652 Correction for spinbox auto-selection without suffix 2014-11-14 07:46:10 -05:00
Luke Campagnola
2d78ce6f87 Fix attributeerror when using spinbox in parametertree 2014-11-14 07:42:17 -05:00
David Kaplan
2ac343ac37 fixed missing namespace. 2014-10-27 18:06:31 -07:00
Luke Campagnola
b5955faaa2 Merge remote-tracking branch 'jdreaver/develop' into develop 2014-10-25 16:05:26 -04:00
Luke Campagnola
021addcf0e Merge remote-tracking branch 'nicolaisi/ntj01' into develop 2014-10-25 14:24:15 -04:00
Luke Campagnola
b0d3dd7657 Merge branch 'scatterplot-fix' into develop 2014-10-25 13:04:32 -04:00