root/trunk/libffado


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2743 [2743] 01/31/18 02:14:24 jwoithe [PATCH 07/13] Switch to recent python structures, attempting python2&3 …
(edit) @2742 [2742] 01/31/18 00:41:31 jwoithe [PATCH 06/13] tools: use print in a way compatible with python3. From …
(edit) @2741 [2741] 01/31/18 00:39:32 jwoithe [PATCH 05/13] tools: make helpers from shared parts of ffado-diag.in and …
(edit) @2740 [2740] 01/31/18 00:22:28 jwoithe [PATCH 04/13] tools: listirqinfo: avoid creating a temporary list. A …
(edit) @2739 [2739] 01/31/18 00:19:47 jwoithe [PATCH 03/13] python tools: simplify listirqinfo. * A full import and …
(edit) @2738 [2738] 01/31/18 00:16:26 jwoithe [PATCH 02/13] python tools: simplify helpstrings. From Nicolas …
(edit) @2737 [2737] 01/31/18 00:10:14 jwoithe [PATCH 01/13] python tools: delete trailing whitespaces. From Nicolas …
(edit) @2736 [2736] 01/29/18 03:23:31 jwoithe Allow python interpreter to be specified at build time. Patch from …
(edit) @2735 [2735] 01/29/18 03:08:24 jwoithe Remove executable property and shebang line from ffadowindow.py. This …
(edit) @2734 [2734] 01/29/18 03:01:46 jwoithe listirqinfo.py does not need to be executable. This python module is …
(edit) @2733 [2733] 01/29/18 02:32:13 jwoithe Add build-time control over documentation generation. Up to this point, …
(edit) @2732 [2732] 01/27/18 21:54:17 jwoithe Fix typos throughout the source tree. Rectify some long-lived typos in …
(edit) @2731 [2731] 01/27/18 21:35:50 jwoithe Add "Keywords" entry to desktop file. Include the "Keywords" entry in the …
(edit) @2730 [2730] 01/11/18 17:59:30 jwoithe RME: fix output fader array overflow. Human readable output fader volumes …
(edit) @2729 [2729] 01/11/18 17:19:17 jwoithe Python3 syntax fixes From Hector Martin via the FFADO-devel mailing list. …
(edit) @2728 [2728] 01/11/18 17:15:12 jwoithe Crossbar router fix Patch provided by Hector Martin via the FFADO-devel …
(edit) @2727 [2727] 01/11/18 17:12:33 jwoithe Additional Python 3 fixes Apply additional Python 3 fixes from Hector …
(edit) @2726 [2726] 01/05/18 01:56:40 jwoithe Further Python3/PyQt5 compatibility fixes, enhance "About" dialog …
(edit) @2725 [2725] 01/05/18 01:40:19 jwoithe SCons: fix detection of dbus on PyQt?5 systems. The detection of the dbus …
(edit) @2724 [2724] 01/05/18 01:33:39 jwoithe RME: ensure byte swap macros are available for all components. The byte …
(edit) @2722 [2722] 12/23/17 02:46:36 jwoithe SConstruct: bump trunk version to 2.4.9999 for the next development round.
(edit) @2720 [2720] 12/23/17 02:43:57 jwoithe SConstruct: bump version number to 2.4.0 in preparation for a release.
(edit) @2719 [2719] 12/23/17 02:42:59 jwoithe README: update for version 2.4.0.
(edit) @2718 [2718] 11/08/17 02:45:42 jwoithe Additional scons3 compatibility fixes (add implicit bytes/string …
(edit) @2717 [2717] 11/06/17 22:56:06 jwoithe Support the "ppc64le" architecture. The ppc64le is basically the ppc64 …
(edit) @2716 [2716] 11/06/17 02:22:04 jwoithe SConstruct: add one more "b" prefix missed from r2715. From Orcan …
(edit) @2715 [2715] 11/06/17 02:20:04 jwoithe SConstruct: add byte-string prefix to prevent TypeErrors? in …
(edit) @2714 [2714] 11/06/17 01:54:30 jwoithe Remove some additional "has_key()" calls which were omitted from r2713.
(edit) @2713 [2713] 11/06/17 01:44:39 jwoithe SConstruct: use "in" operator rather than has_key(). The former works in …
(edit) @2712 [2712] 11/06/17 01:36:01 jwoithe Fixes for scons3/python3 in doxygen-related scripts. Apply some fixes …
(edit) @2711 [2711] 11/06/17 01:23:03 jwoithe Use "print()" rather than "print ..." in scons build scripts. As a first …
(edit) @2710 [2710] 11/05/17 21:19:14 jwoithe Add signal.h include to PosixMessageQueue?.h. The …
(edit) @2709 [2709] 10/12/17 16:11:49 jwoithe rme: correctly save playback and output mixer settings. A cut-and-paste …
(edit) @2708 [2708] 08/26/17 22:07:23 jwoithe saffire_dice: allow for trailing space in ConfigROM model name. Under …
(edit) @2707 [2707] 08/08/17 03:42:23 jwoithe Fix compilation of bebob_dl_mgr.cpp. The bebob_dl_mgr.cpp file requires …
(edit) @2706 [2706] 08/07/17 16:39:56 jwoithe PosixMessageQueue?: ensure visibility of SIGEV_THREAD declaration. Orcan …
(edit) @2705 [2705] 06/06/17 17:01:25 jwoithe dbus_util: import DBusQtMainLoop from dbus.mainloop.pyqt5 if …
(edit) @2704 [2704] 06/06/17 05:22:20 jwoithe ffado-mixer: update manpage with information about the "-b" …
(edit) @2703 [2703] 06/06/17 04:56:21 jwoithe mackieonyx: fix mixer module name inconsistency. The name of the python …
(edit) @2702 [2702] 06/04/17 00:40:48 jwoithe ffado_mixer: use graphical icon instead of name for mixer pane if …
(edit) @2701 [2701] 06/04/17 00:23:13 jwoithe ffado-mixer: add device mixers to "View" menu. Xavier Forestier's …
(edit) @2700 [2700] 06/03/17 04:58:55 jwoithe ffado_mixer: add a "Themes" submenu to the "View" menu. Xavier …
(edit) @2699 [2699] 06/03/17 04:29:20 jwoithe matrixmixer.py: attempt to deal with UTF8 string changes in …
(edit) @2698 [2698] 06/03/17 04:17:13 jwoithe A first pass at optionally supporting PyQt?5 in the build system. This is …
(edit) @2697 [2697] 06/03/17 04:01:17 jwoithe ffado_diag_helpers.py: get_version_first_line(): print "Not found" if the …
(edit) @2696 [2696] 06/03/17 01:34:29 jwoithe import_pyqt.py: make licence format consistent with the rest of FFADO.
(edit) @2695 [2695] 06/03/17 01:33:37 jwoithe maudio_bebob: add missing licence description to the top of the mixer …
(edit) @2694 [2694] 06/03/17 01:25:01 jwoithe ffado-mixer: Centralise imports of PyQt? modules and make compatible with …
(edit) @2693 [2693] 06/03/17 01:08:05 jwoithe rme: add a clarifying comment indicating that FFADO does not implement RME …
(edit) @2692 [2692] 05/14/17 03:54:21 jwoithe rme: adjustments to maintain compatibility with the kernel …
(edit) @2691 [2691] 05/09/17 05:55:47 jwoithe Initial attempt to address deprecation of auto_ptr. C++11 deprecates …
(edit) @2690 [2690] 03/28/17 05:26:52 jwoithe ffado-mixer: deal with python 2/3 differences when converting registration …
(edit) @2689 [2689] 03/28/17 05:14:30 jwoithe ffado-mixer: the registration code utilises urlopen() and urlencode() …
(edit) @2688 [2688] 03/28/17 04:49:26 jwoithe ffado-mixer: the ConfigParser? module as used by the registration code has …
(edit) @2687 [2687] 03/28/17 04:42:25 jwoithe registration: use a byte-string when comparing server responses for …
(edit) @2686 [2686] 03/28/17 04:38:34 jwoithe ffado-mixer: replace configuration key search with a construct which is …
(edit) @2685 [2685] 03/28/17 04:30:41 jwoithe configuration: remove a single extended ascii character to avoid the need …
(edit) @2684 [2684] 03/27/17 03:44:56 jwoithe ffadowindow: catch exceptions in a way which is compatible with both …
(edit) @2683 [2683] 03/27/17 03:39:34 jwoithe support/tools/: make allowances for the movement of getstatusoutput() from …
(edit) @2682 [2682] 03/27/17 03:06:34 jwoithe listirqinfo.py: make use of the sorted() built-in as suggested by Xavier …
(edit) @2681 [2681] 03/27/17 03:01:35 jwoithe configuration parser: provide extra information when parsing of the …
(edit) @2680 [2680] 03/27/17 02:52:30 jwoithe python: replace all "print ..." statements with "print( ... )", which …
(edit) @2679 [2679] 03/26/17 04:55:01 jwoithe matrixmixer: simplify the generation of colour keys. This was included in …
(edit) @2678 [2678] 03/26/17 04:37:26 jwoithe ffado-mixer: rename the 'Edit' main menu item to 'View'. A similar rename …
(edit) @2677 [2677] 03/21/17 15:43:24 jwoithe configrom: there is no obvious reason why a space should be added to the …
(edit) @2676 [2676] 03/20/17 17:11:33 jwoithe saffire_dice: fix a typo in the Saffire Dice mixer python code introduced …
(edit) @2675 [2675] 03/11/17 03:12:01 jwoithe globalmixer.py: use pyqtSlot (from the new-style PyQt? signal API) in …
(edit) @2674 [2674] 02/16/17 02:58:42 jwoithe support/dbus/: work around a bug in dbus-c++. dbus-c++ 0.9.0 and earlier …
(edit) @2673 [2673] 02/16/17 02:27:49 jwoithe libieee1394: fix incorrect comparisons when searching for the first zero …
(edit) @2672 [2672] 01/21/17 03:21:08 jwoithe README: fix URL to compilation guides. Thanks to Shalok Shalom for …
(edit) @2671 [2671] 01/09/17 05:28:05 jwoithe bebob: make allowances for a variation of the ESI QuantaFire? 610 …
(edit) @2670 [2670] 01/09/17 04:50:19 jwoithe Add the "-b" / "--bypassdbus" command line option to ffado-mixer. If …
(edit) @2669 [2669] 01/09/17 04:19:00 jwoithe saffire_dice mixer: fix typos introduced with the new signal style, take …
(edit) @2668 [2668] 01/09/17 04:16:28 jwoithe saffire_dice mixer: fix typos introduced with the new signal style.
(edit) @2667 [2667] 01/09/17 03:23:47 jwoithe saffire mixer: fix typo introduced with the new signal style.
(edit) @2666 [2666] 01/09/17 03:18:00 jwoithe saffire_base: fix typo introduced with the new signal style.
(edit) @2665 [2665] 01/09/17 03:14:30 jwoithe crossbarrouter: fix typo introduced in the move to new signal style.
(edit) @2664 [2664] 12/26/16 03:38:20 jwoithe rme: add byte swapping to streaming data when required by the host …
(edit) @2663 [2663] 12/26/16 03:22:21 jwoithe rme: move RME byteswap definitions into the header file to make them …
(edit) @2662 [2662] 12/09/16 02:32:56 jwoithe matrixmixer: fix the connection of the mapper's "mapped" signal to …
(edit) @2661 [2661] 12/04/16 04:25:21 jwoithe ffadowindow: add shortcut keys for main menu items and fetch menu item …
(edit) @2660 [2660] 12/04/16 03:41:32 jwoithe ffadowindow: refinements in the constructor from Xavier Forestier's patch …
(edit) @2659 [2659] 11/26/16 05:17:03 jwoithe Under python3 it is necessary to explicitly typecast the result of …
(edit) @2658 [2658] 11/25/16 02:33:39 jwoithe Use dict.items() rather than dict.iteritems() as suggested by the patch …
(edit) @2657 [2657] 11/25/16 01:45:26 jwoithe crossbarrouter: fix some apparent errors in r2653. The crossbarrouter …
(edit) @2656 [2656] 11/24/16 05:11:36 jwoithe matrixmixer: fader view sliders now appear operational, addressing the …
(edit) @2655 [2655] 11/24/16 04:42:51 jwoithe matrixmixer: correct a volume slider signal connection bug from r2652.
(edit) @2654 [2654] 11/24/16 04:32:22 jwoithe matrixmixer: changes in matrix view are now reflected in the fader views, …
(edit) @2653 [2653] 11/22/16 05:25:21 jwoithe This is a first pass at converting the signal handling of ffado-mixer to …
(edit) @2652 [2652] 11/12/16 02:20:38 jwoithe matrixmixer: fix a typo introduced in r2649. Thanks to Stefan Richter for …
(edit) @2651 [2651] 11/11/16 02:53:52 jwoithe Fix some warnings emitted by recent versions of gcc. These are mostly …
(edit) @2650 [2650] 11/11/16 02:49:40 jwoithe Add support for libxml++3.0 while retaining the option to use libxml++2.6 …
(edit) @2649 [2649] 11/08/16 03:59:05 jwoithe matrixmixer: eliminate 'QtGui?' suffixes from the python code body.
(edit) @2648 [2648] 11/08/16 03:47:33 jwoithe crossbarrouter: eliminate 'QtGui?' suffixes from the python code body.
(edit) @2647 [2647] 11/08/16 03:42:57 jwoithe generic_dice_eap: eliminate 'QtGui?' suffixes in the mixer python code.
(edit) @2646 [2646] 11/08/16 03:40:09 jwoithe presonus_fp10: QWidget is already imported, so eliminate the QtGui? suffix …
(edit) @2645 [2645] 11/08/16 03:38:15 jwoithe saffire_dice, presonus_fp10: import QWidget (and QScrollArea if used) to …
(edit) @2644 [2644] 11/08/16 03:35:10 jwoithe profire2626.py: import QWidget and QScrollArea to avoid needing to refer …
(edit) @2643 [2643] 11/08/16 03:32:23 jwoithe presonus_firebox: the mixer python code already imports QWidget from QtGui?
(edit) @2642 [2642] 11/08/16 03:29:36 jwoithe rme: in python mixer code, import QVBoxLayout from QtGui? so there's no …
Note: See TracRevisionLog for help on using the revision log.