merge notification module into core e!
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 28 Oct 2011 02:49:24 +0000 (02:49 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 28 Oct 2011 02:49:24 +0000 (02:49 +0000)
commitf373243dc5cf986173d12d03d4fbf73d0d574b48
treee0a76678a79007261ee3b66aa05a14bf01be60d7
parent71fcdc642892440a1a12577bdaf3174a5ea47316
merge notification module into core e!

SVN revision: 64475
58 files changed:
configure.ac
src/modules/Makefile.am
src/modules/notification/AUTHORS [new file with mode: 0644]
src/modules/notification/COPYING [new file with mode: 0644]
src/modules/notification/COPYING-PLAIN [new file with mode: 0644]
src/modules/notification/Makefile.am [new file with mode: 0644]
src/modules/notification/README [new file with mode: 0644]
src/modules/notification/e-module-notification.edc [new file with mode: 0644]
src/modules/notification/e_mod_box.c [new file with mode: 0644]
src/modules/notification/e_mod_config.c [new file with mode: 0644]
src/modules/notification/e_mod_config_item.c [new file with mode: 0644]
src/modules/notification/e_mod_main.c [new file with mode: 0644]
src/modules/notification/e_mod_main.h [new file with mode: 0644]
src/modules/notification/e_mod_popup.c [new file with mode: 0644]
src/modules/notification/e_modules-notification.spec.in [new file with mode: 0644]
src/modules/notification/images/base_bg.png [new file with mode: 0644]
src/modules/notification/images/base_bg_alpha.png [new file with mode: 0644]
src/modules/notification/images/bd_button_close_focused.png [new file with mode: 0644]
src/modules/notification/images/bd_button_close_shadow.png [new file with mode: 0644]
src/modules/notification/images/bd_title_bg.png [new file with mode: 0644]
src/modules/notification/images/bd_title_over.png [new file with mode: 0644]
src/modules/notification/images/bd_top_hilight.png [new file with mode: 0644]
src/modules/notification/images/close_btn.png [new file with mode: 0644]
src/modules/notification/images/e17_dialog_watermark.png [new file with mode: 0644]
src/modules/notification/images/e17_menu_bg_border.png [new file with mode: 0644]
src/modules/notification/images/module_icon.png [new file with mode: 0644]
src/modules/notification/module.desktop.in [new file with mode: 0644]
src/modules/notification/po/LINGUAS [new file with mode: 0644]
src/modules/notification/po/Makevars [new file with mode: 0644]
src/modules/notification/po/POTFILES.in [new file with mode: 0644]
src/modules/notification/po/ar.po [new file with mode: 0644]
src/modules/notification/po/bg.po [new file with mode: 0644]
src/modules/notification/po/cs.po [new file with mode: 0644]
src/modules/notification/po/de.po [new file with mode: 0644]
src/modules/notification/po/el.po [new file with mode: 0644]
src/modules/notification/po/en_GB.po [new file with mode: 0644]
src/modules/notification/po/eo.po [new file with mode: 0644]
src/modules/notification/po/es.po [new file with mode: 0644]
src/modules/notification/po/fi.po [new file with mode: 0644]
src/modules/notification/po/fo.po [new file with mode: 0644]
src/modules/notification/po/fr.po [new file with mode: 0644]
src/modules/notification/po/he.po [new file with mode: 0644]
src/modules/notification/po/hr.po [new file with mode: 0644]
src/modules/notification/po/hu.po [new file with mode: 0644]
src/modules/notification/po/it.po [new file with mode: 0644]
src/modules/notification/po/ja.po [new file with mode: 0644]
src/modules/notification/po/lt.po [new file with mode: 0644]
src/modules/notification/po/nl.po [new file with mode: 0644]
src/modules/notification/po/pl.po [new file with mode: 0644]
src/modules/notification/po/pt.po [new file with mode: 0644]
src/modules/notification/po/pt_BR.po [new file with mode: 0644]
src/modules/notification/po/ru.po [new file with mode: 0644]
src/modules/notification/po/sk.po [new file with mode: 0644]
src/modules/notification/po/sl.po [new file with mode: 0644]
src/modules/notification/po/sv.po [new file with mode: 0644]
src/modules/notification/po/tr.po [new file with mode: 0644]
src/modules/notification/po/uk.po [new file with mode: 0644]
src/modules/notification/po/zh_CN.po [new file with mode: 0644]