Maemo Nokia 770 and 800 debian packaging.
Fixed the "Home" button missing icon problem Fixed cursor (now it's hidden) Files are saved on /media/mmc1/tuxpaint by default so users can see them from the filemanager Added xpm icon to hildon desktop
This commit is contained in:
parent
52a8db16ac
commit
cb9a159ba5
8 changed files with 511 additions and 56 deletions
49
hildon/tuxpaint.xpm
Normal file
49
hildon/tuxpaint.xpm
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
/* XPM */
|
||||
static char * icon32x32_xpm[] = {
|
||||
"32 32 14 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFF00",
|
||||
"@ c #191919",
|
||||
"# c #7F7F00",
|
||||
"$ c #333333",
|
||||
"% c #666667",
|
||||
"& c #4C4C4C",
|
||||
"* c #B2B2B2",
|
||||
"= c #FFFFFF",
|
||||
"- c #CCCCCC",
|
||||
"; c #E5E5E5",
|
||||
"> c #999999",
|
||||
", c #7F7F7F",
|
||||
"..... ..... ... ... ",
|
||||
".+++. .+++.. .+@ .+. ",
|
||||
"..#.....@..@..#.##.......@..#.. ",
|
||||
" .#@#.#.##.##.#@##.##@#@##..##. ",
|
||||
" .+.+.+..+++..+.+@+@+@+@+.+.+.. ",
|
||||
" .+.+.+..+++.@++@++.+.+.+@+.+.. ",
|
||||
" .#@#@#@##@##.#..##.#.#.#.#@##..",
|
||||
" .+..++.++@++.+...+++@+@+.+@@++.",
|
||||
" ............... .......@@......",
|
||||
" @@.......@@ ",
|
||||
" @$%$..@@...@ ",
|
||||
" &*=*@%-*@..@ ",
|
||||
"$@@@@@@@ %;--%;==%..@ ",
|
||||
"@....@@@@ >*&*>;==%..@@ ",
|
||||
"......... @-;-**$-;$...@ ",
|
||||
"........@@ @$#&%>%;>;-@...@ ",
|
||||
".........@@ ##+#++##,--&....@ ",
|
||||
"..........@@ #++++++++&$@....@@",
|
||||
"@..........@@@####+++++#@.....@@",
|
||||
" @@.........@@+#$+++++++#......@",
|
||||
" @@@........@#+++++++++#......@",
|
||||
" @@@......@@#++++++++@......@",
|
||||
" @@.......@##+++++#.......@",
|
||||
" $@........@####$@.......@",
|
||||
" @@.......@@@@...........",
|
||||
" @@.....$>-*>$..........",
|
||||
" @@..@-====;$...@.....",
|
||||
" @@..%======*@.$>.....",
|
||||
" @@..*======;$.$-@....",
|
||||
" @@..$-======;&..*%....",
|
||||
" @@..@-========%..$*@...",
|
||||
" @@.@>=========>...%%..."};
|
||||
Loading…
Add table
Add a link
Reference in a new issue