Commit Graph

982 Commits

Author SHA1 Message Date
Luke Campagnola
70482432b8 Improve ImageItem performance by scaling LUT instead of image when possible.
Moved eq function from flowcharts to main function library to support this.
Bonus: fixed a flowchart bug (backspace deletes wrong connector) while I was in there.
2016-01-30 00:10:25 -08:00
Luke Campagnola
4be2869773 corrections and cleanups for functions.makeARGB
added unit test coverage
2016-01-29 23:11:01 -08:00
Luke Campagnola
e2f43ce4be simplify makeARGB: remove float support (this was never functional anyway)
remove rescale->lut optimization; this should be done in ImageItem instead.
2016-01-25 18:32:37 -08:00
Luke Campagnola
99aa4cfdd3 Performance improvements for makeARGB. Also adding unit tests.. 2016-01-10 23:08:19 -08:00
Luke Campagnola
9e8c2082ed Merge pull request #262 from campagnola/py26compat
Py26compat
2016-01-02 23:23:11 -08:00
Luke Campagnola
55c1554fa2 Remove parallel unit testing 2016-01-02 23:15:14 -08:00
Luke Campagnola
8803a93800 Merge pull request #254 from campagnola/numpy-fix
Numpy fix
2016-01-02 11:04:00 -08:00
Luke Campagnola
e495bbc69b Use inplace multiply 2016-01-02 10:31:03 -08:00
Luke Campagnola
15ba9e67e6 Merge branch 'develop' of https://github.com/SiLab-Bonn/pyqtgraph into SiLab-Bonn-develop 2016-01-02 10:11:05 -08:00
Eric Dill
21c79d1c4a MNT: Should use the actual widget not 'widget' 2015-12-24 10:41:17 -05:00
Eric Dill
51e06c31a7 MNT: Switch to WeakKeyDict 2015-12-24 10:38:31 -05:00
Luke Campagnola
215b39a59d Merge pull request #219 from rabryan/wheel-event-ignore
Ignore wheel events in GraphicsView if mouse disabled
2015-12-20 21:14:11 -08:00
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
Luke Campagnola
5b8d5583a6 Merge pull request #241 from ixjlyons/tablewidget-keypress
TableWidget key press events
2015-12-20 16:37:42 -08: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
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
13c67aff0b MNT: Ahh it's the semicolon... 2015-08-03 17:20:54 -04:00
Eric Dill
afbc65325e py26: {} cannot be empty for string formatting
So that's a nasty gotcha of python 2.6!
2015-08-02 17:18:38 -04:00
Eric Dill
4b15fa75d5 TST: Use pgcollections.OrderedDict for 2.6 compat 2015-08-02 17:08:07 -04:00
Eric Dill
a0586804b7 MNT: Test python 2.6 on travis 2015-08-02 11:00:26 -04:00
Luke Campagnola
cc655197d1 Merge pull request #203 from ericdill/testing-codecov
WIP: Testing codecov and coveralls
2015-08-01 21:12:14 -04:00
Eric Dill
728c6156c8 COV: coverage stats seem to fail the upload sometimes 2015-08-01 12:09:19 -04:00
Eric Dill
304f2f19cc MNT: hard code the coverage report location 2015-08-01 11:54:15 -04:00
Eric Dill
a8c4efcf23 TST: cding all over the place makes codecov sad 2015-08-01 11:37:09 -04:00
Eric Dill
1f05512e5a MNT: Testing codecov and coveralls 2015-07-31 16:09:32 -04:00
Luke Campagnola
30515e8cdb Merge pull request #202 from ericdill/wrong-codecov-link
I should, uh, badge this repo correctly...
2015-07-31 15:40:03 -04:00
Eric Dill
fb910dcf68 DOC: I should, uh, badge this repo correctly... 2015-07-31 15:37:47 -04:00
Luke Campagnola
740acf55e4 Merge pull request #191 from ericdill/travis
Putting travis back to work!
2015-07-31 15:34:31 -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
3e9c9c93fa DOC: Add a travis and codecov badges 2015-07-31 10:23:00 -04:00