diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-08-04 17:56:00 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-08-04 17:56:00 +0000 |
| commit | c216100f843d5ec0fba5a4f49907d666a65028b1 (patch) | |
| tree | 9fedee2560e123381ea87259744fb6ae13385136 /utils/themeeditor/resources | |
| parent | bcf51beee7afe2251aee2e98f26934e34b133e7a (diff) | |
| download | rockbox-c216100f843d5ec0fba5a4f49907d666a65028b1.zip rockbox-c216100f843d5ec0fba5a4f49907d666a65028b1.tar.gz rockbox-c216100f843d5ec0fba5a4f49907d666a65028b1.tar.bz2 rockbox-c216100f843d5ec0fba5a4f49907d666a65028b1.tar.xz | |
Theme Editor: Overhauled main window toolbar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27697 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources')
| -rw-r--r-- | utils/themeeditor/resources/COPYING | 9 | ||||
| -rw-r--r-- | utils/themeeditor/resources/document-save-as.png | bin | 0 -> 1837 bytes | |||
| -rw-r--r-- | utils/themeeditor/resources/edit-copy.png | bin | 0 -> 723 bytes | |||
| -rw-r--r-- | utils/themeeditor/resources/edit-cut.png | bin | 0 -> 2087 bytes | |||
| -rw-r--r-- | utils/themeeditor/resources/edit-find-replace.png | bin | 0 -> 2104 bytes | |||
| -rw-r--r-- | utils/themeeditor/resources/edit-paste.png | bin | 0 -> 1027 bytes | |||
| -rw-r--r-- | utils/themeeditor/resources/edit-redo.png | bin | 0 -> 1502 bytes | |||
| -rw-r--r-- | utils/themeeditor/resources/edit-undo.png | bin | 0 -> 1601 bytes |
8 files changed, 5 insertions, 4 deletions
diff --git a/utils/themeeditor/resources/COPYING b/utils/themeeditor/resources/COPYING index 3d9e7e7..14c27fa 100644 --- a/utils/themeeditor/resources/COPYING +++ b/utils/themeeditor/resources/COPYING @@ -1,7 +1,8 @@ -The files ffwd.png, rwnd.png, play.png, pause.png, document-new.png, -document-open.png, and document-save.png came from -the Tango Desktop Project (http://www.tango.freedesktop.org) and are in -the public domain. +The files edit-cut.png, edit-copy.png, edit-paste.png, edit-find-replace.png, +edit-undo.png, edit-redo.png, ffwd.png, rwnd.png, play.png, pause.png, +document-new.png, document-open.png, document-save-as.png, and document-save.png +came from the Tango Desktop Project (http://www.tango.freedesktop.org) and are +in the public domain. The files zoomin.png, zoomout.png, and zoomeven.png came from the Tango Project with modifications by Robert Bieber, also in the public domain. diff --git a/utils/themeeditor/resources/document-save-as.png b/utils/themeeditor/resources/document-save-as.png Binary files differnew file mode 100644 index 0000000..5c9f6b3 --- /dev/null +++ b/utils/themeeditor/resources/document-save-as.png diff --git a/utils/themeeditor/resources/edit-copy.png b/utils/themeeditor/resources/edit-copy.png Binary files differnew file mode 100644 index 0000000..3348ee0 --- /dev/null +++ b/utils/themeeditor/resources/edit-copy.png diff --git a/utils/themeeditor/resources/edit-cut.png b/utils/themeeditor/resources/edit-cut.png Binary files differnew file mode 100644 index 0000000..217663b --- /dev/null +++ b/utils/themeeditor/resources/edit-cut.png diff --git a/utils/themeeditor/resources/edit-find-replace.png b/utils/themeeditor/resources/edit-find-replace.png Binary files differnew file mode 100644 index 0000000..0f1b117 --- /dev/null +++ b/utils/themeeditor/resources/edit-find-replace.png diff --git a/utils/themeeditor/resources/edit-paste.png b/utils/themeeditor/resources/edit-paste.png Binary files differnew file mode 100644 index 0000000..dd429ce --- /dev/null +++ b/utils/themeeditor/resources/edit-paste.png diff --git a/utils/themeeditor/resources/edit-redo.png b/utils/themeeditor/resources/edit-redo.png Binary files differnew file mode 100644 index 0000000..3eb7b05 --- /dev/null +++ b/utils/themeeditor/resources/edit-redo.png diff --git a/utils/themeeditor/resources/edit-undo.png b/utils/themeeditor/resources/edit-undo.png Binary files differnew file mode 100644 index 0000000..61b2ce9 --- /dev/null +++ b/utils/themeeditor/resources/edit-undo.png |