mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-04-28 06:47:24 -04:00
Add qlo10k1
Added qlo10k1 by Peter Zubaj.
This commit is contained in:
parent
83b4a93e03
commit
ab3e05d1da
73 changed files with 12923 additions and 1 deletions
50
qlo10k1/src/icons/routing_effect.xpm
Normal file
50
qlo10k1/src/icons/routing_effect.xpm
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_effect[]={
|
||||
"22 22 4 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"b c #303030",
|
||||
"a c #ffffff",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"....##############....",
|
||||
"....#aaaaaaaaaaaa#....",
|
||||
"....#aaaaaaaaaaaa#....",
|
||||
"....#aaabb####aaa#....",
|
||||
"....#aaabaaaaaaaa#....",
|
||||
"....#aaabaaaaaaaa#....",
|
||||
"....#aaabaaaaaaaa#....",
|
||||
"....#aaabbb#baaaa#....",
|
||||
"....#aaabaaaaaaaa#....",
|
||||
"....#aaabaaaaaaaa#....",
|
||||
"....#aaabaaaaaaaa#....",
|
||||
"....#aaabaaaaaaaa#....",
|
||||
"....#aaa######aaa#....",
|
||||
"....#aaaaaaaaaaaa#....",
|
||||
"....#aaaaaaaaaaaa#....",
|
||||
"....##############....",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................"};
|
||||
50
qlo10k1/src/icons/routing_effect_stack.xpm
Normal file
50
qlo10k1/src/icons/routing_effect_stack.xpm
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_effect_stack[]={
|
||||
"22 22 4 1",
|
||||
"b c None",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"a c #ffffff",
|
||||
"......................",
|
||||
".##############.......",
|
||||
".#aaaaaaaaaaaa#bb.....",
|
||||
".#aaaaaaaaaaaa###bb...",
|
||||
".#aaa######aaa#a#bb...",
|
||||
".#aaa#aaaaaaaa#a###...",
|
||||
".#aaa#aaaaaaaa#a#a#...",
|
||||
".#aaa#aaaaaaaa#a#a#...",
|
||||
".#aaa#####aaaa#a#a#...",
|
||||
".#aaa#aaaaaaaa#a#a#...",
|
||||
".#aaa#aaaaaaaa#a#a#...",
|
||||
".#aaa#aaaaaaaa#a#a#...",
|
||||
".#aaa#aaaaaaaa#a#a#...",
|
||||
".#aaa######aaa#a#a#...",
|
||||
".#aaaaaaaaaaaa#a#a#...",
|
||||
".#aaaaaaaaaaaa#a#a#...",
|
||||
".##############a#a#...",
|
||||
"..b#aaaaaaaaaaaa#a#...",
|
||||
"..b##############a#...",
|
||||
"...bb#aaaaaaaaaaaa#...",
|
||||
"...bb##############...",
|
||||
"......................"};
|
||||
50
qlo10k1/src/icons/routing_fx.xpm
Normal file
50
qlo10k1/src/icons/routing_fx.xpm
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_fx[]={
|
||||
"22 22 4 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"b c #303030",
|
||||
"a c #ffffff",
|
||||
"......................",
|
||||
"......................",
|
||||
"........#####.........",
|
||||
"......##aaaaa##.......",
|
||||
".....#aaaaaaaaa#......",
|
||||
"....#aaaaaaaaaaa#.....",
|
||||
"...#aa####a#aa#aa#....",
|
||||
"...#aa#aaaa#aa#aa#....",
|
||||
"..#aaa#aaaa#aa#aaa#...",
|
||||
"..#aaa#aaaaa##aaaa#...",
|
||||
"..#aaa###.aabbaaaa#...",
|
||||
"..#aaa#aaaaa##aaaa#...",
|
||||
"..#aaa#aaaa#aa#aaa#...",
|
||||
"...#aa#aaaa#aa#aa#....",
|
||||
"...#aa#aaaa#aa#aa#....",
|
||||
"....#aaaaaaaaaaa#.....",
|
||||
".....#aaaaaaaaa#......",
|
||||
"......##aaaaa##.......",
|
||||
"........#####.........",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................"};
|
||||
50
qlo10k1/src/icons/routing_in.xpm
Normal file
50
qlo10k1/src/icons/routing_in.xpm
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_in[]={
|
||||
"22 22 4 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"b c #303030",
|
||||
"a c #ffffff",
|
||||
"......................",
|
||||
"......................",
|
||||
"........#####.........",
|
||||
"......##aaaaa##.......",
|
||||
".....#aaaaaaaaa#......",
|
||||
"....#aaaaaaaaaaa#.....",
|
||||
"...#aabaabaaaabaa#....",
|
||||
"...#aabaabbaaabaa#....",
|
||||
"..#aaabaababaabaaa#...",
|
||||
"..#aaabaababaabaaa#...",
|
||||
"..#aaabaababbabaaa#...",
|
||||
"..#aaabaabaababaaa#...",
|
||||
"..#aaabaabaababaaa#...",
|
||||
"...#aabaabaaabbaa#....",
|
||||
"...#aabaabaaaabaa#....",
|
||||
"....#aaaaaaaaaaa#.....",
|
||||
".....#aaaaaaaaa#......",
|
||||
"......##aaaaa##.......",
|
||||
"........#####.........",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................"};
|
||||
51
qlo10k1/src/icons/routing_normal.xpm
Normal file
51
qlo10k1/src/icons/routing_normal.xpm
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_normal[]={
|
||||
"22 22 5 1",
|
||||
"# c None",
|
||||
". c None",
|
||||
"a c #000000",
|
||||
"b c #303030",
|
||||
"c c #ffffff",
|
||||
"......................",
|
||||
"......................",
|
||||
"...#..................",
|
||||
"...###a#########......",
|
||||
"...###ab########......",
|
||||
"...###acb#######......",
|
||||
"...###accb######......",
|
||||
"...###acccb#####......",
|
||||
"...###accccb####......",
|
||||
"...###acccccb###......",
|
||||
"...###accccccb##......",
|
||||
"..####acccccabb#......",
|
||||
"..####accccb#####.....",
|
||||
"..####acbbccb###......",
|
||||
"..###.bb#bccb###......",
|
||||
"...#..b###bccb##......",
|
||||
"......####bccb##......",
|
||||
"......#####bccb#......",
|
||||
"......#####bccb#......",
|
||||
"......######bb##......",
|
||||
"......................",
|
||||
"......................"};
|
||||
50
qlo10k1/src/icons/routing_out.xpm
Normal file
50
qlo10k1/src/icons/routing_out.xpm
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_out[]={
|
||||
"22 22 4 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"b c #303030",
|
||||
"a c #ffffff",
|
||||
"......................",
|
||||
"......................",
|
||||
"........#####.........",
|
||||
"......##aaaaa##.......",
|
||||
".....#aaaaaaaaa#......",
|
||||
"....#aaaaaaaaaaa#.....",
|
||||
"...#aaaaaaaaaaaaa#....",
|
||||
"...#aabaabababbba#....",
|
||||
"..#aababababaabaaa#...",
|
||||
"..#aababababaabaaa#...",
|
||||
"..#aababababaabaaa#...",
|
||||
"..#aababababaabaaa#...",
|
||||
"..#aababababaabaaa#...",
|
||||
"...#aabaaabaaabaa#....",
|
||||
"...#aaaaaaaaaaaaa#....",
|
||||
"....#aaaaaaaaaaa#.....",
|
||||
".....#aaaaaaaaa#......",
|
||||
"......##aaaaa##.......",
|
||||
"........#####.........",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................"};
|
||||
56
qlo10k1/src/icons/routing_route.xpm
Normal file
56
qlo10k1/src/icons/routing_route.xpm
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_route[]={
|
||||
"22 22 10 1",
|
||||
"# c None",
|
||||
". c None",
|
||||
"e c #000000",
|
||||
"g c #303030",
|
||||
"a c #000000",
|
||||
"h c #191919",
|
||||
"d c #1a1a1a",
|
||||
"b c #333333",
|
||||
"f c #fefefe",
|
||||
"c c #ffffff",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"............#.........",
|
||||
"............a##.......",
|
||||
"...........#abb##.....",
|
||||
"...#########accdd##...",
|
||||
"...eeeeeeeeeaccffeg...",
|
||||
"............accaa##...",
|
||||
"............ahh##.....",
|
||||
"............a##.......",
|
||||
"............##........",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................"};
|
||||
52
qlo10k1/src/icons/routing_zoom_minus.xpm
Normal file
52
qlo10k1/src/icons/routing_zoom_minus.xpm
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_zoom_minus[]={
|
||||
"22 22 6 1",
|
||||
". c None",
|
||||
"b c #000000",
|
||||
"d c #303030",
|
||||
"# c #a0a0a0",
|
||||
"c c #a8dcff",
|
||||
"a c #dcdcdc",
|
||||
"......................",
|
||||
".....#####............",
|
||||
"....abbbbb#...........",
|
||||
"...abcccccb#..........",
|
||||
"..abcccccccb#.........",
|
||||
".abcccccccccb#........",
|
||||
".abcccccccccb#........",
|
||||
".abccbbbbbccb#........",
|
||||
".abcccccccccb#........",
|
||||
".abcccccccccb#........",
|
||||
"..abcccccccb#.........",
|
||||
"...abcccccbbd#........",
|
||||
"....abbbbbabbb#.......",
|
||||
".....aaaaa.abbb#......",
|
||||
"............abbb#.....",
|
||||
".............abbb#....",
|
||||
"..............abbb#...",
|
||||
"...............add#...",
|
||||
"................aa....",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................"};
|
||||
53
qlo10k1/src/icons/routing_zoom_plus.xpm
Normal file
53
qlo10k1/src/icons/routing_zoom_plus.xpm
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
/*
|
||||
* qlo10k1 - GUI frontend for ld10k1
|
||||
*
|
||||
* Copyright (c) 2004 by Peter Zubaj
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/* XPM */
|
||||
static const char *routing_zoom_plus[]={
|
||||
"22 22 7 1",
|
||||
"d c None",
|
||||
". c None",
|
||||
"b c #000000",
|
||||
"e c #303030",
|
||||
"# c #a0a0a0",
|
||||
"c c #a8dcff",
|
||||
"a c #dcdcdc",
|
||||
"......................",
|
||||
".....#####............",
|
||||
"....abbbbb#...........",
|
||||
"...abcccccb#..........",
|
||||
".dabcccccccb#.........",
|
||||
".abccccbccccb#........",
|
||||
".abccccbccccb#........",
|
||||
".abccbbbbbccb#........",
|
||||
".abccccbccccb#........",
|
||||
".abccccbccccb#........",
|
||||
"..abcccccccb#d........",
|
||||
"...abcccccbbe#dd......",
|
||||
"....abbbbbabbb#dd.....",
|
||||
".....aaaaa.abbb#dd....",
|
||||
"............abbb#dd...",
|
||||
".............abbb#d...",
|
||||
".............dabbb#...",
|
||||
"...............aee#...",
|
||||
"................aa....",
|
||||
"......................",
|
||||
"......................",
|
||||
"......................"};
|
||||
Loading…
Add table
Add a link
Reference in a new issue