Skip to content

Commit

Permalink
Upgraded PySide6-QtADS from 4.3.0.2 to 4.3.1
Browse files Browse the repository at this point in the history
* Better fix for #280
* Fixes floating windows (such as range tools) on Ubuntu.
  • Loading branch information
mliberty1 committed Oct 5, 2024
1 parent dd87078 commit 17d2746
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ body:
label: UI version
description: What version of our software are you running?
options:
- 1.1.12
- 1.1.11
- 1.1.10
- other
validations:
required: true
Expand All @@ -39,6 +39,8 @@ body:
- Windows 11
- Windows 10
- Windows 7
- macOS 14 arm64 (M1 and newer)
- macOS 14 amd64
- macOS 13 arm64 (M1 and newer)
- macOS 13 amd64
- macOS 12 arm64 (M1 and newer)
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/enhancement_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ body:
label: UI version
description: What version of our software are you running?
options:
- 1.1.12
- 1.1.11
- 1.1.10
- other
validations:
required: true
Expand All @@ -46,6 +46,8 @@ body:
- Windows 11
- Windows 10
- Windows 7
- macOS 14 arm64 (M1 and newer)
- macOS 14 amd64
- macOS 13 arm64 (M1 and newer)
- macOS 13 amd64
- macOS 12 arm64 (M1 and newer)
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/question_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ body:
label: UI version
description: What version of our software are you running?
options:
- 1.1.12
- 1.1.11
- 1.1.10
- other
validations:
required: true
Expand All @@ -43,6 +43,8 @@ body:
- Windows 11
- Windows 10
- Windows 7
- macOS 14 arm64 (M1 and newer)
- macOS 14 amd64
- macOS 13 arm64 (M1 and newer)
- macOS 13 amd64
- macOS 12 arm64 (M1 and newer)
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,11 @@ jobs:
sudo apt install -y libudev-dev qt6-base-dev qt6-3d-dev
- name: Install python dependencies
# CAUTION: remove hack to force PySide 6.7.3 once PySide6-QtAds gets updated.
run: |
which python
python -VV
python -m pip install --upgrade pip
python -m pip install -U --upgrade-strategy eager -r requirements.txt
python -m pip install -U --upgrade-strategy eager --no-warn-conflicts shiboken6==6.7.3 PySide6==6.7.3 PySide6-Addons==6.7.3 PySide6-Essentials==6.7.3
python -m pip install babel polib deepl
- name: Patch macOS to universal2
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This file contains the list of changes made to pyjoulescope_ui.

---

## 1.1.12

2024 Oct 5

* Upgraded PySide6-QtADS from 4.3.0.2 to [4.3.1](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/tag/4.3.1)
* Better fix for #280
* Fixes floating windows (such as range tools) on Ubuntu.


## 1.1.11

2024 Sep 30
Expand Down
4 changes: 2 additions & 2 deletions joulescope.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Joulescope"
#define MyAppVersion "1.1.11"
#define MyAppVersionUnderscores "1_1_11"
#define MyAppVersion "1.1.12"
#define MyAppVersionUnderscores "1_1_12"
#define MyAppPublisher "Jetperch LLC"
#define MyAppURL "https://www.joulescope.com"
#define MyAppExeName "joulescope.exe"
Expand Down
2 changes: 1 addition & 1 deletion joulescope_ui/locale/joulescope_ui.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT 1.1.11\n"
"Project-Id-Version: PROJECT 1.1.12\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-09-21 15:23-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion joulescope_ui/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.11"
__version__ = "1.1.12"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ pyjls>=0.10.0,<1
pyopengl>=3,<4
pywin32; sys_platform == 'win32' # python {path_to_python}\scripts\pywin32_postinstall.py -install
pyqtgraph>=0.13.6,<1
PySide6>=6.7.2,<7
PySide6-QtAds>=4.3.0.2,<5
PySide6>=6.7.3,<7
PySide6-QtAds>=4.3.1,<5
python-dateutil>=2.7.3,<3
PyInstaller>=6.1.0,<7
QtPy>=2,<3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ def run(self):
'pyopengl>=3,<4',
"pywin32>=223; platform_system == 'Windows'",
'pyqtgraph>=0.13.6,<1',
'PySide6>=6.7.2,<7',
'PySide6-QtAds>=4.3.0.2,<5',
'PySide6>=6.7.3,<7',
'PySide6-QtAds>=4.3.1,<5',
'python-dateutil>=2.7.3,<3',
'QtPy>=2,<3',
'requests>=2,<3',
Expand Down

0 comments on commit 17d2746

Please sign in to comment.