Commit Graph

  • 56ee690d58
    Merge pull request #1527 from ixjlyons/improve-parameter-docs Ogi Moore 2021-01-30 11:01:08 -0800
  • c24d25bce3 Improve parametertree documentation Kenneth Lyons 2021-01-30 10:06:49 -0800
  • ce8c3262f8
    switch to use of QOpenGLWidget in GraphicsView.py (#1525) pijyoi 2021-01-31 00:59:29 +0800
  • 3dc40d8cea drop QGLWidget, use only QOpenGLWidget KIU Shueng Chuan 2021-01-30 16:57:58 +0800
  • be193e4b83 allow Qt6 users to turn on enableExperimental KIU Shueng Chuan 2021-01-30 14:27:59 +0800
  • 2346039dde switch to use of QOpenGLWidget in GraphicsView.py KIU Shueng Chuan 2021-01-29 23:21:34 +0800
  • e9eb8d50b6
    Merge pull request #1523 from pijyoi/lose_six Ogi Moore 2021-01-29 05:11:42 -0800
  • 6b7afbf75c remove six module KIU Shueng Chuan 2021-01-29 16:13:27 +0800
  • 961cdac51c
    Infiniteline emits clicked signal event (#1522) Ogi Moore 2021-01-28 22:02:51 -0800
  • 6d6941ea26 Infiniteline emits clicked signal event Ogi Moore 2021-01-28 21:54:01 -0800
  • 5bb3800adc
    ItemSample: Allow toggle of visibility via mouse click in LegendItem (#1497) Dennis Göries 2021-01-29 06:14:41 +0100
  • 3f02b30140
    Bugfix/wrong translate implementation (#1520) Sérgio Peixoto 2021-01-28 16:42:18 +0000
  • 53ac0a05ee Adds missing call to translation function for the export action on GraphicsScene Sérgio Peixoto 2021-01-28 16:18:26 +0000
  • 72a20cc460 Removes all translate calls from the Exporter class property Name and moves the translation logic when setting the QListWidgetItems for the formatList Sérgio Peixoto 2021-01-28 15:40:19 +0000
  • e8bbaf5e39 Removes all translate call on the parameter name and moves them into the title instead allowing to decouple visualization from code logic Sérgio Peixoto 2021-01-28 15:37:30 +0000
  • b094945dbc
    Merge pull request #1517 from pijyoi/shm_close Ogi Moore 2021-01-27 15:49:04 -0800
  • 2f4ceee1ce fix RemoteSpeedTest shutdown errors KIU Shueng Chuan 2021-01-26 22:00:19 +0800
  • b54aa3914d
    Attempt i18n localization (#1513) Ogi Moore 2021-01-27 11:34:32 -0800
  • 309195ceea
    Fix windows hidpi (#1516) Ogi Moore 2021-01-27 10:59:07 -0800
  • 85773e4530
    Revert "have mkQApp configure QApplication such that it handles HIDPI displays on Windows (#1509)" (#1515) Ogi Moore 2021-01-27 10:42:38 -0800
  • 265a38cb50 Fix pg not defined Ogi Moore 2021-01-27 10:42:23 -0800
  • 219f79947e maintain non-scaling behavior for parallel sides Martin 2021-01-27 10:39:08 -0800
  • 862a1e96e0 Revert "have mkQApp configure QApplication such that it handles HIDPI displays on Windows (#1509)" Ogi Moore 2021-01-27 10:24:24 -0800
  • 98f6b2f1a5
    have mkQApp configure QApplication such that it handles HIDPI displays on Windows (#1509) Ogi Moore 2021-01-27 10:05:56 -0800
  • c5773ba07b
    Merge branch 'master' into fix-windows-hidpi Ogi Moore 2021-01-27 10:05:01 -0800
  • 9456d07ae8 Fix scale-rotate ROI handler to allow to use a random scale axis and not only x/y Valentin Valls 2014-05-14 11:38:24 +0200
  • 99c871b661 add more translation calls Ogi Moore 2021-01-26 23:04:16 -0800
  • 1044a7b6c4
    Add almost all examples to ExampleApp (#1511) pijyoi 2021-01-27 05:45:53 +0800
  • ee5ef9a7cc categorize examples lists in utils.py KIU Shueng Chuan 2021-01-26 15:11:14 +0800
  • f7da5a2442 First f-string and I screw it up... Ogi Moore 2021-01-25 22:13:03 -0800
  • 11e166323f Try translate on other misc context menu strings Ogi Moore 2021-01-25 21:58:01 -0800
  • 01998eecf9 Trying translate on exporter strings Ogi Moore 2021-01-25 21:57:39 -0800
  • 5e3690dbb2 Revert "remove unused examples/utils.py" KIU Shueng Chuan 2021-01-26 13:56:19 +0800
  • 6f318c7abc test_examples.py needs to know about Namespace too KIU Shueng Chuan 2021-01-26 13:26:35 +0800
  • f239c56f38 bold interesting examples KIU Shueng Chuan 2021-01-26 13:17:28 +0800
  • 603fe081b7 Add documenation for hidpi displays Ogi Moore 2021-01-25 21:10:31 -0800
  • 0063b800f3 Remove fontScaleFactor bits Ogi Moore 2021-01-25 20:30:55 -0800
  • db379f47fa Fix Typo in App-Name Ogi Moore 2021-01-25 20:22:59 -0800
  • 2486a74702 use mkQApp and don't set style nor palette KIU Shueng Chuan 2021-01-26 08:44:16 +0800
  • 1b5454d4fd add almost all examples in folder KIU Shueng Chuan 2021-01-24 21:50:24 +0800
  • 2eddead459 remove unused examples/utils.py KIU Shueng Chuan 2021-01-25 09:00:00 +0800
  • 2bfb67f36f Merge branch 'master' of https://github.com/pyqtgraph/pyqtgraph Dennis Goeries 2021-01-25 09:34:12 +0100
  • 53b67a5893 fix: delete generated designerExample_*.py files KIU Shueng Chuan 2021-01-24 20:51:44 +0800
  • 3503a3e0b0 Better support of hidpi Ogi Moore 2021-01-23 22:19:02 -0800
  • a0597d8447 fix-422 Ogi Moore 2021-01-23 22:12:42 -0800
  • b4b11b1fdd set environment variables before starting QApp Ogi Moore 2021-01-22 23:16:33 -0800
  • 74bcd3ba87
    Merge pull request #1510 from pijyoi/update_exapp Ogi Moore 2021-01-23 08:43:25 -0800
  • 439465b77f Merge branch 'master' of https://github.com/pyqtgraph/pyqtgraph Dennis Goeries 2021-01-23 13:07:29 +0100
  • d96ec314be RemoteGraphicsView.py : fix mouse interactions for Qt 5.12 KIU Shueng Chuan 2021-01-23 19:21:09 +0800
  • 5186cbd80b remove Qt4 generated template files KIU Shueng Chuan 2021-01-23 12:12:20 +0800
  • 59fd72a3d1 exampleLoaderTemplate.ui : add Qt6 and remove Qt4 KIU Shueng Chuan 2021-01-23 10:39:54 +0800
  • 8670407779
    Merge pull request #1502 from pijyoi/pyqt6_compat Ogi Moore 2021-01-22 17:42:36 -0800
  • 6c760f3de1 add PyQt6 to CI KIU Shueng Chuan 2021-01-18 12:38:28 +0800
  • eec411a3c6 fixup Flowchart for PyQt6 KIU Shueng Chuan 2021-01-22 11:09:59 +0800
  • d0c062d7e5 Revert "workaround missing setStops binding" KIU Shueng Chuan 2021-01-22 12:30:49 +0800
  • 2e688cf672 PySide6 : shim missing binding QGradient.setStops KIU Shueng Chuan 2021-01-22 12:29:23 +0800
  • 3a9e81cc49 update RemoteGraphicsView.py for Qt6 KIU Shueng Chuan 2021-01-18 10:54:24 +0800
  • c0336acc11 bug: style() should have been styleHint() KIU Shueng Chuan 2021-01-18 15:22:29 +0800
  • 6dbda78231 Container.py : fix RecursionError KIU Shueng Chuan 2021-01-18 12:24:20 +0800
  • 8a091859f1 GradientWidget.py : workaround or-ing of enum flag values KIU Shueng Chuan 2021-01-18 09:37:54 +0800
  • 0957735255 AxisItem.py : workaround or-ing of text flags KIU Shueng Chuan 2021-01-17 07:19:51 +0800
  • 04e0a5e5af WidgetGroup.py : PyQt6 was taking PyQt4 codepath KIU Shueng Chuan 2021-01-17 12:59:02 +0800
  • edea696bc3 ROI.py : pyqt6 has no KeyboardModifier class KIU Shueng Chuan 2021-01-16 17:36:27 +0800
  • 13d652c794 convert to QPointF mouse event position KIU Shueng Chuan 2021-01-17 12:30:12 +0800
  • 607db15949 call super() on virtual QWidget methods KIU Shueng Chuan 2021-01-17 12:26:32 +0800
  • 0fa4557ad6 don't cast buttons, enums and flags to int KIU Shueng Chuan 2021-01-17 12:23:49 +0800
  • 3ce7f58384 import sip from Qt.py KIU Shueng Chuan 2021-01-17 06:45:19 +0800
  • dcbddb0abf add PyQt6 support to Qt.py and functions.py KIU Shueng Chuan 2021-01-14 19:03:52 +0800
  • ab41c03358 generate _pyqt6.py files KIU Shueng Chuan 2021-01-14 19:02:54 +0800
  • 22568d14a6
    Apply suggestions from code review Fekete Imre 2021-01-22 20:43:21 +0100
  • c5a2fa5085
    Update pyqtgraph/widgets/PenSelectorDialogbox.py Fekete Imre 2021-01-22 20:41:28 +0100
  • d243dfd9d0
    Update pyqtgraph/widgets/PenSelectorDialogbox.py Fekete Imre 2021-01-22 20:41:15 +0100
  • 61de49081a
    Update pyqtgraph/widgets/PenSelectorDialogbox.py Fekete Imre 2021-01-22 20:40:53 +0100
  • a13ac653a2
    Update pyqtgraph/widgets/PenSelectorDialogbox.py Fekete Imre 2021-01-22 20:40:38 +0100
  • 3f08ffff02
    Update pyqtgraph/widgets/PenSelectorDialog.py Fekete Imre 2021-01-22 20:40:20 +0100
  • ef6b86a3b0
    Update pyqtgraph/parametertree/parameterTypes.py Fekete Imre 2021-01-22 20:36:32 +0100
  • 6d93a4f540
    Update pyqtgraph/parametertree/parameterTypes.py Fekete Imre 2021-01-22 20:36:23 +0100
  • 03380a85f8
    Update pyqtgraph/widgets/PenSelectorDialogbox.py Fekete Imre 2021-01-22 20:35:43 +0100
  • 34f152ab5b
    Update pyqtgraph/widgets/PenSelectorDialogbox.py Fekete Imre 2021-01-22 20:35:38 +0100
  • 2e8351f3b9
    Update pyqtgraph/widgets/PenSelectorDialogbox.py Fekete Imre 2021-01-22 20:35:31 +0100
  • 444142681b
    Update pyqtgraph/widgets/PenSelectorDialog.py Fekete Imre 2021-01-22 20:35:23 +0100
  • 454f76991f
    Update pyqtgraph/widgets/PenSelectorDialog.py Fekete Imre 2021-01-22 20:35:16 +0100
  • fbde6b8b05 Allow svg and png in the setup.py and cleanup sg Dennis Goeries 2021-01-22 20:21:20 +0100
  • 157ea91b23
    Merge pull request #1507 from j9ac9k/run-apt-update-first Ogi Moore 2021-01-21 14:23:35 -0800
  • 94e5bcff02 Run apt update first Ogi Moore 2021-01-21 14:14:17 -0800
  • 122f3077d3
    Merge pull request #1506 from j9ac9k/fix-typo-in-glviewwidget Ogi Moore 2021-01-21 09:06:57 -0800
  • 4e070f40bc Fixed typo Ogi Moore 2021-01-21 08:48:54 -0800
  • a142bd6217
    Merge pull request #1504 from j9ac9k/use-getenv-correctly Ogi Moore 2021-01-19 23:35:58 -0800
  • b3a0051a99 Use os.getenv, not os.environ Ogi Moore 2021-01-19 23:23:24 -0800
  • 1654cb62ac
    Small ImageItem-related improvements (#1501) Martin Chase 2021-01-19 23:19:03 -0800
  • 4cf9246beb Merge branch 'master' into pr-669-merged Martin 2021-01-19 22:25:27 -0800
  • 4861639252 Merge branch 'cupy-rebase' into pr-669-merged Martin 2021-01-19 22:20:23 -0800
  • 510626c15f
    Add NonUniformImage, example and tests. (#509) Torsten Sommer 2021-01-20 06:43:58 +0100
  • f2b4a15b2d
    Performance enhancement: use CUDA in ImageItem (#1466) Martin Chase 2021-01-19 21:26:24 -0800
  • 90da49bf04 Merge remote-tracking branch 'origin/master' into cupy-rebase Martin 2021-01-19 21:09:24 -0800
  • 78bc0fd3ca
    Merge pull request #1495 from pijyoi/future_compat Ogi Moore 2021-01-19 21:05:50 -0800
  • dc17e2ef1c
    Merge pull request #1503 from j9ac9k/fix-git-head-reference-in-ci Ogi Moore 2021-01-19 21:05:14 -0800
  • 54d25ffbcf README.md : update support matrix KIU Shueng Chuan 2021-01-20 12:41:29 +0800
  • 0bf6cccd57 Up the faulthandler_timeout parameter to 30 Ogi Moore 2021-01-19 20:36:54 -0800
  • ee623c0fa9 Get testdata using checkout action Ogi Moore 2021-01-19 20:10:00 -0800