Initial structure for a proper FDO compliant icon theme.
authorDave Andreoli <dave@gurumeditation.it>
Sun, 1 May 2016 14:52:45 +0000 (16:52 +0200)
committerDave Andreoli <dave@gurumeditation.it>
Thu, 5 May 2016 17:11:50 +0000 (19:11 +0200)
commit3c8597d3fc918aaafd30db2ceafbc06ea2cb261d
treeeacb9570df89b8da99c8f487507b191195baf069
parent537b138a2328008c16cf54401dc442bd6c8d11c5
Initial structure for a proper FDO compliant icon theme.

The idea here is to provide a "real" fdo icon theme along the icons in the elm edje theme.

To minimize file redundancy the icons are profided directly in a fdo structure and picked
in icon_fdo.edc. Also I'm using all the icons in svg format so that we don't need to provide
all the creazy sizes as per fdo spec.

More icons will comes in the next commits
43 files changed:
COPYING.images
data/elementary/themes/Makefile.am
data/elementary/themes/default.edc
data/elementary/themes/edc/elm/icon.edc
data/elementary/themes/edc/elm/icon_fdo.edc [new file with mode: 0644]
data/elementary/themes/fdo/README [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-default.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-downloads.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-favorite.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-important.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-readonly.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-shared.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-symbolic-link.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-synchronized.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-synchronizing.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-system.svg [new file with mode: 0644]
data/elementary/themes/fdo/emblems/scalable/emblem-unreadable.svg [new file with mode: 0644]
data/elementary/themes/fdo/index.theme [new file with mode: 0644]
data/elementary/themes/fdo/places/16/folder-downloads.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/16/folder-home.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/16/folder-open.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/16/folder-remote.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/16/folder.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/16/network-server.svg [new symlink]
data/elementary/themes/fdo/places/16/network-workgroup.svg [new symlink]
data/elementary/themes/fdo/places/16/start-here.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-documents.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-downloads.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-home.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-images.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-music.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-open.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-recent.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-remote.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder-videos.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/folder.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/network-server.svg [new symlink]
data/elementary/themes/fdo/places/scalable/network-workgroup.svg [new symlink]
data/elementary/themes/fdo/places/scalable/start-here.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/user-bookmarks.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/user-home.svg [new file with mode: 0644]
data/elementary/themes/fdo/places/scalable/user-trash.svg [new file with mode: 0644]
src/bin/elementary/test_icon.c