FDO icons: add some Application icons

mostly the ones used by elm_config
This commit is contained in:
Davide Andreoli 2016-05-15 15:30:41 +02:00
parent 1a001d38d4
commit 771a3da650
14 changed files with 42 additions and 23 deletions

View File

@ -992,7 +992,8 @@ elementary/themes/fdo/categories/128 \
elementary/themes/fdo/emblems/96 \
elementary/themes/fdo/places/16 \
elementary/themes/fdo/places/128 \
elementary/themes/fdo/status/128
elementary/themes/fdo/status/128 \
elementary/themes/fdo/apps/64
EXTRA_DIST += $(elementary_themes_files)

View File

@ -15,9 +15,9 @@
*
* NOTE: if you add an new icon you must add it to:
* - this file (of course)
* - src/bin/elementary/test_icon.c (elementary_test -to "Icon Standard")
* - data/elementary/themes/Makefile.am (only for new dirs)
* - elm_icon documentation ????? really?
* - check they appear in: elementary_test -to "Icon Standard"
* - don't forget to run "make distcheck"
*
*/
@ -120,12 +120,12 @@ ICO1(CTX, "document-save", 128)
ICO1(CTX, "document-save-as", 128)
ICO1(CTX, "document-send", 128)
ICO1(CTX, "document-close", 128) /* */
ICO1(CTX, "document-new", 128);
ICO1(CTX, "document-print", 128);
ICO1(CTX, "document-print-preview", 128);
ICO1(CTX, "document-revert", 128);
ICO1(CTX, "document-export", 128); /* */
ICO1(CTX, "document-import", 128); /* */
ICO1(CTX, "document-new", 128)
ICO1(CTX, "document-print", 128)
ICO1(CTX, "document-print-preview", 128)
ICO1(CTX, "document-revert", 128)
ICO1(CTX, "document-export", 128) /* */
ICO1(CTX, "document-import", 128) /* */
ICO1(CTX, "edit-clear", 128)
ICO1(CTX, "edit-copy", 128)
@ -350,26 +350,29 @@ ICO1(CTX, "non-starred", 128) /* */
//// applications ///////////////////////////////////////////////////////////
#define CTX "applications"
#define CTX "apps"
// TODO accessories-calculator
// TODO accessories-character-map
// TODO accessories-dictionary
// TODO accessories-text-editor
// TODO help-browser
// TODO multimedia-volume-control
// TODO help-browser
ICO1(CTX, "preferences-color", 64) /* */
ICO1(CTX, "preferences-profile", 64) /* Elm specific */
// TODO preferences-desktop-accessibility
// TODO preferences-desktop-font
// TODO preferences-desktop-keyboard
// TODO preferences-desktop-locale
// TODO preferences-desktop-multimedia
// TODO preferences-desktop-screensaver
// TODO preferences-desktop-theme
// TODO preferences-desktop-wallpaper
// TODO system-file-manager
ICO1(CTX, "preferences-desktop-display", 64) /* */
ICO1(CTX, "preferences-desktop-font", 64)
ICO1(CTX, "preferences-desktop-keyboard", 64)
ICO1(CTX, "preferences-desktop-locale", 64)
ICO1(CTX, "preferences-desktop-multimedia", 64)
ICO1(CTX, "preferences-desktop-screensaver", 64)
ICO1(CTX, "preferences-desktop-theme", 64)
ICO1(CTX, "preferences-desktop-wallpaper", 64)
// TODO system-software-install
// TODO system-software-update
// TODO utilities-system-monitor
// TODO utilities-terminal
// TODO system-file-manager
#undef CTX

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -2,7 +2,7 @@
Name=Bluish-X
Inherits=hicolor
Comment=The EFL Bluish-X Icon theme. Orig. Based on Rave-X, Mint-X and Faenza Icon Themes.
Directories=actions/128,status/128,places/128,places/16,emblems/96,categories/128,categories/16
Directories=actions/128,status/128,places/128,places/16,emblems/96,categories/128,categories/16,apps/64
Example=folder-home
@ -20,7 +20,6 @@ Type=Scalable
MinSize=16
MaxSize=22
[emblems/96]
Size=96
Context=Emblems
@ -28,7 +27,6 @@ Type=Scalable
MinSize=8
MaxSize=256
[categories/128]
Size=128
Context=Categories
@ -43,7 +41,6 @@ Type=Scalable
MinSize=16
MaxSize=22
[actions/128]
Size=128
Context=Actions
@ -51,7 +48,6 @@ Type=Scalable
MinSize=16
MaxSize=256
[status/128]
Size=128
Context=Status
@ -59,4 +55,11 @@ Type=Scalable
MinSize=16
MaxSize=256
[apps/64]
Size=64
Context=Applications
Type=Scalable
MinSize=16
MaxSize=128

View File

@ -432,6 +432,18 @@ _standard_genlist_populate(Evas_Object *gl)
IC("preferences-system")
IC("preferences-other")
CONTEXT("Applications")
IC("preferences-color")
IC("preferences-profile")
IC("preferences-desktop-display")
IC("preferences-desktop-font")
IC("preferences-desktop-keyboard")
IC("preferences-desktop-locale")
IC("preferences-desktop-multimedia")
IC("preferences-desktop-screensaver")
IC("preferences-desktop-theme")
IC("preferences-desktop-wallpaper")
#undef CONTEXT
#undef IC