e: move e-tiling in e17.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 2 May 2012 08:20:53 +0000 (08:20 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 2 May 2012 08:20:53 +0000 (08:20 +0000)
commit55415c6df0d8d32e0cd160928772b2969b879b75
treebfddc30c2a7d99ef53889fbea763399013deeab8
parent90276061221d4c3cb173b2be1b534cf190d924b2
e: move e-tiling in e17.

SVN revision: 70614
22 files changed:
configure.ac
po/POTFILES.in
src/modules/Makefile.am
src/modules/tiling/AUTHORS [new file with mode: 0644]
src/modules/tiling/ChangeLog [new file with mode: 0644]
src/modules/tiling/Makefile.am [new file with mode: 0644]
src/modules/tiling/README [new file with mode: 0644]
src/modules/tiling/TODO [new file with mode: 0644]
src/modules/tiling/e-module-tiling.edc [new file with mode: 0644]
src/modules/tiling/e_mod_config.c [new file with mode: 0644]
src/modules/tiling/e_mod_tiling.c [new file with mode: 0644]
src/modules/tiling/e_mod_tiling.h [new file with mode: 0644]
src/modules/tiling/images/arrow_e.png [new file with mode: 0644]
src/modules/tiling/images/arrow_n.png [new file with mode: 0644]
src/modules/tiling/images/arrow_ne.png [new file with mode: 0644]
src/modules/tiling/images/arrow_nw.png [new file with mode: 0644]
src/modules/tiling/images/arrow_s.png [new file with mode: 0644]
src/modules/tiling/images/arrow_se.png [new file with mode: 0644]
src/modules/tiling/images/arrow_sw.png [new file with mode: 0644]
src/modules/tiling/images/arrow_w.png [new file with mode: 0644]
src/modules/tiling/images/module_icon.png [new file with mode: 0644]
src/modules/tiling/module.desktop.in [new file with mode: 0644]