1812 Commits

Author SHA1 Message Date
Luke Campagnola
9796a3fd10 Merge pull request #221 from rabryan/finite-fills
support multiple polygon paths in FillBetweenItem
2015-12-20 21:09:35 -08:00
Luke Campagnola
2360e9f50f Merge pull request #226 from fedebarabas/develop
invalid slice fix
2015-12-20 20:44:20 -08:00
Luke Campagnola
de6d742eec Merge pull request #227 from campagnola/multiprocess-cleanup
Multiprocess cleanup
2015-12-20 20:21:41 -08:00
Luke Campagnola
8b6771f82b Merge pull request #232 from duguxy/flowchart-update
fix repetitive update() of nodes with multiple input
2015-12-20 19:23:45 -08:00
dlidstrom
d461bf866f Add wrapping option to SpinBox 2015-10-25 03:51:55 -06:00
Kenneth Lyons
0904fb4b61 Pass TableWidget key press events to the parent class to allow for arrow key and tab navigation. 2015-10-24 23:14:32 -07:00
D.-L.Pohl
37367c8ac5 Update functions.py
BUG: fix scaling with numpy 1.10
2015-10-23 10:31:56 +02:00
duguxy
88091a6f93 fix update() of nodes with multiple input 2015-09-18 20:03:19 +08:00
duguxy
9fa0d0e724 Fix flowchart s&l on python2 2015-09-18 19:53:09 +08:00
duguxy
eb55e439a3 Fix flowchat save load support 2015-09-18 19:45:39 +08:00
duguxy
e98f3582a8 Fix: flowchart saveFile and loadFile in python3 2015-09-18 19:44:56 +08:00
fedebarabas
ab1051f494 invalid slice fix 2015-09-04 19:21:38 -03:00
Luke Campagnola
53c92148db Add unicode, bytes to default no-proxy list 2015-09-04 17:16:36 -04:00
Luke Campagnola
d65008dd63 defer debug message formatting to improve multiprocess communication performance 2015-09-04 15:53:08 -04:00
Richard Bryan
21ed1314aa support multiple polygon path in FillBetweenItem
addresses issue #220 by supportng fills between
finite-connected curves
2015-08-25 17:36:34 -04:00
Richard Bryan
f49c179275 ignore wheel events in GraphicsView if mouse disabled
- this allows parent dialogs to receive these events
if they need to
2015-08-25 10:06:39 -04:00
Luke Campagnola
1036edf618 Merge pull request #194 from ixjlyons/gl-background
Use glColor instead of mkColor to set GLViewWidget background color.
2015-08-08 13:30:08 -04:00
Luke Campagnola
f22493651d Merge pull request #135 from termim/stepMode_and_Average
PlotItem.addAvgCurve: pass through 'stepMode'
2015-08-08 13:02:16 -04:00
Eric Dill
4b15fa75d5 TST: Use pgcollections.OrderedDict for 2.6 compat 2015-08-02 17:08:07 -04:00
Eric Dill
ed21938b64 MNT: Need to import pytest... 2015-07-31 14:51:34 -04:00
Eric Dill
29795a0ebf TST: Skip the failing test for now.
Green check marks are so pretty, even if they are lies!
2015-07-31 14:48:26 -04:00
Eric Dill
cb326c4fd7 TST: But I should not just copy/paste code... 2015-07-31 14:42:47 -04:00
Eric Dill
94e457885c TST: How about we don't over-engineer a solution 2015-07-31 14:39:32 -04:00
Eric Dill
2b075560c7 TST: Wheeee overengineered solution! 2015-07-31 14:39:07 -04:00
Eric Dill
26ee8d5aaa TST: Add the initial window shape test back 2015-07-31 13:37:12 -04:00
Eric Dill
f5aa792e7d TST: Wrap each test function in setup/teardown 2015-07-31 13:31:54 -04:00
Eric Dill
7938d82a61 DOC: Removing duplicate code 2015-07-31 11:44:03 -04:00
Eric Dill
d050ee4e65 TST: Attempt 1 at breaking out ViewBox tests
Turns out that if you use a tiling manager, all these tests break...
2015-07-31 11:08:14 -04:00
Eric Dill
d6e74fe7eb DOC: Remove commented out test decorator 2015-07-31 10:23:00 -04:00
Eric Dill
c3cfdfd528 TST: Tests are passing on pyside, but many are skipped
Commenting out failing tests

TST: use -sv flag on travis
2015-07-31 10:23:00 -04:00
Eric Dill
c02dbe7679 TST: use pyqtgraph.Qt to import Qt stuff 2015-07-31 10:22:41 -04:00
Eric Dill
e5c903ad42 MNT: Test examples too
MNT: I think travis is going to pass now!

This time it will pass
2015-07-28 12:57:05 -04:00
Eric Dill
0b929d3551 MNT: First travis attempt
MNT: travis times out because no --yes, yay!

MNT: Remove sudo installs

MNT: another --yes

WIP: ??
2015-07-28 12:57:03 -04:00
Kenneth Lyons
9ea38a1270 Use glColor instead of mkColor to set GLViewWidget background color. 2015-07-22 13:13:26 -07:00
Eric Dill
e6c1c54a6b MNT: Use tempfile 2015-07-17 13:33:39 -04:00
Eric Dill
0e4fd90ca2 ENH: Clean up temp file from test suite 2015-07-13 13:38:04 -05:00
Eric Dill
9d09f4ba4e DOC: Document the valid args for bg/fg 2015-07-12 16:43:05 -05:00
Luke Campagnola
e7fbddcb3c Merge pull request #179 from mrussell42/transform_fft_logscale
Log scale and fft transform fix
2015-07-12 14:33:29 -05:00
Luke Campagnola
f6de3c67de pyside bugfix 2015-07-12 14:24:12 -05:00
Eric Dill
3bdb29e521 MNT: Remove commented code 2015-07-12 10:23:10 -05:00
Eric Dill
a52d8f7222 TST: Barn door testing on the divide-by-zero error 2015-07-11 17:43:57 -05:00
Eric Dill
f929f40c51 BUG: Divide by zero error in ImageItem autoDownsample 2015-07-11 17:43:57 -05:00
Eric Dill
5bfb903dac TST: python 3 generator compat
.keys() in python2 returns a list, .keys() in python3 returns a
generator. Wrap .keys() in a list so that you can index on it in python3
2015-07-11 11:20:29 -05:00
Eric Dill
934c2e437f MNT: Print function -> Print statement 2015-07-11 11:17:48 -05:00
mrussell
392d2a3475 Log scale and fft transform fix
If the plotted data is fourier transformed and an x log scale is chosen, the first bin causes an error because np.log10(0) doesn't make any sense.
2015-07-06 16:21:06 +01:00
Luke Campagnola
f34b69e660 Fix #92 (thanks jaxankey) 2015-06-03 22:18:02 -04:00
Luke Campagnola
0976991efd Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
Luke Campagnola
e3fce3e7bb Merge branch 'export-close-border' of https://github.com/klickverbot/pyqtgraph into klickverbot-export-close-border 2015-05-18 23:05:53 -04:00
David Nadlinger
274d0793b3 Properly remove select box when export dialog is closed
Previously, only clicking the "Close" button would remove it,
but it would stay behind when directly closing the window.
2015-05-16 20:41:54 +02:00
Luke Campagnola
be1ed10d9a Better thread tracing in debug.py 2015-05-12 11:14:02 -04:00