Commit Graph

  • 857efeecdb deprecate all the QtWidgets being accessed through QtGui Martin Chase 2021-07-18 15:34:31 -0700
  • 9c5c2eb83b sed -Ei 's/from Qt import .*QtGui/\0, QtWidgets/' Martin Chase 2021-09-07 22:29:42 -0700
  • 13b196c3a4 add isort to pre-commit Martin Chase 2021-09-07 22:27:04 -0700
  • 6da647f689 sed -i "s/QtGui\.$m/QtWidgets.$m/g" Martin Chase 2021-09-07 22:23:35 -0700
  • 126b7e0925
    Merge pull request #1985 from pijyoi/workaround_float_lut Ogi Moore 2021-09-07 21:48:15 -0700
  • 6f4b6b1b88
    Fix ImageView levelMode (#1974) magnium 2021-09-08 06:27:26 +0200
  • babd037cf7
    Adds checklist parameter (#1952) ntjess 2021-09-08 00:25:17 -0400
  • 745b04baa5
    Fix: updateDecimate should not unhide intentionaly hidden curves (#1973) Petras Jokubauskas 2021-09-08 06:19:22 +0200
  • 1cdbcdb1d0
    Merge branch 'master' into checklist-param Ogi Moore 2021-09-07 21:07:08 -0700
  • 2a66460afc
    Merge pull request #1954 from ntjess/deprecate-values-opt Ogi Moore 2021-09-07 20:57:27 -0700
  • 446a2c324c
    Merge pull request #1721 from j9ac9k/test-pr807 Ogi Moore 2021-09-07 20:47:19 -0700
  • d54da71138 Add docs page Ogi Moore 2021-08-01 22:21:22 -0700
  • 13ab4de209 Add really basic GLGraphItem example Ogi Moore 2021-04-16 23:26:20 -0700
  • c3dba791d1 Make equivalent to #807 Ogi Moore 2021-04-16 22:57:43 -0700
  • b5475cad6b warn about usage of non-uint8 LUTs KIU Shueng Chuan 2021-09-08 09:52:46 +0800
  • 6763b14fb9 delegate float luts to makeARGB() KIU Shueng Chuan 2021-09-07 00:04:42 +0800
  • 46bceed716
    remove additional empty line between methods Petras Jokubauskas 2021-09-02 09:46:51 +0200
  • 674e3f7375
    add test for PlotItem for external curve visibility control Petras Jokubauskas 2021-09-01 14:50:20 +0200
  • 309eb44377
    add doc string to updateDecimation Petras Jokubauskas 2021-09-01 14:13:15 +0200
  • c99d577ec9
    give better name for the function which handles MaxTraces checkstate change Petras Jokubauskas 2021-09-01 12:52:24 +0200
  • 98f4939ba7 Automatically set image to ImageView if imageItem is provided. Added a test for correct initialization of ImageView with imageItem and levelMode. raman 2021-08-23 09:00:18 +0200
  • eaa5a3cdc6
    Merge 6e7a56575e into 98d7bcf560 Kenneth Lyons 2021-08-22 14:32:17 +0000
  • 6e7a56575e Add some padding Kenneth Lyons 2021-08-22 07:32:08 -0700
  • a504a2467d fixes #1769 raman 2021-08-19 19:45:28 +0200
  • f3b1f13d2f
    Update PlotItem.py Petras Jokubauskas 2021-08-18 00:07:58 +0200
  • 574a9443d4
    Update PlotItem.py Petras Jokubauskas 2021-08-17 23:54:32 +0200
  • 43fbad91a8
    Update PlotItem.py Petras Jokubauskas 2021-08-17 22:20:43 +0200
  • 3d6d6ee69b
    Update PlotItem.py Petras Jokubauskas 2021-08-17 17:35:34 +0200
  • 98d7bcf560
    Merge pull request #1969 from pijyoi/fix_clip_nop Ogi Moore 2021-08-17 07:29:10 -0700
  • 6f1ea29fe4 bugfix: result of clip_array() not assigned KIU Shueng Chuan 2021-08-17 22:14:13 +0800
  • 175f84ecbc
    Merge pull request #1968 from pijyoi/imageview_scale Ogi Moore 2021-08-14 07:37:51 -0700
  • 11b4a1bb47 fix: ImageView calling deprecated QGraphicsItem.scale() KIU Shueng Chuan 2021-08-14 14:01:27 +0800
  • e752336b55
    Merge pull request #1965 from pijyoi/qpath_chunks Ogi Moore 2021-08-13 10:37:14 -0700
  • 0cd926ff8e merge finiteCheck branches KIU Shueng Chuan 2021-08-14 00:00:59 +0800
  • 3ff555450b better checklist change logic njessurun 2021-08-13 10:26:54 -0400
  • e541c9ba1e hoist duplicate code KIU Shueng Chuan 2021-08-13 18:53:58 +0800
  • 44e32f00c7 _fill_nonfinite() -> _compute_backfill_indices() KIU Shueng Chuan 2021-08-11 21:14:32 +0800
  • 9590f5d08b
    Merge e99beade24 into 0d8eba36a6 ntjess 2021-08-11 15:24:47 +0300
  • 679c1002c1 break up arrayToQPath KIU Shueng Chuan 2021-08-11 06:55:21 +0800
  • 7e31a5e4ee setup codepath for connect=='all' and all-finite KIU Shueng Chuan 2021-08-09 14:58:18 +0800
  • fa826bd4cb add benchmarks/arrayToQPath.py KIU Shueng Chuan 2021-08-09 22:19:52 +0800
  • 026a23624e exclusive checklist uses radio buttons njessurun 2021-08-09 16:27:13 -0400
  • 0e8e78a8b1 Extend doc page template to add a banner for the user survey Kenneth Lyons 2021-08-07 17:22:57 -0700
  • 0d8eba36a6
    Merge pull request #1957 from j9ac9k/bump-numpy-per-nep29 Ogi Moore 2021-08-07 10:13:49 -0700
  • 690a416d5d Bump minimum numpy up per NEP-29 schedule Ogi Moore 2021-08-07 09:37:19 -0700
  • a537bc2b23
    Merge pull request #1956 from pijyoi/zerocopy_qba Ogi Moore 2021-08-06 22:22:09 -0700
  • 287ec9fbea arrayToQPath: use QByteArray as backing store KIU Shueng Chuan 2021-08-07 08:17:42 +0800
  • 503507ba50 Don't specify a version for deprecation Nathan Jessurun 2021-08-06 08:04:11 -0400
  • 3d15ca1038 Catch remaining 'values' usages Nathan Jessurun 2021-08-05 15:28:05 -0400
  • 6f44d27f2d Deprecate values opt for list parameter Nathan Jessurun 2021-08-05 15:28:05 -0400
  • 2eb13f2f84 Forgot to rebuilt RST doc Nathan Jessurun 2021-08-05 15:41:23 -0400
  • dd732ec408 Merge branch 'master' of https://github.com/pyqtgraph/pyqtgraph into checklist-param Nathan Jessurun 2021-08-05 15:39:23 -0400
  • 6f397a37f7 Removes unneeded code Nathan Jessurun 2021-08-05 15:23:13 -0400
  • 0352ab2f35 Add documentation Nathan Jessurun 2021-08-05 15:22:50 -0400
  • 66b842ee7a Add 'checklist' to param tree example Nathan Jessurun 2021-08-05 13:09:14 -0400
  • 23c2b01303 Several checklist updates - Correct indentation - Allow dict-like setting + non-string values - Fix several bugs associated with 'exclusive' behavior Nathan Jessurun 2021-08-05 13:08:46 -0400
  • f16125c378
    Merge pull request #1951 from timgates42/bugfix_typos Ogi Moore 2021-08-04 22:01:50 -0700
  • 0646492f88 Implements a checklist parameter njessurun 2021-08-04 20:59:18 -0400
  • a2078f8a87
    docs: Fix a few typos Tim Gates 2021-08-05 06:47:08 +1000
  • 9972a745c9 Alphabetize parameter registration njessurun 2021-08-04 09:58:23 -0400
  • 239e15a6f8
    Merge pull request #1944 from pijyoi/getset_color_nih Ogi Moore 2021-08-03 22:53:53 -0700
  • 178e693a4d add SVG named color support KIU Shueng Chuan 2021-08-04 08:55:29 +0800
  • 371facb17f SVGExporter.py : fix background color KIU Shueng Chuan 2021-08-04 08:28:21 +0800
  • 482b92d700 GLGradientLegendItem: remove opengl code KIU Shueng Chuan 2021-08-03 20:29:11 +0800
  • efa662415e use QColor methods and functions KIU Shueng Chuan 2021-08-02 19:00:38 +0800
  • e99beade24 Generalize the overridable interact params Nathan Jessurun 2021-08-03 20:21:01 -0400
  • d811f0bc10 use interact in PlotSpeedTest.py Nathan Jessurun 2021-08-03 16:35:57 -0400
  • bae105a49f resolveParent bugfix Interacting with two functions that have the same name meant the first group parameter was overwritten, not appended to Nathan Jessurun 2021-08-03 16:35:21 -0400
  • b0473bd335 Can set group parameter title during interact Nathan Jessurun 2021-08-03 16:34:32 -0400
  • 56945edffd Improve ScatterPlotSpeedTest using docstring abilities Nathan Jessurun 2021-08-03 14:10:16 -0400
  • d4b7a12cfb Error to use optsContext with unrecognized names Nathan Jessurun 2021-08-03 14:09:28 -0400
  • 5d6a6d6887 Improves documentation and rst toc layout Nathan Jessurun 2021-08-03 14:09:07 -0400
  • 78cf1b053c InteractiveFunction introduced for scoping hooked up signals A problem with the previous implementation was the inability to disconnect the interactive function from a changed or changing signal since both slots were defined locally inside interact. This was the only way I could think of that exposes these slots to an outer scope, allowing them to be disconnected. It has the added benefit of allowing users to change the deferred parameters, or run the resulting function explicitly without calling an activate signal. Nathan Jessurun 2021-08-03 10:24:00 -0400
  • f4ca54b84d Better organization -- move to interact.py Nathan Jessurun 2021-08-02 23:20:03 -0400
  • 700fa4af1f Merge branch 'master' of https://github.com/pyqtgraph/pyqtgraph into interactive-params Nathan Jessurun 2021-08-02 21:42:37 -0400
  • ac0492512f better preformatting procedure Nathan Jessurun 2021-08-02 21:17:18 -0400
  • 4bf1866c2a
    Organize paramtypes (#1919) ntjess 2021-08-02 13:47:55 -0400
  • 6852bfdd9c QTreeWidgetItem.text returns str njessurun 2021-08-02 13:26:58 -0400
  • fb2e684f45
    Merge pull request #1943 from ntjess/rm-py2-codepaths Ogi Moore 2021-08-02 10:19:29 -0700
  • e18d1fb1f2
    arrayToQPath can handle empty paths (#1920) ntjess 2021-08-02 13:18:25 -0400
  • 9b9016f9cd address codeql qualms: Unused import, uneven tuple njessurun 2021-08-02 12:20:54 -0400
  • f546be3875 Use early exit to solve empty path instead of slice manipulation Nathan Jessurun 2021-08-02 11:27:28 -0400
  • b416c45a8b Improve test coverage of arrayToQPath njessurun 2021-07-24 09:57:51 -0400
  • 53d9f83c8c Fixes #1888 njessurun 2021-07-24 09:57:15 -0400
  • d0961cc320
    Merge pull request #1942 from ntjess/add-newlines Ogi Moore 2021-08-02 09:09:27 -0700
  • c0eb3267d2 Remove python 2 code paths njessurun 2021-08-02 12:02:11 -0400
  • b0bcec1ff2
    Merge pull request #1941 from ntjess/more-rm-py2_3 Ogi Moore 2021-08-02 09:01:22 -0700
  • ef99d3fbf6 Adds EOF newline to files missing it. Note: intentionally avoids files moved / already adjusted from #1919 njessurun 2021-08-02 11:51:28 -0400
  • 84b491fb9b toPlainText also returns str Note: intentionally leaves out instance in parametertypes.py to avoid merge conflict with #1919 Nathan Jessurun 2021-08-02 11:17:04 -0400
  • 3f2c21150e toPlainText also returns str Nathan Jessurun 2021-08-02 11:15:04 -0400
  • 25e2cb00f4 Merge branch 'master' of https://github.com/pyqtgraph/pyqtgraph into organize-paramtypes Nathan Jessurun 2021-08-02 10:42:45 -0400
  • a472f8c5de
    Remove all usage of python2_3.py (#1939) Kyle Sunden 2021-08-01 23:43:32 -0500
  • 6f7a4d0953 Yet more unnecessary casts Kyle Sunden 2021-08-01 23:25:30 -0500
  • 5dc993eed8 more unnecessary casts Kyle Sunden 2021-08-01 22:33:48 -0500
  • a3c514a030 Address CodeQL warnings njessurun 2021-08-01 13:58:30 -0400
  • 6d0907f13b Ensure created/modified files end with newline njessurun 2021-08-01 13:40:37 -0400
  • 3ef0b8790b Remove spurious space during rst doc creation njessurun 2021-08-01 13:35:42 -0400
  • 3ca6218645 syntax error fix Kyle Sunden 2021-08-01 00:53:30 -0500
  • 30dd589ff6 Additional unnecessary casts Kyle Sunden 2021-08-01 00:50:58 -0500
  • 74026d3c36 Unnecessary string casts Kyle Sunden 2021-07-31 23:10:44 -0500