1. add carousel start - does nothnig. ignore. copy of toolbar atm to start with
authorCarsten Haitzler <raster@rasterman.com>
Tue, 13 Jan 2009 09:20:53 +0000 (09:20 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 13 Jan 2009 09:20:53 +0000 (09:20 +0000)
commit16999e1bd5c9ad62dd6e237536b4ab2c8587873d
treeab70f21d195d0bd20980a6b3dc0f7ef1e0b46e37
parentb817fd41a97d8a7d791ff0b182dd8ee7d344f9c1
1. add carousel start - does nothnig. ignore. copy of toolbar atm to start with
2. make elementary be able to determine theme from
  PREFIX/share/elementary/themes or ~/.elementary/themes (~/ takes preference)
  currently using a delimited list of theme names in order to check like:
    mytheme/fallback/morestuff/default
  (if the last theme entry is on default it is added explicitly).
  this allows multiple theme files bascially to work a bit like a fontset - try
  the first one - if not there, try the next and so on. set $ELM_THEME to your
  theme setting
3. determine prefix and thus data dir - where system themes go. if it can't
  rely on dladdr, or the compiled-in prefix/data dir, you can set $ELM_PREFIX
  and/or $ELM_DATA_DIR accordingly.

SVN revision: 38568
configure.in
elementary.pc.in
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_carousel.c [new file with mode: 0644]
src/lib/elm_main.c
src/lib/elm_priv.h
src/lib/elm_theme.c
src/lib/elm_toolbar.c