Package Release Info

qpwgraph-0.5.1-bp156.1.13

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

qpwgraph

Change Logs

* Mon Jul 17 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.5.1:
  * Fix segfault on initialisation that was affecting Qt5 builds.
* Sun Jul 16 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.5.0:
  * Completely refactored the internal PipeWire node registry
    logic, just to have unique node names, as seen fit to purpose
    to solve an old undefined behaviour to positioning and Patchbay
    persistence of multiple nodes with the very same and exact
    name.
  * Fix the main PipeWire registry thread-safety, into a two-level
    critical section, hopefully preventing the race-conditions that
    are the suspected cause to some rare crashes.
* Mon Jul 10 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.4.5:
  * Split non-physical terminal device nodes for monitor and
    control ports, adding the suffix "[Monitor]" and/or "[Control]"
    resp. to the node name.
  * Fix the dimming of new connections when Patchbay/Edit mode is
    on and Patchbay/Auto Pin is off.
* Sun Jun 18 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.4.4 (changes since 0.4.2):
  * Split devices for capture/monitor and playback ports.
* Sun Apr 02 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.4.2:
  * Soft incremental bounds constraints now imposed to all new and
    old nodes positioning.
  * Attempt to auto-start minimised to system-tray icon, if
    enabled, when restoring a desktop session (eg. after logout,
    shutdown or restart).
* Fri Mar 03 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.4.1 (changes since 0.3.9):
  * Node names now have the "media.name" property as a bracketed
    suffix; when given and applicable.
  * Node icons now reflecting their proper application/theme icons
    or else, a bland and generic default taken from the
    "client.api" property (eg. "pw", "jack" or "pulse").
  * Introducing touch pinch-gesture for zooming.
  * Attempt to make port labels as short as possible.
  * Fix a possible crash when several PW objects (nodes and ports)
    are created and destroyed in fast succession.
Version: 0.3.9-bp155.1.7
* Sat Jan 28 2023 Dirk Müller <dmueller@suse.com>
- update to 0.3.9:
  * Whether to draw connectors through or around nodes is now an
  user preference option (cf. View > Connect Through Nodes).
* Sat Nov 19 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.8:
  * Allow middle mouse button for grabbing and dragging the canvas.
* Sat Oct 22 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.7:
  * Fix the system-tray icon tooltip to always reflect current
    main window title, usually the current patchbay name.
  * Make up visual immediate feedback connections.
* Sat Sep 24 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.6:
  * View / Repel Overlapping Nodes option added.
* Thu Sep 15 2022 Christophe Giboudeaux <christophe@krop.fr>
- Use the Qt6 build macros to fix the Leap 15.4 build
* Sat Aug 20 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.5:
  * Patchbay/Scan menu command removed as redundant.
  * Added Patchbay/Auto Pin connections option.
  * Add current system user-name to the singleton/unique
    application instance identifier.
* Sat Jul 09 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.4:
  * Fix repainting of pinned/unpinned connections when switching
    patchbay profiles and Patchbay/Edit mode is on.
* Wed Jul 06 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.3:
  * Patchbay/Edit mode introduced: pinning and unpinning
    connections to and from current patchbay is now implemented.
  * Original Graph/Connect and Disconnect keyboard shortcuts, [Ins]
    and [Del], are now added to the existing ones, respectively.
* Mon Jun 13 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.2:
  * Fix initial nodes layout positioning, now back to the former
    spiraled away from the centre.
* Sun May 29 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.1:
  * Only ask to quit an activated patchbay when actually quitting
    the application (not just closing a patchbay).
  * Graph/Connect and Disconnect keyboard shortcuts changed from
    [Ins] and [Del], to [Ctrl+C] and [Ctrl+D] respectively; also
    added [F2] as brand new keyboard shortcut for Edit/Rename...
* Wed May 25 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.3.0:
  * Fix document dirtiness (modified state) when making connections
    and/or disconnections on a clear and new patchbay.
  * Attempt to save and possibly restore different node positions
    and aliases when forner original node name is non-unique.
* Thu Apr 28 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.2.6:
  * Patchbay now treats multiple nodes and respective ports with
    the same name as one, applying the same rule.
* Sun Apr 10 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.2.5:
  * Prevent an graph refresh or update as much as possible while in
    some canvas editing business.
  * Possibly fix a random segfault when rendering connection lines
    ahead of time.
* Sat Mar 19 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.2.4:
  * Whether to enable the system-tray icon option has been added to
    main menu (cf. Help > System Tray Icon).
  * Allow the Patchbay toolbar to also have a vertical orientation,
    on the left and right areas of the main window.
  * Add a barebones man page to the install procedure.
  * Add amissing file code to desktop exec entry.
* Sat Mar 12 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.2.3:
  * Add a start minimised (-m, --minimized) command line option.
  * The main application icon is now presented in a scalable format
    (SVG).
* Wed Mar 02 2022 Alexei Sorokin <sor.alexei@meowr.ru>
- Initial package.