Commit Graph

  • 67d397d803 Fix pg.exec() to pg.mkQApp().exec() shikishima 2021-05-16 18:11:56 +0900
  • 1db75c1a15 implmented some suggested revisions Nils Nemitz 2021-05-16 18:01:22 +0900
  • b98244e7d3 Add import initExample and fix mkQApp().exec_() to pg.exec() (https://github.com/pyqtgraph/pyqtgraph/pull/1776#discussion_r633046878, https://github.com/pyqtgraph/pyqtgraph/pull/1776#discussion_r633046781) shikishima 2021-05-16 17:58:50 +0900
  • e97bd800dd [Moved pos, color, text, and font to the __init__ method.](https://github.com/pyqtgraph/pyqtgraph/pull/1776#discussion_r633047216) shikishima 2021-05-16 17:38:31 +0900
  • f0f9e01bc7 [The long code has been broken up into separate lines.](https://github.com/pyqtgraph/pyqtgraph/pull/1776#discussion_r633046234) shikishima 2021-05-16 17:20:56 +0900
  • 60111fde19 [Combines two isinstance() into one.](https://github.com/pyqtgraph/pyqtgraph/pull/1776#discussion_r633046120) shikishima 2021-05-16 17:18:04 +0900
  • 1ba52032d7 [Combines two isinstance() into one.](https://github.com/pyqtgraph/pyqtgraph/pull/1776#discussion_r633046120) shikishima 2021-05-16 17:03:35 +0900
  • d3e0d041de
    Merge pull request #1774 from pijyoi/pg_exec Ogi Moore 2021-05-15 22:42:59 -0700
  • 81d48818f5 minor text adjustment Nils Nemitz 2021-05-16 12:07:32 +0900
  • 6217e82198 Merge branch 'master' into bypass_makeargb KIU Shueng Chuan 2021-05-16 10:17:06 +0800
  • e5895e81ad cache effective lut only if combination took place KIU Shueng Chuan 2021-05-16 09:35:28 +0800
  • ac77f16c2a
    Merge 53617ed17d into 65ef2a5a60 David Nadlinger 2021-05-15 17:51:13 -0400
  • b82534a347 reverted setRect behavior, documentation pass for ImageItem Nils Nemitz 2021-05-16 03:13:48 +0900
  • 7c2c13ca7e Add an example. shikishima 2021-05-15 20:47:35 +0900
  • f1e48055dc Add from .items.GLTextItem import * shikishima 2021-05-15 20:47:00 +0900
  • 0e8c31a93f Delete unnecessary function. shikishima 2021-05-15 20:45:36 +0900
  • 9e0eaa40fc fix merge conflict Nils Nemitz 2021-05-15 18:39:17 +0900
  • abcb63ec57 Fixed DocString. shikishima 2021-05-15 13:46:17 +0900
  • 75ac00ea6b Add GLTextItem shikishima 2021-05-15 13:38:10 +0900
  • 253055003b
    Add a Code of Conduct (#1773) Martin Chase 2021-05-13 15:37:07 -0700
  • dfddb39ce0 Revert "add QApplication.exec() to Qt5 bindings" KIU Shueng Chuan 2021-05-14 05:49:39 +0800
  • 0fb0209e43 Revert "provide QApplication.exec() for PySide6 6.0" KIU Shueng Chuan 2021-05-14 05:49:19 +0800
  • 0754602c3c fix in-library uses of exec_() KIU Shueng Chuan 2021-05-14 05:46:57 +0800
  • 21296cd4f3 change all examples to use pg.exec() KIU Shueng Chuan 2021-05-14 05:28:22 +0800
  • 61badc88b3 implement pg.exec() KIU Shueng Chuan 2021-05-14 05:27:20 +0800
  • 38938c5120 Added tooltips and URLs to the class diagram. Pepijn Kenter 2021-05-13 22:36:15 +0200
  • 36b39bf6d5 improve wording; transparency in moderation; fix link Martin Chase 2021-05-13 13:09:14 -0700
  • 1905f83047
    Merge pull request #1772 from pijyoi/fix_remote Ogi Moore 2021-05-13 12:22:00 -0700
  • 39789b658e Code of Conduct adapted from PuPPy and matplotlib Martin Chase 2021-05-13 11:44:00 -0700
  • 9ee3d8d985 Moved objects closer together to make the diagram more compact. Pepijn Kenter 2021-05-13 11:10:22 +0200
  • 1e6e7f9083 Consistent distance between layout items and the rest of the classes. Pepijn Kenter 2021-05-13 10:55:49 +0200
  • 59a368171f Fixed the agragations between QGraphicsView, QGraphicsScene, QGraphicsItem, and their PyQtGraph equivalents. Pepijn Kenter 2021-05-13 10:49:58 +0200
  • 381147450d pass through any AttributeError KIU Shueng Chuan 2021-05-13 14:43:28 +0800
  • 210203d628 don't print out expected Exception KIU Shueng Chuan 2021-05-13 13:55:09 +0800
  • eed220e874
    Merge pull request #1771 from pijyoi/fix_pyside6.1 Ogi Moore 2021-05-12 21:51:01 -0700
  • 3eb69e6d9b provide QApplication.exec() for PySide6 6.0 KIU Shueng Chuan 2021-05-13 09:48:47 +0800
  • 2dad9862cb add QApplication.exec() to Qt5 bindings KIU Shueng Chuan 2021-05-13 09:02:42 +0800
  • 3b32e27083 RemoteGraphicsView.py : fix deprecated mouse positions KIU Shueng Chuan 2021-05-13 08:57:15 +0800
  • 70c123a95c fix localPos() deprecated warnings KIU Shueng Chuan 2021-05-13 08:42:45 +0800
  • 60661f586f fix: QVector3D has no copy constructor KIU Shueng Chuan 2021-05-13 08:23:06 +0800
  • 7cfe88ceda avoid explicitly forcing to C-contiguous KIU Shueng Chuan 2021-05-12 17:43:11 +0800
  • e9ee4961d0 add float32 format tests KIU Shueng Chuan 2021-05-12 15:34:39 +0800
  • 14f10a336f fix: variable could be uninitialized KIU Shueng Chuan 2021-05-12 13:19:10 +0800
  • 29681a5523 support float with no nans KIU Shueng Chuan 2021-05-12 10:38:24 +0800
  • 5b5c950527 bug: applying colors_lut needs C-order KIU Shueng Chuan 2021-05-12 12:32:57 +0800
  • 9cb8986d90 some cleanup and suggested revisions Nils Nemitz 2021-05-12 03:19:06 +0900
  • 05dc98c8c8 typo failed all tests Nils Nemitz 2021-05-09 23:22:05 +0900
  • 91de81e3ad Pyside seems to keep one weakref to a QColor alive. Nils Nemitz 2021-05-09 23:13:53 +0900
  • 4b2d97df8e add some diagnostic for failing PySide tests Nils Nemitz 2021-05-09 22:57:01 +0900
  • 86c6a9021e don't import qdarkstyle, we don't use that. Nils Nemitz 2021-05-09 22:36:02 +0900
  • 8124cec3ea missed a conflict marker Nils Nemitz 2021-05-09 22:07:59 +0900
  • c83f849acf resolve conflicts Nils Nemitz 2021-05-09 22:05:26 +0900
  • a96af3b6c2 tweak before merging master Nils Nemitz 2021-05-09 22:01:41 +0900
  • bf197e072c moved functionality to colorRegistry, added new palettes and example Nils Nemitz 2021-05-09 21:48:45 +0900
  • 98992948ea UML: put graphics view, scen and items classes at the same horizontal level. Pepijn Kenter 2021-05-09 13:56:12 +0200
  • b4fcb875e5 fix: lut_big is dtype uint8 with more than 256 entries KIU Shueng Chuan 2021-05-09 19:51:00 +0800
  • 04a73a43e3 Flipped UML diagram horizontally. Pepijn Kenter 2021-05-09 12:57:46 +0200
  • e4d223b2e0 add numba to benchmarking KIU Shueng Chuan 2021-05-09 18:55:20 +0800
  • 0c39928589 Ported most recent UML diagram from PlantUML to YEd. Pepijn Kenter 2021-05-09 12:35:25 +0200
  • 1957a3b74e try to be cupy compatible KIU Shueng Chuan 2021-05-09 15:35:00 +0800
  • 5566c77729 setImage() does not take an output argument KIU Shueng Chuan 2021-05-09 14:54:19 +0800
  • 96e83b7d43
    Merge pull request #1766 from pijyoi/vst_numba_toggle Ogi Moore 2021-05-07 08:40:03 -0700
  • 0503f96121 Format_RGB32 will always have alpha equal 255 KIU Shueng Chuan 2021-05-07 18:09:02 +0800
  • 09ce81655d VideoSpeedTest.py : Add numba checkbox KIU Shueng Chuan 2021-05-07 15:35:27 +0800
  • bfc63bb730
    Make plotting with gradients more fun (#1742) Nils Nemitz 2021-05-07 15:20:21 +0900
  • 7c0a61fcc1 rescale rgb images by computation, not by memory lookup KIU Shueng Chuan 2021-05-07 13:57:29 +0800
  • f9fb27aaf6 cases 2,3 are already handled KIU Shueng Chuan 2021-05-06 22:13:06 +0800
  • fe0b78d792 for uint16, do rescale rather than do levels_lut lookup KIU Shueng Chuan 2021-05-06 21:59:16 +0800
  • 2fb7cdafbd
    more complete test yields more complete behavior (#1765) Martin Chase 2021-05-05 18:07:34 -0700
  • fac12e36b5 more complete test yields more complete behavior Martin Chase 2021-05-05 17:34:29 -0700
  • fa1be1e5bf
    show and hide properly for maxTraces; +test (#1764) Martin Chase 2021-05-05 17:08:04 -0700
  • 0d51040337 show and hide properly for maxTraces; +test Martin Chase 2021-05-05 14:28:45 -0700
  • ab51264021 color registry handles updates now Nils Nemitz 2021-05-06 02:53:33 +0900
  • cafe079910
    Support horizontal HistogramLUT{Item,Widget} (#1757) Kenneth Lyons 2021-05-04 21:25:42 -0700
  • 434a83c7ac Add top/bottom orientation to doc. Expand on levelMode doc a bit Kenneth Lyons 2021-05-04 20:32:43 -0700
  • 8c0c33c5d2 fix: assign to self.qimage only if not None KIU Shueng Chuan 2021-05-04 20:00:15 +0800
  • 6d74541196 bug: qimage may not be assigned KIU Shueng Chuan 2021-05-04 19:46:31 +0800
  • 939c251fca refactor long code into functions KIU Shueng Chuan 2021-05-04 19:09:45 +0800
  • 420f0bf5b9 normalize 1-chan images to ndim==2 earlier up KIU Shueng Chuan 2021-05-04 16:47:42 +0800
  • 7dd033c03b
    Merge pull request #1759 from alimustafashah/master Ogi Moore 2021-05-03 20:31:51 -0700
  • e1b1410260 Fixed typo in InfiniteLine (sigclicked vs. sigClicked) shahmustafa54 2021-05-04 06:03:17 +0500
  • 87c0e08eb5 fixed mis-spelling QColor as Qcolor Nils Nemitz 2021-05-03 18:40:34 +0900
  • 8cb8278119 removed some whitespace and redundant blank lines, changed some checks '== None' to 'is None' Nils Nemitz 2021-05-03 18:30:55 +0900
  • 3a119df3ac Merge remote-tracking branch 'upstream/master' into colormap_to_pen Nils Nemitz 2021-05-03 18:00:10 +0900
  • 1dc8af6c6b made tri-state axes switching explicit Nils Nemitz 2021-05-03 17:08:18 +0900
  • 174a1c12ee Merge remote-tracking branch 'upstream/master' into axis_convenience_methods Nils Nemitz 2021-05-03 16:48:54 +0900
  • 3c483a3f89 Add doc for orientation arg Kenneth Lyons 2021-05-02 21:51:44 -0700
  • 543e5844d8 Woops Kenneth Lyons 2021-05-02 21:42:49 -0700
  • e4326470d6 Update from review and a couple more minor updates Kenneth Lyons 2021-05-02 21:34:24 -0700
  • 2bd006677f Use f-strings Kenneth Lyons 2021-05-02 19:17:56 -0700
  • dc5130bd37 Copy paste bug Kenneth Lyons 2021-05-02 18:24:51 -0700
  • 0e8e88fee3 A few more minor fixups Kenneth Lyons 2021-05-02 18:03:33 -0700
  • 1096acbebe Remove unused HistogramLUTItem option Kenneth Lyons 2021-05-02 17:48:03 -0700
  • f2ea94feaa Initial implementation of horizontally-oriented HistogramLUTItem Kenneth Lyons 2021-05-02 17:38:12 -0700
  • 45e777cf13 Improve HistogramLUTItem docs, a few cosmetic changes Kenneth Lyons 2021-05-02 17:31:07 -0700
  • cf70cf4395
    Merge pull request #1754 from j9ac9k/remove-pytest-extensions-from-ci Ogi Moore 2021-05-01 21:28:49 -0700
  • 5577664936 restructure uint8 and uint16 codepaths KIU Shueng Chuan 2021-05-02 09:27:16 +0800
  • 2fd5337215 Run processEvents twice to make sure plot is redrawn Ogi Moore 2021-05-01 18:05:33 -0700
  • cb48ce0548 Remove pytest-cov Ogi Moore 2021-05-01 14:23:33 -0700
  • 6163a60198 Remove pytest-xdist Ogi Moore 2021-05-01 14:23:28 -0700