ICONTHEME: add a way to store a selected icontheme in the users preferences.
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 20 Aug 2012 19:39:29 +0000 (21:39 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 20 Aug 2012 19:39:29 +0000 (21:39 +0200)
commit672ba402eab62d1d1aa000eaf7e2e714c0f5f546
tree5297d9f51e7657ae000b823708c2616228692a0f
parent30eb28c7fe75da83b9763b854e294ed39424a0d7
ICONTHEME: add a way to store a selected icontheme in the users preferences.

  - add the 'icontheme' setting
  - crawl all icon themes, remember it.
  - check which theme was selected (if) or choose a default theme.
  - add template token ICONTHEME to output the prefered icontheme or the default
  - add iterator PREF:VALID:THEME to output a list of available icon themes
  - add selector to the users preferences to choose the available icontheme.
webcit/Makefile.in
webcit/icontheme.c [new file with mode: 0644]
webcit/static/t/prefs/box.html
webcit/static/t/prefs/section_icontheme_select.html [new file with mode: 0644]
webcit/webcit.h