Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f7b5f2fe9e | |||
| edf5ed6f7d | |||
| d3077f982d | |||
| 04d27c67be | |||
| 4ab68f97e6 | |||
| 057a1cea62 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b955b00e72272da027f8fffa02822529d6d993b3c4782a764cda9c4c2f27c13d
|
||||
size 1318578
|
||||
3
qjackctl-1.0.4.tar.gz
Normal file
3
qjackctl-1.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3eb6f989d947dcd97b4fe774294347106a0a6829c0480a965393ebca97514ae
|
||||
size 1321804
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 22 21:24:12 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Remove unused BuildRequires: update-desktop-files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 12:00:36 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.0.4
|
||||
- Fixed command line parsing (QCommandLineParser/Option) to not
|
||||
exiting the application with a segfault when showing help and
|
||||
version information.
|
||||
- Graph: force an actual complete refresh on main View/Refresh...,
|
||||
especially when changing the color theme palette on-the-fly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 12:33:19 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.0.3
|
||||
- Long missing D-Bus method slot added: "reset"
|
||||
(dbus-send --system / org.rncbc.qjackctl.reset).
|
||||
- Graph: Node reference positioning changed to the top-left corner,
|
||||
improving the base snapping-to-grid perception.
|
||||
- Prepping up next development cycle (Qt >= 6.8)
|
||||
- Changes from 1.0.2
|
||||
- Graph: when visible the thumb-view may now be drag-moved over
|
||||
to a different corner position anytime.
|
||||
- Session: introducing new Save session name/directory dialog.
|
||||
- Connections: connector line colors are now uniquely mapped on
|
||||
a (readable/output) client name basis.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 10:03:33 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qjackctl
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -25,7 +25,7 @@
|
||||
%define with_qt6 0
|
||||
%endif
|
||||
Name: qjackctl
|
||||
Version: 1.0.1
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: Graphical User Interface to Control JACK Servers
|
||||
License: GPL-2.0-or-later
|
||||
@@ -36,7 +36,6 @@ BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
%if %{with_qt6}
|
||||
BuildRequires: cmake(Qt6LinguistTools)
|
||||
# TODO: Upstream use 6.6
|
||||
|
||||
Reference in New Issue
Block a user