Fix tray visibility and message reception issues
- Disable sound initialization to prevent hanging
- Add missing import re in utils.py
- Fix settings loading for QSettings
- Update file paths to use PROJECT_ROOT
- Revert to working API paths and listener from commit efdc63e
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,21 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: PyQt6_sip
|
||||
Version: 13.10.3
|
||||
Summary: The sip module support for PyQt6
|
||||
Home-page: https://github.com/Python-SIP/sip
|
||||
Author: Phil Thompson
|
||||
Author-email: phil@riverbankcomputing.com
|
||||
License: BSD-2-Clause
|
||||
Platform: X11
|
||||
Platform: macOS
|
||||
Platform: Windows
|
||||
Requires-Python: >=3.10
|
||||
License-File: LICENSE
|
||||
Dynamic: license
|
||||
Dynamic: license-file
|
||||
Dynamic: requires-python
|
||||
|
||||
sip Extension Module
|
||||
====================
|
||||
|
||||
The sip extension module provides support for the PyQt6 package.
|
||||
@@ -0,0 +1,7 @@
|
||||
PyQt6/sip.cpython-312-x86_64-linux-gnu.so,sha256=XoT6q79iUyumWhyZ5YySCwpGK1_GVPFj_c7TfnS-uak,677784
|
||||
pyqt6_sip-13.10.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
pyqt6_sip-13.10.3.dist-info/METADATA,sha256=ZAeMdF49bsbJstf_Yi-8z1BP5osSSBTucXXPJeXmDwY,495
|
||||
pyqt6_sip-13.10.3.dist-info/RECORD,,
|
||||
pyqt6_sip-13.10.3.dist-info/WHEEL,sha256=3r-EufzY2iBosSoFfWuEH__FQGfrATjnIDeM2yNhBIw,147
|
||||
pyqt6_sip-13.10.3.dist-info/licenses/LICENSE,sha256=Pm9bQnw2-U7PhrwBaYr3Awoe1us3SBENXbuNFC2ARhE,1304
|
||||
pyqt6_sip-13.10.3.dist-info/top_level.txt,sha256=uGhVd--tC9Rc5vMUgHCyJSLvK6QghpAQuw_eGmNAhx8,6
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (80.9.0)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp312-cp312-manylinux_2_5_x86_64
|
||||
Tag: cp312-cp312-manylinux1_x86_64
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
@@ -0,0 +1 @@
|
||||
PyQt6
|
||||
Reference in New Issue
Block a user