File qpwgraph.changes of Package qpwgraph

-------------------------------------------------------------------
Sun Jan 28 10:38:08 UTC 2024 - ecsos <ecsos@opensuse.org>

- Update to version 0.6.2:
  * Make the main canvas background to mid-gray, when on non-dark
    color themes.
  * Updated copyright headers into the New Year (2024).

-------------------------------------------------------------------
Tue Dec  5 19:28:42 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>

- Update to version 0.6.1:
  * Introduce Help > Enable ALSA MIDI runtime option, now
    permitting to disable the ALSA MIDI/Sequencer graph conveniency
    on a whim.
  * Disconnect all pinned connections when patchbay is deactivated,
    subject to Patchbay > Auto Disconnect option.
  * Fix a potential port duplication when recycled under the same
    node and reusing a previous port id.
  * Don't unpin connections that are manually disconnected, when
    patchbay is deactivated and auto-pin is off.

-------------------------------------------------------------------
Wed Nov  8 22:12:26 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>

- Update to version 0.6.0:
  * Improve Patchbay / Exclusive mode scan enforcement.
  * Hopefully fix the hideous random crashes caused by very short
    lived nodes, recycled by reusing the very same ids.
  * Cope with nodes that can possibly remain with the very same
    name but different ids.
  * Add deactivated (-d, --deactivated) and non-exclusive patchbay
    (-n, --nonexclusive) command line options.
  * Fix unique/single instance support (Qt >= 6.6).

-------------------------------------------------------------------
Sun Oct 29 16:06:59 UTC 2023 - Dirk Müller <dmueller@suse.com>

- update to 0.5.3:
  * Added user contributed documentation: How To Use The
    Patchbay.
  * Fix condition for saving node name aliases.
  * Ctrl+left or middle-button click-dragging for panning, is now
    a lot smoother, hopefully.
  * Click-dragging with the mouse middle-button is for panning
    only, not to start a selection anymore.
  * Add Ctrl+Q to Quit action

-------------------------------------------------------------------
Mon Jul 17 19:34:29 UTC 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 15:15:29 UTC 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 19:24:48 UTC 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 20:29:27 UTC 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  2 14:25:42 UTC 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  3 19:11:39 UTC 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.

-------------------------------------------------------------------
Sat Jan 28 15:14:56 UTC 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 12:09:35 UTC 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 19:35:23 UTC 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 17:16:51 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>

- Update to version 0.3.6:
  * View / Repel Overlapping Nodes option added.

-------------------------------------------------------------------
Thu Sep 15 21:40:06 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

- Use the Qt6 build macros to fix the Leap 15.4 build

-------------------------------------------------------------------
Sat Aug 20 13:45:52 UTC 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  9 14:23:21 UTC 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  6 18:17:35 UTC 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 16:00:31 UTC 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 15:59:49 UTC 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 19:28:14 UTC 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 23:13:59 UTC 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 18:42:17 UTC 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 13:12:19 UTC 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 21:06:31 UTC 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  2 18:33:56 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>

- Initial package.
openSUSE Build Service is sponsored by