Posted
almost 7 years
ago
by
[email protected]
Add "Keywords" entry to desktop file.
Include the "Keywords" entry in the FFADO desktop file. This benefits
Debian and possibly others. Patch by Nicolas Boulenguez for Debian and
provided to FFADO by Benoit Delcour via the ffado-user mailing list.
|
Posted
almost 7 years
ago
by
[email protected]
RME: fix output fader array overflow.
Human readable output fader volumes are stored in the device setting's
output_faders array. The RME hardware flash interface requires derived
values, which are generated and stored in a separate buffer when
|
Posted
almost 7 years
ago
by
[email protected]
Python3 syntax fixes
From Hector Martin via the FFADO-devel mailing list. Fix 3 syntax issues
required by python 3: sloppy use of whitespace which python2 was evidently
happy with, some missed print() conversions, and an unused import that no
longer exists.
Tested on Python 2.7, 3.4, 3.5 with Qt5, and Python 2.7 with Qt4.
|
Posted
almost 7 years
ago
by
[email protected]
Crossbar router fix
Patch provided by Hector Martin via the FFADO-devel mailing list. From
Hector: IIRC this was broken since at least mid last year if not earlier, in
PyQt?4 too.
Tested on Python 2.7, 3.4, 3.5 with Qt5.
|
Posted
almost 7 years
ago
by
[email protected]
Additional Python 3 fixes
Apply additional Python 3 fixes from Hector Martin via the FFADO-devel
mailing list. The exec() based approach in panelmanager.py no longer works
(it is replaced with importlib). Fix what looks like a typo in
|
Posted
about 7 years
ago
by
[email protected]
Further Python3/PyQt5 compatibility fixes, enhance "About" dialog box.
This patch was prepared by Orcan Ogetbil on Fedora and tested on that
distribution with PyQt?4-4.12.1 and PyQt?5-5.9.1. It is primarily concerned
with additional compatibility
|
Posted
about 7 years
ago
by
[email protected]
SCons: fix detection of dbus on PyQt?5 systems.
The detection of the dbus python modules was qualified on the presence of
pyuic4. On systems with only PyQt?5 this would obviously fail. Patch from
Orcan Ogetbil via the ffado-devel mailing list.
|
Posted
about 7 years
ago
by
[email protected]
RME: ensure byte swap macros are available for all components.
The byte swap macros (ByteSwap?32() in particular) are required on big-endian
architectures for more than just the rme_avdevice module. Including these
in the RME device header file is a reasonable way to fix this.
Patch from Orcan Ogetbil via the ffado-devel mailing list.
|
Posted
about 7 years
ago
by
[email protected]
Tag FFADO version 2.4.0.
|
Posted
about 7 years
ago
by
[email protected]
SConstruct: bump trunk version to 2.4.9999 for the next development round.
|