ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8c02bf5be65f6d8fa6c4659eb54746531fead1a4

commit 8c02bf5be65f6d8fa6c4659eb54746531fead1a4
Merge: 4930201 9a3a8a1
Author: Andy Williams <[email protected]>
Date:   Tue Apr 26 00:00:33 2016 +0100

    elementary: Move icon lookup order to user specified theme.
    
    As discussed on the mailing list we're taming the icon_standard code.
    This means that icon themes are set by the user not the app.
    Deprecate all the icon_lookup calls etc and remove the behaviour.
    Add a config panel to elementary_config where the theme can be selected.

 src/bin/elementary/config.c             | 164 ++++++++++++++++++++++++++++++++
 src/bin/elementary/test_icon.c          |  52 ++--------
 src/lib/elementary/elementary_config.h  |   8 ++
 src/lib/elementary/elm_config.c         |  27 ++++++
 src/lib/elementary/elm_config.h         |  23 +++++
 src/lib/elementary/elm_icon.c           |  58 ++++-------
 src/lib/elementary/elm_icon.eo          |   4 +
 src/lib/elementary/elm_priv.h           |   3 +-
 src/lib/elementary/elm_store.c          |   1 -
 src/lib/elementary/elm_toolbar.c        |  25 ++---
 src/lib/elementary/elm_toolbar.eo       |   5 +-
 src/lib/elementary/elm_widget_icon.h    |   1 -
 src/lib/elementary/elm_widget_toolbar.h |   1 -
 13 files changed, 268 insertions(+), 104 deletions(-)


-- 


Reply via email to