Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
qjackctl
qjackctl.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qjackctl.changes of Package qjackctl
------------------------------------------------------------------- Wed Dec 1 08:18:15 UTC 2010 - mseben@gmail.com - updated to 0.3.7: - Session widget has session save type preserved as well. - Connections and the new Messages/Status widgets now have their last open tab preserved across program run-cycles. - Connections and Patchbay widgets have been finally given up on an old feature request: an Expand All items button. - The Messages and Status widgets were merged into one, giving space to the new Session wigdet - libX11 is now being added explicitly to the build link phase - Input/Output latency options were missing but now finally enabled for the firewire back-end. - General standard dialog buttons layout is now in place. - Avoid pre-loading a stalled patchbay definition filename and its nagging error on startup (fixes bug #3017078). - Client connection retrial logic scrapped. Being a leftover from early ages, when machines were slower and JACK server startup times were longer... now, if it can't connect first time as client, it will tear down the server whether it's starting up still or not at all. (cf. Setup/Settings/Start Delay for the rescue). - Server name is finally part of the server settings presets, thanks to Fons Adriaensen for the heads-up. - As a workaround regarding issues switching jack2's backends, Robin Gareus sends us yet another D-Bus metho slot: "preset", (dbus-send --system / org.rncbc.qjackctl.preset string:PRESET). Thanks again. - Another D-Bus interface slot makes it through implementation: "quit" (eg. usage: dbus-send --system / org.rncbc.qjackctl.quit). Besides, there's also these new JACK session management actions which were being overlooked as well: "load", "save", "savequit" and "savetemplate" are also available as D-Bus method slots. - Make sure that Patchbay socket names are unique when adding or copying, fixing previous patch by Dominic Sacre. - JACK version is now being shown on the About box (jack2). - Slight Connections widget behavioral change: (dis)connecting a client (from) to one single port, (dis)connections will be applied in sequence from (to) all client output ports to (from) as many input ports there are in below, one by one (satisfying a 5 year old request from Yann Orlarey, thanks:). - JACK session support is being introduced. - Ignore first XRUN occurrence option dropped from statistics. - Initial widget geometry and visibility persistence logic has been slightly revised as much to avoid crash failures due to wrong main widget hidden state. - Double-quotes are now being added to device names which include blank characters and were rendering invalid all command line invocation of the classic JACK server (eg. specially due for Portaudio device names on Windows). - Transport play (rolling) status is now being guarded to avoid backfiring from extraneous transport state changes. - General source tree layout and build configuration change. - Italian (it) translation added (by Sergio Atzori). - Post-shutdown script invocation logic slightly refactored in attempt to enforce its execution on application quit. - deprecated translation-folder.diff ------------------------------------------------------------------- Wed Apr 7 08:52:17 UTC 2010 - davejplater@gmail.com - Updated to 0.3.6: now has full D-Busification! - Fix patch qjackctl-translation-folder.diff - Make sure socket names are unique on each side of the Patchbay - A bunch of primitive D-Bus interface slots have been added, - Patchbay snapshot now tolerates JACK client port strings that have more than one semi-colon in it. - Most modal message dialog boxes (eg. critical errors) are now replaced by system tray icon bubble messages where available - Comply with jackd >= 0.118.0 which now runs in real-time mode by default; use of -R is now deprecated from the jackd command line interface options; use -r to run in non-real-time-scheduling. - A man page has beed added. - Got rid of a pretty old and never really useful "jackd-realtime" server path option. - D-Bus support, as provided by org.jackaudio.service aka jackdbus, is now being introduced and used wherever available and whenever enabled. - Server name command line option added (-n, --server-name). - Single application instance restriction option added (X11). - Setup for the netjack (slave) "net" driver has now sample-rate and frames per buffer (period size) settings disabled and/or ignored, as those are pretty much auto-detected by default; also, a new "netone" backend driver option has been introduced - Czech (cs) translation added (by Pavel Fric). - Fixed glitch on configure portaudio support, specially when the library is not detected as available. See changelog for more. ------------------------------------------------------------------- Mon Nov 16 19:43:44 UTC 2009 - mseben@novell.com - updated to 0.3.5: * Late support for UTF-8 encoded client/port names. * Allow only one single patchbay connection to or from an exclusive socket. * Automatic crash-dump reports, debugger stack-traces (gdb), back-traces, whatever, are being introduced as a brand new configure option (--enable-stacktrace) and default enabled on debug build targets (--enable-debug). * Probable fix on the audio connections with regard to client/port (re)name changes (an ancient bug reported by Fons Adriaensen). * Portaudio device selector is now available (after a patch handed by Torben Hohn and Stephane Letz). * A couple of primitive D-Bus interface slots have been introduced, giving the option to start/stop the jackd server from the system bus eg. via dbus-send --system / org.rncbc.qjackctl.start (.stop), (a nice addition supplied by Robin Gareus, thanks). * New command line option (-a, --active-patchbay=path) to specify and activate a given patchbay definition file (a simple patch sent by John Schneiderman, thanks). * Added one significant digit to DSP Load percentage status display. * Tentative support for netjack (slave) by adding the "net" driver to the existing backend driver options on the Setup/Settings section. * Converted obsolete QMessageBox forms to standard buttons. * New patchbay snapshot now raises the dirty flag and allows for the immediate salvage of patchbay definition profile. * Conditional build for JACK port aliases support (JACK >= 0.109.2). * Alternate icon sizes other than default 16x16, are now effective to the Connections widget (Setup/Dislay/Connections Window/Icon size). ------------------------------------------------------------------- Mon Aug 31 11:41:09 CEST 2009 - mseben@suse.cz - added jack to Requires section ------------------------------------------------------------------- Tue Dec 9 11:40:51 CET 2008 - tiwai@suse.de - updated to version 0.3.4: * Translations in-package * The rewrite of old patchbay snapshot feature * On Setup/Settings/Parameters dialog, all device selection options are now reset to default when disabled interactively. * Grayed/disabled palette color group fix for dark color themes. * Qt Software logo update. * Fait-divers: desktop menu file touched to openSUSE conventions. * ALSA PCM devices now only listed/enumerated iif strictly compliant with the audio mode criteria * JACK client/port aliases may now be displayed as a global user option (see Setup/Display/Connections/JACK client/port aliases). * Lighten up the connections line and highlight colors, as seen to fit best on some darker background themes. * Patchbay snapshot fixed to differentiate socket clients according to its type (Audio, MIDI or ALSA-Seq). * JACK_DEFAULT_SERVER environment variable is now appended to the X11 unique application identifier, allowing for having multiple instances each controlling its own JACK server. * Due to some trouble with newer Qt >= 4.4 applications regarding font size configuration, a new global user option is now available to the rescue: Setup/Misc/Defaults/Base font size - moved translation path from locale directory to its own one, as build doesn't accept it (yet). ------------------------------------------------------------------- Wed Jun 18 16:29:42 CEST 2008 - tiwai@suse.de - updated to version 0.3.3: * load Qt's own translation support and get rid of the ever warning startup message * Messages file logging makes its first long overdue appearance * Only one application instance is now allowed * Full JACK MIDI support sneaks into the patchbay * Sun driver support * Delay window positioning at startup option is now being disabled * Cosmetic fix for apperance ------------------------------------------------------------------- Fri Dec 21 12:50:08 CET 2007 - tiwai@suse.de - updated to version 0.3.2: * Patchbay port matching has been slightly extended * Start option from Setup/Misc/Start * Regression from QSystemTrayIcon (Qt4 >= 4.2) implementation * Some portaudio backend settings are now being enabled * Server mode display blinking (RT indicator) is now an option * Tool/child windows position and size preservation fixed. * The connections/patchbay auto-refresh option has been removed * Messages line limit was not being checked, now honored. * Patchbay snapshot got its socket and port ordering back. * ALSA Sequencer support is now an optional feature on setup * Get configure to try and detect the correct qmake location * The connections widget is now being properly refreshed * The xrun count stats can now be reset simply by middle clicking on the systray icon or the main window's display area * An improved version of the "shiny" background image was issued * A warning is now being issued, asking whether one wants to remove a corresponding Patchbay connection, etc * The infamous "Keep child windows always on top" global option is now supposed to behave a little better * Input/Output Channel setting is allowed to be greater than 32 ------------------------------------------------------------------- Thu Jul 19 12:20:22 CEST 2007 - tiwai@suse.de - updated to version 0.3.1a: * system-tray icon tooltip shows the current DSP load * fixed Connections/Patchbay item tooltip crash bug * use QSystemTrayIcon class facility if available * refactoring QProcess class usage * A new eye-candy bit has sneaked in * Combo-box setup history has been corrected on restore ------------------------------------------------------------------- Wed Jul 11 12:09:34 CEST 2007 - tiwai@suse.de - updated to version 0.3.0: * Qt4 migration ------------------------------------------------------------------- Tue Jul 3 14:47:01 CEST 2007 - tiwai@suse.de - updated to version 0.2.23: * JACK MIDI support is now being introduced * Application icon is now installed to ${prefix}/share/pixmaps * Invalidation of the JACK client handle is now forced right on jack_shutdown notification * Default font option names were adjusted to "Sans Serif" and "Monospace" * The "keep child windows always on top" option is not set as default anymore * Autoconf (configure) scripting gets an update. ------------------------------------------------------------------- Mon Apr 2 12:02:29 CEST 2007 - tiwai@suse.de - updated to version 0.2.22: * Fixed default settings for the freebob backend (JACK >= 0.103.0). * CPU Load status label now says correctly DSP Load. * The most recently used patchbay definitions can now be correctly selected in round-robin fashion from its drop-down list widget. * Avoid mixing JACK MIDI ports with regular audio ports on the Connections and Patchbay widgets; strictly list only audio ports. * Added 192k sample rate to setup settings drop down list (as kindly reminded by Klaus Zimmermann, thanks). * Most top-level widgets were missing the normal-widget flag, which were causing some sticky size behavior on some window managers. ------------------------------------------------------------------- Thu Oct 12 18:06:57 CEST 2006 - tiwai@suse.de - updated to version 0.2.21: * GPL address update * All window captions can now be set smaller as tool-widgets * The main window button text labels are now optional * Increased the default maximum number of ports setting from 128 to 256. * Initial freebob backend driver support * Quit the whole app when closing the main window * Rewind, Play and Pause transport commands are on main pop-up menu * Call post-shutdown script when using the Stop button * The main window buttons display are now optional * Added configure support for x86_64 libraries ------------------------------------------------------------------- Mon May 15 15:32:17 CEST 2006 - tiwai@suse.de - updated to version 0.2.20. * new cmdline option for server path * improved patchbay dialog * improved XRUN callback notification ------------------------------------------------------------------- Wed Jan 25 21:41:00 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Thu Jan 12 15:42:52 CET 2006 - tiwai@suse.de - updated to 0.2.19a. ------------------------------------------------------------------- Wed Oct 12 20:10:05 CEST 2005 - tiwai@suse.de - removed glib* from neededforbuild. ------------------------------------------------------------------- Wed Oct 12 19:08:28 CEST 2005 - tiwai@suse.de - fix for qt3.3.5 (remove invalid includehints) ------------------------------------------------------------------- Wed Jul 27 17:11:33 CEST 2005 - tiwai@suse.de - updated to version 0.2.18. ------------------------------------------------------------------- Wed Feb 9 15:04:46 CET 2005 - tiwai@suse.de - updated to version 0.2.15a. ------------------------------------------------------------------- Tue Feb 8 14:27:35 CET 2005 - tiwai@suse.de - updated to version 0.2.15. ------------------------------------------------------------------- Mon Jan 24 12:42:08 CET 2005 - tiwai@suse.de - updated to version 0.2.14. ------------------------------------------------------------------- Fri Jan 21 15:44:20 CET 2005 - tiwai@suse.de - updated to version 0.2.13. ------------------------------------------------------------------- Fri Jan 7 10:56:13 CET 2005 - adrian@suse.de - fix build, qmake isn't in default $PATH anymore ------------------------------------------------------------------- Wed Sep 22 16:48:41 CEST 2004 - mskibbe@suse.de - change specfile (suse_update_desktop_file) ------------------------------------------------------------------- Mon Sep 6 15:18:00 CEST 2004 - tiwai@suse.de - updated to version 0.2.10. ------------------------------------------------------------------- Thu Aug 5 17:21:17 CEST 2004 - tiwai@suse.de - updated to version 0.2.9. ------------------------------------------------------------------- Mon Jun 14 12:07:54 CEST 2004 - mana@suse.de - update to version 0.2.8 ------------------------------------------------------------------- Mon Mar 1 20:24:40 CET 2004 - tiwai@suse.de - updated to version 0.2.6. ------------------------------------------------------------------- Mon Feb 16 19:21:34 CET 2004 - tiwai@suse.de - updated to version 0.2.5. - build as non-root. ------------------------------------------------------------------- Mon Jan 19 15:43:12 CET 2004 - tiwai@suse.de - updated to version 0.2.3a. ------------------------------------------------------------------- Tue Nov 18 19:41:48 CET 2003 - tiwai@suse.de - updated to version 0.1.2. ------------------------------------------------------------------- Mon Sep 15 17:28:49 CEST 2003 - tiwai@suse.de - added desktop icon. ------------------------------------------------------------------- Tue Sep 2 16:53:47 CEST 2003 - tiwai@suse.de - changed the default configuration for suse distro. ------------------------------------------------------------------- Mon Sep 1 15:53:19 CEST 2003 - tiwai@suse.de - merge 0.0.4 updates. minor bugfixes only. ------------------------------------------------------------------- Sun Aug 17 15:01:28 CEST 2003 - adrian@suse.de - justify Category ------------------------------------------------------------------- Thu Aug 14 15:29:34 CEST 2003 - tiwai@suse.de - initial version: 0.0.3.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor