~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to clientgui/res/skins/default/graphic/connecting_indicator_image.xpm

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Berkeley Open Infrastructure for Network Computing
2
 
// http://boinc.berkeley.edu
3
 
// Copyright (C) 2005 University of California
4
 
//
5
 
// This is free software; you can redistribute it and/or
6
 
// modify it under the terms of the GNU Lesser General Public
7
 
// License as published by the Free Software Foundation;
8
 
// either version 2.1 of the License, or (at your option) any later version.
9
 
//
10
 
// This software is distributed in the hope that it will be useful,
11
 
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
 
// See the GNU Lesser General Public License for more details.
14
 
//
15
 
// To view the GNU Lesser General Public License visit
16
 
// http://www.gnu.org/copyleft/lesser.html
17
 
// or write to the Free Software Foundation, Inc.,
18
 
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19
 
 
20
 
/* XPM */
21
 
static char *connecting_indicator_image_xpm[] = {
22
 
/* columns rows colors chars-per-pixel */
23
 
"14 15 14 1",
24
 
"  c Black",
25
 
"# c #6080A0",
26
 
"& c #90C0F0",
27
 
"* c #131A20",
28
 
"- c #739AC0",
29
 
"o c #99CCFF",
30
 
"@ c #0A0D10",
31
 
"= c #3A4D60",
32
 
"X c #6A8DB0",
33
 
". c #263340",
34
 
"% c #567390",
35
 
"O c #86B3E0",
36
 
"+ c #4D6680",
37
 
"$ c #7DA6D0",
38
 
/* pixels */
39
 
"   .XooooO+@  ",
40
 
"  #oooooooo$@ ",
41
 
" %oooooooooo$@",
42
 
".oooooooooooo+",
43
 
"#ooooooooooooO",
44
 
"&ooooooooooooo",
45
 
"oooooooooooooo",
46
 
"oooooooooooooo",
47
 
"oooooooooooooo",
48
 
"Oooooooooooooo",
49
 
"#ooooooooooooO",
50
 
"*oooooooooooo=",
51
 
" +oooooooooo$ ",
52
 
"  %oooooooo-@ ",
53
 
"   .#&oooX=   "
54
 
};
 
1
// Berkeley Open Infrastructure for Network Computing
 
2
// http://boinc.berkeley.edu
 
3
// Copyright (C) 2005 University of California
 
4
//
 
5
// This is free software; you can redistribute it and/or
 
6
// modify it under the terms of the GNU Lesser General Public
 
7
// License as published by the Free Software Foundation;
 
8
// either version 2.1 of the License, or (at your option) any later version.
 
9
//
 
10
// This software is distributed in the hope that it will be useful,
 
11
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
13
// See the GNU Lesser General Public License for more details.
 
14
//
 
15
// To view the GNU Lesser General Public License visit
 
16
// http://www.gnu.org/copyleft/lesser.html
 
17
// or write to the Free Software Foundation, Inc.,
 
18
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
19
 
 
20
/* XPM */
 
21
static const char *connecting_indicator_image_xpm[] = {
 
22
/* columns rows colors chars-per-pixel */
 
23
"14 15 14 1",
 
24
"  c Black",
 
25
"# c #6080A0",
 
26
"& c #90C0F0",
 
27
"* c #131A20",
 
28
"- c #739AC0",
 
29
"o c #99CCFF",
 
30
"@ c #0A0D10",
 
31
"= c #3A4D60",
 
32
"X c #6A8DB0",
 
33
". c #263340",
 
34
"% c #567390",
 
35
"O c #86B3E0",
 
36
"+ c #4D6680",
 
37
"$ c #7DA6D0",
 
38
/* pixels */
 
39
"   .XooooO+@  ",
 
40
"  #oooooooo$@ ",
 
41
" %oooooooooo$@",
 
42
".oooooooooooo+",
 
43
"#ooooooooooooO",
 
44
"&ooooooooooooo",
 
45
"oooooooooooooo",
 
46
"oooooooooooooo",
 
47
"oooooooooooooo",
 
48
"Oooooooooooooo",
 
49
"#ooooooooooooO",
 
50
"*oooooooooooo=",
 
51
" +oooooooooo$ ",
 
52
"  %oooooooo-@ ",
 
53
"   .#&oooX=   "
 
54
};