diff options
| author | Gord Allott <gord.allott@canonical.com> | 2010-01-04 10:53:55 +0000 |
|---|---|---|
| committer | Gord Allott <gord.allott@canonical.com> | 2010-01-04 10:53:55 +0000 |
| commit | e55a3281054fd6c4d52384348b7b9ca6142b0cd6 (patch) | |
| tree | 3400fab71ae4f6a7eed2bc94336a5fac729bca3a /data | |
| parent | 18aa719d43b425eaea710b9c651329e31d189631 (diff) | |
| parent | dc329e5312ee085bfc7a78a69dd9377e97744612 (diff) | |
enabled opacity for the menu texture, merged with unity trunk
(bzr r46.2.2)
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 18 | ||||
| -rw-r--r-- | data/applications.png | bin | 0 -> 1505 bytes | |||
| -rw-r--r-- | data/files.png | bin | 0 -> 789 bytes | |||
| -rw-r--r-- | data/gadgets.png | bin | 0 -> 1212 bytes | |||
| -rw-r--r-- | data/home.png | bin | 0 -> 963 bytes | |||
| -rw-r--r-- | data/music.png | bin | 0 -> 4244 bytes | |||
| -rw-r--r-- | data/people.png | bin | 0 -> 4399 bytes | |||
| -rw-r--r-- | data/photos.png | bin | 0 -> 4097 bytes | |||
| -rw-r--r-- | data/software_centre.png | bin | 0 -> 3842 bytes | |||
| -rw-r--r-- | data/trash.png | bin | 0 -> 3970 bytes | |||
| -rw-r--r-- | data/videos.png | bin | 0 -> 3977 bytes | |||
| -rw-r--r-- | data/web.png | bin | 0 -> 1647 bytes |
12 files changed, 16 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 20161dd54..2c45f0833 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,10 +1,24 @@ +//Please keep alphabetical :-) + dist_default_DATA = \ + applications.png \ + files.png \ + gadgets.png \ + gradient.png \ + home.png \ honeycomb.png \ honeycomb-mask.png \ - gradient.png \ + music.png \ + people.png \ + photos.png \ quicklauncher_focused_indicator.svg \ quicklauncher_running_indicator.svg \ quicklauncher_spinner.png \ - tight_check_4px.png + software_centre.png \ + tight_check_4px.png \ + trash.png \ + videos.png \ + web.png + defaultdir = $(pkgdatadir) diff --git a/data/applications.png b/data/applications.png Binary files differnew file mode 100644 index 000000000..f3121db5e --- /dev/null +++ b/data/applications.png diff --git a/data/files.png b/data/files.png Binary files differnew file mode 100644 index 000000000..bde64565e --- /dev/null +++ b/data/files.png diff --git a/data/gadgets.png b/data/gadgets.png Binary files differnew file mode 100644 index 000000000..d76493517 --- /dev/null +++ b/data/gadgets.png diff --git a/data/home.png b/data/home.png Binary files differnew file mode 100644 index 000000000..6d20e5c4d --- /dev/null +++ b/data/home.png diff --git a/data/music.png b/data/music.png Binary files differnew file mode 100644 index 000000000..408b680c2 --- /dev/null +++ b/data/music.png diff --git a/data/people.png b/data/people.png Binary files differnew file mode 100644 index 000000000..9a131bbc1 --- /dev/null +++ b/data/people.png diff --git a/data/photos.png b/data/photos.png Binary files differnew file mode 100644 index 000000000..7909b0b90 --- /dev/null +++ b/data/photos.png diff --git a/data/software_centre.png b/data/software_centre.png Binary files differnew file mode 100644 index 000000000..ced6d986c --- /dev/null +++ b/data/software_centre.png diff --git a/data/trash.png b/data/trash.png Binary files differnew file mode 100644 index 000000000..acd2c8a8c --- /dev/null +++ b/data/trash.png diff --git a/data/videos.png b/data/videos.png Binary files differnew file mode 100644 index 000000000..53d90b92f --- /dev/null +++ b/data/videos.png diff --git a/data/web.png b/data/web.png Binary files differnew file mode 100644 index 000000000..af3092ce7 --- /dev/null +++ b/data/web.png |
