root/trunk/libffado/support


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @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) @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) @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) @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) @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 …
(edit) @2641 [2641] 11/08/16 03:14:36 jwoithe phase88: updated mixer control to provide access to additional device …
(edit) @2640 [2640] 10/31/16 04:59:32 jwoithe rme: label the optical SPDIF I/O as 'ADAT' rather than 'ADAT2' for the …
(edit) @2635 [2635] 10/23/16 05:27:05 jwoithe rme: add word clock conversion control to the TCO tab in ffado-mixer.
(edit) @2634 [2634] 10/23/16 05:08:00 jwoithe rme: add display of TCO sync source lock status to the TCO tab in …
(edit) @2633 [2633] 10/23/16 05:01:09 jwoithe rme: clarify content of TCO input status display in ffado-mixer, and don't …
(edit) @2632 [2632] 10/23/16 04:51:26 jwoithe rme: include option to select word clock as the TCO input. If selected, …
(edit) @2631 [2631] 10/23/16 04:45:20 jwoithe rme: report word clock TCO input status via ffado-mixer.
(edit) @2630 [2630] 10/22/16 07:59:48 jwoithe rme: first pass at providing control of the optional TCO in the FF800 from …
(edit) @2627 [2627] 08/13/16 03:46:45 jwoithe xdg: add French translation to ffado-mixer's desktop file. Fix the icon …
(edit) @2617 [2617] 07/04/16 04:18:30 jwoithe Saffire Pro40 monitoring: use Qt layouts, as for r2613.
(edit) @2616 [2616] 07/04/16 04:06:47 jwoithe Saffire Pro26 monitoring: use Qt layouts, as for r2613.
(edit) @2615 [2615] 07/04/16 04:01:01 jwoithe Saffire Pro14 monitoring: use Qt layouts, as for r2613.
(edit) @2614 [2614] 07/04/16 03:57:00 jwoithe Saffire Pro24 monitoring: minor positioning correction of 'Dim level' …
(edit) @2613 [2613] 07/03/16 19:28:15 jwoithe Saffire Pro24 monitoring: use Qt layouts to ensure the widgets scale …
(edit) @2590 [2590] 05/05/15 05:36:47 jwoithe Support Saffire PRO 26. Patch and commit message by Hector Martin. Not …
(edit) @2588 [2588] 04/12/15 04:18:15 jwoithe SConstruct: provide a BUILD_MIXER option so the intent to build or omit …
(edit) @2587 [2587] 03/22/15 15:54:11 jwoithe Fix compilation error when configured with SERIALIZE_USE_EXPAT=1: since …
(edit) @2574 [2574] 11/22/14 00:21:03 jwoithe Clean up compiler warnings when compiling on 64-bit systems. These are …
(edit) @2572 [2572] 10/15/14 09:10:45 mocchi Mixer/BeBoB/Yamaha: use list() for dict.items() in for statement In …
(edit) @2571 [2571] 10/15/14 09:10:00 mocchi Mixer/BeBoB/Yamaha: improve the number of characters in a line In Python …
(edit) @2570 [2570] 10/15/14 09:09:39 mocchi Mixer/BeBoB/Yamaha: use mutable tuple instead of immutable array Device …
(edit) @2569 [2569] 10/15/14 09:08:56 mocchi Mixer/BeBoB/Yamaha: remove loading of unused python modules
(edit) @2568 [2568] 10/15/14 09:08:35 mocchi Mixer/BeBoB/Yamaha: remove unused variables
(edit) @2567 [2567] 10/15/14 09:08:16 mocchi Mixer/BeBoB/Yamaha: remove trailing spaces In any languages, trailing …
(edit) @2566 [2566] 10/15/14 09:07:53 mocchi Mixer/ BeBoB/Yamaha?: remove needless spaces in both sides of assignment …
(edit) @2565 [2565] 10/15/14 09:07:31 mocchi Mixer/BeBoB/Yamaha: remove spaces in both sides of assignment for default …
(edit) @2564 [2564] 10/15/14 09:07:05 mocchi Mixer/BeBoB/Yamaha: add a space after delimiter for function …
(edit) @2563 [2563] 10/15/14 09:06:43 mocchi Mixer/BeBoB/Yamaha: improvement of indentation In Python community, 4 …
(edit) @2562 [2562] 10/15/14 09:06:14 mocchi Mixer/BeBoB/MAudio: use list() for tuple.items() in for statement In …
(edit) @2561 [2561] 10/15/14 09:05:46 mocchi Mixer/BeBoB/MAudio: improve the number of characters in a line In Python …
(edit) @2560 [2560] 10/15/14 09:05:22 mocchi Mixer/BeBoB/MAudio: Fix refering to variables in external scope
(edit) @2559 [2559] 10/15/14 09:04:55 mocchi Mixer/BeBoB/MAudio: remove unused variables
(edit) @2558 [2558] 10/15/14 09:04:33 mocchi Mixer/BeBoB/MAudio: remove calls of unused python modules
(edit) @2557 [2557] 10/15/14 09:04:10 mocchi Mixer/BeBoB/MAudio: remove needless blacket in condition statement In …
(edit) @2556 [2556] 10/15/14 09:03:49 mocchi Mixer/BeBoB/MAudio: add spaces in both sides of equaltiy operator In any …
(edit) @2555 [2555] 10/15/14 09:03:17 mocchi Mixer/BeBoB/MAudio: remove spaces in both sides of assignment for default …
(edit) @2554 [2554] 10/15/14 09:02:52 mocchi Mixer/BeBoB/MAudio: add a space after delimiter for function …
(edit) @2553 [2553] 10/15/14 09:02:18 mocchi Mixer/BeBoB/MAudio: remove needless spaces in both sides of assignment …
(edit) @2552 [2552] 10/15/14 09:01:52 mocchi BeBoB/MAudio: remove trailing whitespace In any languages, trailing …
(edit) @2551 [2551] 10/15/14 09:01:28 mocchi BeBoB/MAudio: obsolete semicolon as the end of statement In python, the …
(edit) @2550 [2550] 10/15/14 09:00:42 mocchi Mixer/BeBoB/MAudio: use mutable tuple instead of immutable array for …
(edit) @2549 [2549] 10/15/14 08:59:30 mocchi Mixer/BeBoB/MAudio: improve indentation In Python community, 4 spaces …
(edit) @2548 [2548] 09/28/14 09:08:13 philippe Saffire Pro 40: introduce the ADAT as SPDIF switch as a control of ffado …
(edit) @2546 [2546] 09/24/14 10:32:13 philippe MatrixMixer?: add the requirement of pressing the Control key for having …
(edit) @2496 [2496] 03/15/14 07:45:05 mocchi bebob: Add an entry for ProjectMix? I/O According to tester's indication. …
(edit) @2492 [2492] 03/09/14 05:58:13 mocchi BeBoB: add codes to mixer script for M-Audio Firewire 1814 and ProjectMix?
(edit) @2488 [2488] 03/09/14 01:30:24 mocchi BeBoB: obsolete presonus_experimental mixer According to this page, …
(edit) @2487 [2487] 03/06/14 02:25:08 mocchi bebob: improve support for PreSonus? Inspire1394 This device uses AV/C …
(edit) @2486 [2486] 03/01/14 18:06:31 mocchi bebob: add a partial support for PreSonus? Inspire1394 With Jay Fenlason's …
(edit) @2485 [2485] 02/27/14 02:27:12 jwoithe motu: clarify the Mark3 device situation in the Motu mixer module. Mark3 …
(edit) @2483 [2483] 02/27/14 02:11:07 jwoithe Update authors list in ffado-mixer About window. Thanks to Philippe …
(edit) @2475 [2475] 01/29/14 09:38:51 philippe ffado-mixer/DICE EAP - RME: file saving of settings. Manage Open/Save as …
(edit) @2474 [2474] 01/29/14 09:33:18 philippe ffado-mixer/RME: file saving of settings. Attempt to adapt for RME: …
(edit) @2473 [2473] 01/29/14 09:30:10 philippe ffado-mixer/DICE EAP: file saving of settings. Complementary commit: Add …
(edit) @2472 [2472] 01/29/14 09:21:17 philippe ffado-mixer/DICE EAP: file saving of settings. File is xml so as to be …
(edit) @2471 [2471] 01/29/14 08:59:45 philippe config.py: accept extended (utf-8) characters
(edit) @2470 [2470] 01/06/14 07:02:31 mocchi [Qt4Mixer/PreSonus] fix +12dB …
(edit) @2468 [2468] 12/14/13 07:04:07 mocchi [Qt4Mixer/PreSonus] FIREBOX support FIREBOX can be controlled by the …
(edit) @2453 [2453] 10/27/13 21:14:13 mocchi [Qt4Mixer/Audiofire] hide spdif mode for Audiofire12 AudioFire?12 has no …
(edit) @2449 [2449] 10/27/13 20:39:14 mocchi [Qt4Mixer/MAudio] obsolete old implementation for Ozonic Previous commit …
Note: See TracRevisionLog for help on using the revision log.