6 Commits

4 changed files with 44 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3547def6f6cb75a1dc0b389f209356f50d042a43cf2c4baa66666463e1ff2c3
size 243515

3
qpwgraph-0.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6524074f76fa59df53356198cf6fc46e667da85eb03663b1dd50798be3b1ff09
size 258277

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sat Nov 22 21:24:20 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
-------------------------------------------------------------------
Mon Jan 20 13:55:25 UTC 2025 - ecsos <ecsos@opensuse.org>
- Update to version 0.8.1:
* Patchbay 'presets' may now be selected from the system-tray
icon context-menu.
-------------------------------------------------------------------
Sun Nov 17 15:12:30 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.8.0:
* A new Patchbay/Manage… feature dialogue is introduced,
targeting the currently loaded patchbay, allowing the removal
and cleanup of connection rules that are no longer used,
obsolete or simply not applicable anymore.
* Force an actual complete graph refresh on main View/Refresh…
* Introducing the new Graph/Options… dialogue, to where the most
general option settings have been (re)moved from the main Help
menu.
* Introducing Graph/Options…/Filter to hide nodes by node name
pattern (blacklist).
* Fix default PipeWire node nickname if given empty.
-------------------------------------------------------------------
Sat Nov 2 19:34:10 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.7.9:
* Thumb-view: Fixed flicker when dragging widget from top to
bottom corners (and vice-versa); inner thumb-viewport is
drag+moved only if the Ctrl keyboard modifier is pressed.
* Node reference positioning changed to the top-left corner,
improving the base snapping-to-grid perception.
* Prepping up next development cycle (Qt >= 6.8)
-------------------------------------------------------------------
Thu Sep 19 22:51:18 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@@ -1,7 +1,7 @@
#
# spec file for package qpwgraph
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: qpwgraph
Version: 0.7.8
Version: 0.8.1
Release: 0
Summary: PipeWire Graph Qt GUI Interface
License: GPL-2.0-or-later
@@ -28,7 +28,6 @@ BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Gui)
BuildRequires: cmake(Qt6Linguist)