From e972923902bc55193a17ea68acfd4a5253079103 Mon Sep 17 00:00:00 2001 From: titan Date: Sat, 26 Sep 2009 18:04:22 +0000 Subject: [PATCH] Remove old ephoto. SVN revision: 42722 --- ABOUT-NLS | 625 -------------------------- AUTHORS | 9 - COPYING | 28 -- COPYING.icons | 67 --- ChangeLog | 3 - INSTALL | 236 ---------- Makefile.am | 18 - NEWS | 9 - README | 11 - TODO | 27 -- autogen.sh | 29 -- configure.ac | 201 --------- data/.cvsignore | 2 - data/Makefile.am | 3 - data/images/.cvsignore | 2 - data/images/Makefile.am | 39 -- data/images/add.png | Bin 626 -> 0 bytes data/images/black.png | Bin 168 -> 0 bytes data/images/camera-photo.png | Bin 1940 -> 0 bytes data/images/dialog-close.png | Bin 1268 -> 0 bytes data/images/edit_view.png | Bin 1053 -> 0 bytes data/images/emblem-favorite.png | Bin 1582 -> 0 bytes data/images/emblem-photos.png | Bin 1689 -> 0 bytes data/images/exit.png | Bin 1693 -> 0 bytes data/images/folder.png | Bin 965 -> 0 bytes data/images/get_exif.png | Bin 1439 -> 0 bytes data/images/go-down.png | Bin 1199 -> 0 bytes data/images/go-home.png | Bin 1798 -> 0 bytes data/images/go-next.png | Bin 1242 -> 0 bytes data/images/go-previous.png | Bin 1200 -> 0 bytes data/images/go-up.png | Bin 1193 -> 0 bytes data/images/image.png | Bin 1037 -> 0 bytes data/images/in.png | Bin 2358 -> 0 bytes data/images/list_view.png | Bin 1413 -> 0 bytes data/images/media-seek-backward.png | Bin 1112 -> 0 bytes data/images/media-seek-forward.png | Bin 1245 -> 0 bytes data/images/normal_view.png | Bin 1019 -> 0 bytes data/images/out.png | Bin 2249 -> 0 bytes data/images/photo_lens.png | Bin 37239 -> 0 bytes data/images/preferences-system.png | Bin 2129 -> 0 bytes data/images/redo.png | Bin 1502 -> 0 bytes data/images/remove.png | Bin 317 -> 0 bytes data/images/search.png | Bin 2215 -> 0 bytes data/images/stock_fullscreen.png | Bin 1242 -> 0 bytes data/images/stock_help.png | Bin 2231 -> 0 bytes data/images/stock_save-as.png | Bin 1862 -> 0 bytes data/images/stock_save.png | Bin 2001 -> 0 bytes data/images/undo.png | Bin 1601 -> 0 bytes data/images/x-office-presentation.png | Bin 1350 -> 0 bytes data/other/Makefile.am | 10 - data/other/ephoto.desktop.in | 16 - data/other/ephoto.png | Bin 7833 -> 0 bytes debian/changelog | 6 - debian/compat | 1 - debian/control | 14 - debian/copyright | 9 - debian/rules | 11 - ephoto.spec.in | 44 -- po/.cvsignore | 12 - po/Makefile.am | 28 -- po/Makefile.in.in | 353 --------------- po/Makevars.template | 41 -- po/POTFILES.in | 15 - po/Rules-quot | 42 -- po/ar.po | 76 ---- po/boldquot.sed | 10 - po/cs.po | 107 ----- po/de.po | 289 ------------ po/el.po | 77 ---- po/en@boldquot.header | 25 -- po/en@quot.header | 22 - po/eo.po | 114 ----- po/es.po | 75 ---- po/fo.po | 75 ---- po/fr.po | 206 --------- po/he.po | 76 ---- po/hu.po | 112 ----- po/insert-header.sin | 23 - po/it.po | 75 ---- po/ja.po | 76 ---- po/nb.po | 75 ---- po/nl.po | 75 ---- po/quot.sed | 6 - po/remove-potcdate.sin | 19 - po/ru.po | 107 ----- po/sk.po | 76 ---- po/sv.po | 171 ------- po/zh_CN.po | 77 ---- src/Makefile.am | 5 - src/bin/Makefile.am | 25 -- src/bin/config.h.in | 90 ---- src/bin/ephoto.c | 13 - src/bin/ephoto.h | 64 --- src/bin/ephoto_exif.c | 68 --- src/bin/ephoto_exif.h | 13 - src/bin/ephoto_fsystem.c | 178 -------- src/bin/ephoto_fsystem.h | 11 - src/bin/ephoto_global.c | 98 ---- src/bin/ephoto_imaging.c | 343 -------------- src/bin/ephoto_imaging.h | 19 - src/bin/ephoto_main.c | 137 ------ src/bin/ephoto_normal_view.c | 181 -------- src/bin/ephoto_single_view.c | 389 ---------------- src/bin/ephoto_utils.c | 101 ----- src/bin/ephoto_utils.h | 17 - 105 files changed, 5707 deletions(-) delete mode 100644 ABOUT-NLS delete mode 100644 AUTHORS delete mode 100644 COPYING delete mode 100644 COPYING.icons delete mode 100644 ChangeLog delete mode 100644 INSTALL delete mode 100644 Makefile.am delete mode 100644 NEWS delete mode 100644 README delete mode 100644 TODO delete mode 100755 autogen.sh delete mode 100644 configure.ac delete mode 100644 data/.cvsignore delete mode 100644 data/Makefile.am delete mode 100644 data/images/.cvsignore delete mode 100644 data/images/Makefile.am delete mode 100644 data/images/add.png delete mode 100644 data/images/black.png delete mode 100644 data/images/camera-photo.png delete mode 100644 data/images/dialog-close.png delete mode 100644 data/images/edit_view.png delete mode 100644 data/images/emblem-favorite.png delete mode 100644 data/images/emblem-photos.png delete mode 100644 data/images/exit.png delete mode 100644 data/images/folder.png delete mode 100644 data/images/get_exif.png delete mode 100644 data/images/go-down.png delete mode 100644 data/images/go-home.png delete mode 100644 data/images/go-next.png delete mode 100644 data/images/go-previous.png delete mode 100644 data/images/go-up.png delete mode 100644 data/images/image.png delete mode 100644 data/images/in.png delete mode 100644 data/images/list_view.png delete mode 100644 data/images/media-seek-backward.png delete mode 100644 data/images/media-seek-forward.png delete mode 100644 data/images/normal_view.png delete mode 100644 data/images/out.png delete mode 100644 data/images/photo_lens.png delete mode 100644 data/images/preferences-system.png delete mode 100644 data/images/redo.png delete mode 100644 data/images/remove.png delete mode 100644 data/images/search.png delete mode 100644 data/images/stock_fullscreen.png delete mode 100644 data/images/stock_help.png delete mode 100644 data/images/stock_save-as.png delete mode 100644 data/images/stock_save.png delete mode 100644 data/images/undo.png delete mode 100644 data/images/x-office-presentation.png delete mode 100644 data/other/Makefile.am delete mode 100755 data/other/ephoto.desktop.in delete mode 100755 data/other/ephoto.png delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 ephoto.spec.in delete mode 100644 po/.cvsignore delete mode 100644 po/Makefile.am delete mode 100644 po/Makefile.in.in delete mode 100644 po/Makevars.template delete mode 100644 po/POTFILES.in delete mode 100644 po/Rules-quot delete mode 100644 po/ar.po delete mode 100644 po/boldquot.sed delete mode 100644 po/cs.po delete mode 100644 po/de.po delete mode 100644 po/el.po delete mode 100644 po/en@boldquot.header delete mode 100644 po/en@quot.header delete mode 100644 po/eo.po delete mode 100644 po/es.po delete mode 100644 po/fo.po delete mode 100644 po/fr.po delete mode 100644 po/he.po delete mode 100644 po/hu.po delete mode 100644 po/insert-header.sin delete mode 100644 po/it.po delete mode 100644 po/ja.po delete mode 100644 po/nb.po delete mode 100644 po/nl.po delete mode 100644 po/quot.sed delete mode 100644 po/remove-potcdate.sin delete mode 100644 po/ru.po delete mode 100644 po/sk.po delete mode 100644 po/sv.po delete mode 100644 po/zh_CN.po delete mode 100644 src/Makefile.am delete mode 100644 src/bin/Makefile.am delete mode 100644 src/bin/config.h.in delete mode 100644 src/bin/ephoto.c delete mode 100644 src/bin/ephoto.h delete mode 100644 src/bin/ephoto_exif.c delete mode 100644 src/bin/ephoto_exif.h delete mode 100644 src/bin/ephoto_fsystem.c delete mode 100644 src/bin/ephoto_fsystem.h delete mode 100644 src/bin/ephoto_global.c delete mode 100644 src/bin/ephoto_imaging.c delete mode 100644 src/bin/ephoto_imaging.h delete mode 100644 src/bin/ephoto_main.c delete mode 100644 src/bin/ephoto_normal_view.c delete mode 100644 src/bin/ephoto_single_view.c delete mode 100644 src/bin/ephoto_utils.c delete mode 100644 src/bin/ephoto_utils.h diff --git a/ABOUT-NLS b/ABOUT-NLS deleted file mode 100644 index 47d5e39..0000000 --- a/ABOUT-NLS +++ /dev/null @@ -1,625 +0,0 @@ -Notes on the Free Translation Project -************************************* - - Free software is going international! The Free Translation Project -is a way to get maintainers of free software, translators, and users all -together, so that will gradually become able to speak many languages. -A few packages already provide translations for their messages. - - If you found this `ABOUT-NLS' file inside a distribution, you may -assume that the distributed package does use GNU `gettext' internally, -itself available at your nearest GNU archive site. But you do _not_ -need to install GNU `gettext' prior to configuring, installing or using -this package with messages translated. - - Installers will find here some useful hints. These notes also -explain how users should proceed for getting the programs to use the -available translations. They tell how people wanting to contribute and -work at translations should contact the appropriate team. - - When reporting bugs in the `intl/' directory or bugs which may be -related to internationalization, you should tell about the version of -`gettext' which is used. The information can be found in the -`intl/VERSION' file, in internationalized packages. - -Quick configuration advice -========================== - - If you want to exploit the full power of internationalization, you -should configure it using - - ./configure --with-included-gettext - -to force usage of internationalizing routines provided within this -package, despite the existence of internationalizing capabilities in the -operating system where this package is being installed. So far, only -the `gettext' implementation in the GNU C library version 2 provides as -many features (such as locale alias, message inheritance, automatic -charset conversion or plural form handling) as the implementation here. -It is also not possible to offer this additional functionality on top -of a `catgets' implementation. Future versions of GNU `gettext' will -very likely convey even more functionality. So it might be a good idea -to change to GNU `gettext' as soon as possible. - - So you need _not_ provide this option if you are using GNU libc 2 or -you have installed a recent copy of the GNU gettext package with the -included `libintl'. - -INSTALL Matters -=============== - - Some packages are "localizable" when properly installed; the -programs they contain can be made to speak your own native language. -Most such packages use GNU `gettext'. Other packages have their own -ways to internationalization, predating GNU `gettext'. - - By default, this package will be installed to allow translation of -messages. It will automatically detect whether the system already -provides the GNU `gettext' functions. If not, the GNU `gettext' own -library will be used. This library is wholly contained within this -package, usually in the `intl/' subdirectory, so prior installation of -the GNU `gettext' package is _not_ required. Installers may use -special options at configuration time for changing the default -behaviour. The commands: - - ./configure --with-included-gettext - ./configure --disable-nls - -will respectively bypass any pre-existing `gettext' to use the -internationalizing routines provided within this package, or else, -_totally_ disable translation of messages. - - When you already have GNU `gettext' installed on your system and run -configure without an option for your new package, `configure' will -probably detect the previously built and installed `libintl.a' file and -will decide to use this. This might be not what is desirable. You -should use the more recent version of the GNU `gettext' library. I.e. -if the file `intl/VERSION' shows that the library which comes with this -package is more recent, you should use - - ./configure --with-included-gettext - -to prevent auto-detection. - - The configuration process will not test for the `catgets' function -and therefore it will not be used. The reason is that even an -emulation of `gettext' on top of `catgets' could not provide all the -extensions of the GNU `gettext' library. - - Internationalized packages have usually many `po/LL.po' files, where -LL gives an ISO 639 two-letter code identifying the language. Unless -translations have been forbidden at `configure' time by using the -`--disable-nls' switch, all available translations are installed -together with the package. However, the environment variable `LINGUAS' -may be set, prior to configuration, to limit the installed set. -`LINGUAS' should then contain a space separated list of two-letter -codes, stating which languages are allowed. - -Using This Package -================== - - As a user, if your language has been installed for this package, you -only have to set the `LANG' environment variable to the appropriate -`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, -and `CC' is an ISO 3166 two-letter country code. For example, let's -suppose that you speak German and live in Germany. At the shell -prompt, merely execute `setenv LANG de_DE' (in `csh'), -`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). -This can be done from your `.login' or `.profile' file, once and for -all. - - You might think that the country code specification is redundant. -But in fact, some languages have dialects in different countries. For -example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The -country code serves to distinguish the dialects. - - The locale naming convention of `LL_CC', with `LL' denoting the -language and `CC' denoting the country, is the one use on systems based -on GNU libc. On other systems, some variations of this scheme are -used, such as `LL' or `LL_CC.ENCODING'. You can get the list of -locales supported by your system for your country by running the command -`locale -a | grep '^LL''. - - Not all programs have translations for all languages. By default, an -English message is shown in place of a nonexistent translation. If you -understand other languages, you can set up a priority list of languages. -This is done through a different environment variable, called -`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' -for the purpose of message handling, but you still need to have `LANG' -set to the primary language; this is required by other parts of the -system libraries. For example, some Swedish users who would rather -read translations in German than English for when Swedish is not -available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. - - In the `LANGUAGE' environment variable, but not in the `LANG' -environment variable, `LL_CC' combinations can be abbreviated as `LL' -to denote the language's main dialect. For example, `de' is equivalent -to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' -(Portuguese as spoken in Portugal) in this context. - -Translating Teams -================= - - For the Free Translation Project to be a success, we need interested -people who like their own language and write it well, and who are also -able to synergize with other translators speaking the same language. -Each translation team has its own mailing list. The up-to-date list of -teams can be found at the Free Translation Project's homepage, -`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" -area. - - If you'd like to volunteer to _work_ at translating messages, you -should become a member of the translating team for your own language. -The subscribing address is _not_ the same as the list itself, it has -`-request' appended. For example, speakers of Swedish can send a -message to `sv-request@li.org', having this message body: - - subscribe - - Keep in mind that team members are expected to participate -_actively_ in translations, or at solving translational difficulties, -rather than merely lurking around. If your team does not exist yet and -you want to start one, or if you are unsure about what to do or how to -get started, please write to `translation@iro.umontreal.ca' to reach the -coordinator for all translator teams. - - The English team is special. It works at improving and uniformizing -the terminology in use. Proven linguistic skill are praised more than -programming skill, here. - -Available Packages -================== - - Languages are not equally supported in all packages. The following -matrix shows the current state of internationalization, as of May 2003. -The matrix shows, in regard of each package, for which languages PO -files have been submitted to translation coordination, with a -translation percentage of at least 50%. - - Ready PO files am az be bg ca cs da de el en en_GB eo es - +-------------------------------------------+ - a2ps | [] [] [] [] | - aegis | () | - anubis | | - ap-utils | | - bash | [] [] [] | - batchelor | | - bfd | [] [] | - binutils | [] [] | - bison | [] [] [] | - bluez-pin | [] [] | - clisp | | - clisp | [] [] [] | - coreutils | [] [] [] [] | - cpio | [] [] [] | - darkstat | () [] | - diffutils | [] [] [] [] [] [] [] | - e2fsprogs | [] [] | - enscript | [] [] [] [] | - error | [] [] [] [] [] | - fetchmail | [] () [] [] [] [] | - fileutils | [] [] [] | - findutils | [] [] [] [] [] [] | - flex | [] [] [] [] | - gas | [] | - gawk | [] [] [] [] | - gcal | [] | - gcc | [] [] | - gettext | [] [] [] [] [] | - gettext-runtime | [] [] [] [] [] | - gettext-tools | [] [] | - gimp-print | [] [] [] [] [] | - gliv | | - glunarclock | [] [] [] | - gnucash | () [] | - gnucash-glossary | [] () [] | - gnupg | [] () [] [] [] [] | - gpe-calendar | [] | - gpe-conf | [] | - gpe-contacts | [] | - gpe-edit | | - gpe-login | [] | - gpe-ownerinfo | [] | - gpe-sketchbook | [] | - gpe-timesheet | | - gpe-today | [] | - gpe-todo | [] | - gphoto2 | [] [] [] [] | - gprof | [] [] | - gpsdrive | () () () | - grep | [] [] [] [] [] | - gretl | [] | - hello | [] [] [] [] [] [] | - id-utils | [] [] | - indent | [] [] [] [] | - jpilot | [] [] [] [] | - jwhois | [] | - kbd | [] [] [] [] [] | - ld | [] [] | - libc | [] [] [] [] [] [] | - libgpewidget | [] | - libiconv | [] [] [] [] [] | - lifelines | [] () | - lilypond | [] | - lingoteach | | - lingoteach_lessons | () () | - lynx | [] [] [] [] | - m4 | [] [] [] [] | - mailutils | [] [] | - make | [] [] [] | - man-db | [] () [] [] () | - mysecretdiary | [] [] [] | - nano | [] () [] [] [] | - nano_1_0 | [] () [] [] [] | - opcodes | [] [] | - parted | [] [] [] [] [] | - ptx | [] [] [] [] [] | - python | | - radius | | - recode | [] [] [] [] [] [] | - screem | | - sed | [] [] [] [] [] | - sh-utils | [] [] [] | - sharutils | [] [] [] [] [] [] | - sketch | [] () [] | - soundtracker | [] [] [] | - sp | [] | - tar | [] [] [] [] | - texinfo | [] [] [] [] | - textutils | [] [] [] [] | - tin | () () | - util-linux | [] [] [] [] [] | - vorbis-tools | [] [] [] | - wastesedge | () | - wdiff | [] [] [] [] | - wget | [] [] [] [] [] [] [] | - xchat | [] [] [] | - xpad | | - +-------------------------------------------+ - am az be bg ca cs da de el en en_GB eo es - 0 1 4 2 31 17 54 60 14 1 4 12 56 - - et fa fi fr ga gl he hr hu id it ja ko - +----------------------------------------+ - a2ps | [] [] [] () () | - aegis | | - anubis | [] | - ap-utils | [] | - bash | [] [] | - batchelor | [] | - bfd | [] [] | - binutils | [] [] | - bison | [] [] [] [] | - bluez-pin | [] [] [] [] | - clisp | | - clisp | [] | - coreutils | [] [] [] [] | - cpio | [] [] [] [] | - darkstat | () [] [] [] | - diffutils | [] [] [] [] [] [] [] | - e2fsprogs | | - enscript | [] [] | - error | [] [] [] [] | - fetchmail | [] | - fileutils | [] [] [] [] [] | - findutils | [] [] [] [] [] [] [] [] [] [] [] | - flex | [] [] | - gas | [] | - gawk | [] [] | - gcal | [] | - gcc | [] | - gettext | [] [] [] | - gettext-runtime | [] [] [] [] | - gettext-tools | [] | - gimp-print | [] [] | - gliv | () | - glunarclock | [] [] [] [] | - gnucash | [] | - gnucash-glossary | [] | - gnupg | [] [] [] [] [] [] [] | - gpe-calendar | [] | - gpe-conf | | - gpe-contacts | [] | - gpe-edit | [] [] | - gpe-login | [] | - gpe-ownerinfo | [] [] [] | - gpe-sketchbook | [] | - gpe-timesheet | [] [] [] | - gpe-today | [] [] | - gpe-todo | [] [] | - gphoto2 | [] [] [] | - gprof | [] [] | - gpsdrive | () [] () () | - grep | [] [] [] [] [] [] [] [] [] [] [] | - gretl | [] | - hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | - id-utils | [] [] [] | - indent | [] [] [] [] [] [] [] [] | - jpilot | [] () | - jwhois | [] [] [] [] | - kbd | [] | - ld | [] | - libc | [] [] [] [] [] [] | - libgpewidget | [] [] [] | - libiconv | [] [] [] [] [] [] [] [] | - lifelines | () | - lilypond | [] | - lingoteach | [] [] | - lingoteach_lessons | | - lynx | [] [] [] [] | - m4 | [] [] [] [] | - mailutils | | - make | [] [] [] [] [] [] | - man-db | [] () () | - mysecretdiary | [] [] | - nano | [] [] [] [] | - nano_1_0 | [] [] [] [] | - opcodes | [] [] | - parted | [] [] [] | - ptx | [] [] [] [] [] [] [] | - python | | - radius | | - recode | [] [] [] [] [] [] | - screem | | - sed | [] [] [] [] [] [] [] [] | - sh-utils | [] [] [] [] [] [] | - sharutils | [] [] [] [] [] | - sketch | [] | - soundtracker | [] [] [] | - sp | [] () | - tar | [] [] [] [] [] [] [] [] [] | - texinfo | [] [] [] [] | - textutils | [] [] [] [] [] | - tin | [] () | - util-linux | [] [] [] [] () [] | - vorbis-tools | [] | - wastesedge | () | - wdiff | [] [] [] [] [] | - wget | [] [] [] [] [] [] [] [] | - xchat | [] [] [] | - xpad | | - +----------------------------------------+ - et fa fi fr ga gl he hr hu id it ja ko - 20 1 15 73 14 24 8 10 30 31 19 31 9 - - lg lt lv ms nb nl nn no pl pt pt_BR ro - +----------------------------------------+ - a2ps | [] [] () () () [] [] | - aegis | () | - anubis | [] [] | - ap-utils | () | - bash | [] | - batchelor | | - bfd | | - binutils | | - bison | [] [] [] [] | - bluez-pin | [] | - clisp | | - clisp | [] | - coreutils | [] | - cpio | [] [] [] | - darkstat | [] [] [] [] | - diffutils | [] [] [] | - e2fsprogs | | - enscript | [] [] | - error | [] [] | - fetchmail | () () | - fileutils | [] | - findutils | [] [] [] [] | - flex | [] | - gas | | - gawk | [] | - gcal | | - gcc | | - gettext | [] | - gettext-runtime | [] | - gettext-tools | | - gimp-print | [] | - gliv | [] | - glunarclock | [] | - gnucash | | - gnucash-glossary | [] [] | - gnupg | | - gpe-calendar | [] [] | - gpe-conf | [] [] | - gpe-contacts | [] | - gpe-edit | [] [] | - gpe-login | [] [] | - gpe-ownerinfo | [] [] | - gpe-sketchbook | [] [] | - gpe-timesheet | [] [] | - gpe-today | [] [] | - gpe-todo | [] [] | - gphoto2 | | - gprof | [] | - gpsdrive | () () () | - grep | [] [] [] [] | - gretl | | - hello | [] [] [] [] [] [] [] [] [] | - id-utils | [] [] [] | - indent | [] [] [] | - jpilot | () () | - jwhois | [] [] [] | - kbd | | - ld | | - libc | [] [] [] [] | - libgpewidget | [] [] | - libiconv | [] [] | - lifelines | | - lilypond | [] | - lingoteach | | - lingoteach_lessons | | - lynx | [] [] | - m4 | [] [] [] [] | - mailutils | | - make | [] [] | - man-db | [] | - mysecretdiary | [] | - nano | [] [] [] [] | - nano_1_0 | [] [] [] [] | - opcodes | [] [] [] | - parted | [] [] [] | - ptx | [] [] [] [] [] [] [] | - python | | - radius | | - recode | [] [] [] | - screem | | - sed | [] [] | - sh-utils | [] | - sharutils | [] | - sketch | [] | - soundtracker | | - sp | | - tar | [] [] [] [] [] [] | - texinfo | [] | - textutils | [] | - tin | | - util-linux | [] [] | - vorbis-tools | [] [] | - wastesedge | | - wdiff | [] [] [] [] | - wget | [] [] [] | - xchat | [] [] | - xpad | [] | - +----------------------------------------+ - lg lt lv ms nb nl nn no pl pt pt_BR ro - 0 0 2 11 7 26 3 4 18 15 34 34 - - ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW - +-------------------------------------------+ - a2ps | [] [] [] [] [] | 16 - aegis | () | 0 - anubis | [] [] | 5 - ap-utils | () | 1 - bash | [] | 7 - batchelor | | 1 - bfd | [] [] [] | 7 - binutils | [] [] [] | 7 - bison | [] [] | 13 - bluez-pin | | 7 - clisp | | 0 - clisp | | 5 - coreutils | [] [] [] [] [] | 14 - cpio | [] [] [] | 13 - darkstat | [] () () | 9 - diffutils | [] [] [] [] | 21 - e2fsprogs | [] | 3 - enscript | [] [] [] | 11 - error | [] [] [] | 14 - fetchmail | [] | 7 - fileutils | [] [] [] [] [] [] | 15 - findutils | [] [] [] [] [] [] | 27 - flex | [] [] [] | 10 - gas | [] | 3 - gawk | [] [] | 9 - gcal | [] [] | 4 - gcc | [] | 4 - gettext | [] [] [] [] [] [] | 15 - gettext-runtime | [] [] [] [] [] [] | 16 - gettext-tools | [] [] | 5 - gimp-print | [] [] | 10 - gliv | | 1 - glunarclock | [] [] [] | 11 - gnucash | [] [] | 4 - gnucash-glossary | [] [] [] | 8 - gnupg | [] [] [] [] | 16 - gpe-calendar | [] | 5 - gpe-conf | | 3 - gpe-contacts | [] | 4 - gpe-edit | [] | 5 - gpe-login | [] | 5 - gpe-ownerinfo | [] | 7 - gpe-sketchbook | [] | 5 - gpe-timesheet | [] | 6 - gpe-today | [] | 6 - gpe-todo | [] | 6 - gphoto2 | [] [] | 9 - gprof | [] [] | 7 - gpsdrive | [] [] | 3 - grep | [] [] [] [] | 24 - gretl | | 2 - hello | [] [] [] [] [] | 33 - id-utils | [] [] [] | 11 - indent | [] [] [] [] | 19 - jpilot | [] [] [] [] [] | 10 - jwhois | () () [] [] | 10 - kbd | [] [] | 8 - ld | [] [] | 5 - libc | [] [] [] [] | 20 - libgpewidget | | 6 - libiconv | [] [] [] [] [] [] | 21 - lifelines | [] | 2 - lilypond | [] | 4 - lingoteach | | 2 - lingoteach_lessons | () | 0 - lynx | [] [] [] [] | 14 - m4 | [] [] [] | 15 - mailutils | | 2 - make | [] [] [] [] | 15 - man-db | [] | 6 - mysecretdiary | [] [] | 8 - nano | [] [] [] | 15 - nano_1_0 | [] [] [] | 15 - opcodes | [] [] | 9 - parted | [] [] | 13 - ptx | [] [] [] | 22 - python | | 0 - radius | | 0 - recode | [] [] [] [] | 19 - screem | [] | 1 - sed | [] [] [] [] [] | 20 - sh-utils | [] [] [] | 13 - sharutils | [] [] [] [] | 16 - sketch | [] | 5 - soundtracker | [] | 7 - sp | [] | 3 - tar | [] [] [] [] [] | 24 - texinfo | [] [] [] [] | 13 - textutils | [] [] [] [] [] | 15 - tin | | 1 - util-linux | [] [] | 14 - vorbis-tools | [] | 7 - wastesedge | | 0 - wdiff | [] [] [] [] | 17 - wget | [] [] [] [] [] [] [] | 25 - xchat | [] [] [] | 11 - xpad | | 1 - +-------------------------------------------+ - 50 teams ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW - 97 domains 32 19 16 0 56 0 48 10 1 1 12 23 913 - - Some counters in the preceding matrix are higher than the number of -visible blocks let us expect. This is because a few extra PO files are -used for implementing regional variants of languages, or language -dialects. - - For a PO file in the matrix above to be effective, the package to -which it applies should also have been internationalized and -distributed as such by its maintainer. There might be an observable -lag between the mere existence a PO file and its wide availability in a -distribution. - - If May 2003 seems to be old, you may fetch a more recent copy of -this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date -matrix with full percentage details can be found at -`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. - -Using `gettext' in new packages -=============================== - - If you are writing a freely available program and want to -internationalize it you are welcome to use GNU `gettext' in your -package. Of course you have to respect the GNU Library General Public -License which covers the use of the GNU `gettext' library. This means -in particular that even non-free programs can use `libintl' as a shared -library, whereas only free software can use `libintl' as a static -library or use modified versions of `libintl'. - - Once the sources are changed appropriately and the setup can handle -the use of `gettext' the only thing missing are the translations. The -Free Translation Project is also available for packages which are not -developed inside the GNU project. Therefore the information given above -applies also for every other Free Software Project. Contact -`translation@iro.umontreal.ca' to make the `.pot' files available to -the translation teams. - diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index d9f81a5..0000000 --- a/AUTHORS +++ /dev/null @@ -1,9 +0,0 @@ - ________ ________ ___ ___ ________ ________ ________ - / _____/ / __ / / / / / / __ / /__ ___/ / __ / - / /____ / /_/ / / /_/ / / / / / / / / / / / - / _____/ / _____/ / __ / / / / / / / / / / / -/ /_____ / / / / / / / /_/ / / / / /_/ / -________/ /__/ /__/ /__/ /_______/ /_/ /_______/ - -===Project Manager/Lead Developer=== -Stephen "okra" Houston diff --git a/COPYING b/COPYING deleted file mode 100644 index 05d62d2..0000000 --- a/COPYING +++ /dev/null @@ -1,28 +0,0 @@ -Icons from the tango project (http://tango.freedesktop.org) -For information see COPYING.icons - -Copyright (c) <2006>, -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - * Neither the name of ephoto nor the names of its contributors may be used - to endorse or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY -OF SUCH DAMAGE. diff --git a/COPYING.icons b/COPYING.icons deleted file mode 100644 index e709d0c..0000000 --- a/COPYING.icons +++ /dev/null @@ -1,67 +0,0 @@ -Creative Commons Attribution-ShareAlike 2.5 License Agreement - -CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. - -1. Definitions - - 1. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License. - 2. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License. - 3. "Licensor" means the individual or entity that offers the Work under the terms of this License. - 4. "Original Author" means the individual or entity who created the Work. - 5. "Work" means the copyrightable work of authorship offered under the terms of this License. - 6. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. - 7. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. - -2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: - - 1. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works; - 2. to create and reproduce Derivative Works; - 3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works; - 4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works. - 5. - - For the avoidance of doubt, where the work is a musical composition: - 1. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work. - 2. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions). - 6. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions). - -The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved. - -4. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: - - 1. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(c), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(c), as requested. - 2. You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, a later version of this License with the same License Elements as this License, or a Creative Commons iCommons license that contains the same License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifier for, this License or other license specified in the previous sentence with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License. - 3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit. - -5. Representations, Warranties and Disclaimer - -UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - 1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. - 2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. - -8. Miscellaneous - - 1. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. - 2. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. - 3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - 4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. - 5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. - -Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. - -Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. - -Creative Commons may be contacted at http://creativecommons.org/. diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 31248ef..0000000 --- a/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -We have redone ephoto to make it an all around image app providing -everything a user could want from an image app. -See TODO for future options. diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 89b3702..0000000 --- a/INSTALL +++ /dev/null @@ -1,236 +0,0 @@ -Installation Instructions -************************* - -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 -Free Software Foundation, Inc. - -This file is free documentation; the Free Software Foundation gives -unlimited permission to copy, distribute and modify it. - -Basic Installation -================== - -These are generic installation instructions. - - The `configure' shell script attempts to guess correct values for -various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. -It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, and a -file `config.log' containing compiler output (useful mainly for -debugging `configure'). - - It can also use an optional file (typically called `config.cache' -and enabled with `--cache-file=config.cache' or simply `-C') that saves -the results of its tests to speed up reconfiguring. (Caching is -disabled by default to prevent problems with accidental use of stale -cache files.) - - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If you are using the cache, and at -some point `config.cache' contains results you don't want to keep, you -may remove or edit it. - - The file `configure.ac' (or `configure.in') is used to create -`configure' by a program called `autoconf'. You only need -`configure.ac' if you want to change it or regenerate `configure' using -a newer version of `autoconf'. - -The simplest way to compile this package is: - - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. If you're - using `csh' on an old version of System V, you might need to type - `sh ./configure' instead to prevent `csh' from trying to execute - `configure' itself. - - Running `configure' takes awhile. While running, it prints some - messages telling which features it is checking for. - - 2. Type `make' to compile the package. - - 3. Optionally, type `make check' to run any self-tests that come with - the package. - - 4. Type `make install' to install the programs and any data files and - documentation. - - 5. You can remove the program binaries and object files from the - source code directory by typing `make clean'. To also remove the - files that `configure' created (so you can compile the package for - a different kind of computer), type `make distclean'. There is - also a `make maintainer-clean' target, but that is intended mainly - for the package's developers. If you use it, you may have to get - all sorts of other programs in order to regenerate files that came - with the distribution. - -Compilers and Options -===================== - -Some systems require unusual options for compilation or linking that the -`configure' script does not know about. Run `./configure --help' for -details on some of the pertinent environment variables. - - You can give `configure' initial values for configuration parameters -by setting variables in the command line or in the environment. Here -is an example: - - ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix - - *Note Defining Variables::, for more details. - -Compiling For Multiple Architectures -==================================== - -You can compile the package for more than one kind of computer at the -same time, by placing the object files for each architecture in their -own directory. To do this, you must use a version of `make' that -supports the `VPATH' variable, such as GNU `make'. `cd' to the -directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. - - If you have to use a `make' that does not support the `VPATH' -variable, you have to compile the package for one architecture at a -time in the source code directory. After you have installed the -package for one architecture, use `make distclean' before reconfiguring -for another architecture. - -Installation Names -================== - -By default, `make install' installs the package's commands under -`/usr/local/bin', include files under `/usr/local/include', etc. You -can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX'. - - You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -pass the option `--exec-prefix=PREFIX' to `configure', the package uses -PREFIX as the prefix for installing programs and libraries. -Documentation and other data files still use the regular prefix. - - In addition, if you use an unusual directory layout you can give -options like `--bindir=DIR' to specify different values for particular -kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. - - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. - -Optional Features -================= - -Some packages pay attention to `--enable-FEATURE' options to -`configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the -package recognizes. - - For packages that use the X Window System, `configure' can usually -find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. - -Specifying the System Type -========================== - -There may be some features `configure' cannot figure out automatically, -but needs to determine by the type of machine the package will run on. -Usually, assuming the package is built to be run on the _same_ -architectures, `configure' can figure that out, but if it prints a -message saying it cannot guess the machine type, give it the -`--build=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name which has the form: - - CPU-COMPANY-SYSTEM - -where SYSTEM can have one of these forms: - - OS KERNEL-OS - - See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't -need to know the machine type. - - If you are _building_ compiler tools for cross-compiling, you should -use the option `--target=TYPE' to select the type of system they will -produce code for. - - If you want to _use_ a cross compiler, that generates code for a -platform different from the build platform, you should specify the -"host" platform (i.e., that on which the generated programs will -eventually be run) with `--host=TYPE'. - -Sharing Defaults -================ - -If you want to set default values for `configure' scripts to share, you -can create a site shell script called `config.site' that gives default -values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. - -Defining Variables -================== - -Variables not defined in a site shell script can be set in the -environment passed to `configure'. However, some packages may run -configure again during the build, and the customized values of these -variables may be lost. In order to avoid this problem, you should set -them in the `configure' command line, using `VAR=value'. For example: - - ./configure CC=/usr/local2/bin/gcc - -causes the specified `gcc' to be used as the C compiler (unless it is -overridden in the site shell script). Here is a another example: - - /bin/bash ./configure CONFIG_SHELL=/bin/bash - -Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent -configuration-related scripts to be executed by `/bin/bash'. - -`configure' Invocation -====================== - -`configure' recognizes the following options to control how it operates. - -`--help' -`-h' - Print a summary of the options to `configure', and exit. - -`--version' -`-V' - Print the version of Autoconf used to generate the `configure' - script, and exit. - -`--cache-file=FILE' - Enable the cache: use and save the results of the tests in FILE, - traditionally `config.cache'. FILE defaults to `/dev/null' to - disable caching. - -`--config-cache' -`-C' - Alias for `--cache-file=config.cache'. - -`--quiet' -`--silent' -`-q' - Do not print messages saying which checks are being made. To - suppress all normal output, redirect it to `/dev/null' (any error - messages will still be shown). - -`--srcdir=DIR' - Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. - -`configure' also accepts some other, not widely useful, options. Run -`configure --help' for more details. - diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 957e186..0000000 --- a/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -## Process this file with automake to produce Makefile.in - -MAINTAINERCLEANFILES = Makefile.in Makefile aclocal.m4 config.* \ - configure compile depcomp install-sh \ - ltconfig ltmain.sh missing mkinstalldirs \ - stamp-h.in - -SUBDIRS = src data po - -EXTRA_DIST = \ - README AUTHORS COPYING ephoto.spec - -ACLOCAL_AMFLAGS = -I m4 - -dist-hook: - if test -d data; then \ - (cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . -name CVS`) \ - fi diff --git a/NEWS b/NEWS deleted file mode 100644 index 1b1433d..0000000 --- a/NEWS +++ /dev/null @@ -1,9 +0,0 @@ - ________ ________ ___ ___ ________ ________ ________ - / _____/ / __ / / / / / / __ / /__ ___/ / __ / - / /____ / /_/ / / /_/ / / / / / / / / / / / - / _____/ / _____/ / __ / / / / / / / / / / / -/ /_____ / / / / / / / /_/ / / / / /_/ / -________/ /__/ /__/ /__/ /_______/ /_/ /_______/ - - -New ephoto has been added to e17/apps/ephoto in cvs! diff --git a/README b/README deleted file mode 100644 index 45b8897..0000000 --- a/README +++ /dev/null @@ -1,11 +0,0 @@ - ________ ________ ___ ___ ________ ________ ________ - / _____/ / __ / / / / / / __ / /__ ___/ / __ / - / /____ / /_/ / / /_/ / / / / / / / / / / / - / _____/ / _____/ / __ / / / / / / / / / / / -/ /_____ / / / / / / / /_/ / / / / /_/ / -________/ /__/ /__/ /__/ /_______/ /_/ /_______/ - - -Ephoto Image Viewer/Editor/Manipulator/Slideshow creator. - -Icons belong to the tango project (http://tango.freedesktop.org) diff --git a/TODO b/TODO deleted file mode 100644 index 2c972bb..0000000 --- a/TODO +++ /dev/null @@ -1,27 +0,0 @@ - ________ ________ ___ ___ ________ ________ ________ - / _____/ / __ / / / / / / __ / /__ ___/ / __ / - / /____ / /_/ / / /_/ / / / / / / / / / / / - / _____/ / _____/ / __ / / / / / / / / / / / -/ /_____ / / / / / / / /_/ / / / / /_/ / -________/ /__/ /__/ /__/ /_______/ /_/ /_______/ - - -TODO- -===Command Line=== -Get some command line options going! -===General=== -Tagging -DRAG AND DROP IS A MUST! -Keybindings -===Layout=== -Ideas and Changes are welcome! -===Normal View=== -- -===Single View=== -Add Editing Controls(Zooms/Color Enhancement/Histogram/Cropping/etc..). -Saving Ability(This will include looking into editing and saving exif data). -Should we list navigation for images here? -===Slideshow=== -Need Slideshow -Need to Add Configuration to Slideshows.. - diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 0e5e6ed..0000000 --- a/autogen.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -rm -rf autom4te.cache -rm -f aclocal.m4 ltmain.sh - -touch README -touch ABOUT-NLS - -echo "Running autopoint..."; autopoint -f || exit 1 -echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 -echo "Running autoconf..." ; autoconf || exit 1 -echo "Running autoheader..." ; autoheader || exit 1 -echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 -echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 -echo "Generating gettext ephoto.pot template"; \ -xgettext \ --n \ --C \ --d ephoto \ --p po \ ---foreign-user \ --k -k_ -kN_ -kS_ \ --o ephoto.pot \ -`find . -name "*.[ch]" -print` || exit 1 - -if [ -z "$NOCONFIGURE" ]; then - ./configure "$@" -fi - diff --git a/configure.ac b/configure.ac deleted file mode 100644 index 9fca024..0000000 --- a/configure.ac +++ /dev/null @@ -1,201 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. - -# get rid of that stupid cache mechanism -rm -f config.cache - -AC_INIT(configure.ac) -AM_INIT_AUTOMAKE(ephoto, 4.15.0) -AM_CONFIG_HEADER(src/bin/config.h) - -AC_ISC_POSIX -AC_PROG_CC -AC_HEADER_STDC -AM_ENABLE_SHARED -AM_PROG_LIBTOOL - -AM_WITH_DMALLOC - -dnl Add the languages which your application supports here. -ALL_LINGUAS="cs de el eo es fr hu it ja sk sv ru zh_CN" -AC_SUBST(ALL_LINGUAS) - -AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.12.1]) - -dnl Set PACKAGE_LOCALE_DIR in config.h. -if test "x$LIBINTL" = "x"; then - LIBINTL="$INTLLIBS" -fi -if test "x${prefix}" = "xNONE"; then - AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${ac_default_prefix}/share/locale", [Locale-specific data directory]) -else - AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${prefix}/share/locale", [Locale-specific data directory]) -fi - -dnl Set PACKAGE_DATA_DIR in config.h. -if test "x${prefix}" = "xNONE"; then - AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${ac_default_prefix}/share/${PACKAGE}", [Shared Data Directory]) -else - AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}", [Shared Data Directory]) -fi - -dnl Set PACKAGE_BIN_DIR in config.h. -if test "x${datadir}" = 'x${prefix}/bin'; then - if test "x${prefix}" = "xNONE"; then - AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${ac_default_prefix}/bin", [Installation directory for user executables]) - else - AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${prefix}/bin", [Installation directory for user executables]) - fi -else - AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${bindir}", [Installation directory for user executables]) -fi - -dnl Set PACKAGE_LIB_DIR in config.h. -if test "x${datadir}" = 'x${prefix}/lib'; then - if test "x${prefix}" = "xNONE"; then - AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${ac_default_prefix}/lib", [Installation directory for libraries]) - else - AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${prefix}/lib", [Installation directory for libraries]) - fi -else - AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${libdir}", [Installation directory for libraries]) -fi - -dnl Set PACKAGE_SOURCE_DIR in config.h. -packagesrcdir=`cd $srcdir && pwd` -AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code directory]) - -PKG_CHECK_MODULES([EXIF], libexif >= 0.6.13, - [ - have_exif="Yes" - AC_DEFINE(BUILD_EXIF_SUPPORT, 1, [Enable Exif Support]) - ], - [ - have_exif="No" - ] -) - -PKG_CHECK_MODULES([EVAS], evas, - [ - have_evas="Yes" - ], - [ - have_evas="No" - echo "Evas was not found by pkg-config!"; - AC_MSG_ERROR([Ephoto needs evas to compile.]) - ] -) - -PKG_CHECK_MODULES([ECORE_FILE], ecore-file, - [ - have_ecoref="Yes" - ], - [ - have_ecoref="No" - echo "Ecore_File was not found by pkg-config!"; - AC_MSG_ERROR([Ephoto needs ecore_file to compile.]) - ] -) - -PKG_CHECK_MODULES([ECORE_EVAS], ecore-evas, - [ - have_ecoree="Yes" - ], - [ - have_ecoree="No" - echo "Ecore_Evas was not found by pkg-config!"; - AC_MSG_ERROR([Ephoto needs ecore_evas to compile.]) - ] -) - -PKG_CHECK_MODULES([EDJE], edje, - [ - have_edje="Yes" - ], - [ - have_edje="No" - echo "Edje was not found by pkg-config!"; - AC_MSG_ERROR([Ephoto needs edje to compile.]) - ] -) - -PKG_CHECK_MODULES([EWL], ewl, - [ - have_ewl="Yes" - ], - [ - have_ewl="No" - echo "Ewl was not found by pkg-config!"; - AC_MSG_ERROR([Ephoto needs ewl to compile.]) - ] -) - -PKG_CHECK_MODULES([EFREET_MIME], efreet-mime, - [ - have_efreet_mime="Yes" - ], - [ - have_efreet_mime="No" - echo "Efreet_Mime was not found by pkg-config!"; - AC_MSG_ERROR([Ephoto needs efreet_mime to compile.]) - ] -) - -PKG_CHECK_MODULES([EPSILON], epsilon, - [ - have_epsilon="Yes" - ], - [ - have_epsilon="No" - echo "Epsilon was not found by pkg-config!"; - AC_MSG_ERROR([Ephoto needs epsilon to compile.]) - ] -) - -AC_OUTPUT([ -Makefile -ephoto.spec -data/Makefile -data/other/Makefile -data/other/ephoto.desktop -data/images/Makefile -po/Makefile -src/Makefile -src/bin/Makefile -]) - -echo -echo -echo -echo "------------------------------------------------------------------------" -echo "$PACKAGE $VERSION" -echo "------------------------------------------------------------------------" -echo -echo " ________ ________ ___ ___ ________ ________ ________" -echo " / _____/ / __ / / / / / / __ / /__ ___/ / __ /" -echo " / /____ / /_/ / / /_/ / / / / / / / / / / / " -echo " / _____/ / _____/ / __ / / / / / / / / / / / " -echo "/ /_____ / / / / / / / /_/ / / / / /_/ / " -echo "________/ /__/ /__/ /__/ /_______/ /_/ /_______/ " -echo -echo -echo "------------------------------------------------------------------------" -echo "$PACKAGE $VERSION" -echo "------------------------------------------------------------------------" -echo -echo "Configuration Options Summary:" -echo -echo " Evas ............: $have_evas" -echo " Ecore_File.......: $have_ecoref" -echo " Ecore_Evas.......: $have_ecoree" -echo " Edje ............: $have_edje" -echo " Efreet_Mime .....: $have_efreet_mime" -echo " Epsilon .........: $have_epsilon" -echo " Ewl .............: $have_ewl" -echo " Libexif .........: $have_exif" -echo -echo "Installation Path.........: $prefix" -echo -echo "Compilation...............: make" -echo "Installation..............: make install" -echo diff --git a/data/.cvsignore b/data/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/data/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index c0e1e3b..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in Makefile - -SUBDIRS = images other diff --git a/data/images/.cvsignore b/data/images/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/data/images/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/data/images/Makefile.am b/data/images/Makefile.am deleted file mode 100644 index e892a42..0000000 --- a/data/images/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in Makefile - -FILES = add.png \ - black.png \ - camera-photo.png \ - dialog-close.png \ - edit_view.png \ - emblem-favorite.png \ - emblem-photos.png \ - exit.png \ - folder.png \ - get_exif.png \ - go-up.png \ - go-home.png \ - go-down.png \ - go-next.png \ - go-previous.png \ - image.png \ - in.png \ - list_view.png \ - media-seek-backward.png \ - media-seek-forward.png \ - normal_view.png \ - out.png \ - photo_lens.png \ - preferences-system.png \ - redo.png \ - remove.png \ - search.png \ - stock_fullscreen.png \ - stock_help.png \ - stock_save.png \ - stock_save-as.png \ - undo.png \ - x-office-presentation.png -imagedir = $(pkgdatadir)/images -image_DATA = $(FILES) -EXTRA_DIST = $(FILES) - diff --git a/data/images/add.png b/data/images/add.png deleted file mode 100644 index 17a96b64a24e0c9d80af4556c0ce9361f472e2ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 626 zcmV-&0*(ENP)oXe9_1f?^e`l!EvtSZHgAHlqK5Sl9?+B`9bUn=33V zZNyGQP%vPy5DOEL2%0;aTyDP4V)wl}?}xeD7m~soSl%-GcITUKc4h~d$V4V`z~aW; zu&`90b!z<@wD$JV<+0DJ#GuZq>Gs|0=d*6zje9Sm7)Z*{x3=EE+Ipi@2$F-o1A791 zir-r)Wm$j#P~0B?r?1s#seIPldp|t5^m8l#XRoaE5u3DkS_U{I zE)|3Oa773X5gUWfGO9K#<^RdR{hJqhRa1G)33=lHNa6PKIZ&uc9*s$m07UO@9%5s`5q(RJM6kQ38Dq?M>eJjPT_4`Ls0LU4TqM!F<#D6NG z24u~R)vS+!P9?4Z$N*FUq@w`ZEep~BAkF8k=H?WF;S)!vVItIFAOm1wuxB0xKz;Kh z6{&3H`I}KYEmyWBbAg5K;Rb{+f1lXpHG7;W-xKb#uS91sk^fcx0P{=_=17R!SO5S3 M07*qoM6N<$g0z?yr2qf` diff --git a/data/images/black.png b/data/images/black.png deleted file mode 100644 index 4ac25e178791f7af45ca60c2c93a69bcfc4a002f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1SBVv2j2ryY)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmP`8<(gS`-u;$9|MJCOI#yLobz*YQ}ap~oQqNuOHxx5 z$}>wc6hbmm72G|21Ky{o<^dJ*c)B=-a9mGLNJs$kSQr@9P1HedV(@hJb6Mw<&;$V4 CLMdzj diff --git a/data/images/camera-photo.png b/data/images/camera-photo.png deleted file mode 100644 index 7398889c199cb24c432645a0e7372daa14cd067d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1940 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 diff --git a/data/images/emblem-photos.png b/data/images/emblem-photos.png deleted file mode 100644 index 942c6264ff86efb8747c6e3e6a27ae68a748b1bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1689 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 diff --git a/data/images/folder.png b/data/images/folder.png deleted file mode 100644 index 6eee1466652e70bfec7a59efbc95eda023f30db2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 965 zcmV;$13LVPP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iXA` z7Y#WYR+Ul!00TuyL_t(o!|j*9ZsRx*#y^s>Wh=3h1N00j@&Z?+yDhG~Htpit00Fj4 zvwnjVX|BtQq)KA1j3QpujycZpAiydG9s*vZ$;Wr;G;Ai~L z!NTI=;^M|y`)-$)gb+7z9REHT4Ct)@QCL`O-<_VGLP`lD0ujME2O@&^zDfWX4u`*H zS@s)%o5lb*=lcHsK7M$301?4jTY-cO5PN%j2@(C#D1fz=4i66@rG#^?mH~i>z!(#Z zvG?ca=YKNx^%O&QLWE}_#9x<}mmgjQ@ZJ}r(WpBbjo_TCIuMF)0suggBztL^qSxyo zKyc2%7(*0Ah@uGId)(gMz6bDOrw;7z@1x)E!&(b#ZLI?#!w#jCSglsiiVGpCT>oyo z(-9DnnoK4bkH=L9UKV%G)daa&oO52K5CV)b7-OPcHDHq@LBHR}Y&JudWsS^vk|eFO zv$JOcVT^sgy1M%1r3O~h=@eO(A?M1tyaTwAP5@7}nZGI+RTElz)uuTI`QcC1`UKz^f`F(E$FWK~qD2kwzazylL z+Z2@Riw0V2D5YL4vS~=02K6oNFvg&iDgjJt0M5CkQVPZx92^`#Yh6?GOFRBI6Ore+ z_1@2F0A*PgM1*d)i*~ym#8TOD6G23fQhLVNxF$j(S}LU=r3B|3d7h&z%SK1hIftSs z*w!Pk)_Nk+olYkfLZB?m+8w`ZeCs`949c=>0hn%^f~7Hr6-7}Q#`o_2HDIL_thMbl zO=sHx7!jFvyWRHQ!x-~S;Z4NT(-S!7tHEI4w_ZlZ7;cO~6h$z`H2xQSu~>kJ{sC|Z z;PW$p@p%0A(a}-MIfuKuyZ`DlU^*NQKW_al0MG@HuIah};sy&F00ck+7_X`UMqs&@p00000NkvXXu0mjf#i6Y_ diff --git a/data/images/get_exif.png b/data/images/get_exif.png deleted file mode 100644 index 88124744c1b798a500cb8bb08343c6ada54efb24..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1439 zcmV;Q1z`G#P)!R+0L-D~gM*eyCj@|nKINftvs%I>xdrnILFMv`?0|f>bI=wfdbEd4ezMkgxE-YI^N`;ULA*8F9MuMT0l?Bl3uhB}5OoOD)Ya3{wu%j{f@Mu@=voyou5Uv3 zM@UUt#K(hfNFC4_;O@HiLMKv6JiY*UyrjbS0oc^p#yfj=VOy!01Z*LQj*J1Ye8nm{ zJJ+yhhll2-*8v?+9R8)3lnwG2}F*=OT zqd4&KhrG6J6BjP`&Wu2RWax3ajSuNav2*pZbZ{Glu}&1a?wf0rY_d5ZNVc9 z9^CFFS8yWf({0T79qeKr0KXTOEpDJP7?>*p4uOW+0DJen?-prC7A&Yi$4ix8QP~)v zt+kc@d-t4hwzRNya~GB+xN_+vIn$(I`CS46Y30aF+71DqHlx5zuY@H63o3oAZeBbc zA2m%&rqV=*ho_ZvNzkto`RjKk#z(M}r)*poEM2*dzTsN{1S^=Ez(mGm%5d`L(InSy zMwq_uQ6(-E3-tE(kjv%p`vVjTdBTxFPM$i8G-K2>wJ~AjA#VVRx`t+k#tLOSwlz0_ z(RjMFV3!3rJeq}w~$is;C`68Dj!nXWU>yR z*Q1lo3ktcUlMY`6P?(#*$TR}+35)ndUuj-fSC5oB(dYn%kwMdR8XA|A%N3}qu45{b zBx`1=u3e2?%#+I-P9!~kGNvMzcPgLPTY;2v76Ba~HkN+k7f>il1_r|z#v}lh)%D~G zMKV)UXdZuQUvhjDfe+;Z4@IKS)}w z{LlS{5Ecb&5 zLf5fv8_TkYjzpzlOvR6%II+K{r^hZ6(2!C}y`!UJUi(fdCFd`mBQg*sIgu2jBct6% zj~x4IaBy%KFsDc0@R{>xK6=!r&4(zZNQ@^U>@`>>ZTo3^{vHpYZW zzMRXbUH&&6%Z`%(y+c+avrl0Kj3R){D zl2BSgk%ZO~N-OBJcfRuQbxX51>Bs=EgaiPfec%{;>B84B_$mfpx$spCo^s(U4>4(@ ze*HTjfO4Ia=e}0))nbgz+XtdWdw?&cp)~aJ5uij?X%3aizFf@t?=nCH0)gm$B>VJo z5+EXI(h0RmAVtX6u~a6ODFXz829btN0}v0s)M` zIDtrF#vcbU1va}G0s&==ZTS!~!95=UI+`WRUI&Q1UsJX9vu(9I^8pP)TqzMjkpj2| zg9c{=Pfa80g+W5W5FA8+Wd*S3jeQ^u69kip@cqx`?FMK4v*k1eIt~KSA zR!^u6Qu&bNLBoe45009|J$DE(W#3m9hzO(s(gX$*FIViur7M59eK)&X&K*>5=IjA? zLVa*Nc(^ALji~a{4bYGPR{&RtctZ#~Hz1h=kgqz(vw{48mflT2+Ush)uzZ zXT}`(jmYsx&WS+pet6824X1-AqLx>RisDUR9AKP*8w`&Ztw#x~zz-)|9AEMJt^=4@ z@>1M>2%%Wad;R#SW6tXQO<0xpBmm$cu@Y+w>hRrhCc~MYp1wj5eESE`c`x?ly=?w1tc-<1 zXI8IRv81J?C5)6fAmaP1Xl`x{d){CE0N?mR031;2hc)r|-`d;TXV*0}NTdX%KnNTV z@;sKOQuQI<|Kon8zW=~d@H3E$lzOecvGJ*ut5?@5DZv=97Mo6E2M5U-g8>{6Sj+h< zS8iqV`JZpLcIVyftGkFT`Hb&KT^a zON`#S#d`z&BwyUl>eHwBPclYVW|*jygiD&hIp#Gq)XYpKpFF7bo5w*zFLF7P;c6tzf;aXc z>*@%C04XI>O02aE{PJ}&`}VOSS&I>Zv@uw~IY&B^$@kv8c_9-7>$XC=N`$|IIZ>@o zE^BXJ^`&*|qUG{J2yAyZ!NrT5&t%Aac@eF9_97Drj4?za5oXSuNh}t_7(;mFD!k^o ze020Ev$RK4YjVzE0pIs^)c5OhqoYrL%ejMZLZ-sNekpq&-Lz>|a>0TzMy$mJ0p`OG z$@TQ`!SFCMwrrvC`R6glV67z$&Gx8VV5)g}7l1#gaG+ zxt#63cI~P)X8re|O9E)6^2yd#fl{Cp&KQEuPKG}FjLxAU=DhL>vtD=s=Nw8YlF1~# z?_;g4Ok)hb?-P&5i7i`3+u_5Ulaia+EDc)Ym&B<TGUggy5Zb zxPIjdA6U!cLx)JNUypMRtu@hTv_w+1^YU5#>!(g}A)Ou`-Ml%r^5vJMwHDl1^K#DNTy-NWKMNtyS|fy* zw5Pn!7(>&xZJg-pDh9`n1#O8$q!0x03V^(|8~)YPb8_C+tv^0eTf6(~N)ZGB$Bw`0$>Y# zgmW|5wTm4)cI>XGI^^?7*M;iVDMSU#qPE32=O`5NnA8*ap2E`-V=RTDC0`8S>R)lr zQ7jfwN@X|o_Pz_$e(qUN&SCT1X0+B70s6jQS$m#GsyT(VwtPS$1t=lLL?$Mu!CE^h zM^hdU&N-~Lq*5ug)^|Kg>+9<)07i2G`GR3IA8>ml&(KJoY~Jv-=vY9dwq3X<07~mh zB%-vCjG{$11=j|G3V?rpe0^$^QN~wAaazZ5`Gc}!L5WfUp7?}~YyX52!@$(apK2Im zaLxtOX22K&&Q+^lK!N2PJh7ybnz5$iv%dE1l#aDG*0PJmB2voSJps_3$5`;yCFprx zMR>Vfj%S~JX38=x+sfzj<+R?FfzbFANFk>*JRVS?P@qsKOlnY7d6tr5u}BaE7N}?J zJ`hX<-~)9+h#;5C=|mz?Rr7ZmiA3Ua-YP(|6V|VP^_%Jcf(eo9?CjhJgiFDSiFZN))RksUX_J0H|FMPA?JEo12Ce|PJ6+2? oAW}jq9uNQr6iZHXjJu-$7e)ME;YS)}WB>pF07*qoM6N<$g4w-kga7~l diff --git a/data/images/go-next.png b/data/images/go-next.png deleted file mode 100644 index a48fb523f9313d1dd9f6fe363331c888fe5971f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1242 zcmV<01SR{4P)IQwxfImoDchDhn+M%lbo#G9xGqLYKHAy4lpWz1!aV<9VL`c<(!3hx_3K|Js3b&%?d< zob!Fo`99}?e(9G!O3^~sPA+ktyVf}BTAas?xMOW`iMs@lzQ%C+>UeXJTJqs*-@3_E z)5A=to>cIZ*?jgl!s}WArG%Nqa|g_N^o?nWHg9j?yNtfB00QlEq+us_PbljuD>h*Xs1NPPuE1`kqizwlAs&_N^0iWWF?dK*K!VmLy3x1N^7r*D17 z{<=~E?PINBcYW4h$8_|6N@WI>_IF5%xAtDF@85?^laryJ) zkA%j@7>&h{n=_2@!ycfla#L#ek!`zDDwQXwN}LWAkt{HmN@0w_ zSc|cm#@17`q|WomgVP5L%^Okt^Un2u6)sXw?Ec(8c2ykERuk%g&;&##AT&OqPOl>Z zGyx{IS^~8AXwu(X{PR?v+`^dAx4JJ)n>Tu(ms2%mq5I@j0kGDjlj(p^`-H}ilf)_^ zkpyT7F%qKjNrsJFNY!z!^#o^|tJ!gE9f6aSS7*GFn>V;%^OQy2{9d=f7)@jX1cg!x zSDZ9nrQ-ez+D5bn7ims4(iXO0w8m(grO@zqEw>j;;^pb{5}V7{d`!u)sTE73XL z8lSeH8ArKzo=0RXHquxf5m_JKBnfmIR?<9BE-^dvbqY4rOuvioC92n^3Gx4V9sX0*{l~ zEMRti5e))v0K8bU*B;;%m$>B!IgTS3>u~3g$4K}iS+i-i|L;E+mREhFR{~)iGh20c z08FeJh+?#oh1zC)2N4G3+{k_TQ@MDi-LCm*RomI4srg5L(A#7GjOwhl?dcRmSGc5X zCtwbMD>pDPZ#Mh(?Txno{%d31Uh~R{GJU*L@-WMWy_tj-2;zj9#8LdO(?KM`>JUoH z%l!R^_Z+C%8qTRd#DATDW~|@2^xa;^R{(i=a!^GJ-SY+cBg6W0XVx5CrQb^?iLzQ~ zvUaU|3f_}Mo%qmkR2v%V7wuZ6zv@J=Ox60OUwS3~1I!a1DKSVQjsO4v07*qoM6N<$ Ef@<R-4&_N(%y0 z5>0!N*ydiwAf#TXK|#&u+I8MN-n)D6dFaLezuUdn zt@c3g_Jtq6Kj+W+{l4e-bPh~m3X{a*Mpa+k;JJzJmy_@&-_4*5MM?B?En1DCl4OLCdP2wL~vvkw^MfWcAl~faU4&#hKb))y# zbnn)-H&(y1@ZriOetXwRtkaVsFy;tE8`Sz)GiQIa^~L5gZ+fMZirm! zX(y4oiggBS4aRAtkTk#c3D#L02J37n1{Z2$4ez$RIW(>a)NGH;cfuTAyKLi}MU_wZ z9bG3#X8LfroMGz>vA@2>SdFn79cp8LEuYP}Ar=UgG=Tt*hHHWA>f% zMBC*b$(nTd*Ws`r92SGc;H1W)aW2rqF)Z5E>^93kF=VQpA&j5w_d2v}>Yg$IL~1bsu- z(Ix`~&Xo`W861O|9{MwJ`m@)`*i_I74x9yR9acN6aTx9Jh>+H)v87<{c~fzYv%5at zzjO1mOJ6Ee(&x;z7^NjX(gQ;pEz%$jQVE0eKqI`+;L&rJi zLF$6qDTsJM)JJMV3CL3|x^3PPmK?K(TW=(~?p|8;O6hOi2Z^WuMCCbISxMj(d^M~U}#=vBJDZBI{MqIT6&Ya^XQzjA)?mw<#9)WLfnH2<5K ze2i%nyO5m&Z0|LOPJC##WjA(i{$ik|Va=-g$nE9jobEq_P$rk-zU@?5)7sQNni*_7dh2=V#2i?Mte=T z5x!mgjJqHe2QR12tca+xvPTv?qe@gMM`K607_;veow%4pHY8WjhNIPh3k}#j(SUdE zXWc$C)X O0000&(@4;J>BJ-*}|DX;Zk|IYy` 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 diff --git a/data/images/list_view.png b/data/images/list_view.png deleted file mode 100644 index 4341be3a04d40bec82f9b9e774bb2beb52d8ea50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1413 zcmV;01$z34P)jC`%vS&a1rkX_ zK~z}7?U!3@R8Ext+7u_TfwiDpM|P6Jz3j znLTIr+52DXU;oTX{SN5cKfmoBfK3V?h7U#YLE=W2jJZ~((F z&{`uRhzLpqr36tnN(o9Slql-!X0v$7f-LA2>z~qhdg!kQKQqPw0O%hG(cG2Kyg6y^ zsWSQPjAkg3hiyaJ(pbvGvLJ11Y+JKI_po@$f}ES)bp`-T18OS^+4R_4Dtrr=QF@TW zCkwD`!LkKg3F$-xWqPn|g=t&^;LuNpCQbgj)$6VU5G{C%z4Q+cQjl*j8qZ^9nFkS# zt%Ot}MljHZ;hITV)k3rk1F&}WS^!oyK7Gd&v>e!N965eud@)8ec+ui)x5hG<) zQ(5Lbw?%WR^*i!iUPc0KELysfyl5`~7cX8!Yt7yrFB@7r7_`>hIKS0r7JzM8q~i%k z7aBAPv}lqki-CZjNH|QX&%jqvkED_r{lNB}pCaNEtx_smyxAgF3MG zyLadWTVL6nI|IsAB(HVfHikJhb!=GQz-W9FzrTC0x2QCGpwl;WCfykjN;1D`7@43G zcKSQTTkJIe4CA_-$L2Ra>*(yDKN!^Q7upZ(+V#n^PrUF^k7&*DAHTXQ6&yZxn00G1 zGW1{eKW|x9?da&JTSUwW-_&sR$`$A2{xjdO_0=3jsI~sMacv_V9Ubgx`jWbb8Ud)P2(j>iB;_SuMw1CHbb{Mn z#r*09cC6T#m79}pM_R+Z=dltIbb*(Fj$f!>HVco>xh_JcF>xonQNKm5d<+btu_{it zC2<#~NZS=8QZC$uW@hd6^`b$eiARRHe7+f1NhKb4F=$Ps_bk=5^-i}njd66|1YoQo z6}t+#zRrbhg9&(CI&-kYM-~K-PTQPn`JQAVPDM>A1$oW}+D_v0xHACETLaKqg9xRb z0*vw0kDHAh44_1lwrnn)YvEd`4}kLWas~sJ0hssTQfB%b0C_nwFl9fm@7s&jwiV~p zspiS6U@Cqf5{+Ob!_>|yGeqpn&1xc|z%VGOxR*k=7l4uOq~*_<`EuL5Bi+MotyH`N7vWJ$r8BBSzDnrs?qm+uwg@ ztgwt+7uo5vt=w0CKcP^F;9!tgEK1Y9CXO9DHa&h|)ry7*2@nx}K6!%9u1gGE8zR^j zYNZGNEZQdiHE{~1li5Agr^uaCb0uTS88 TTDoLd00000NkvXXu0mjfW8;I( diff --git a/data/images/media-seek-backward.png b/data/images/media-seek-backward.png deleted file mode 100644 index 4fdef77fe19ae2a5416f6e429b4c7b25dea816aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1112 zcmV-e1gHCnP)|8%(x}S2TXWU2oD+)9~8`d zm{AwwlaJ8(^Jo!Nq_s!zh_EFb_Val5PAo^d$7 z?C9vQba(X#s-|G$PYHkqyT#Z_Bd{br%rbg{R$k8e5iBF)NKY^ApVXkeHJdsf@|*eqqv zo@?(aE;3(y|ARihrMZ=Er8lvjT7w1^&=_c%1~5Q@@hR{+9Rxwp(&_a60w$BGprxg; zOVA6S3=Dh)o7IlQ`YN*7EGQvh7y^c2z%UO^7a-_(R$n4~*57|+$FIeamF0gt+3O8P z1Halw@*!>1n$yHF0aa(Pp!ea#uMaghEwSuq=E3;lQ#Sbes;?M@Qss zMgC&))*7^BC&v!+8CvTnf2ZAHpz09 zKlN{ZVoZ%j?s`N~Og-{02m}I(D2n%-&eBj~HFh;CXRln&|313tFo$Oy>m15PDd#*@A6Yqlj=%H90&%3(xEORzu&)I zU0t`a91PF0lw6C(#Ii^vY^ykRn&UVQGc!}_@^aX-xVR_*KsX%UuB&U<2rY+aDbZbv z-CZe*L?gC}llT4XZS}W>MbDuN0KokGycP%qHY+P%SX~K;!v;O?_Xif5RYhf2lW{&4 zjraR}zSMqSxf%+I!+JsIU;KTcS&+z@vYTro#1$H zpV4T1SFhJA2l>K;G{Lf5pRr)SXO40w4-E~`v9YltMNtGwspRo^HXh|WJ3Fb}Za=io eC!c)&)BFudcl2QdeeSsc0000W-y~c`Jb2I)JeX7y6X1dfp{+3*sg!D0_o6G<=o)FHd&5jL!od#!!TC4T()NO^9m#qiC8?Yb?k0y2c@(90r`R})XYmF+hug0{yvMjs#eBOR4fo02<#Uc^$ z{oQTtn5;~~acyKWOPQ9p-VT`N)Q0i=gI%GZFc6DrB~8;TS(fEcNT|&l#!Dlk_jZZl z@L(#HF3GZNjg5_YwFJoYqOq}YMKHt<{_y>eC{7eWKmY>pEC)dd;lbz#4j%m29C`3} zx9K>C8ILJ~c#rWM%OUs(?*WH{Z1AsaHd{D!=#XEt0u2of3JC3NZEZuLq{H((xSkK! zbzoWsBq@TOJKp3Lr!#fG{?gY*SW+Yen_FAkVA&Q3L%2zK1 zty^ur?;DlM)Uc|m<)NXW83|^3p(qL@Ndy3JEDx6Dz_APnVL&NRo+_g>S;VHMP29>i}NcD6m_2K(I0=$5rAmIAXKe-paJa0th=n=fON0zFQ1Rgrup9^9_rdZ!s87+|{hfK^=JopwVGm^2t-od% zMuF$~WT7-RH-F>$eV%6zWY@iT%`l9@zJ2?g{rmSnHU%>R(P)(F#j1ekdEhx7gSi3s z(zjif?|aAB)Hi%?nr6Pey}beeU0q#tx(EK{@3DMBs$y(B zJkwMcFMVT-=f|!j6N!&9nH7UquU?&)Jwl42P-#{Zc3u41$mhqeEJ-i^FqvGMdz7D7 zKv5JbN+NoCZyJ4lJ$Wt=_+Wi@!(~NLiuLvNkKJaPra_d#xYc{Z=8+`sqxiwl}bg=X0vmaZ<^2L?wsA&wB?*6NqRDwtUT-AaONf) z9UYY@rD7luuoOj^AcQ=ze3VkDQmKfJ<2)6=kcBMdKbwC5S;HuOa8>6c00000NkvXX Hu0mjfuGUKA diff --git a/data/images/normal_view.png b/data/images/normal_view.png deleted file mode 100644 index 9972d625e6c76a358b49f09c9c714491f6219a52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1019 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 X7N;8l=#2Xr00000NkvXXu0mjf)xR}| diff --git a/data/images/photo_lens.png b/data/images/photo_lens.png deleted file mode 100644 index d86637e9b1c0ab7ba1e7f3d54977b443a24ab232..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37239 zcmXtfWmFsA*L84rcPrK(#oe7ki*W3cHBnqNpr~vVew-k4Lb-7ghwjMCBr<<04}Z0-4*n z0A!rZf4G>N(Yjl^SkZp7GN)BgR8~7TW3&SRXaS0{Qr|q5PdcpQL5Hr?cNOl7v*|z2 zyr1uiGLl%9G#05C>G^)u*+$ivM&hRj66bM5Q6iwf&;`XjZ0xo%(4yg^C;}8}@&zL( zQP3y{r1AynsJrK7O{<{y% zGIClGz;Jo~xJe_iM-%iGPU}xrb4V@Oh2GpnRueDfOS5=t*sW?jfdluBkX7}e+mGz; z`LmyoNQZR4fAZh#paVZ&uo0d9Pa!Kqn@%?!OejMl?+xS7+?=T7X64HS>(;NLS5GysPU zloKw_CDd+r-%0F%?6u3qd$`xm1B!s3*a54Q&F541_j0fLLNE9KEq0yLKYr=Vvef0C8SiAJN-#fbBTMq|-;0|`3n|*yUJE0$%ab7kSN@E_xk?#%hp3MWO{i!-h zQ2h3*aJ=O5R#IgzWN3upz~pPiI4@&{-6d`L&-eOfBocs4@g%2JB#X0+#GC6s&&XY0 z`VoO2A|eR5R1oE5#YYJ4Cldnd#cSrbPyrQpX*2V^IyUtU-zk8}4f1PnCVcSjUMqi| zA)68|4G*1&Z4YpO`#)Bn&H%R$KnD@L#F$@ZF_tmEKA7t2rVN_v=9ufcF%^mK8?Xsl z@<1L!@ctvS6v8te1(|xvXr^GpCEr{7wzkv8Uy)pk)k~N{l0fjKLH$W?SOD0H_Gx$!%i! zzf*u3=D(M!*i$Er+))7js5ipHm**c1 zx|jps#Ne*HH3-}S9zAsHC-BuQsTYZ$?IYKwj!sTj)mn4A%+dJ|W=!C8TxryF#~wyt zR<|G?8$u6c=ma14%A|-IN0wG6X2X=ee`QADVAzIyF6@jNXz2#_J>B(5=QQ_%(K&GJ^BEf=pZ+`f0L*}V^3 zLsj4JtB&WD4l5gq?*R4$d0m(nPjP?W#1QVz^%A;Fe>xcp|7P5r=)2Flj!bfL^YOXb zi5}RtEOWX_8LRVD-!-_%;*t75`i0){eZlZ-wGWq82ZM!02V_zi*l>{xVwrzAUqoPz zU@(XP(BDVIyntc?Nf8hNBf3dVFcH$=Vo*dMogu9_b;KijIz^yzy|wzvvkb3>mGigw zJ*USmBV*%N&jnYT%3FRouf%{3Uq#_-vGiUa?VuMx_fp`$4@k|Fawnp2p4hY`(qHS? zL|U6YF2L81FFc;=?dg_sDZ^QoWbSIfGgUm>G2x0LR5ly9O1=uMDG0)n-e*?25K`C{ z>=8l%VrKE+a^;q2!uufr*4%sKoM0ak>|yX z_W^bc&Iq_{^|jxv%~u*{l{@T@z1|zfEnd4seV=x78$jL#Ny}ad0`39gNH1wolme-p zHi2)3NLSi1>!yfyzl!PL{)sj3)t8lBM@L5+XH4u%Xz%ao8WCzJ4U_K3js?-zpm9Rp z9g%JLgm?1mXV7Is*b;~8C_QuNM!7$y4}9xI+IlNRQPXr1Y92@ek{-?u(TF#J!W%); zjaV7QQY&sX^U|njriiSFYgb%9#5*8qc(6hVmxA!WzN0f+l;P(#!ZKOf^V`V?DHX9bGU#?vEpC7q7;;*<# zG(OW$L7&BGs{>0C#(o@KzxTu0^eB#iY(9tIxy; zZ?0nSbZ{jRQC#soXU4GX22aGIE~8@hXn=~{t)RMwWA z+OEx)RUK#Edc8_Wct7pNH?^G-6#er;ym^u&pQYMd?kX>Maz`3c07&$^haY4UCqANX zA_W9Fi;rJ#@7^xZ`1|MA`?&wK5_8N~;z$3*>;so%*KBdIFEdMi@tJ-{rn31P#Z4vkP90g>_@M0<(T2qA)XY%=PE ze@D<04-vsjlvyI1U(y4eQwZC;?V9>vA3tLmRBU!`)QRT_bB`bhQJEeqxcYw0ugSO0 zVEyGXk@@_6w$;u^$Hon9Y8F+(!u*EHg~7Dx7zJ_agZ7Ld*S9x$>f+bdikoc5AZvbTDqpf*{0&Tu+<52 zjuV~i7K%Uot%2UQM%=bWtw-^hy}J%G>m=af-+WMggYxX6FW89*yeiA;_h-4#3`^v;J`VoGGG`84L-M2ySM@xH;1z2j9KhE6oonmj=mz;-< zJ$$vXp%0q{Qkmm`**i?2ikP^%H%ql)Z>p$F3&sQ=5-KPRrcFX|gBV7g942gZ`14AhFWn-`*_2H#F|Z+|%H~fiwk|uY z9;*|2j)60ar50FWH{QT_!=ynkAG8AZR}z5ni&xDpXW@*D5XZ$7ua`Hhp(_K^zVQux zHkZXW(3&7+V8c%IV)$vhQR0{sPB#TutFw7upwiKr zpH(?kaP(EyPARRd+0ELyueci-7{0kr=7_&Sm1o;8Bx!;>sERnkci}d;^8EFs-tYsi z5dbv7ZM3Gdb!;5e5`Hff(F4;QT62YLQN91=4GAb`N}x*Jiw%_5N+YJN|5| zooh0Z8i>xj-lqyj>o`|oV?fBEOVG{^Fe@ud5;d}p%?DvLuZqH!pTflug_Q@DE)iMl zWu>vorfmguKe{)b>$5|#@lbvD{K{ja%<>f{u!Dl{SLcr8dt=}WH8P_X+6W$$ia{Vi zY2@VKGY6fd_aNz+;LK#<;)c#sV?T@&?S(($u15QMK%Jf9}gNPnfl;wBO^8Q*@+d zM$Z$d0@J7lIQ(wwl8K?4bf%=C*?D<^*AT7|Ihr-?+5m!=x=D|F#J?Hq1OL>+a#`z| z?fm=E%mW?4chgsOp4uh!21wi`qH?6~Cyx>!}=vyzW38bs`W~~qUr%t!y79A~} zolgqq9rtH6bFRLgfP?U;nOe5Z74qq>J=%8wKq4vU8=$PLjN0b}C~;-aK|Gk7{gt_B z_jmJVaM!FW)pDa$j%C`o0lShctad5SJ`DMWR-KwuTzc}mFXQer2;fD4#q%{k>wEYh zNpbGw*NuWgHmS4V(*87@F*tZ!&dcyc)jx@xe)cE5axeHsGsgPZ`wmyB{NfD}JPmBD z8nupfv{e=)W20a2b8-s0zK$Lm)W=|%`_Z6RV6DH)9iG4~WQHuSTVGb&wr1z=?EI?Q z^>$nR3T<0Ei$r-kV>}#n$2{23Na&*P);#mZ?H~hQ7Zeo4OL*Ntv@O5`B}|FBOf9sW zB6(XG#bFJ|uqBaauH?IWrmCu{a`1eFS2lcpnHTu&-_W!2E8b13Go<(mK99I#$gUf9!)! z=DuPS{kxL)Rb$%sb z)^iFfTC$BAHiHi^z1~>@TQ+-L=A!`Azrl0o`Um4RtI8Ps8cqxV^#I{4fV|j$=0ma; z^-2)yi9rj0Z1i2SHSv(;{>*dOA3IOLN+7!YAn=P>x{G#JAtMc0A#Vd+Dzv;_M|qJH zH!r#GTM~m#iC>80qXY@2Wr<~TbF-wDvMD;T(=FTRFLN>tOB|r^zh}K_{&Esn0($Rb zKJR)jF{`@n(2xLO58 z8?)$G747nR3qS9G@g`G^r$hl$qUa{}M!iM;qXBQff?ooN%`2pabC&ZRTX!dWH~_VBfI^FMw` z(n?p$2+`kB0L07(->|ABO6B01qeDE3AssZ9mQdJYb(?7fa$y5`Q$~rBW`?e3jLEWj zm%8&o!fgg?w(KxW6Met#4UNwzZn=?Ey}psb6Ps)I`2w33td%11(?-O>R3ZZ8m_II2 z*tcJXg2C4tS(EX_x=g5J7^bnIGgKL^^6L9JRu(hX#{Zj=WmoSQ2c=hZg z3WI>1JH`DoIqb)_HSDrkc0MkC)~DY$eb7bTzr|1O>u@Pvo`Bo?!8m64lAI8<_^GV} z7H46n33cU<9O^7#0jh6@A~R_>&H(S`Sgx=~pEy_*p-LR?7l>w?KgK%pjcsQ!RN4{g z;v@&HEY1CFX=!hN;rRb>rx}DIxe@y^Y zSzIJzgpC2xu0j!_(qNUrq>d(Bv^GADl_TLF_Ud;IH{tUSS&$_7-v=M;hohD=y5?jJ zo$97VTgqgM!Mr=(d<5Qsh_g5}IW8^0&&_29Fz9*08uKk@CZ?#Upc+w1_Rs~sN3KwAc7eKETzp#Qs5lwfF$#ZcZ$^=lot@pm#U-S!f-_UO zhqTYFO)e)jLAp63(9w*n0JfiyE;5Pd+n*;y-hEg2!);3f`#NK|Ky>s^e*@msGcjTV z{fx^yoeaNvz8u^x_#fWfyo}NX@eqI03aJ9A3-DQhS)+QVb&qe6wY51ePL_CBCK-4j zK=t9!&r!nE8^eIJAvcfpW%B4^P>mj_#;6+jBZZ%iHMU#)W67^XXXJGAp~4Vc?zrwE zYt0Q-DkH9XY@q$JtIZ0r@a3f^562zHC@@$BA;j@!oI3Gd$QL9|MZ^C zNmn|r&jj8S7hLaKuBm4#rvD@1-C$4X3Q;6$I%XhY4>1t+d3c)4&B=a09e_m~HyM=e zldcOWxUrHecd}r}s>A4iDbnL|dj>6OdlL?U8GdK1VIdJ!zQ)9$5G;siqP%9(qW1&5 z4q^Xsa2+DeUZ&nYO#w>*=)2}|^c)H1M%zc}=|hDHP-3xU0d8RA6X^tL!mvKNd?g>O zrPdVqn<=lKr|h~sWB14+9+Qy}nb4}QdXPD&C zv8ge#zt}w_ST!*2(>d0=gxgefBqJBw0$~7LdRC|m=2%zRQgx~YIOXFP6O0IQ>NvIb zW{MmFWS&vIbU4fWp6OUO+y=12F64e-nIXQ!D`wsKvm-NLftL3n z|LEZ0VW(Qm<05&<)-MAp6e{|wLT&*Txwt(%q`=zsip$+sW*v5WlUT>i{jqU=uRN3q zA!<#*&cjNMXJG;A95 zmm}XFM$f5S$bHC5_Rc0Jm$!jMK%ZVT3J$d_x;uX+u)|0Q)HY_SHgug;41PQeMtS;A z*>J;P!{EK;KA?S6Tg<1%QQ<}e`3k{h%j00nq_3o`3?-hr<1+ct_N_LbrR74H(B@NX zm5kxSB^ED4?&5yKAE$h8hS4@FFtN$oWEHwL@5<}@V^HwAAd7#$du0uK^qBF^6$^+p zge@09d%W^U30@ilqr)#-)fL#%USgR*hcRcP7`XArioTOTSJtu_R2miGq z)Na_rB20}?D5iGNcHZOt^?r?Unuml=%yBv^7_U1*;S~8xTQVdvvC7`Ard3xOrLmvB z)~-ezT@fW~iH#Mt15L@zk%e1qC~kDwg2YbaVPEurgRdD|zUea$XO%2BMx&lgjrJs(@xf9X8^$@qJD`oUlaefbCAJo9sMPQ6K>L z%{KGiPEUrO6Wi#)O{~Y&RH)$1l`9CB{^$o~X76w3NMwHEEw#^5g5qur4&{6JqjMvB ztHtpL0U~5o_9<3J#DgUYEYZDUI8H4s8on~hGQoj;dI<9T#kLSqHv8|F9qHp1;+$mv zZmDCG>B~Qm795(T*i=e9AE-Z{92>unz84?2%A6S-%41!t7k%1hP|<`W{rIX$3IxNN znx=SFl}^Fz38e`^N2gR<41uu(bMF1l;|7F>@o{dawlM@zS;rpP4e?q4$(Xj2%3$4+ z?Zx(h>kQ@}-oikaD+mp~($_KzEq3-}gd-73xL$Gr-RS=+K~RsVKgQ%S&G1yiiQ8QWeS-i z_!dvyt=6kyGCa!cRvBLvL}Tqu=X)s~4&Cu#;E(=9H|`5a11v|>>_nKiUF zd7tw5;HJ2g9rN4`+L9=x9Z}iav5=x&7#Xg*Z^!9@Qf5;9YP&+aORP+Z=mHA@i|6+} zyj-RVHo+tuRa2~?vxx;dKFHW>EQ7TU5a6Zh>kpj6@$vCk5oB79v~mN>`gP$$ID>a- zRQcIMTQ5Jy%K=#Otv+>IK@L~goB8~v4F0s88MD2^D@O_Mkwa2KsdZB zAzj0Nj9!k;+`slD)H5_R+!=@_iDNRujF}A(iJ~|o{q8B*G>fpT@s(9{(8x5i=Ke3d*kU|&ms^|JCXO- z2F{dH+UYahFY7(Pq+wa`hp0r$(x85AR6Nhqy(?J$8r@1Bx0y&4_+nM$;N^wR8shv9 zsT=V;kR34(t)>k6F};A)xV;$`Kgi`U5@^pUwD>Fm8s~`jyFhxlb@)WVe-}ve9NYD9 zr2RfyTsmkSEv}Zt{r(#M6F(A1*LE9V=wUTdvYVw!(|)%(dp)r2ocJ??i+JCJt@Zn# zrG>OfOOu%PWl-qo=;-HZu8D5nDsm{!>lZ9~|0^HYSvMH6!GAVfi;sBBHJ2TVhF4Hf zNYKa!Ee}Z-B4E|Z*K}kxX;Rg5BWSNsPsy|iWX817X)#b=*~y<2Ce^Q3?s>unZaL6&zy0n+wVxu+pi~R zY$|ao1E$@lqiA?DqV4k+3lWraYsHILMy_6VZ+5kr6RjCPl%y$;M>m$LYcUoQt`AuT z!`fu2(kc=iJOlz!Hx4o&-X@$QMDL&LDN{fO)1NKd7&{p57#ti_QyR!s)WxdF6GqIK zcO^5NIE|`UhX}p+oU2f5_KRk-7R`n@p98HbLXU*4DyLv#4x#WIr?Fa=q2c1Vw@cwSiGNa5GwO!^7!S2KDUkwCLpj%3f?LXTL74P3^{Ux-5UhqlNm&(x7Y*!u-;Nr?&Rz|MLQD!QkgKu?%Y9aG`WZbx#SwI~bEPuPj50 znYpCP>v4OaYt@dQ4|_!}6L0abkMPg7jQpj{>|GNw-IXYe!-Nd_`3h%CuwVZk>bfRI zcGV1aQ`C?nsmoHcNhO>$Ip%`mLU1JTu<-?qlA7KlDz9u^Ju*&APIi#Z)-?Wzk?SsT z+H;WWZ1uupcr?@aAE9SMu}hCYia=WMlRGuK_;vMh>9NZPhH&2gkvePhO6Y|675;j` z9!Xf^!u-|3VgzHIv;2Q(XeAS_dKVzBY%PmGgq0sGz>wQpqL|4?mg&L}Y%>p6`bcWf z%Jx7}W;afDa^B%Y9VYYOAg)Hf^~&c@kOSiD2ju59>})67;YAryAJ(G&#{n`JiypH; zBmNZ`CnkD6`xvOBqeCZ}I@S}4&@#_{MF#BV4c??Qw5?F9rs@I~RWc$}8lIICdKMM9 z)aTx7*UsnPes`BUEWVISGsg<$EI3&CZH^yZz<@g8__&R<+(`AZR19+T^o)$Y<}ovx z9!jidj6IP`BBpEGaHExD!=GU)&sr(@t zdEgJs@7>cceX>_=kR^JK387qZpN9()OYos;(%uK;9|+Q#=iM#NKO5#v+tym8H7Qgx zZ-oiv`&g!N2u0TJ_x9#4x;+3;&#>89O+lQ({+58P>gM&XlZSYzN(x zomc_tt;F0HE*OuT(PTgW${$gM0A>H}%%1g#BY@lMJ09z10-dx@QMBp~5b8pB6?+Zp&BSxYzQLm*gIeiK6pBl;_9%_C(DmuOeJ ztfs&;N7zu23#zdQP3VbXCosCN}q1!X}`&9&6shahK?n`^1WZHF)kSWRo8|+BJ#tBbFq(~Z zVL5;YnIOr}pqZf0YVyy@k7r*4LYxDL>@QQeN)fAqo|d2_eB7CFKfP4qsyWC42HA%a zD_+7|0f@9i;IIoiE-YMl{(&+Jt&pF6|2HN_H$U>~!YpU2y_rv@yXHi1AA11hymzB(vZWVxt~Z?A3mhMeN_IItmWt8a^k5wEgOY2K?)%``~#w4h+fOS%HsMM1tRtGGNf3n zuPj*tm#e4uQ}ZTz$&rrM0g*N%imaU3Dki5wFp4U!(I&A-pLpdIS;L8qSYf&;%(Ijo zi1|JA>@V~%{mVegC?iuMYu%Xc6p>tDl{M{uWTmt13E#95VNIpj(~EZ36Uny^ING|9SvAl0P?kHk`}ZrJW6N{`{H2MOQ`;^~sY2q$k_caepuTJkxM%p(F*-A)E3S^Fl}sjE(=WL=81oEZDdhMzf9jUTl3MHs{af z5ZBg9e7A0CN5g32#&O#U^kWh5XSHYVRFpSQi2uUMj6*H@uvb?RSClj@zvLC)n?JPe zv;VWD->&Jt4~~sYn;^2J$+Aw#QkJW(vWE%Ca=QI@U5P5q+o>owWT_C+YH#CDsYaRKV5;9g z*F>vHG!3PXqel-t!6;qrE1+B#L+uT`ab=0`S3lcZ9ui7NdP;N4G7QEnu8mo)G>Vgq zSNM%|nZ-73U{sRbL!d}B|CvZ;jS7h!Xv3jqU1WEEA6dR!3S<3pQ(@>j-+o%;uLq8O z@T)k$0Bap9Nb~viAl?t&_-Q8fB2v|dGRxV;v67ZC7@v(eMI+3|pv`oV)Iax&Zbbb; zE@y7WP4@{@3~zzh)M4hfO{|a0EKBILDJjlydN^(U59PW*?>Cr{;kaF6Q*zDK&KqJY zEXTBDqHR4@YpEMH;Ima+VpsL-%JqiW+S1Y^=LW~VI_2?IKcXk0i<@V?&BHo&?`Pzp zZCE~w;oy>cVlWmJ5L3=*WXbjoLrd#5anFe?zop+H^aUkue;Z*YY-ejXEfKaesyptM zp;7r680mQT>ITos<~`g$+SayV6E|Fu1Jhi&4Nr6NtJHcoN>Z@d+rg??0;vEe09;C8 zXLVF;sqP~)MDC5T$(nX0I#?p{YW*^A?~4S3v+9Xr^H$CibY?@DSTWO=Wjm6mJrrv- zq{4F3lZf-(Haeh0StGRg$5;uOBs?w+)m2GFNpM|q}o3Y46c6H(K z&y>oNdb~RNY{jM6bz}CE)Y5v+bW0~ zMl3tKs$b@Ic+xr0#nZc?y58)I7}~P;h?`N4cEGLCTonmwK6 z+s!g@9nT@x`I)T80eqC~g=Ti^aatNQkZlf}R z$6R$@39+d@16dS#U?QhRoE_snlMhU65;pg~uadPT4hooU+eLfcU0<2|iKSp8GD-St zY?^y8&>Jp2H>02%Uj5CUH$dm=@a zAMgWq4Zc#tfCyMlNNDsbMrX#!eg&f6;#r+^Y{Rm~7$yB~;EM-jU6gOmY~a$V`u_Gi z{R2bR)`8U)^N=!k!lqSkYgH|lP&1j)M0r`i{R@QT(*14XTzD?~p1Qq5UAG@9h}`@| z1Rud~@;ID#FXfLqqLot}B1u^idkwMte=df>uYSR6cEQD^1%!g4DpMn7)F(2Dg&)@b ztY_!hPz(w`ZdNx?pz)?`tH~!JCw|!*sf$7KeKLrJ4JM^y!)%HmRC<2ls}!|zj1+6= z@v+T`n@HD#fXuNwcW9!Fl9Zf!HjIY7fC`dmX#` z{srb|w#o42PTw3ge#7^>cYpWI%Ff0DUB3t91tOdhz;eMA>G9 zC2K;=srSeFZqaW3@4dc+q5V#tYa0E>vR)Jd{zb&K=~!EIA*BDowvn1UTLVh$`C;+W+)t2jpSVG>ruH9=;0cL>b6jgRo&4== z;}r+SGmul6J^z#aP&)Dopn>x$(k z@8OP%pyO~d8^Aqig1I*TRs|j{4-LA5!cXmRWJHY^6I|r4MF+PJhANAsy5u2VG+Anz zYWe4?v;XBF!WR*yj22OBUUbAZ+GKAq#QCEYb z<52wAjF^B%S5^RXd^)8=V|chBlKQ9N81=`!J^8o#gVGgPbOOzz8kmvpN!+FQ?#LUrUwTe6!z8msKZr^q{X}mW?zF z!;sW-pMLV}vY+}#CFvu0v9)ns$5Jb(Cn!O2gvMUU_x;$_fQ28Rt&woAVr1tgV32KY z67vlzYmK}qn*^2fs~3DCqmxbE-Q8*T!Mq4&9Ys;p#$M_~V+HGKDQ}EK1%)FFbZ>Wl z2Eg*+qOHKM32abtZ=)P1Pkr(*^&tT9q62VCT0z`Wyr z+c?aWG(z;3OKy9J8|t&Nz|Wf{eN{PD1$rgwd7VCWi&xPNXnwyIyJjrvw-xTQ6{Z;T zC$)jO8@x+4b_L^%y**wH7fivrgH~rOa=Dp23R3&|n{#GYDM?Fg1N!*mg9tY_KW36s z;Y10fzmbrTNMw^dvL(XD2>E00+)tt;G=YN0EkrIbnK`y`WN=xF?0?kg+T+i9Ei4oE z@_m#}WXkU3k_UFJv<&6e{4_&jW@dhP_J7B@*w3_=R`OJ(Q5o zkDmQP&r4()RF^XBvwZE3n8-l^>n_MWS92y-!6Uyolr8b#8%gz844y1|0(9VHdwaXY z7cOHB!KIyh2q)x8rc?=01lpdVQeqGFWFL+n(cwP$Mq!+$f&T0pTU?6bX=H^GE|BBA zUX5f=)cEZCFT5=m2;&C7yK&QZ{-HBkZQwpmcbp8H&By4ukx`OmRX`XGNENNYpFy=F{E={ zhLwnlw6!rZdXSWK&y%TS_Hjk};z&|u!kEwe2Zy324aaqtY;-++Nj zE>@(709X-O0sW|li`5Kr!KGJe*KZP>C;zZKC74j2bYz^&Ln*uB%C0=kRO3UsB8@IUZZ!3Xw;~W=E%AkB&!yV`oEgR$B^^B~mQ2TB-?y3HrB^uv+OO%Kw zUB=_Th|8eL+UftOP`^t-O=BQlu%y%$$v;mki5gh;vEv(U3;u`m#Ces*W6FL51Z9e& zj=??^O@L?0;Cy8UnCzYV7Y=8gVbtFsYoF?XJFB_do$;^v2XUHQng7Ifg>$>x{Z z*X@GBl8ki-1JH1o!3_|vZh)$ulaurIEyrAlD}S@HB$h(l;ge4uNI%uPC>pm{sRy@f zds)0G!MbUMAx+|!<+oyRDap%+xwQBf<&N;XPI|hhZg?CT@$U22^>diW75Ckf<}G#o z{-ZI&;Rrs^Z!#XtO{~$1FuEkkeCC%DEEtSSX2wKyF^X2l7QdYBrw#7l8{+zIgZL-C zmOS$ozwLBc6>xcg`8^3KLJ;{DWGXXTI)6_~50VC`?%6vo}+oUS2vM8aduj7qNxTyFoeDjOh zjj1)|PJc5?At*Bw;VNZP)00yurQLvG zF3<{$%=h0cE9*UfnK<7Z7ubm5*0p5)Q?M_xR*!p2=GJ^Af^_}R$%)n%dZ8&SdejG^ zSMDBqYPlb6FoHXvRzQywK0COi{_VSfRZb8gW*g;b}z6QD?M}$hHiR zSJ8OzjX<;8cTLh7V>ApO;X&oVg&)C^-kP>0eeTqa#uvZE7|FU1`KO?-Ml*Tq+81xt z`&NR#nxK#(+Ay}!M>FnMMODTT5i8l%)KoAI=QjUTg#&w8K8rYO(Jt%hoU37doE3Rf zTtDf%g=QD(Jeo&Xorw)hm8F8GAPFX`=FOzzx@0=$O436{#Q~)Cq!@Bnam$;61UqipPp%Fu0HusAep7ejEG)pNo`k4 zD}tGCHBYo6%9ANRq8&*>)@J@=HS0~kUyrhr$%?}0MD6x74o>?bGJN;gg1dVAvDog| z=;0aC%C~R#-_1q8n=jtgO0{7bxkd^nFGI)$Fa#D68cIfl1I)gctk}FEi*TJj38`T3 zd_jspF|Tq?NZroPPQ0bAxO=vA)V6<75)F%k{>-wP!;?UwdL1x_Ep0)RREO73E>9Vo zmLaUJ0@)3f4xL{)xY5}{f(`{K;3s!a*Y&v{nYpffKzKao5`p~U%-@`|2}On%(w8bV zd`0F-$T*>+aq))d#uwLFcFElR8$=#YE5?(=&7o`2{VqXC=JlMU>(c0X9ro%x{IX={ zu>6nD`Kfk^NlFc8?DAF_#7bm3_z0&$n|fEX!}az*Jrk!IUC*0tM^QXTi;)8>Hfkkb zhqVM6P#O_DIiK9M9j>U^A736G9(H1CPXJSg=CO2lQItZeffGWLmf$63FdGKJ$a->P zbmm-=2Fy5_O?|aw1V<4b2_(IYk^+v?zO%Kn_r*qGg>_BwD)V;5tEM=K-qsR4@z(>YvaAKq=H9|-8dSVCZT34Wnqt}D2s=&w(#eKUT*o*9 zmxVv%QJ1KQbFQ!{ZbvH8nt4tIY5x0LNWmU6?H3!}_H*79VP9=p!Q?hNgvC^FukGA2LsyP98rgprC?x624$ z<#ac-{cr6dJ>gtK!E2eB4~K!&`A>qDs@ibBp*OR00ZeH)1E+&bXOwm8alMe(Atvt6 zei+TUFFlezd>1^baE&!!gI8M zZM1+Nyr(SKX{^T92Cjyu*^?M-@Pw|MQC>`~ZLOdeo1FMoZ--(}Hop#ghzsMc-k)QX zbK=ks4K?#bmNLhU31vx5*qxc2D9cr@Egl+97P?`^F9XH_N!-OB;Qql~ShwN>{0Ehy7U;qCaYD?zj`Rnz@hNo^T_SVnrL zkUckxRl7Q42MdOe)eW0E-Yi1*!f*a_pNZHeB9}r43*|~t zE*l<1B#DU_k{}^1!athQRkf;21ogQ5M_zJG={k!&Ln0rN&*shZQnNg%$D19$Jv`f3 z12Yvoj9H4G79pN~q8j!PvO(V^ys-Y(G%x)h5)r@#tNxDPY1za6>Zb5uz}gUIIHig` zI)Tcw#lsll1s1!panIoJ^6=+LNcutz2bu$)l#a8Y?T6`4O1@3He{wiDvnLFUY(I_E zb=$SInfq;Jd_k8yTfSS))68y*(jltOz$Dg9`BSEJ;x3}&ge3}G-K;lU+^UhYx+UoO zfYdlItY_+MA6=q{q~6cUg&$KpY<9&3Se z4e2{Itnh4nuaRrgsx(DoKXh;@gwuVe&*{PQPxFUM4Tc84sQjcHBAYhel1R3j5X6)+ z@MEq|d6^|hr~4*ZPdo2&D_y4zY_N*5qb45CMT*n}lo8!H;hn;Au{V`hJZuDFRa_Hh zyvfkfSh+bZ@><>U>gxmTc&h+R5|W~Vg)W&kwGMsE$8)fraO@o2sWh+Pg>$MNQHQ*; zI}I^#s-9}M9#J~vKK`V&6_$QNcS`EL-wTt1(^qS@;(JZG{Iy|EBV`b4G5RQcgJTLd zM?^+u<;j6QGCUz zA%Fa9VvoOxvE4vm zNlHy15;?D){OuIm-mvy|D%+UvNR#yZ2!LOy|8f|U591Vlbo>~>H4?H( z@|y?p$}LyK~6c_R!GqHFQRjyLDC`TP=GWtQ|S4ZL59 zA57xeccWzjZk>JHUBwT2lxWvB*GhIj_MPfNp^HF-wOr6dHOq0SEFRWfBw!LFrBEA# z;iKdUIz=rTjF%sj9*KI~9z;I=0W?jn{02o&4RIpJgr{Ajh(A!E=JPb`(9S0-g`#H1 z=dcDtga!vC-W;p7&g>kw!<(usRI>ABAB@+{mJ|5vBT9UcPC(;h-_3{5-z3*B)#{H?&BKch&Bo z|KBz_S(Lm2U50*_YxQZ;&KQBC_GCMvfEDrDX$jcuS=5&!M!DU8X!gwFPY@60ONl5%)6u@i;j~XFw8J6t_ahhIdtm zr9rQkb5O?~tMgEily&Hu1(v4|ek!7w+&-c%1C!-qy6bPFBu`PMEzV}H-Z31`W2=|l zG}fI|01n9mGGl&hE6EN*cpOjH@<-0hP%5SV>%5MQ|MLR0m}u$dtZ_2MaJd99NF+Jw zJ5FZr;7pM2c;@7C}zW#IOTbM#u($CVY#oRAJ6hvp%CL|BH~hJ$D9e4ru)HQr+1rDqer7b zQ>Ztbw*yus6jd^lk!Oq-gQUwiTr*-ZnNG1-^!5~oKt7J<_W}J7DNK8qdFBk zpX8@*jB)9S_KsI3UP1cqYI+K^#GpTD^Yt8Cg>LcfwGzSq`58RMkVsUM87kU}7n5<8{RrZqaHkmaHm4O2Qe zM1w1iQab8Z9JSaxclqWZlQKIdB7TRK{9s-#K8Q6O5eXsqf-_DSc<+rtZenL^c!_X@ zgz#oO)-y2!_R9hyEW8?Yt%s6WB+H*pPflX0G9I~OmD)7o0Jmd=QhKyyM3UDtIbVV zB^j*o{KgO0f6&R2U>Yn8_E&fkf-i_j+);EMq!GnE9QiFzaw6iKiy7HjQCY`o-T(3@8l|I)$I$jKb_%e`(H!tc>5`bF(dO#WK zo>jS{Ga6EukhU1@^(t{&w69l;9*Vt^*XHI_ZNCuA=jx$e+1EQ{`4RFgN8Qx^DrW~# z@fLeXw@3CozlWyYdCr`{SRj)Es_nd9pA83~L*D84erAHfU^vOdgm4bMj0OwKw9?L@ zGg){SYBfv4)9(<-!wPhNtci0m^O2n0fm6H+$nOC<5$Ajo{8GYlMdvTh2hlcKCsSDT zIzU={L^mK|2Lruv+B@yTdAqYB3n19l_{>VaOSpV18Oo9j-3$# ziX(JHF+~f-u8aBx!C&6bf=&{i^p$`vUNTidh24O_N|bf| zY%)b35lU1V(WKsvTyYZ3_F&sFgWoXL#b|I>Bu|GP4uU+UTm33=tyT0WR|kOJ=jR$q zaVVCdSRA3MrpQ%?&H`rtbu?{Sz_gj)3$MoZ(&UwT;M`LGT}LK4$j;t9T7n@w^%{z#>*L6 zP&I)N8Hjcs$o{f#Z)xxjgfHts>xLt2@RqS~dUZxVbxdYT<33ccP_)KNGiXq2rL=8e z&&ab&Zehak_|pOM$0X^Bo2oK?^(Vm?f)h(oPIPCnNgpI#xfA$|SO&`wtbue&GmWAp zjcpvl@>rs1gl|nEu8(`=SwFKG6?HaJQ>h>+0J`%NLOsZb^r127nB8rL#U!Tjk?!+f zcS+-?=g@~5bZZHgN#vPpgA3wlj9clVP&n>eDZhb@Clfq?5X{erx+PaqI`bpf6R`fZ zX|$b+6Zk2Zd-{-W@#ArFp8BgG!HLe?t{)cK=6#wIjIl>!bz$iiz4lrS~%soL9D+Tip%3W&zQ;m!Sgc8B}~A2cVwD=#My3C3CQ^aSbK5j(sPJDSt7 z7>$6z_Lrn&8#mFA5};As81AE|I9nQ06&FF-$PMjniO#{g7he)}S_q1K)-bm>@7>Vz6BG6~HcDA$pHQKQ;_yf`OoEDEK$V z_6D8l6DK=(Q^tvtO^0iVMnmdJ%OGi+rHoFX4+G;ue$@xYCzi3dM%u#Q17q5A+j>MP zdMdF?l!;15*IYLtWMT9c`)!G8BA~k#o6Q#WeuH-V9E@>Hstg2<)7Ks#&m5465q8@x z_I2$nE%F@GszUDTjILGKZg$WnI2BOb%W2ZLGRWmpfAVMxF=k#U0+TTw*MSoQSRBGi zhMYs;=Z^*RQJzv40+Wn5S~@VOWCv1?Lk-zp?$CQjITQczVhJGdm*e!qrz^gkb$`{c zeyiKvr{W0g_7%>i@o5z^oz%E8*%$$eV{W}^k-rQ>`N@~`Qiy}aXISmxmQk6c@Eqpj zffLtCdrLa^xK2~kLam-*yKkUdjb{5CO0E51Hbd8TxOnXWe&uieEleg;Twh(`=H>?P zy!#IHlzQL^a7lP@_7-4hV6ZHpm7tDK-Fkd^h|orSrhy(OaA`xAO-!+29Ndok}af zMw3VsrM$0-ZF&WaT8lv^*bMJ@*{Sn^Kz=(*BGN8L`v2Q|w;s!q>rCv6hpfw4UBcmO|GHf8|JkMrPPX9}=jQ4a!S$}~xjXj6bdQPNnq?&_}Y zx>x48?rTIWKg5dIv3H)#s%~{R*)0~3tYURmp3HsLUVFv2zRUQ$6yk)K*3$SrP5t#F z7c>eNY_c37nk;JWzE>p2WD1!JUomt z)_{1#3F~`n(d!;v+o54|C1)@%akbsxXMgz@D3>c#W#PmXLyt61adv(O7iSl^IKM!i z=P+hKq9kAq1c*@;!J=xO?-x$Fwbs?nV!+3_HD}6rn zVFLMyQHpzQ7j;c%jnVJ%ws0RI=JtF5kz_ytFb+aCCx`csIj+$4-`zUXkmJoj0>(-% zw)vb*;|<^)l!B8Ig#(RS=_0ta3KElah#2FQKJf;ez*Wq|< z!xO70N_Gk!oCq3|(HK0qh8$3eBUK^_t&jqFS#W+4Ur$R=LV%;ul_j5;DB zOXOk570)#XdCADffJD}*^n}w2#J_+ zqd?egF0tKhk!1y5d;Lw6iv{vLMV2KXSTxN6o6QyKdXHh~pp-;aRUoFM`o)ceZzv)h zJS9URk|8@OBfgLX5-CxYOC$*&Hu-7l7KtkwGAoA?yIEZST4`m*Rc;8SI;yQf*`B}Nd-y%;O%g9m(W203Uq5Ig~f8=c>5f- zYpikHDwm2CAzBn-3cY6w#Zl;<2F*A5ltAEgr~yC}kyEd4IE2~zADzpDgd-66&|)HM zY(qpQLQv_J+I?v!Kk++}HRecx%siR~`2bfB;klVyjL|n9))H|_n2csZOxS4i6SuPs zc6Yj&0WEFUItVc!24cj?nfN0h0GaDc5qUN%rLbI`IiD9E39NQJaY;Uf!p+0v2|}!hQ%XV1to;0P$t|m59+DWn z5)o}YW7h~8ualHw*2&${D_|ThDEJt?S@t$S^0p$sp}<`y*GBKHwG^*omu$@Hs0QXrbqQL#(R2Oblrfi>zTn9rLid)7AKyQGIl^4jVqC9 zC%pHGcfq0wq^Ki)Mc)s+^)!L6YNBDvTb?`zWjB@}tAYvRxsvzWuc}U};(ULZLA9eDV z7Wk{6D`8aOBG+2$tucly2`IMF_uV2a8RFp7kRTyKacg740Y-6_BLzOK2t__FCio&K z#hrgjyz2Xb9ktZN%t$F2y>Y|@pwpJjHadvrMFDF@b&h8P8siR_ntc(SWyQdDbu`YI z?6MpCw$I@;m9R6eau(MwUOa;o0#}<29zS}B-F^eI)}^kUodE!v<_NNeyDa;ld+`WO zg(Nas%}YlScLgLR&d)E9a6kYF0KJ9PX54;q7q^~o0d^+8DmsN9rvx{Z0hzUQCKShR2ODq_y4>k&f$fHnPymihMrA+xT}PGQ%)jS@-M> zvsS!59}|dUf)GX9EHSx|imed>#3TsAU`}G?iIh-@oN!x&kTAxgYdhF98MlGbahyj1 z0Cyb5wZqnv>||`w!w~F=ondFZ>UU2j$7LDZ@~H2*`7zO|aXcQd-|s?_^~J>nq?9g-ylX-6Fu;dT0Sky^gjrdrA|qsq7r)4q z#GSjZLva!YaSGfx{&+M+F*9le#-&tHX#zdi$rBkYMmJi|&=M!6h>2VwX(EvL#(j!^ z^7{8Ct}Dlbv33}SEAHfUVlF>9qu+G!JoS%^wPd=kdv1&&VG-sucelDvbNTcM;?O6* zG%&`n|K7M6O4;AsSmFbTfVGU2KgZdFB_fzlWa4 z&!*nvJYo^p_r-O18zgcx>Q~_~=Ata4Ab_y|wb4-E_!2Ra{-yMIvwKqXeFwdBH+A22 zF5JozvNXk=J9l_Y>0OdFv5pgbp!HsmoNMC407S$EmynUNMj+2C+`V@XsZxNHAmd(F zLXDIY;m%wGY&2>JWLd(CsS&pn5YXHlv^7(%KYOeTDFZE7uy{R$7DPpyC>PJ@JNYz9 z-F5P=>z-RT8=4c%_$0KL5D^I>=3J=>&DVbsYmKh!`ne@*jQ~kl0pUpgzDs+HVG%D~ zEWxmKa2US*eaz8?w(BECu=7vJ@*=u8o=3#7h_Df}&W$YBD7G9pE24b)u%(<7IRcDm zi7@mUSdN#&7#j(X`NE|sjOKLZN}}Vqui4VFX*IIChm+M%951$rYZ(v#;g^Y_8 zDT)#o7w5>c0@@fHkH_)G^pGmQhC9g5(%pF5DWj|f$;P6u-Fw3wa`}cZg3vbuLyw-~ zs@#EA`%qo?_46zP#o#tZ253L@5HS%;2q(m#h%@WQR#t>LqyF)5?tKt_XODvpU_h3P zt?T-^b^6M9l)iN-l)S<`?teD`OkLMkM(f%dQ-aOeg%p#y+|5=h>UuGpIAx;=j?U}* zVY2n=`vG}g1b(xBG9)bj>IXA9fEi2Z`)+CtCj>O7Eqezp@75F-H)713RrW#(q-h?O zMKSsk4t1$?DjzG5ESBiH79B5&y!pP?HtOK~#4@Alr7^y6-DtB~t*~CNp;Q8GG@7>N zt?9VE^-DGp_}Q@vNntPNw15CT@Z7Hho41;1!s zWH7q9CMoQ@-npRJ>G>c@qBM@^`zDObLthq&Qb-aNo~91K7zviz8koVn%7c*uiQJ+y zGVUjmft(gey71Z?uVa07?hK7MO0cOL#=^&Kw1hx!U962_2v8*nQk9_V^+?>HF$ufx zyK&LSua_q2l+r@eKg271-x!5(7AG!uiv4Ivz#3x*Jv=3{Jpg^8HgCktlUrIn&Bhh$ z=;Bs)egDW>{ZGkeVZ2Dw6m4t5VmClv)*;nE3IRQ6B;i0ha^8nw2*PMz+!QvkZsXZB4VKGgr5EhX6YUc^_vErCEY3%Uv#zO86$UXuE;a7HFa-kseK9Uvujh1|%TVC@u+s zz>!unOH#b~*4s#A%4bOd(i+X7nYnr~b=Vq4I^5rvc?N5T2|LsyCO&~L(j36Yz<5w$ zYPEfxk(wlFG^&t0*F|u;v6}k6f5fB8yujzAZ+g{nB`$FPcre!5p>3NFhhZ>OiNqJ6 z^Gb22(Jaf5u$$>buP5D{8XqXU1w)b~oTxnNi2A-mS(KybjmcdqQApAx6nU7}Rl-4B z1kw~RSAXCQOhK(*U51>k4f^DQ+oEMyS}fz@fOa{??NRq%sj_k z%><~3?o0w!xaHSqy&_PQ8LSzuu}!H47tT zlBCg7+@c=_)3)u0*4=4lHnP~;uyXkd5aOiJt+oB}czj=LZHY!BxFk&j2JO7@(kXd| zQ42b8ulYdL_*8BIv~4$u-4?v+O?g8oql9G_4WgiuG`O*jUMSj81%i$cvz$zEgVx)k zJ|0{KeDuAFFzbp5E)1{0PZG!^Wl@47mH7jl3`DarF>mPEmCNW*y>!iK%JXi<>p2;C zJrT=tfpglL5CU1A;_a_~9cjjC5yGM1_5KhBLdj1UAq0ADTnvg(L2j32DXi(IJX0dH zZG)z5Co{Hyi&}}zp+-3XKQ-;h43)xJZ>0Qhh}_fNnKL=`+6>wrkB9fIwS83Jbi=qp z*NU8`L-Q$ECKS50w%=?v4~C&XT4MsxFFB6RZvzt^S;kJzWS`l{;xA2>Wz&oe?&PBp z=-37QMaj}+%0-4dECvOM7zymb%szBa#nFMMw>2V&gb9bk9z#D&mGB}S3&vHth!PZp zln_cyirRa3d(OJgAR1#wV%oAFp(0`#yW@^Oa}>cY#_`1yr&6Wx_E)}vzRTUsTnzDMd${2&XcA-}O^*zNoO|yU<6XJ+R5q>6LaVl}= zCQp6#+5jmOK$7|V-Ep(oJcx?i-T))Mw3DCe=>7|8{ z-8_(^U?T=1Q!+8yg{4^N^7Iiz4l#5bo*Y z553bGpLTa^E%y5@`gyQGRPghh9x3K_Ycg;`ZdAmGX@;iKrSPsE6}Co#X@yAybhPnu>?e2#(Ez3uzqfib#`>d?HTixW5RlSNK5jGSg8 zi?-HwO;^7&41*bORlzfr`{#L{ySv#7oym)w*&q}Xiw*$bZazJjv~3#&D)BAB#hhn} zJHbcmY(OB*@@rB#0)dR3z<^Rnq?~Ah6LuwW(Hmp2+waiun>v}Vfr%t+lzQ-==w-BL z3L+BlEfI#VrYrolntcmz7(gTHP zhJG@d6-DlZ6jn!OLvE&Sn%c#&kmbXu`;})I2cd}x2gz|;Y=}Q3hBmV-Ls8^mw9T?~ zBFG+w!8A?%jgvM5SnT&p<^oKK0WyA8FT?s2>Ki-|zp{IF}_e8&~YhWb*PQ$Vy!3I_l*8<>iZa zyRO^CG0`q_F$=~(eq;&jaWWH?pJ36jM<>!ObB?#(m6hF2+oqXXHVX>fyvQ=7el{25 zoseb4RMqai7tLt=?hk88k|HaL8}czRNfRWpXzCi<%@w+~4ToH!`1NNt5V25<=34ZL z%G>?y)*aFZW6=BPZxYu!kcbv-kp(NVG{slH{wP)0{tZ}L5Z8RqYJXbfw;VoW2r;~XF{Wr~=uwCEPF67@BBZ-Hi#!iYq-*w3 zGx2mk4A||q*zLCAfJ}VCqKReOymO10(Fk9Y$PY%d4RzP`oN`A2nj7!s*<*vJqBPC$ z<*$An_uhO9Ng{djv9Ox3yV{~}`|z}oyzU2pL+|)Eu^4>0C}H|8G7NPuG7JL_hXd-m zp4rp6tS1peDnU-D9lGY1TP&>3v)o0Oa~IFDJQ^R}sM5C0-x_1;69sN=Vj@xm!pm1s z>CadD8o*$TX^)4)U-f-!oT;NLydp2SvvZbAmQVNyeuX|>2zN^N@~u42+-cwUa^W6v zO;blWEQLc;nz+20l;`=_m#E0g$RT$eAB>^ELkSOBDUoG4io6K;`t>>&C(jJq?FQS; z6`H0F_7+}4>fdBPTTi5bei6lRXW#c|ng(s#gdG4)jusT8fZ-ky;~bu*Dc=6-H}K}$ zUvUdIFIuq{`~434-9C(K4n}mZ-RS}K&^f6fzg|^UP)dvkPVWf7UA(T3>{u4jhoy|N zg9H1FfytMJKfgs@Dy zxz@UQ_Wb!@-h2Ixjw~{=BtJp_C;$K;07*naR6Km-@;5ak&*@o~xw{?~*1C&9Q8yEe zfkU|Uagpai9N@Q$P2HfX77$GIA8~3zk}4E=#%ahD$XOsD&lhN#!`SM4e!SL>z?DQd zfs{PvNSC-q_PQqwO>5o3=@ficj^g0_43jiKV>05vQ=kvnAh_^}a5EgCSV0U>1YXPBrvDy%8vTvJ-ibqO`#j=FykL<88 zzP9cM?Du=r^>L!a2L!SrkM<8UGg2SAz{@g%duscAinSJ5mO&;Azgnj->AI$S{`~o0 zYOR~7i<=XL{*gozH{s=Rkq-cdwrw_T)BeZ4YyO2w7fQfc5$Ab<<8confubmQ&T7Ux z$GVH}C2ACLF<=Qrk)!Q8rrR>6ZZ+!qh~;wS#JAxf=SBq0hSWT^8!jGXxchTu@e)Av)D%_zPy(C*_s6eqlvt@_PL`o15I78 zJWdoDbRu3rd6!s72$^76E%4QEd<%E)yoN-j!99co&^9fuo?pTm8wCYBwU9LyhrWfj z1|m`6CtIx-5O#poIufn8O4uI`I35qqjMP6_n7dx&`Rokh{=1ISJmPDZrYVY|2xD52 z=Po~q00WDr>uuY%|FLbGjjy?=$n6cB^4kxdbc$p$#mXn$+!#~u_uHSgT|11DIElP0 zCU~|h^fXe<+sQ%Fox1f%x#VshohDt_YF$tALE~p-mL|vxmuQU06I}?2qNtoTam2Is zi=Lr(92OBRQ-pN5{c5>Fo)^JtE|%g2R4AHB=Q#uZkmhA@mdRffL55-y6F$O{)3HcQ z^XVC~RY`)^?%l(;|C4`)i#vBARl*xl_bFY|;_}%ghTdsgt)OtIw`5WG9qM6#Pzf)D zfTGM%l{s|ZViEyDgtqUn+wE{X9wyc+0zh8mlbwS$c1{PJ7&-X@Pb2zAmY3n&VXdXE zYlq!_`%`1gOn{AXR)?zJ{B9HOcqk>^E7oXD~a zITtO>eqcWv&+o3h$Y-;$6D-vAarCgJ@c<=+K$axPt0MSk`+w@PFc(4C91q);Ec$+6 z(L=0{l#nXHVztC#u?%mZIJw7}E@Egl;oNA8Huc7gT*?qT)<-)6o>G)VxhU|}uYD8W z_~t)BSypTV!Z(q16B=X&#jfx^aIS`nLoEFz!p66~a!l+7?k~8iM}iPfihyze^W6eaF4nHOdFp{lCl5nyDQ1uKXXDt&K#;4hqr zHkE#jOf>a!ky0Q{B#JykQI$cl58nK#Bt=m!M)geeCV5V@^9_k*d@gRWEK01;&QVrX zxKZXZlX;8?X7+gFI{eyEHi8xD+7}spYb;YIQoR1=Tlke<{pYy%#+y)SIB_UN0z9Y zn|iak`qPVx^WR)7D&={Jd6pqbG8p4hh5ZIpn+6~YvW}cD$& zu&C<;vNUywN+c%`QXrE8$TN_&XuE!5#Ghsb1PD!2k2guwt^C?PP1A|lpHmn~ERz+= zvO?1~=$e+j2xiyz#L9FMQZ=_q6LaH@@pawS-e>wK+`W4b_uhCD%f%W=n({S6Z~y}& z4u=DFS37r8Fo(y@%@&rNrnDY<5OYKP=PZ^B6nTQa-m_F+WwN%3Nh91g{rJQ}<-|zK&^{BF){F)WMBJT~~KkS66?kwV8MEQ@jj|5YhUC6t@3%c{hF=ekK%RqXKEF}sZAX2MZq z{Tpkvqs2O;MWHAPUL8~Dc)icIWI=>;+!`sQS)K-e7sqpEzj6V{tYAZ;W;$~+g33iYr6lsA#KpxO+tCE4E=t)-Tl9-)!Da-ypWRIkXK{{YIO`^f;`WW z=Na0zakgZ!ixo?trVh9wgkFty2k!A!ACE}W3}sb82^lV|_fSkzg{rDxZOv8)Ug55g z=M}?*bub=^`>EC%wy{pkkR*ZC?3jjb+>xn7nys;1tuYJ(y0$~#w;@k{nxJrMlS*R{ zl{e=U&XS=hN-S4vtk2F|3?W02imwj|H(N_S&^BF%-Sz<84=jj~*QOtBEgCi|l1aiv z<H@nklgdhjq?PTpC(y=K$arOl8R``|;bcL^vJ~NYfN5 z&n9bh3FqP^QUNR~9F8?J>%45ubx0vZDD)VicF7SIZPOylGGuucBy=Pw*h~nN0tu}(4*LV@ zqkAej#XZ|pD9>DU@M~|4Ls3)`vPF|5!Nu7Uc4%Q)h)ftA$J(yL)zuaD`)$}i1eU0j zD9bz?j!6ioMU8G~>obG+$*rV9S(aEV7U67G6%`~BPPha5zNh2y`269+hdr1+JozrRO`X>-%oI+wFe5SS)@!&C^_R3SCiDsOuWm+CYX%vkaC!M4b0D z&urQT<;qADlE@f_Y<$`;7i8b}I2`tn@+>eIMI=*GQX&@;zyim*o^0qK+$<@ja;81O z6)H}*aIc}YM#fJeIYE5Hgj+6!fKV!+2A(?;JMAKN_>yDhs25a7om)lvl^|0UXe%$xnmTRkz zW^!{v#Qd>cZC`c(y#^-^!*G1`=;4pf&(Htss$9ILq!eDoUsVh2_d5W!naSB}*Wygj?L?caAy4g=_6Y?wlPu4cI+p@_OvLp>l63^)t2|!T31^hwHZAJ9VI;^QKr&iNagztgqBq2RmV)zvBnwLvE-uy(7%=orux|5V2$l#} zn+>k6uF$k~$OZMhn>5W(lx1)>6G6Eocn{#9Swp-NVQFAhEwEfJ$1YwiMnh0b=!b#Y zrrtez^zcW+FdU--*C*Ebx4LG%Duj5Og5S)#c@LmH9uH5p+wFg-n`Vgf7>l9|R7!tX zDasTg2`U#@Y~n2tLS0%`-@)4#xxPqno{%l0S-Vg+oS)JjHsoKsFII3tsJ~ zST4_bgps3nVT6FYO|3!Kb~x+~XzGUNZ<;52O$tAl?MO_JAUPw(_#B>z*SB?ogSKsP zb$Nv+kDp+>*+BPwNb(rzyA&WoV+}ezfP_Gn=WeFwCq<|0NftoWeQI_IDXMKX+@`VSpP|Srm?&&Rsl7QWQlw5vH_FGiJvT)O=@=?Z>`2ke(*rMaH#dY%!zrS9uf3qyh*K;X_dqg^{e7D;= zUc_RFuIthFPUUUM0>(Y6J=@TCb7M4=OoCHawW!e44d;K3%(%mT$6tE^l_Y-j4F@45 z1@cTl$|dT$M$ZRC2=4n*pe&b2(iC0OM1i|vw&`@2qhqg;Rw)O8Wtlr4C>11T^EmzOWF-))>+QH%l*DFw>1h(~cx-7M#K(_9?=McA{OdAoMwmbfhrc`T!*<*X3I~rJ_B#k6P*s)V zDD&6wZc>6IL`qQWC631iUE9xac7-e}ktR91u3_ar#z*pOyXj?hopo8Ak|_yZR;MIe zGb`mH1cghQmV(#%#v>2TCR#^f-ZJ<)kwIwl4mvog6PI@_1zFhGE!0c<}!B&ep5nDDwO( zMOg|5>$xu5_v6B)sum2twVanBT{rNC@yr=A){MrWLZU2O!m&RP`6j82!G6DU;@h%f z!*~R|+rw)LfLxYHlLU3sPI5=3kU%0)sU@kT78%rdfufD1#H20}V__gZ37Do)_-}wcTcO5f0-3uw-;4bn&*O z!*T!k!Grg|Hw?r6hAwVSm25f`^l+whJJRkgrswF+a(qFNwHGbqJlq6HnBrn|hl`hMFsmvJ54 zFpuL^V8f5w$uT3u#IyMj6?&$%K78=O2mkkawf@hGy!^GrvQn-sTP&7K=j5t&7+dIxQ#zci!gE|S8^>&66F6KxcOR^M6 zk_S7rQCRJK*;nfYsv?IT8ff+t_xx_RnRg?~cC*Ecs~6a9H|{-|v2c`<&Ri)x9mK@r z(u4>aH*y7^dIlVp%Vl)fOi(SBBkX7ib#t)${r0av{NRHhX{`?@3Vc3`f21z{%0+$y zoH!p_dj5JHfV6Gf%cswt{!v+#-^z+&36er2ZXLZ?F0tKgAcR1k=U6P3&|0(oGIs>t zf-0p(yEw*UJuzP?iAA+=UE68~7l^5z8r$s#)*37pOXf=WgQ%SNmPiRKsuFpgp=mm_ zZ9hi9gltKPB$Y_h97Gm_?xB5t4?Jv1*E;T)eJLiMEkxIEglHWVdC-hcm?TM&BpH${ zb%sU2gmEePJhEDr0BQ8?jt`IH_u=)R+Gt!|ZQLPqzYC1f5E3ig;eSz8W8fHH*BBA; zoqWzT%!>kx#UijzJ$$UB0!f0^gh5+69FO(0XHWmAZJR5e#ZO`5_TzT(kK4&lAuTeR z&07G8wdVNb$&;U*ovnYEr{#aUIy(!VN_keIs)nF0S+7@am2NC2Mod|3bD!$?P^J=v zvMNzG4Xid3MT0v`?O=?-YPCj|=SU={k$JP9Fs~ERL?T&LD2p6T)1mM6gm>cYjv*9O zQUXN*YXPJEW^)KGxUskTIGfLQDv^oNxQLR>4CJk7nj%&1Fe?JyE+eZtcR!Rxf#sq^ zk^p+BK}KJ*53uZn+jJc^n+>iuS2*nVk~n}}Sbqfg{u*f`5F zEEWr_*XzJCbaQ#(uBVkSFmyQVhRycshfkh7`I)u$z_ruff~b7tF8+~<{1&9e+|guEdPcQg+L;p04$d)=WESq%X+We)#3w6q%1XWp~ zX^!LLli7Ec$Z^n(#d5U@M17i+Vr1(e0GTC7vlLnzF7{!x_+&k$@46~+tM`$Vz@5!| zj1Wccwo?lW9|tL=ViQo8#wJw)DVbj)#pJv&ZcN?JUKItZMd4KSLx;ZY!{SDWSV!;9 z1&8AimsgkAZFlIpI^f{`$wdGXnV?)$?Cl<%cdQNfXUI_^PJN5`M^)tte6*Ozuv{)7 zl!CMt+G%6yc-%jD@BX`g&~@#pF0OCcZoYCC|2UoeR5uqb zmSd;1f*Fld!3WZ4470Bt*ZQ=6E?VCkOX7~fRqW4 zdTt9L4v~uQsK9xjM1;%04GD25ao1*V!m2D#mIag~7~P|5hluAb0+W&0_}}OOo9!0c z?FRe(-Z2U(@{8f`ElmTdHYk|5xu&$6m!Z0Ky0Aqreh@<7ouvk_y!J=BAX`9IO zhQdfN3_Ug*$HiDKm&kK3zhWF-jw6P1e{%c}sRYth4y+1vy~fZF=m!mBT;@9wCQL?e zxak&6G77B1G?hA{0!$S~qbS2uY7-@q7dgr@L!RX@b^z%HgVj?RhL{ti9Fx%5XY6n| z95JSJOyA!$O;MIrh^FBXUNh#h_S7)wA=0a ztIMk&K79D_C&rjPfF>&N`GM1XlTr z@S}J?M4fS3*Ab5I50OeD%Mu_-!ls<0h&50uBDJd zDyJG>uGY}jqVHM=A#iqf7J{hyu5}wVVIi!5gas+*bn47=1dO&EiLDqFa0??TCEBKq zoN-5!eGdh8og?rUMd|Fyl$sFyM_)h+V*qFX$fe6=X$FX#Q|O58C43yBg*zhHK(g{k zjOV7SL^_M-L^)&rM6sEvbQD!Gu(rd{HV`*()crl^jra7RaX9W-bbOpDp=Nw0A)U%T z&oURb<-3+K5mF>ztY%&ejb{zU_#Kk6#M#+dDDXVbv0ARi)x9C~W}w~vaCrRq(Rb^* zc{VHXd6AzyY<|=({;`Yv21s#K0*_;hFLY(CQBR&c{%KWJ-%XR`->KwonFuAMbep^N zYK@KIEJz>}x>EwR&NGBlY@DNlfY#)A=YHd9wF?7akU7ho7h~JC(1RI6a=oJ60(DcP zZ97zDi?VV{6_;SAq7{vtHo!1W*wHbI53zZwAhK-CxR<=`gk)4uPR04`fik+(8(1@7 z(1dBuJ&kg_S+< z3jCAmAoL^?5FY5<>Wc=NUGeD;VRHL}zDbVXM~n zz2lz4IBNyC)H!Eurp8n;qa7B@1R}q6>$?tJ-@_-cfu(2y0+tL8^&V~8peRc>!sG?A zEJu>6k(NdANHNzF`B|RdA96tg!U$L~%|61+)!F~!35iRL`hO9bbB@-|d|u&eQ`biv z4hJ+%?f2X6^76%x9z1yekNdvgo;YmwpY)jW4=(Z(kYc<7^cw>;o6%)m*U#R0=kI?n zO|v^`qJF)qmTAiL*DTAiUY}#LxdM?3M>;=053kwvy`yl-DAbCRojn(u*vv+;GnVhD zMV`C3mA=C;=ur(%@gv#baNMJ5Y7|9*A}^71XHT=t$?Rw>95LzY*QCpnEvCOwgqUmf zuWK-3(@hcbQz&$EC-$|d**dwY>yY?hjh@M(#}g!ZbJHwG8j`RnJl%{QVR{OEXlux9S z-!iuNzw2imT>_BDGipFMrc9usocwFG?^*M^7gb<1)a0X4= z(r$b8;^D&&zjJwc`3?~sxwxCzW-~r)eqv+FCsyPy8C&A{T*O6htr3qOKl*8wrr(h= z`S*#uSR&7bQclIP$V*_2K(tayg^n(TK+`tCOwtz@w2S5QGrivo8f{n@J&qU7RjWXj zrs&xXfTFy2n%H4Etzy@;=(^4cIFdAkIr(T8uc%KF7uuD0?PiqpHf1ML$jPzRge{`h znm;%&OAqLW!AbvUd~%!`dO~1}kVsPpL3)YVJy6}^GTv9pGqe`ft}A78iCe3 z`51;lKKS6lpU6ZNQs93+yLfGxL%5DEB^KoZQUKfS)_JQ)i92`hU?Uv_*93F^IMzBs zFJPV89mG-N2(}Jk;i41@R`)pT3msC{V!yX>D05wH7zXH}M-z#aLy@b*36iCp={?7< z7oyHt(e8t?jP}K@Lu&K{@`K<*_DCNd9epSyexyk zYK_lGQcA4PE>M+uU~QAJ=zC4O-HXH1r%(RZ4?cMCC&MsoxqIK#!B55&ei8-#NscR+ zJuT<+IZkwQ0YLP9FW!Iu{U1mnGZNz8-Z{HiqR54m5|BVqm4H&%G3o*U=jUfZ9Ncy7 zgas#rov7oTh4jeO^It=G=uu3Qo3qS9YmH&h4t|SRc`-6VJkS%Ttaq~*TMT_i+s)PC$rMnGA3wg&g(JO*W0LC4}Rh_uIq`W_O@P&N|r_{E76#73ISn9 zhkz(-W;_^s&8Q!z`Nk4bAW?o?N+#^g8;hI2alb(G|Ls(P`!)Z1y$%OT5Rhgm&e!M2 zij2Qc0X@VG5dZ)Xt4TybR6_>C(9_jsb9nmn@&A7R{{8QDUHgI$n)Qjp=1pS?eNtn} zr_#x9n9onyN6m{JUDx8h_ulAO(~pgw=}iMjbb#Y9g_t6Bj!?T`(TRy~CF^r@FTztmS!*vaG@Z)4xtp zmN+{*hfI=y*OM_A`i?f+tHaZ$Pk!&c_wN63*R{_99BzOMZ!!zQCtcv5#<+3{R-AYA z;iit>wk_`8fA^0pQBOp_vtFMq^P-T6QqEyZrnoq}gMG5Y;dlr}?sx9o!FH=4r9#(t zFj_m^rbHkSk+tCvXteVJNw|w!ql2PeB{FOj<%BKh3LY5+Sj~?~#*A*hVlq2>Hvtg@ z8)Le3d=?Dbnn_}s6C=CTzm%L>!Hh|Y#2?|QB5vy3*NfX}H0@}8!8fZ)QbtflKDhs= z77HvFXK<4wi&L~k(>8X$-5j1gee#|6-n;*QbzOJK1>W3H;5QvK>60$-Po>CTauCId zu0HwIbsfET|K0CfV_IwV@2u8$?p9@~Qk6hTrG5s8o_yzn2M>PS_uXZLh1atJ?>~!!=CvaG zl)kQigq}iI{F*=Ij|@N#pa4(;r~p(+lAgWw)?2^+tyQ zg`S=$^ioQ-zI*r1H^2I|Z~RXeXXn4RUSDKNN+H#l^Jqah?p?%(hrFzH<~;koy8#>m zGYzQ~fa9eH@h_Wd5{-g^sNh2JLjcS zVKkbsTHOCyvLM44Klw$D4Oo15y7+^*l)TN&!$ID6Z*Ky%TCGP#5-Y8YwzS)A`px$0 zXYalD?(e>MarqA8;LR;F_>BerY0TlDS&^S8ba9Hfb)uuk#lBc9mv4OQo8SI-ckbN% zm#fvf%(6^)nypV*XxkS1{VuGy{m0>O2rKYm7})f4Jgk9@LH*%$?C6d|Ex6N*d1sEQ zGLbCY5aU=PMD+Pwpuy2C2!??fp>Txv_?0x9lm@LSjfrZ4owI_!qZkjGmZ`UXEQymj z1XG0byg*qxMg1hKAkDB^t{pEw`o;!rF!Vj`_q*ou^2LwddFSu`x5MG^~0G03Bev>N|$H9-?J04AZ_g<{leB+K0j>Zzz_0b;oyTh~R zPrv)#d-uQBG>wM{+u8ix-LmZYObh%oEAm$?bQN{-G7!SF3fFBudDr(48Q{Svq%JJ1KT!Oz7;x&^u=U9%G0wH5Za%k`@=c)yB!t&aDcQ z5G)e23?UjB-N7O`HWU)mIorn*3gYLwHPI-9$>@QJVNqn58i&G4i7a#M!#sDEZ87{P zd2CrOR}%)IYa9fv4ej^4ez)8F-J?ejzx(9LlfUTu?keiu4W`0}msu@;W(EG47WqqN zbQyK@go`{qF}@U1%4JnmuYdEK-})aeF7Eu+a=9*xq7-9S_pCjjX=)sg2aZS?mmJ0z z9FIp=?AjS?8lyvpjU{DZ+cwV!5i<{TaWW%_OPE=ZzP(RG3(>6Ni!&lD&NKU_^ab7p z_@`Gq;*3uNKqU%kl7%?I#bPm8e)(iRCj+b|izKoH1ERKW=y2FIS67!mc;}sWe!s4d zPb2$?`FJwmX8*#^YzF_i7Wpd_x{L~a-qqt`FN>nM`{ggc{Tui0z5d^=*6X*I)mfIL z%1JDvK1$Z&Si6|)A;5|hisyJdy7Y^_$1wDqXc6;a#MCvJXgk9Fu{}59_XKeq# z9p6buX)-sDT2o&d?tl#%y;B0Y*p5sJ5#jkh3EPRo7qjonIn7p!1*&p%m-TOkwgf#G zIvjWXe!u(R*|VpA_~C~i{G@H$7c=bplo`+|uauu#f&W~J{3V4hW*vQgD4i6$QfgUM zi+f-H`Zxaji;Fw|)nc)%s>MPkYA#K1f{41VQP+nF{VDq@yHc!7DQUzCv+Vi(r5+ z`9`u3u&}U(s6HO;@wl(AuC9J~|NgswP}j$2#+bv2;(nRJ{^wrcKer;kq0q$%h*8bP zmwB<50E(h0F5Y+{slDgAb~SUYv?B3f_CojXNYmXn!!%Exg+2j@)7 zom;wS3b)z^bzMVsbL`s9zEJbC=HwhhKVH;Int3!YP}`kz~Y|6GgwhJ}%s zb#yuF>e&o|37uU^xhTu>&f9N)&i2pI@jadh{*u>JP5EK8JSg)GZM052?s z_Nui(KMb~Mj>F-we|&X$_5BY%c>hOD(_C6>k0(0!so8s;$o8qP>OWUS{u1ORp3^=0 zl0=1mZH!5hWLXsDov(fEYybNE?Bcho4;5W9~Z~u^By8?+oEk6bX|LG zZjXN-2ABSzwVv=-yjM(oNSr?ekD#A-_x^<|@>iVG zPh z3DkBiHEpAt`motwVB7e!8E>3jyB2ZzJq z*)R-;S#igRNt}kPPjqkkMVh~V;fwrZboF^>&t{`c78iS-=VxE~^4q_8adz<=WmSH? zD5|W;OO<9yKu95klPOwnm1)_Uj!iy|way2TLj;Cl#MdJb1phE$OYBC=c(+QBrU`3G zT_%v=@LVZ5K?4r5v69ge0*EZ>exSDNOxrenQ`h&ewpTxS_~8dXZo6))r^VgRMv~hk zYQON^`xm~*KVnyxCm_dojF}XDk|c{P%U1X9z5Y)x&hPw-#d7h_%d%Q$d8vvtQ6fo1 zBF8`}YlWlu@{)-lA&5p>0&8K6lgk-nV62YB2quuD06HAI$^>-PWK?Y2LC^yuNAxxyZf*4kJ^Jnz{02E5zcP~4x30{?|C@{dsL z>V}#9wu1MaK1q_KN|K~1isJm}EBo#_Yp^}t&Tp}3w&+XsBqaf7AcxRBMYZLrPQ6Z28 z8Dq#8O@kgtYi+b1>@f7lzUv+w>-wGje)o4TUOaz?i@Gt!v@k_n`gf`35>AuI$EH98hq6XtYcT%D}7WUPj@mW;91T0>e7R_meG+B|K$ z?orn^9~=&c2Uk~D4~)^RHm0-2bk^EA3NkO|;Y7DKC+6)r-fbt3r_Wh|e=dvs6-Jnw zid~&3c6Gyelbrf{DP_uqp9&#TDP^`;EHA36daWpm*Rm|TNRsp{Nz_V8wUAPlQp#Ki zkqIIE*Ym#&5osdot+k!Cwz1Y6wKjXLhi%{YS8dxquj~5x@p!nh*7ig+7-I%&ZEvl; zY0S_!{Jl9*+~$_zrq6Tt{z4S_$0&9`yNjs6PZhm-#lH&&UMXcFrA&knO1c%J6wZ@c zxMib=zpuC}`noaP(TxLatRW&}t<~1rQ}Erqa9`!`;(tpgV8Ab2aerZo{38_mZS(sa zd!LiU=3|dK@ipegrl&rxpH5GI*jql#i7~_6a3kE-t?do3{e>y+FIyVDjroXjQzyr)*zAd7ziGUf!+WRTK6}d(;|pEfU-%+FQS2`(c%10M@`h1I+|spQ zwZLDs(CL=Ky{(w-4Nr>s>waO2`yWk_ze0Dvso-zx`ncu)-}D4|S&^SAc)DSk$;4O$4iR-wgc`>U+Yym`E9fMZ8yP9pZAZpuzy+PuRhY8D(0KIwD<_! z`&GL-y+XIYv8ews7xpiU{M8HoreYPhbZYSld>eF2r>B>E{x1vrmqq@m6g@u0BF8U_ s`jvW`Lad_VL}O~L?M$bw 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 diff --git a/data/images/stock_fullscreen.png b/data/images/stock_fullscreen.png deleted file mode 100644 index 8ecbd8094ba556c4b0b967c60eae0c9c2d0d1a3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1242 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 diff --git a/data/images/undo.png b/data/images/undo.png deleted file mode 100644 index 61b2ce9a5310fb03eac84ae2710e20bfca3f9e75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1601 zcmV-H2EO@;P)jN5&vp3=Xo2yjp{$HjMoWQ8Y47Fs_P(5#-{T+cy=VU(0=Vr23Vn)*n=t&##vteH1lGz-Hp)1QD^r zHWv@PAaR6q8t{8Dyt;O)o|-Ozlxjp>d*mDC(WOrnj*Be=;v5?9`Hhx`BKt8w4(JRZ4cn-0$iU~jub!Zz&-7OsDwq4}#34f;`k2mr+g z^(FyaFdk~I68J-4#t^FtyX>QgQ_tw&zx_*nhcccw`e^GWeQ{aX4OS|6}Qz#}-6Ce5dV?@56Wl`02MnQvgJ2cYp?{ra?1kFp8f! zfpJd*LH=2G*~jqA8tpywT>rcX%U5jFYub0oPS~F;%YR#R5l1QaW^rj^@#nODKSnGzZxMj0m z&ibsmeD=-P&K~_;+Nt^?c4YPc7O02sWde6Rwk|Pz;lWF1kAJK8P{+mhj%KHHeH51Wrp|^FbzWS*x zx-%Z5F)B-KQGQMAdU3LcmCKw@9=7=S%ni0U{R(0)WecVmQzx-}zM=F~R5vtmN znsJJgux-0$TOQIK8f2dsIJqxng&IJ@s7d04K;a{^0GP0rE&77-yw9FF`r6g_KMff}Ak zUA^Logu$vHGd7F}@5~B7Cd?8M`_o$(=di&4W;JWPYzd#5mEBqe_XMLh-EI|W2*AN>@ z_?FKvuhS}QL?R-SP&t>Pd9f3XB8fyk8x_#In{a;i1P7Ni)zy|)g@VD;Bi6`B=IPHo z%#Q)1swSuD6o^|z;-y?Df=MLu!nx6WeH(3+)gd<&F{g$GV)Nti%z+)d*~P@igiLPK zsH%#p=5}rui4|WL{#FQ*GXt1szsuUDrPd>L_2E=1?nXz4&B^clf~Vd(PAa!%(gRgB zIe;4pPiHQGxqT7#laI2lv4PcqSg@y(s=yL1V+P&hYN)u1o}rFLB^3fDwn z^(rdv`8YLqHF5hbbu9FK#$qvs_8#QKuU_Fwv1q|{kUxUS9Jmq0HHlbNgD5-j;W zPyjO(Kz><~cy7!`pjdR;08>Df5}#0>;RF8*=LG0fU`oJY00000NkvXXu0mjfTzv$L diff --git a/data/images/x-office-presentation.png b/data/images/x-office-presentation.png deleted file mode 100644 index 047355c7d0d5e9aee4cddf4d4d977426f4832db1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1350 zcmV-M1-bf(P)fInyzXmK?n1s2%(y|*vU zy21jxwRn=r%-s9UIp;gyOm+!Rv2FXdw;ADtZQJuP$52&uOh`1G`sUR4N^DW#$3NNg z+5DwTm(I051_lP^A3FTyaRAQ@IF5_%?rwy`;W;-jG&BUqaRC6&47l!&v**ry=WWa- z6otcaHf=J|KftHDHWE(=;fG0!2|kMBto*F%~<#bpRlu*x|ve^Y-JFKa63&M5Ldhj4}ySlKUyc`P_FNR#S2(DqkF%0~D@ggoYH9^_5 z2^;qA1u+I9LUncZbE1=t%xZu=CAxg%2x`a1u)MYw(sAHKqi~*zyM}=rB5W=!#2@F* z;YvmZY8x8?AeO-7?mcty=_WM5IR_CTa^V6>8yevB_s4`S6}XsNfv7298wM=Xgjf_n z&yT;Nwy_aJgkUf@ZTCqf;2D@09K_(mhsa1vgZ=n1obhoCZ7u^_LTLH34yGB!JOvO> z9wD=<9g#=`Sy@?A-hue*U@(~c2r@Qq#Lvf$Ay8L`g=J+xB!Ypra^d6*W8K(&^joDE z>$;A+9i0dUia(_jh5^g600640B0W7FKA&%j zz)YXurF3G0#`K_C!FxvON>W=+5=icessPNx&CtgKAEpo+cD{<#;kA3>vX6?Ulu-QuzBNPg)^M2bIBURV+nwMrEv^`X)XzcQ`!dLOp zuH7guDg~Ih6nZaIkSbToBhYodMoUw!yt>Sf-roE0`-{-m*9*VD2>pNc!8YBh=H}+B z$@1~pOP*ot)-CVnhBX))G6=l>w8dAQbGVAgecL{)SJQTAj07=?)Tn1 z(0uyL7XW0+26SEL05kv^V=PbASofMWRX*FcaP3;>BLaVyh=yF(WkkdPfH5W=$63M@ zI$0U0dPNF>Yu7tR3B1O2-C-iKhKGl(Xf$fIwzgUTL?Q#E>w21P+dd-F)O2;FbloNb zl}G?Y6b8|5g_JQNgpV=ilT!Mmlp15q6hfF_$P%u57$kF~1Q>8f2zM7_+CAI0P0qP# znx-*2IvQf|}t^fc4 diff --git a/data/other/Makefile.am b/data/other/Makefile.am deleted file mode 100644 index c9a573f..0000000 --- a/data/other/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -MAINTAINERCLEANFILES = \ -ephoto.desktop - -icondir = $(prefix)/share/pixmaps -icon_DATA = ephoto.png - -appdir = $(prefix)/share/applications -app_DATA = ephoto.desktop - -EXTRA_DIST = ephoto.png ephoto.desktop.in ephoto.desktop diff --git a/data/other/ephoto.desktop.in b/data/other/ephoto.desktop.in deleted file mode 100755 index 5fffb62..0000000 --- a/data/other/ephoto.desktop.in +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Ephoto -Name[eo]=E-foto -Comment=An Enlightened Image Viewer -Comment[cs]=Prohlížeč obrázků napsaný v EWL -Comment[el]=Προβολές εικόνων του Enlightened -Comment[eo]=Enlightenment-bildorigardilo -Comment[it]=Visualizzatore di immagini per Enlightenment -Exec=ephoto -Terminal=false -Type=Application -StartupNotify=true -MimeType=text/plain; -Icon=@prefix@/share/pixmaps/ephoto.png -Categories=Graphics; diff --git a/data/other/ephoto.png b/data/other/ephoto.png deleted file mode 100755 index 72478a08fad945379b5f036396ab4361d1d2b587..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7833 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 rrVc6$Lk2c)W7p2@4Awyb{O Tue, 24 Mar 2009 20:27:05 +0100 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 1e8b314..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/debian/control b/debian/control deleted file mode 100644 index a7d8927..0000000 --- a/debian/control +++ /dev/null @@ -1,14 +0,0 @@ -Source: ephoto -Section: graphics -Priority: optional -Maintainer: quaker -Build-Depends: cdbs, debhelper (>= 6), libewl1-dev, libtool, pkg-config, cvs -Standards-Version: 3.8.1 -Homepage: http://www.enlightenment.org - -Package: ephoto -Architecture: any -Depends: ${shlibs:Depends}, libewl1-engines-all -Description: Ewl based photo manager and viewer - Ewl based photo manager and viewer - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index d923b4a..0000000 --- a/debian/copyright +++ /dev/null @@ -1,9 +0,0 @@ -This package was debianized by quaker on -Tue, 24 Mar 2009 20:27:05 +0100. - -Author(s): - Stephen "okra" Houston - -License: - See the COPYING file - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 6acb8ff..0000000 --- a/debian/rules +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk - -DEB_CONFIGURE_SCRIPT := ./autogen.sh -DEB_MAKE_CLEAN_TARGET := distclean -DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath - -clean:: - [ ! -f Makefile ] || make distclean diff --git a/ephoto.spec.in b/ephoto.spec.in deleted file mode 100644 index 415f2c3..0000000 --- a/ephoto.spec.in +++ /dev/null @@ -1,44 +0,0 @@ -Summary: ephoto -Name: @PACKAGE@ -Version: @VERSION@ -Release: 0.%(date '+%Y%m%d') -License: BSD -Group: Applications/Multimedia -URL: http://www.ecoding.org -Source: %{name}-%{version}.tar.gz -Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston } -Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Ecoding Project (http://www.ecoding.org/)} -Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} -#BuildSuggests: xorg-x11-devel -BuildRequires: evas-devel ecore-devel ewl-devel epsilon-devel emotion-devel sqlite3 -BuildRoot: %{_tmppath}/%{name}-%{version}-root - -%description -ephoto - -%prep -%setup -q - -%build -%{configure} --prefix=%{_prefix} -%{__make} %{?_smp_mflags} %{?mflags} - -%install -%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install - -%clean -test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT - -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig - -%files -%defattr(-, root, root) -%doc AUTHORS ChangeLog COPYING COPYING.icons README -%{_bindir}/* -%{_datadir}/* - -%changelog diff --git a/po/.cvsignore b/po/.cvsignore deleted file mode 100644 index ad1b4b3..0000000 --- a/po/.cvsignore +++ /dev/null @@ -1,12 +0,0 @@ -Makefile -Makefile.in -ephoto.pot -Makevars.template -Rules-quot -boldquot.sed -*.mo -en@boldquot.header -en@quot.header -insert-header.sin -quot.sed -remove-potcdate.sin diff --git a/po/Makefile.am b/po/Makefile.am deleted file mode 100644 index bb64bad..0000000 --- a/po/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in $(PACKAGE).pot - -MSGFMT = msgfmt - -localedir = $(datadir)/locale -locale_DATA = $(addsuffix .mo,$(ALL_LINGUAS)) - -EXTRA_DIST = $(PACKAGE).pot $(addsuffix .po,$(ALL_LINGUAS)) - -%.mo : %.po - $(MSGFMT) -f -o $@ $< - -install-localeDATA: -uninstall-localeDATA: -install-data-local: - for L in $(ALL_LINGUAS); do \ - $(mkinstalldirs) $(DESTDIR)$(localedir)/$$L/LC_MESSAGES; \ - $(INSTALL_DATA) \ - $$L.mo $(DESTDIR)$(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \ - done - -uninstall: - for L in $(ALL_LINGUAS); do \ - rm -f $(DESTDIR)$(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \ - done - -clean-local: - rm -f *.mo diff --git a/po/Makefile.in.in b/po/Makefile.in.in deleted file mode 100644 index 27b721a..0000000 --- a/po/Makefile.in.in +++ /dev/null @@ -1,353 +0,0 @@ -# Makefile for PO directory in any package using GNU gettext. -# Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper -# -# This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU General Public -# License but which still want to provide support for the GNU gettext -# functionality. -# Please note that the actual code of GNU gettext is covered by the GNU -# General Public License and is *not* in the public domain. - -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ - -SHELL = /bin/sh -@SET_MAKE@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -datadir = @datadir@ -localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/po - -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) - -GMSGFMT = @GMSGFMT@ -MSGFMT = @MSGFMT@ -XGETTEXT = @XGETTEXT@ -MSGMERGE = msgmerge -MSGMERGE_UPDATE = @MSGMERGE@ --update -MSGINIT = msginit -MSGCONV = msgconv -MSGFILTER = msgfilter - -POFILES = @POFILES@ -GMOFILES = @GMOFILES@ -UPDATEPOFILES = @UPDATEPOFILES@ -DUMMYPOFILES = @DUMMYPOFILES@ -DISTFILES.common = Makefile.in.in remove-potcdate.sin \ -$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) -DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \ -$(POFILES) $(GMOFILES) \ -$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) - -POTFILES = \ - -CATALOGS = @CATALOGS@ - -# Makevars gets inserted here. (Don't remove this line!) - -.SUFFIXES: -.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update - -.po.mo: - @echo "$(MSGFMT) -c -o $@ $<"; \ - $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ - -.po.gmo: - @lang=`echo $* | sed -e 's,.*/,,'`; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ - cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo - -.sin.sed: - sed -e '/^#/d' $< > t-$@ - mv t-$@ $@ - - -all: all-@USE_NLS@ - -all-yes: stamp-po -all-no: - -# stamp-po is a timestamp denoting the last time at which the CATALOGS have -# been loosely updated. Its purpose is that when a developer or translator -# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, -# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent -# invocations of "make" will do nothing. This timestamp would not be necessary -# if updating the $(CATALOGS) would always touch them; however, the rule for -# $(POFILES) has been designed to not touch files that don't need to be -# changed. -stamp-po: $(srcdir)/$(DOMAIN).pot - test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS) - @echo "touch stamp-po" - @echo timestamp > stamp-poT - @mv stamp-poT stamp-po - -# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', -# otherwise packages like GCC can not be built if only parts of the source -# have been downloaded. - -# This target rebuilds $(DOMAIN).pot; it is an expensive operation. -# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. -$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed - $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ - --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ - --files-from=$(srcdir)/POTFILES.in \ - --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' - test ! -f $(DOMAIN).po || { \ - if test -f $(srcdir)/$(DOMAIN).pot; then \ - sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ - sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ - if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ - else \ - rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - else \ - mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ - fi; \ - } - -# This rule has no dependencies: we don't need to update $(DOMAIN).pot at -# every "make" invocation, only create it when it is missing. -# Only "make $(DOMAIN).pot-update" or "make dist" will force an update. -$(srcdir)/$(DOMAIN).pot: - $(MAKE) $(DOMAIN).pot-update - -# This target rebuilds a PO file if $(DOMAIN).pot has changed. -# Note that a PO file is not touched if it doesn't need to be changed. -$(POFILES): $(srcdir)/$(DOMAIN).pot - @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ - cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot - - -install: install-exec install-data -install-exec: -install-data: install-data-@USE_NLS@ - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ - for file in $(DISTFILES.common) Makevars.template; do \ - $(INSTALL_DATA) $(srcdir)/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - for file in Makevars; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi -install-data-no: all -install-data-yes: all - $(mkinstalldirs) $(DESTDIR)$(datadir) - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ - $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ - echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ - cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ - fi; \ - done; \ - done - -install-strip: install - -installdirs: installdirs-exec installdirs-data -installdirs-exec: -installdirs-data: installdirs-data-@USE_NLS@ - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ - else \ - : ; \ - fi -installdirs-data-no: -installdirs-data-yes: - $(mkinstalldirs) $(DESTDIR)$(datadir) - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ - if test -n "$$lc"; then \ - if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ - link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ - mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ - for file in *; do \ - if test -f $$file; then \ - ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ - fi; \ - done); \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ - else \ - if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ - :; \ - else \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ - mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ - fi; \ - fi; \ - fi; \ - done; \ - done - -# Define this as empty until I found a useful application. -installcheck: - -uninstall: uninstall-exec uninstall-data -uninstall-exec: -uninstall-data: uninstall-data-@USE_NLS@ - if test "$(PACKAGE)" = "gettext-tools"; then \ - for file in $(DISTFILES.common) Makevars.template; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi -uninstall-data-no: -uninstall-data-yes: - catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ - for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ - rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ - done; \ - done - -check: all - -info dvi ps pdf html tags TAGS ctags CTAGS ID: - -mostlyclean: - rm -f remove-potcdate.sed - rm -f stamp-poT - rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po - rm -fr *.o - -clean: mostlyclean - -distclean: clean - rm -f Makefile Makefile.in POTFILES *.mo - -maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - rm -f stamp-po $(GMOFILES) - -distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: - $(MAKE) update-po - @$(MAKE) dist2 -# This is a separate target because 'update-po' must be executed before. -dist2: $(DISTFILES) - dists="$(DISTFILES)"; \ - if test "$(PACKAGE)" = "gettext-tools"; then \ - dists="$$dists Makevars.template"; \ - fi; \ - if test -f $(srcdir)/ChangeLog; then \ - dists="$$dists ChangeLog"; \ - fi; \ - for i in 0 1 2 3 4 5 6 7 8 9; do \ - if test -f $(srcdir)/ChangeLog.$$i; then \ - dists="$$dists ChangeLog.$$i"; \ - fi; \ - done; \ - if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ - for file in $$dists; do \ - if test -f $$file; then \ - cp -p $$file $(distdir); \ - else \ - cp -p $(srcdir)/$$file $(distdir); \ - fi; \ - done - -update-po: Makefile - $(MAKE) $(DOMAIN).pot-update - test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) - $(MAKE) update-gmo - -# General rule for updating PO files. - -.nop.po-update: - @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ - if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ - echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ - cd $(srcdir); \ - if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "msgmerge for $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - -$(DUMMYPOFILES): - -update-gmo: Makefile $(GMOFILES) - @: - -Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@ - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ - $(SHELL) ./config.status - -force: - -# Tell versions [3.59,3.63) of GNU make not to export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/po/Makevars.template b/po/Makevars.template deleted file mode 100644 index 32692ab..0000000 --- a/po/Makevars.template +++ /dev/null @@ -1,41 +0,0 @@ -# Makefile variables for PO directory in any package using GNU gettext. - -# Usually the message domain is the same as the package name. -DOMAIN = $(PACKAGE) - -# These two variables depend on the location of this directory. -subdir = po -top_builddir = .. - -# These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ - -# This is the copyright holder that gets inserted into the header of the -# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding -# package. (Note that the msgstr strings, extracted from the package's -# sources, belong to the copyright holder of the package.) Translators are -# expected to transfer the copyright for their translations to this person -# or entity, or to disclaim their copyright. The empty string stands for -# the public domain; in this case the translators are expected to disclaim -# their copyright. -COPYRIGHT_HOLDER = Free Software Foundation, Inc. - -# This is the email address or URL to which the translators shall report -# bugs in the untranslated strings: -# - Strings which are not entire sentences, see the maintainer guidelines -# in the GNU gettext documentation, section 'Preparing Strings'. -# - Strings which use unclear terms or require additional context to be -# understood. -# - Strings which make invalid assumptions about notation of date, time or -# money. -# - Pluralisation problems. -# - Incorrect English spelling. -# - Incorrect formatting. -# It can be your email address, or a mailing list address where translators -# can write to without being subscribed, or the URL of a web page through -# which the translators can contact you. -MSGID_BUGS_ADDRESS = - -# This is the list of locale categories, beyond LC_MESSAGES, for which the -# message catalogs shall be used. It is usually empty. -EXTRA_LOCALE_CATEGORIES = diff --git a/po/POTFILES.in b/po/POTFILES.in deleted file mode 100644 index 0c7097e..0000000 --- a/po/POTFILES.in +++ /dev/null @@ -1,15 +0,0 @@ -src/bin/config.h.in -src/bin/ephoto_fsystem.c -src/bin/ephoto_imaging.c -src/bin/ephoto_single_view.c -src/bin/ephoto.c -src/bin/ephoto_fsystem.h -src/bin/ephoto_imaging.h -src/bin/ephoto_utils.c -src/bin/ephoto_exif.c -src/bin/ephoto_global.c -src/bin/ephoto_main.c -src/bin/ephoto_utils.h -src/bin/ephoto_exif.h -src/bin/ephoto.h -src/bin/ephoto_normal_view.c diff --git a/po/Rules-quot b/po/Rules-quot deleted file mode 100644 index 5f46d23..0000000 --- a/po/Rules-quot +++ /dev/null @@ -1,42 +0,0 @@ -# Special Makefile rules for English message catalogs with quotation marks. - -DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot - -.SUFFIXES: .insert-header .po-update-en - -en@quot.po-update: en@quot.po-update-en -en@boldquot.po-update: en@boldquot.po-update-en - -.insert-header.po-update-en: - @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ - if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ - tmpdir=`pwd`; \ - echo "$$lang:"; \ - ll=`echo $$lang | sed -e 's/@.*//'`; \ - LC_ALL=C; export LC_ALL; \ - cd $(srcdir); \ - if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ - if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "creation of $$lang.po failed!" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi - -en@quot.insert-header: insert-header.sin - sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header - -en@boldquot.insert-header: insert-header.sin - sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header - -mostlyclean: mostlyclean-quot -mostlyclean-quot: - rm -f *.insert-header diff --git a/po/ar.po b/po/ar.po deleted file mode 100644 index 083faea..0000000 --- a/po/ar.po +++ /dev/null @@ -1,76 +0,0 @@ -# Arabic translation for ephoto. -# Copyright (c) 2009 Free Software Foundation, Inc. -# This file is distributed under the same license as the ephoto package. -# Nizar Kerkeni , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-08-24 13:37+0000\n" -"Last-Translator: Nizar Kerkeni \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "لا توجد بيانات إإكسيف [Exif]" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f بايتات" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f ك.ب." - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f م.ب." - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f ج.بايت" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "تكبير" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "صغّر" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "دور لليسار" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "دور لليمين" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "قلب أفقي" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "اقلب رأسي" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "أدوات متقدمة" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "الصورة السابقة" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "الصورة التالية" diff --git a/po/boldquot.sed b/po/boldquot.sed deleted file mode 100644 index 4b937aa..0000000 --- a/po/boldquot.sed +++ /dev/null @@ -1,10 +0,0 @@ -s/"\([^"]*\)"/“\1”/g -s/`\([^`']*\)'/‘\1’/g -s/ '\([^`']*\)' / ‘\1’ /g -s/ '\([^`']*\)'$/ ‘\1’/g -s/^'\([^`']*\)' /‘\1’ /g -s/“”/""/g -s/“/“/g -s/”/”/g -s/‘/‘/g -s/’/’/g diff --git a/po/cs.po b/po/cs.po deleted file mode 100644 index a7fd09c..0000000 --- a/po/cs.po +++ /dev/null @@ -1,107 +0,0 @@ -# Czech translation. -# This file is put in the public domain. -# quaker , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: Ephoto\n" -"Report-Msgid-Bugs-To: quaker66@gmail.com\n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-04-13 17:34+0100\n" -"Last-Translator: quaker66 \n" -"Language-Team: easylinux \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Neexistují exif data" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f bajtů" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Přiblížit" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Oddálit" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Otočit doleva" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Otočit doprava" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Překlopit horizontálně" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Překlopit vertikálně" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Pokročilé nástroje" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Předchozí obrázek" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Další obrázek" - -#~ msgid "Standard Tools" -#~ msgstr "Standartní nástroje" -#~ msgid "Name" -#~ msgstr "Jméno" -#~ msgid "Pixels" -#~ msgstr "Pixely" -#~ msgid "Size" -#~ msgstr "Velikost" -#~ msgid "Albums" -#~ msgstr "Albumy" -#~ msgid "File System" -#~ msgstr "Systém souborů" -#~ msgid "Normal View" -#~ msgstr "Normální pohled" -#~ msgid "List View" -#~ msgstr "Seznam" -#~ msgid "Single View" -#~ msgstr "Samostatný pohled" -#~ msgid "You do not have libexif 0.6.13" -#~ msgstr "Nemáte libexif 0.6.13" -#~ msgid "View Exif Data" -#~ msgstr "Zobrazit exif data" -#~ msgid "Toggle Fullscreen" -#~ msgstr "Přepnout fullscreen" -#~ msgid "Start a Slideshow" -#~ msgstr "Spustit slideshow" -#~ msgid "Move to edit view" -#~ msgstr "Přesunout k editaci pohledu" -#~ msgid "Complete Library" -#~ msgstr "Kompletní knihovna" - diff --git a/po/de.po b/po/de.po deleted file mode 100644 index 4cbec78..0000000 --- a/po/de.po +++ /dev/null @@ -1,289 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-06-05 16:55+0000\n" -"Last-Translator: Aron Xu \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2009-08-27 10:01+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Es sind keine Exif Daten vorhanden" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Bytes" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Vergrößern" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Verkleinern" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Gegen den Uhrzeigersinn drehen" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Im Uhrzeigersinn drehen" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Erweiterte Werkzeuge" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "vorheriges Bild" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "nächstes Bild" - -#~ msgid "Standard Tools" -#~ msgstr "Standardwerkzeuge" - -#~ msgid "Name" -#~ msgstr "Name" - -#~ msgid "Pixels" -#~ msgstr "Pixel" - -#~ msgid "Size" -#~ msgstr "Größe" - -#~ msgid "Albums" -#~ msgstr "Alben" - -#~ msgid "File System" -#~ msgstr "Dateisystem" - -#~ msgid "Normal View" -#~ msgstr "normale Ansicht" - -#~ msgid "List View" -#~ msgstr "Listenansicht" - -#~ msgid "Single View" -#~ msgstr "einfache Ansicht" - -#~ msgid "You do not have libexif 0.6.13" -#~ msgstr "Sie haben nicht libexif 0.6.13" - -#~ msgid "View Exif Data" -#~ msgstr "Zeige Exif Daten" - -#~ msgid "Toggle Fullscreen" -#~ msgstr "Vollbild" - -#~ msgid "Start a Slideshow" -#~ msgstr "Starte Diavorführung" - -#~ msgid "Move to edit view" -#~ msgstr "Gehe zu der bearbeitenden Ansicht" - -#~ msgid "Complete Library" -#~ msgstr "Komplete Sammlung" - -#~ msgid "" -#~ "Name: %s\n" -#~ "Pixels: %s\n" -#~ "Size: %s\n" -#~ msgstr "" -#~ "Name: %s\n" -#~ "Auflösung: %s\n" -#~ "Größe: %s\n" - -#~ msgid "Normal" -#~ msgstr "Normal" - -#~ msgid "Ephoto Slideshow!" -#~ msgstr "Ephoto Diavorführung" - -#~ msgid "Single" -#~ msgstr "Einseln" - -#~ msgid "Ewl is not usable, please check your installation!\n" -#~ msgstr "Ewl ist nicht gebrauchbar, bitte überprüfen Sie Ihre installation!\n" - -#~ msgid "Ephoto Version %s Help Page\n" -#~ msgstr "Ephoto Version %s Hilfseite\n" - -#~ msgid "" -#~ "Long Commands: \n" -#~ " --help\t\t\t-\tThis Screen\n" -#~ " --add-album %%s %%s\t-\tAdds Album\n" -#~ "\t\t\t \targ1 = name of album\n" -#~ "\t\t\t\targ2 = description of album\n" -#~ " --add-image %%s %%s %%s\t-\tAdds Image\n" -#~ "\t\t\t\targ1 = name of album to add image to\n" -#~ "\t\t\t\targ2 = descriptive name for image\n" -#~ "\t\t\t\targ3 = path to the image\n" -#~ " --add-image-dir %%s %%s\t-\tAdds All Images From Directory\n" -#~ "\t\t\t\targ1 = name of album to add images to\n" -#~ "\t\t\t\targ2 = directory to get images from\n" -#~ " --list-albums\t\t-\tList Albums\n" -#~ " --list-images %%s\t-\tList Images in Album\n" -#~ "\t\t\t\targ1 = name of album to list images from\n" -#~ " --remove-album\t%%s\t-\tRemoves Album\n" -#~ "\t\t\t\targ1 = name of album\n" -#~ " --remove-image\t%%s %%s\t-\tRemoves Image\n" -#~ "\t\t\t\targ1 = name of album to remove image from\n" -#~ "\t\t\t\targ2 = path of the image to be removed\n" -#~ msgstr "" -#~ "Lange Befehle: \n" -#~ " --help\t\t\t-\tDiese Seite\n" -#~ " --add-album %%s %%s\t-\tFüge ein Album hinzu\n" -#~ "\t\t\t \targ1 = Name des Albums\n" -#~ "\t\t\t\targ2 = Beschreibung des Albums\n" -#~ " --add-image %%s %%s %%s\t-\tFüge ein Bild hinzu\n" -#~ "\t\t\t\targ1 = Name des Albums zu dem das Bild hinzugefügt werden soll\n" -#~ "\t\t\t\targ2 = beschreibender Name für das Bild\n" -#~ "\t\t\t\targ3 = Pfad zum Bild\n" -#~ " --add-image-dir %%s %%s\t-\tFügt ein Bild aus einem Verzeichnis hinzu\n" -#~ "\t\t\t\targ1 = Name des Albums zu dem das Bild hinzugefügt werden soll\n" -#~ "\t\t\t\targ2 = das Verzeichnis in dem sich das Bild befindet\n" -#~ " --list-albums\t\t-\tzeige eine List der Alben\n" -#~ " --list-images %%s\t-\tzeige eine List der Bilder\n" -#~ "\t\t\t\targ1 = name of album to list images from\n" -#~ " --remove-album\t%%s\t-\tRemoves Album\n" -#~ "\t\t\t\targ1 = name of album\n" -#~ " --remove-image\t%%s %%s\t-\tRemoves Image\n" -#~ "\t\t\t\targ1 = name of album to remove image from\n" -#~ "\t\t\t\targ2 = path of the image to be removed\n" - -#~ msgid "" -#~ "Short Commands: \n" -#~ " -h\t\t\t-\tThis Screen\n" -#~ " -a %%s %%s\t\t-\tAdds Album\n" -#~ " -i %%s %%s %%s\t\t-\tAdds Image\n" -#~ " -id %%s %%s\t\t-\tAdds all Images From Directory\n" -#~ " -la\t\t\t-\tList Albums\n" -#~ " -li %%s\t\t\t-\tList Images in Album\n" -#~ " -ra %%s\t\t\t-\tRemoves Album\n" -#~ " -ri %%s %%s\t\t-\tRemoves Image\n" -#~ msgstr "" -#~ "Kurzbefehle: \n" -#~ " -h\t\t\t-\tDiese Seite\n" -#~ " -a %%s %%s\t\t-\tfüge Album hinzu\n" -#~ " -i %%s %%s %%s\t\t-\tfüge Bild hinzu\n" -#~ " -id %%s %%s\t\t-\tFüge alle Bilder des Verzeichnisses hinzu\n" -#~ " -la\t\t\t-\tList Albums\n" -#~ " -li %%s\t\t\t-\tList Images in Album\n" -#~ " -ra %%s\t\t\t-\tRemoves Album\n" -#~ " -ri %%s %%s\t\t-\tRemoves Image\n" - -#~ msgid "Please specify a name for the album\n" -#~ msgstr "Bitte geben Sie einen Namen für das Album an\n" - -#~ msgid "Please specify a description for the album\n" -#~ msgstr "Bitte geben Sie eine Bezeichnung für das Album an\n" - -#~ msgid "" -#~ "Are you sure you want to create an album with the name %s and the " -#~ "description %s? " -#~ msgstr "" -#~ "Sind Sie sicher, dass Sie ein Album mit dem Namen %s und der Beschreibung %s " -#~ "erstellen wollen? " - -#~ msgid "Please specify the album you wish to add to\n" -#~ msgstr "Bitte geben Sie das Album an, dass Sie hinzufügen wollen\n" - -#~ msgid "Please specify a descriptive name for the image\n" -#~ msgstr "Bitte geben Sie einen beschreibenden Namen für das Bild an\n" - -#~ msgid "Please specify a valid path to the image\n" -#~ msgstr "Bitte geben Sie den Pfad zu dem Bild an\n" - -#~ msgid "" -#~ "Are you sure you want to add an image to album %s with a name %s and path " -#~ "%s? " -#~ msgstr "" -#~ "Sind Sie sicher, dass sie ein Bild zum dem Album %s mit dem Namen %s und dem " -#~ "Pfad %s hinzufügen wollen? " - -#~ msgid "Image was added\n" -#~ msgstr "Bild wurde hinzugefügt\n" - -#~ msgid "Image was not added\n" -#~ msgstr "Bild wurde nicht hinzugefügt\n" - -#~ msgid "Please specify a valid path to the image directory\n" -#~ msgstr "Bitte geben Sie den Pfad zu dem Verzeichnis des Bildes an\n" - -#~ msgid "" -#~ "Are you sure you want to add images from the directory %s to the album %s? " -#~ msgstr "" -#~ "Sind Sie sicher, dass Sie Bilder aus dem Verzeichnis %s in das Album %s " -#~ "hinzufügen wollen? " - -#~ msgid "Images were added\n" -#~ msgstr "Bilder wurden hinzugefügt\n" - -#~ msgid "Images were not added\n" -#~ msgstr "Bilder wurden nicht hinzugefügt\n" - -#~ msgid "Please specify the album to list images from\n" -#~ msgstr "Bitte geben Sie ein Album an, um die Bild aufzulisten\n" - -#~ msgid "Please specify the name of the album\n" -#~ msgstr "Bitte geben Sie den Namen des Albums an\n" - -#~ msgid "Are you sure you want to remove the album %s? " -#~ msgstr "Sind Sie sicher, dass das Album %s entfernt werden soll? " - -#~ msgid "Album was removed\n" -#~ msgstr "Album wurde entfernt\n" - -#~ msgid "Please specify the name of the album the image belongs to.\n" -#~ msgstr "Bitte geben Sie den Namen des zum Bild gehörigen Albums an.\n" - -#~ msgid "Please specify the path of the image\n" -#~ msgstr "Bitte geben Sie den Pfad zu dem Bild an\n" - -#~ msgid "Are you sure you want to remove the image %s from the album %s? " -#~ msgstr "" -#~ "Sind Sie sicher, dass sie Bild %s aus dem Album %s entfernen wollen? " - -#~ msgid "Image was removed\n" -#~ msgstr "Bild wurde entfernt\n" - -#~ msgid "Image was not removed\n" -#~ msgstr "Bild wurde nicht entfernt\n" diff --git a/po/el.po b/po/el.po deleted file mode 100644 index 7655d65..0000000 --- a/po/el.po +++ /dev/null @@ -1,77 +0,0 @@ -# translation of el.po to Greek -# Greek translation for Enlightenment17. -# This file is put in the public domain. -# Geo Kou , 2008. -# -# -msgid "" -msgstr "" -"Project-Id-Version: el\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-01-19 08:46+0000\n" -"Last-Translator: Aron \n" -"Language-Team: Greek \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Δεν υπάρχουν δεδομένα Exif" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Byte" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Μεγέθυνση" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Σμίκρυνση" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Περιστροφή Αριστερά" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Περιστροφή Δεξιά" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Οριζόντια Αναστροφή" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Κάθετη Αναστροφή" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Προχωρημένα Εργαλεία" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Προηγούμενη Εικόνα" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Επόμενη Εικόνα" diff --git a/po/en@boldquot.header b/po/en@boldquot.header deleted file mode 100644 index fedb6a0..0000000 --- a/po/en@boldquot.header +++ /dev/null @@ -1,25 +0,0 @@ -# All this catalog "translates" are quotation characters. -# The msgids must be ASCII and therefore cannot contain real quotation -# characters, only substitutes like grave accent (0x60), apostrophe (0x27) -# and double quote (0x22). These substitutes look strange; see -# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html -# -# This catalog translates grave accent (0x60) and apostrophe (0x27) to -# left single quotation mark (U+2018) and right single quotation mark (U+2019). -# It also translates pairs of apostrophe (0x27) to -# left single quotation mark (U+2018) and right single quotation mark (U+2019) -# and pairs of quotation mark (0x22) to -# left double quotation mark (U+201C) and right double quotation mark (U+201D). -# -# When output to an UTF-8 terminal, the quotation characters appear perfectly. -# When output to an ISO-8859-1 terminal, the single quotation marks are -# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to -# grave/acute accent (by libiconv), and the double quotation marks are -# transliterated to 0x22. -# When output to an ASCII terminal, the single quotation marks are -# transliterated to apostrophes, and the double quotation marks are -# transliterated to 0x22. -# -# This catalog furthermore displays the text between the quotation marks in -# bold face, assuming the VT100/XTerm escape sequences. -# diff --git a/po/en@quot.header b/po/en@quot.header deleted file mode 100644 index a9647fc..0000000 --- a/po/en@quot.header +++ /dev/null @@ -1,22 +0,0 @@ -# All this catalog "translates" are quotation characters. -# The msgids must be ASCII and therefore cannot contain real quotation -# characters, only substitutes like grave accent (0x60), apostrophe (0x27) -# and double quote (0x22). These substitutes look strange; see -# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html -# -# This catalog translates grave accent (0x60) and apostrophe (0x27) to -# left single quotation mark (U+2018) and right single quotation mark (U+2019). -# It also translates pairs of apostrophe (0x27) to -# left single quotation mark (U+2018) and right single quotation mark (U+2019) -# and pairs of quotation mark (0x22) to -# left double quotation mark (U+201C) and right double quotation mark (U+201D). -# -# When output to an UTF-8 terminal, the quotation characters appear perfectly. -# When output to an ISO-8859-1 terminal, the single quotation marks are -# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to -# grave/acute accent (by libiconv), and the double quotation marks are -# transliterated to 0x22. -# When output to an ASCII terminal, the single quotation marks are -# transliterated to apostrophes, and the double quotation marks are -# transliterated to 0x22. -# diff --git a/po/eo.po b/po/eo.po deleted file mode 100644 index b6240e1..0000000 --- a/po/eo.po +++ /dev/null @@ -1,114 +0,0 @@ -# translation of eo.po to Esperanto -# This file is put in the public domain. -# -# Olivier M , 2006-2007. -# Olivier , 2009. -msgid "" -msgstr "" -"Project-Id-Version: eo\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-05-10 23:54+0000\n" -"Last-Translator: Olivier \n" -"Language-Team: Esperanto \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 0.3\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Neniu EXIF-datumo ekzistas" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Bytes" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Zomi" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Malzomi" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Rotacii maldekstren" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Rotacii dekstren" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Renversi horizontale" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Renversi vertikale" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Plidetalaj Iloj" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Antaŭa Bildo" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Sekva Bildo" - -#~ msgid "Standard Tools" -#~ msgstr "Defaŭlta Iloj" - -#~ msgid "Name" -#~ msgstr "Nomo" - -#~ msgid "Pixels" -#~ msgstr "Rastrumeroj" - -#~ msgid "Size" -#~ msgstr "Grando" - -#~ msgid "Normal View" -#~ msgstr "Normala Vidigo" - -#~ msgid "List View" -#~ msgstr "Listorigardo" - -#~ msgid "Single View" -#~ msgstr "Unuopa Vidigo" - -#~ msgid "You do not have libexif 0.6.13" -#~ msgstr "Vi ne havas libexif 0.6.13" - -#~ msgid "View Exif Data" -#~ msgstr "Vidi EXIF-datumojn" - -#~ msgid "Toggle Fullscreen" -#~ msgstr "Baskuli Plenekranen" - -#~ msgid "Start a Slideshow" -#~ msgstr "Eki Bildoprezentadon" - -#~ msgid "Move to edit view" -#~ msgstr "Ŝanĝi al redakta vidigo" diff --git a/po/es.po b/po/es.po deleted file mode 100644 index 00a270f..0000000 --- a/po/es.po +++ /dev/null @@ -1,75 +0,0 @@ -# Spanish translation for enlightenment -# This file is distributed under the same license as the enlightenment package. -# DiegoJ , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-04-11 14:16+0000\n" -"Last-Translator: DiegoJ \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "No hay datos EXIF" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Bytes" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Aumentar" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Alejar" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Rotar a la izquierda" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Rotar a la derecha" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Voltear horizontalmente" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Alinear verticalmente" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Herramientas avanzadas" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Imagen anterior" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Siguiente imagen" diff --git a/po/fo.po b/po/fo.po deleted file mode 100644 index 8fe4005..0000000 --- a/po/fo.po +++ /dev/null @@ -1,75 +0,0 @@ -# Faroese translation for enlightenment -# This file is distributed under the same license as the enlightenment package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-07-15 18:39+0000\n" -"Last-Translator: Gunleif Joensen \n" -"Language-Team: Faroese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Ongar Exif dátur finnast" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Býtum" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Surra inn" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Surra út" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Snara til vinstru" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Snara til høgri" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Vippa Vannrætt" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Vippa loddrætt" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Framkomin tól" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Fyrra mynd" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Næsta mynd" diff --git a/po/fr.po b/po/fr.po deleted file mode 100644 index 1dca690..0000000 --- a/po/fr.po +++ /dev/null @@ -1,206 +0,0 @@ -# This file is put in the public domain. -# This file is distributed under the same license as the ephoto package. -# DUNNEWIND Maxence , 2006. -# -# -msgid "" -msgstr "" -"Project-Id-Version: Ephoto 3.15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-01-19 08:45+0000\n" -"Last-Translator: batden \n" -"Language-Team: Enlightenment i18n French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Aucune donnée exif" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f octets" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f Ko" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f Mo" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f Go" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Zoomer" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Dézoomer" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Pivoter sur la gauche" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Pivoter sur la droite" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Renverser horizontalement" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Renverser verticalement" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Outils avancés" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Image précédente" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Image suivante" - -#~ msgid "Albums" -#~ msgstr "Albums" - -#~ msgid " Location:" -#~ msgstr " Emplacement:" - -#~ msgid "Ephoto Image Viewer" -#~ msgstr "Visionneuse Ephoto" - -#~ msgid "In" -#~ msgstr "Zoom +" - -#~ msgid "Left" -#~ msgstr "Gauche" - -#~ msgid "Out" -#~ msgstr "Zoom -" - -#~ msgid "Right" -#~ msgstr "Droite" - -#~ msgid "Custom" -#~ msgstr "Personnalisé" - -#~ msgid "Ephoto Slideshow" -#~ msgstr "Diaporama Ephoto" - -#~ msgid "Fullscreen" -#~ msgstr "Plein écran" - -#~ msgid "Height" -#~ msgstr "Hauteur" - -#~ msgid "Image Size" -#~ msgstr "Taille de l'image" - -#~ msgid "Keep Aspect" -#~ msgstr "Conserver l'aspect" - -#~ msgid "Loop Slideshow" -#~ msgstr "Diaporama en boucle" - -#~ msgid "Order" -#~ msgstr "Ordre" - -#~ msgid "Random Order" -#~ msgstr "Ordre aléatoire" - -#~ msgid "Show File Name On Change" -#~ msgstr "Afficher le nom du fichier lors du changement" - -#~ msgid "Slideshow Configuration" -#~ msgstr "Configuration du diaporama" - -#~ msgid "Transitions" -#~ msgstr "Transitions" - -#~ msgid "Width" -#~ msgstr "Largeur" - -#~ msgid "Window Size" -#~ msgstr "Taille de la fenêtre" - -#~ msgid "Zoom Images to Fill Window" -#~ msgstr "Redimensionner les images à la taille de la fenêtre" - -#~ msgid "Menu|File" -#~ msgstr "Men|Fichier" - -#~ msgid "Menu|File|Exit" -#~ msgstr "Menu|Fichier|Quitter" - -#~ msgid "Menu|Albums" -#~ msgstr "Menu|Albums" - -#~ msgid "Menu|Albums|Add Album" -#~ msgstr "Menu|Albums|Ajouter un album" - -#~ msgid "Menu|Albums|Remove Album" -#~ msgstr "Menu|Albums|Supprimer un album" - -#~ msgid "Menu|Viewer" -#~ msgstr "Menu|Visionner" - -#~ msgid "Menu|Viewer|Image Viewer" -#~ msgstr "Menu|Visionner|Visionneuse" - -#~ msgid "Menu|Slideshow" -#~ msgstr "Men|Diaporama" - -#~ msgid "Menu|Slideshow|Configure Slideshow" -#~ msgstr "Menu|Diaporama|Configurer le diaporama" - -#~ msgid "Menu|Slideshow|Start Slideshow" -#~ msgstr "Menu|Diaporama|Démarrer le diaporama" - -#~ msgid "Add an Album" -#~ msgstr "Ajouter un album" - -#~ msgid "Enter the new album name:" -#~ msgstr "Entrer le nom du nouvel album:" - -#~ msgid "Enter the new album description:" -#~ msgstr "Entrer la description du nouvel album:" - -#~ msgid "save" -#~ msgstr "enregistrer" - -#~ msgid "cancel" -#~ msgstr "annuler" - -#~ msgid "Menu|File|Save Image" -#~ msgstr "Menu|Fichier|Enregistrer l'image" - -#~ msgid "Menu|Actions" -#~ msgstr "Menu|Actions" - -#~ msgid "Menu|Actions|Zoom In" -#~ msgstr "Menu|Actions|Zoomer" - -#~ msgid "Menu|Actions|Zoom Out" -#~ msgstr "Menu|Actions|Dézoomer" - -#~ msgid "Menu|Actions|Zoom To Fit" -#~ msgstr "Menu|Actions|Remplir la fenêtre" - -#~ msgid "Menu|Actions|Zoom 1:1" -#~ msgstr "Taille normale" diff --git a/po/he.po b/po/he.po deleted file mode 100644 index 691b691..0000000 --- a/po/he.po +++ /dev/null @@ -1,76 +0,0 @@ -# Hebrew translation for ephoto. -# Copyright (c) 2009 Free Software Foundation, Inc. -# This file is distributed under the same license as the ephoto package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-07-26 12:27+0000\n" -"Last-Translator: lielf \n" -"Language-Team: Hebrew \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "לא יוצא אם הנתונים קיימים" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f בתים" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f ק\"ב" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f מ\"ב" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f ג\"ב" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "התקרב" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "התרחק" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "סובב שמאלה" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "סובב ימינה" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "הפוך אופקית" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "הפוך אנכית" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "כלים מתקדמים" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "התמונה הקודמת" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "התמונה הבאה" diff --git a/po/hu.po b/po/hu.po deleted file mode 100644 index ad87592..0000000 --- a/po/hu.po +++ /dev/null @@ -1,112 +0,0 @@ -# translation of ephoto.po to hungarian -# This file is put in the public domain. -# -# Lisovszki , 2008. -# -msgid "" -msgstr "" -"Project-Id-Version: ephoto\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-03-22 15:28+0000\n" -"Last-Translator: lisovszki \n" -"Language-Team: hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Nem létezik exif adat" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Bájt" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Nagyítás" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Kicsinyítés" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Balra forgatás" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Jobbra forgatás" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Vízszintes elforgatás" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Függőleges elforgatás" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Speciális eszközök" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Előző kép" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Következő kép" - -#~ msgid "Standard Tools" -#~ msgstr "Szabványos eszközök" - -#~ msgid "Name" -#~ msgstr "Név" - -#~ msgid "Pixels" -#~ msgstr "Képpontok" - -#~ msgid "Size" -#~ msgstr "Méret" - -#~ msgid "Normal View" -#~ msgstr "Normál nézet" - -#~ msgid "List View" -#~ msgstr "Lista nézet" - -#~ msgid "Single View" -#~ msgstr "Egyablakos nézet" - -#~ msgid "You do not have libexif 0.6.13" -#~ msgstr "Nincs libexif 0.6.13-ad" - -#~ msgid "View Exif Data" -#~ msgstr "Exif adat megtekintése" - -#~ msgid "Toggle Fullscreen" -#~ msgstr "Váltás teljes képernyőre" - -#~ msgid "Start a Slideshow" -#~ msgstr "Diavetítés indítása" - -#~ msgid "Move to edit view" -#~ msgstr "Szerkesztői nézet" diff --git a/po/insert-header.sin b/po/insert-header.sin deleted file mode 100644 index b26de01..0000000 --- a/po/insert-header.sin +++ /dev/null @@ -1,23 +0,0 @@ -# Sed script that inserts the file called HEADER before the header entry. -# -# At each occurrence of a line starting with "msgid ", we execute the following -# commands. At the first occurrence, insert the file. At the following -# occurrences, do nothing. The distinction between the first and the following -# occurrences is achieved by looking at the hold space. -/^msgid /{ -x -# Test if the hold space is empty. -s/m/m/ -ta -# Yes it was empty. First occurrence. Read the file. -r HEADER -# Output the file's contents by reading the next line. But don't lose the -# current line while doing this. -g -N -bb -:a -# The hold space was nonempty. Following occurrences. Do nothing. -x -:b -} diff --git a/po/it.po b/po/it.po deleted file mode 100644 index 05be7c8..0000000 --- a/po/it.po +++ /dev/null @@ -1,75 +0,0 @@ -# Italian translation for Ephoto. -# This file is put in the public domain. -# Massimo Maiurana , 2006. -# -msgid "" -msgstr "" -"Project-Id-Version: Ephoto\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2007-05-21 18:54+0200\n" -"Last-Translator: Massimo Maiurana \n" -"Language-Team: none\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Nessun dato Exif" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Byte" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Ingrandisci" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Rimpicciolisci" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Ruota a sinistra" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Ruota a destra" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Gira orizzontalmente" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Gira verticalmente" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Strumenti avanzati" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Immagine precedente" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Immagine successiva" diff --git a/po/ja.po b/po/ja.po deleted file mode 100644 index 45a1b42..0000000 --- a/po/ja.po +++ /dev/null @@ -1,76 +0,0 @@ -# Japanese translation for enlightenment -# Copyright (c) 2009 Free Software Foundation, Inc. -# This file is distributed under the same license as the enlightenment package. -# Yuki Kodama , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-05-05 12:28+0000\n" -"Last-Translator: Yuki Kodama \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "EXIF情報がありません" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f バイト" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "拡大" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "縮小" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "反時計方向に回転" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "時計方向に回転" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "横に反転" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "縦に反転" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "高度なツール" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "前の画像" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "次の画像" diff --git a/po/nb.po b/po/nb.po deleted file mode 100644 index 36492dd..0000000 --- a/po/nb.po +++ /dev/null @@ -1,75 +0,0 @@ -# Norwegian Bokmal translation for enlightenment -# This file is distributed under the same license as the enlightenment package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-03-21 15:25+0000\n" -"Last-Translator: Kenneth Langdalen \n" -"Language-Team: Norwegian Bokmal \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Zoom inn" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Zoom ut" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Forrige bilde" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Neste bilde" diff --git a/po/nl.po b/po/nl.po deleted file mode 100644 index a2ec736..0000000 --- a/po/nl.po +++ /dev/null @@ -1,75 +0,0 @@ -# Dutch translation for enlightenment -# This file is distributed under the same license as the enlightenment package. -# Yentl , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-07-16 18:12+0000\n" -"Last-Translator: Yentl \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Geen Exif Data Bestaat" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Bytes" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Zoom In" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Zoom Uit" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Linksom draaien" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Rechtsom draaien" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Horizontaal spiegelen" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Verticaal spiegelen" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Geavanceerde hulpmiddelen" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Vorige afbeelding" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Volgende afbeelding" diff --git a/po/quot.sed b/po/quot.sed deleted file mode 100644 index 0122c46..0000000 --- a/po/quot.sed +++ /dev/null @@ -1,6 +0,0 @@ -s/"\([^"]*\)"/“\1”/g -s/`\([^`']*\)'/‘\1’/g -s/ '\([^`']*\)' / ‘\1’ /g -s/ '\([^`']*\)'$/ ‘\1’/g -s/^'\([^`']*\)' /‘\1’ /g -s/“”/""/g diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin deleted file mode 100644 index 2436c49..0000000 --- a/po/remove-potcdate.sin +++ /dev/null @@ -1,19 +0,0 @@ -# Sed script that remove the POT-Creation-Date line in the header entry -# from a POT file. -# -# The distinction between the first and the following occurrences of the -# pattern is achieved by looking at the hold space. -/^"POT-Creation-Date: .*"$/{ -x -# Test if the hold space is empty. -s/P/P/ -ta -# Yes it was empty. First occurrence. Remove the line. -g -d -bb -:a -# The hold space was nonempty. Following occurrences. Do nothing. -x -:b -} diff --git a/po/ru.po b/po/ru.po deleted file mode 100644 index 3fd7e05..0000000 --- a/po/ru.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: ePhoto\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-06-05 16:55+0000\n" -"Last-Translator: Aron Xu \n" -"Language-Team: russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Увеличить" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Уменьшить" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Повернуть против часовой стрелки" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Повернуть по часовой стрелке" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Отразить по горизонтали" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Отразить по вертикали" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Нет Данных EXIF" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Байт" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f КБ" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f МБ" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f ГБ" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Продвинутые Инструменты" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Предыдущее Изображение" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Следующее Изображение" - -#~ msgid "Standard Tools" -#~ msgstr "Стандартные Инструменты" - -#~ msgid "Name" -#~ msgstr "Имя" - -#~ msgid "Pixels" -#~ msgstr "Точки растра" - -#~ msgid "Size" -#~ msgstr "Размер" - -#~ msgid "Normal View" -#~ msgstr "Обычный Вид" - -#~ msgid "List View" -#~ msgstr "Вид Списком" - -#~ msgid "Single View" -#~ msgstr "Одиночный Вид" - -#~ msgid "You do not have libexif 0.6.13" -#~ msgstr "У вас нет libexif 0.6.13" - -#~ msgid "View Exif Data" -#~ msgstr "Просмотреть Данные EXIF" - -#~ msgid "Toggle Fullscreen" -#~ msgstr "Переключить Полноэкранный Режим" - -#~ msgid "Start a Slideshow" -#~ msgstr "Начать Показ Слайдов" - -#~ msgid "Move to edit view" -#~ msgstr "Двигать для редактирования вида" diff --git a/po/sk.po b/po/sk.po deleted file mode 100644 index 34a5c9a..0000000 --- a/po/sk.po +++ /dev/null @@ -1,76 +0,0 @@ -# Slovak translation for enlightenment -# Copyright (c) 2009 Free Software Foundation, Inc. -# This file is distributed under the same license as the enlightenment package. -# helix84 , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-03-24 14:22+0000\n" -"Last-Translator: helix84 \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Neexistujú žiadne EXIF údaje" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f bajtov" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Priblížiť" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Oddialiť" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Otočiť doľava" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Otočiť doprava" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Preklopiť vodorovne" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Preklopiť zvisle" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Pokročilé nástroje" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Predošlý obrázok" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Ďalší obrázok" diff --git a/po/sv.po b/po/sv.po deleted file mode 100644 index 02af402..0000000 --- a/po/sv.po +++ /dev/null @@ -1,171 +0,0 @@ -# Swedish translations for ephoto package. -# Copyright (C) 2006-2009 THE ephoto'S COPYRIGHT HOLDER -# This file is distributed under the same license as the ephoto package. -# , 2006. -# Swedish , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: ephoto 2.15.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-03-07 02:48+0000\n" -"Last-Translator: ersi \n" -"Language-Team: Swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "Ingen Exifdata funnen" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f Bytes" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "Zooma in" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Zooma ur" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "Rotera vänster" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "Rotera höger" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "Vänd horisontellt" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "Vänt vertikalt" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "Advancerade verktyg" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "Föregående bild" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "Nästa bild" - -#~ msgid "Albums" -#~ msgstr "Album" - -#~ msgid " Location:" -#~ msgstr " Adress" - -#~ msgid "Add Album" -#~ msgstr "Lägg till Album" - -#~ msgid "Configure Slideshow" -#~ msgstr "Konfigurera Bildspel" - -#~ msgid "Exit" -#~ msgstr "Avsluta" - -#~ msgid "File" -#~ msgstr "Arkiv" - -#~ msgid "Image Viewer" -#~ msgstr "Bild Visare" - -#~ msgid "Remove Album" -#~ msgstr "Ta bort Album" - -#~ msgid "Slideshow" -#~ msgstr "Bildspel" - -#~ msgid "Start Slideshow" -#~ msgstr "Starta Bildspel" - -#~ msgid "Viewer" -#~ msgstr "Visare" - -#~ msgid "Ephoto Image Viewer" -#~ msgstr "Ephoto Bild Visare" - -#~ msgid "In" -#~ msgstr "In" - -#~ msgid "Left" -#~ msgstr "Vänster" - -#~ msgid "Out" -#~ msgstr "Ut" - -#~ msgid "Right" -#~ msgstr "Höger" - -#~ msgid "Custom" -#~ msgstr "Annan" - -#~ msgid "Ephoto Slideshow" -#~ msgstr "Ephoto Bildspel" - -#~ msgid "Fullscreen" -#~ msgstr "Helskärm" - -#~ msgid "Height" -#~ msgstr "Höjd" - -#~ msgid "Image Size" -#~ msgstr "Bildstorlek" - -#~ msgid "Keep Aspect" -#~ msgstr "Behåll Aspekt" - -#~ msgid "Loop Slideshow" -#~ msgstr "Upprepa Bildspel" - -#~ msgid "Order" -#~ msgstr "Följd" - -#~ msgid "Random Order" -#~ msgstr "Slumpmässig Följd" - -#~ msgid "Show File Name On Change" -#~ msgstr "Visa filnamn efter byte" - -#~ msgid "Slideshow Configuration" -#~ msgstr "Konfigurera Bildspel" - -#~ msgid "Transitions" -#~ msgstr "Transitioner" - -#~ msgid "Width" -#~ msgstr "Bredd" - -#~ msgid "Window Size" -#~ msgstr "Fönsterstorlet" - -#~ msgid "Zoom Images to Fill Window" -#~ msgstr "Fyll fönstret" diff --git a/po/zh_CN.po b/po/zh_CN.po deleted file mode 100644 index b5a6846..0000000 --- a/po/zh_CN.po +++ /dev/null @@ -1,77 +0,0 @@ -# translation of ephoto to Simplified Chinese -# This file is put in the public domain. -# -# Aron Xu , 2008-2009. -# Careone , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: ephoto e17\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-07-06 07:19+0000\n" -"Last-Translator: Careone \n" -"Language-Team: Chinese/Simplified \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_exif.c:95 -msgid "No Exif Data Exists" -msgstr "没有 Exif 数据" - -#: src/bin/ephoto_utils.c:10 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f 字节" - -#: src/bin/ephoto_utils.c:15 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - -#: src/bin/ephoto_single_view.c:92 -msgid "Zoom In" -msgstr "缩小" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "放大" - -#: src/bin/ephoto_single_view.c:108 -msgid "Rotate Left" -msgstr "向左旋转" - -#: src/bin/ephoto_single_view.c:116 -msgid "Rotate Right" -msgstr "向右旋转" - -#: src/bin/ephoto_single_view.c:124 -msgid "Flip Horizontally" -msgstr "水平翻转" - -#: src/bin/ephoto_single_view.c:132 -msgid "Flip Vertically" -msgstr "垂直翻转" - -#: src/bin/ephoto_single_view.c:140 -msgid "Advanced Tools" -msgstr "高级工具" - -#: src/bin/ephoto_single_view.c:148 -msgid "Previous Image" -msgstr "上张图像" - -#: src/bin/ephoto_single_view.c:156 -msgid "Next Image" -msgstr "下张图像" diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 5f56980..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -## Process this file with automake to produce Makefile.in - -MAINTAINERCLEANFILES = Makefile.in Makefile - -SUBDIRS = bin diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am deleted file mode 100644 index c3cc1c9..0000000 --- a/src/bin/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -## Process this file with automake to produce Makefile.in - -MAINTAINERCLEANFILES = *.o ephoto config.h.in config.h Makefile.in Makefile \ - stamp-h1 - -bin_PROGRAMS = ephoto - -ephoto_SOURCES = \ - ephoto.c \ - ephoto_exif.c \ - ephoto_fsystem.c \ - ephoto_global.c \ - ephoto_imaging.c \ - ephoto_main.c \ - ephoto_normal_view.c \ - ephoto_single_view.c \ - ephoto_utils.c \ - ephoto.h \ - ephoto_exif.h \ - ephoto_fsystem.h \ - ephoto_imaging.h \ - ephoto_utils.h - -ephoto_CFLAGS= @EWL_CFLAGS@ @EXIF_CFLAGS@ @EFREET_MIME_CFLAGS@ @EPSILON_CFLAGS@ -Wall -g -ephoto_LDADD = @EWL_LIBS@ @EXIF_LIBS@ @EFREET_MIME_LIBS@ @EPSILON_LIBS@ diff --git a/src/bin/config.h.in b/src/bin/config.h.in deleted file mode 100644 index 4cab9fc..0000000 --- a/src/bin/config.h.in +++ /dev/null @@ -1,90 +0,0 @@ -/* src/bin/config.h.in. Generated from configure.ac by autoheader. */ - -/* Enable Exif Support */ -#undef BUILD_EXIF_SUPPORT - -/* Define to 1 if translation of program messages to the user's native - language is requested. */ -#undef ENABLE_NLS - -/* Define if the GNU dcgettext() function is already present or preinstalled. - */ -#undef HAVE_DCGETTEXT - -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - -/* Define if the GNU gettext() function is already present or preinstalled. */ -#undef HAVE_GETTEXT - -/* Define if you have the iconv() function. */ -#undef HAVE_ICONV - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Name of package */ -#undef PACKAGE - -/* Installation directory for user executables */ -#undef PACKAGE_BIN_DIR - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Shared Data Directory */ -#undef PACKAGE_DATA_DIR - -/* Installation directory for libraries */ -#undef PACKAGE_LIB_DIR - -/* Locale-specific data directory */ -#undef PACKAGE_LOCALE_DIR - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Source code directory */ -#undef PACKAGE_SOURCE_DIR - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Define if using the dmalloc debugging malloc package */ -#undef WITH_DMALLOC diff --git a/src/bin/ephoto.c b/src/bin/ephoto.c deleted file mode 100644 index c1ad48d..0000000 --- a/src/bin/ephoto.c +++ /dev/null @@ -1,13 +0,0 @@ -#include "ephoto.h" - -int main(int argc, char **argv) -{ - if (!ewl_init(&argc, argv)) - return 1; - - create_main_window(); - ewl_main(); - - return 0; -} - diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h deleted file mode 100644 index 5ef72fb..0000000 --- a/src/bin/ephoto.h +++ /dev/null @@ -1,64 +0,0 @@ -#ifndef _EPHOTO_H_ -#define _EPHOTO_H_ - -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - -#include "config.h" -#include -#include -#include -#include -#include -#include - -typedef struct _Ephoto Ephoto; -struct _Ephoto { - Ewl_Widget *win; - Ewl_Widget *ewin; - Ewl_Widget *view_box; - Ewl_Widget *normal_vbox; - Ewl_Widget *fbox; - Ewl_Widget *ftree; - Ewl_Widget *single_vbox; - Ewl_Widget *single_image; - Ecore_List *fsystem; - Ecore_List *images; - char *current_directory; - int thumb_size; -}; - -void ephoto_set_main_window(Ewl_Widget *w); -void ephoto_set_effects_window(Ewl_Widget *w); -void ephoto_set_view_box(Ewl_Widget *w); -void ephoto_set_normal_vbox(Ewl_Widget *w); -void ephoto_set_fbox(Ewl_Widget *w); -void ephoto_set_ftree(Ewl_Widget *w); -void ephoto_set_single_vbox(Ewl_Widget *w); -void ephoto_set_single_image(Ewl_Widget *w); -void ephoto_set_fsystem(Ecore_List *l); -void ephoto_set_images(Ecore_List *l); -void ephoto_set_current_directory(char *dir); -void ephoto_set_thumb_size(int i); -Ewl_Widget *ephoto_get_main_window(void); -Ewl_Widget *ephoto_get_effects_window(void); -Ewl_Widget *ephoto_get_view_box(void); -Ewl_Widget *ephoto_get_normal_vbox(void); -Ewl_Widget *ephoto_get_fbox(void); -Ewl_Widget *ephoto_get_ftree(void); -Ewl_Widget *ephoto_get_single_vbox(void); -Ewl_Widget *ephoto_get_single_image(void); -Ecore_List *ephoto_get_fsystem(void); -Ecore_List *ephoto_get_images(void); -char *ephoto_get_current_directory(void); -int ephoto_get_thumb_size(void); -void create_main_window(void); - -void add_normal_view(Ewl_Widget *c); -void add_single_view(Ewl_Widget *c); -void show_normal_view(Ewl_Widget *c, void *event, void *data); -void show_single_view(Ewl_Widget *c, void *event, void *data); -extern Ephoto *em; - -#endif diff --git a/src/bin/ephoto_exif.c b/src/bin/ephoto_exif.c deleted file mode 100644 index c05037d..0000000 --- a/src/bin/ephoto_exif.c +++ /dev/null @@ -1,68 +0,0 @@ -#ifdef BUILD_EXIF_SUPPORT -#include "ephoto_exif.h" - -int image_has_exif_data(const char *file) { - const char **args; - ExifData *data; - ExifLoader *loader; - - args = calloc(1, sizeof(const char *)); - args[0] = file; - - loader = exif_loader_new(); - exif_loader_write_file(loader, *args); - - data = exif_loader_get_data(loader); - if (!data) { - return 0; - } - exif_loader_unref(loader); - exif_data_unref(data); - - return 1; -} - -Ecore_Hash *get_exif_data(const char *file) { - const char **args, *title; - char value[1024]; - unsigned int i, tag; - Ecore_Hash *exif_info; - ExifEntry *entry; - ExifData *data; - ExifLoader *loader; - - args = calloc(1, sizeof(const char *)); - args[0] = file; - - exif_info = ecore_hash_new(ecore_str_hash, ecore_str_compare); - ecore_hash_free_key_cb_set(exif_info, free); - ecore_hash_free_value_cb_set(exif_info, free); - - loader = exif_loader_new(); - exif_loader_write_file(loader, *args); - - data = exif_loader_get_data(loader); - if (!data) { - exif_loader_unref(loader); - return NULL; - } - exif_loader_unref(loader); - - for(tag = 0; tag < 0xffff; tag++) { - title = exif_tag_get_title(tag); - for (i = 0; i < EXIF_IFD_COUNT; i++) { - entry = exif_content_get_entry(data->ifd[i], tag); - if (entry) { - exif_entry_ref(entry); - exif_entry_get_value(entry, value, sizeof(value)); - ecore_hash_set(exif_info, strdup(title), - strdup(value)); - exif_entry_unref(entry); - } - } - } - exif_data_unref(data); - - return exif_info; -} -#endif diff --git a/src/bin/ephoto_exif.h b/src/bin/ephoto_exif.h deleted file mode 100644 index 9189557..0000000 --- a/src/bin/ephoto_exif.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifdef BUILD_EXIF_SUPPORT -#ifndef _EPHOTO_EXIF_H_ -#define _EPHOTO_EXIF_H_ - -#include "ephoto.h" -#include -#include - -int image_has_exif_data(const char *file); -Ecore_Hash *get_exif_data(const char *file); - -#endif -#endif diff --git a/src/bin/ephoto_fsystem.c b/src/bin/ephoto_fsystem.c deleted file mode 100644 index 858c5b3..0000000 --- a/src/bin/ephoto_fsystem.c +++ /dev/null @@ -1,178 +0,0 @@ -#include "ephoto_fsystem.h" - -static Ewl_Widget *add_ftree(Ewl_Widget *c); -static unsigned int highlight_cb(void *data, unsigned int row); -static Ewl_Widget *fsystem_view_constructor(unsigned int column, void *pr_data); -static void fsystem_view_assign(Ewl_Widget *w, void *data, unsigned int row, - unsigned int column, void *pr_data); -static Ewl_Widget *fsystem_header_fetch(void *data, unsigned int row, - void *dat); -static void *fsystem_data_fetch(void *data, unsigned int row, - unsigned int column); -static unsigned int fsystem_data_count(void *data); -static void directory_clicked(Ewl_Widget *w, void *event, void *data); -static void populate_images(Ewl_Widget *w, void *event, void *data); - -void add_fsystem(Ewl_Widget *c) -{ - Ewl_Widget *ftree; - - ftree = add_ftree(c); - ephoto_set_ftree(ftree); - - populate_fsystem(NULL, NULL, NULL); -} - -static Ewl_Widget *add_ftree(Ewl_Widget *c) { - Ewl_Widget *tree; - Ewl_Model *model; - Ewl_View *view; - - model = ewl_model_new(); - ewl_model_data_fetch_set(model, fsystem_data_fetch); - ewl_model_data_count_set(model, fsystem_data_count); - ewl_model_data_highlight_set(model, highlight_cb); - - view = ewl_view_new(); - ewl_view_widget_constructor_set(view, fsystem_view_constructor); - ewl_view_widget_assign_set(view, fsystem_view_assign); - ewl_view_header_fetch_set(view, fsystem_header_fetch); - - tree = ewl_tree_new(); - ewl_tree_headers_visible_set(EWL_TREE(tree), TRUE); - ewl_tree_fixed_rows_set(EWL_TREE(tree), TRUE); - ewl_tree_column_count_set(EWL_TREE(tree), 1); - ewl_mvc_model_set(EWL_MVC(tree), model); - ewl_mvc_view_set(EWL_MVC(tree), view); - ewl_mvc_selection_mode_set(EWL_MVC(tree), EWL_SELECTION_MODE_SINGLE); - ewl_object_fill_policy_set(EWL_OBJECT(tree), EWL_FLAG_FILL_FILL); - ewl_container_child_prepend(EWL_CONTAINER(c), tree); - ewl_widget_show(tree); - ewl_paned_initial_size_set(EWL_PANED(c), tree, 190); - ewl_paned_fixed_size_set(EWL_PANED(c), tree, 190); - - return tree; -} - -static unsigned int highlight_cb(void *data, unsigned int row) { - return 0; -} - -static Ewl_Widget *fsystem_view_constructor(unsigned int column, void *pr_data) { - Ewl_Widget *icon; - - icon = ewl_icon_simple_new(); - - return icon; -} - -static void fsystem_view_assign(Ewl_Widget *w, void *data, unsigned int row, - unsigned int column, void *pr_data) { - Ewl_Widget *icon; - char *directory; - - icon = w; - directory = (char *)data; - - ewl_icon_label_set(EWL_ICON(icon), basename(directory)); - ewl_icon_constrain_set(EWL_ICON(icon), 25); - ewl_box_orientation_set(EWL_BOX(icon), EWL_ORIENTATION_HORIZONTAL); - ewl_object_alignment_set(EWL_OBJECT(icon), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(icon), EWL_FLAG_FILL_ALL); - ewl_callback_append(icon, EWL_CALLBACK_CLICKED, - directory_clicked, NULL); - if (!strncmp(directory, "..", 2)) { - ewl_widget_name_set(icon, - dirname(ephoto_get_current_directory())); - ewl_icon_image_set(EWL_ICON(icon), - PACKAGE_DATA_DIR "/images/go-up.png", - NULL); - } - else { - ewl_widget_name_set(icon, directory); - ewl_icon_image_set(EWL_ICON(icon), - PACKAGE_DATA_DIR "/images/folder.png", - NULL); - } - ewl_widget_show(icon); -} - -static Ewl_Widget *fsystem_header_fetch(void *data, unsigned int column, - void *dat) { - Ewl_Widget *label; - - label = ewl_label_new(); - ewl_label_text_set(EWL_LABEL(label), "File System"); - ewl_widget_show(label); - - return label; -} - -static void *fsystem_data_fetch(void *data, unsigned int row, - unsigned int column) { - const char *directory; - void *val = NULL; - - directory = (char *)ecore_list_index_goto(ephoto_get_fsystem(), row); - if (directory) - val = (void *)directory; - return val; -} - -static unsigned int fsystem_data_count(void *data) { - int val; - - val = ecore_list_count(ephoto_get_fsystem()); - - return val; -} - -static void directory_clicked(Ewl_Widget *w, void *event, void *data) { - char *dir_clicked, *path; - - dir_clicked = (char *)ewl_widget_name_get(w); - if (!strcmp(dir_clicked, "..")) - path = dirname(ephoto_get_current_directory()); - else - path = dir_clicked; - ephoto_set_current_directory(strdup(path)); - populate_fsystem(NULL, NULL, NULL); -} - -void populate_fsystem(Ewl_Widget *w, void *event, void *data) { - char *directory; - Ecore_List *fsystem; - - directory = NULL; - - if (w) { - directory = (char *)ewl_widget_name_get(w); - ephoto_set_current_directory(strdup(directory)); - } - if (!ecore_list_empty_is(ephoto_get_fsystem())) - ecore_list_destroy(ephoto_get_fsystem()); - fsystem = ecore_list_new(); - fsystem = get_directories(ephoto_get_current_directory()); - ecore_list_first_goto(fsystem); - ewl_mvc_data_set(EWL_MVC(ephoto_get_ftree()), fsystem); - ephoto_set_fsystem(fsystem); - - populate_images(NULL, NULL, NULL); - - return; -} - -static void populate_images(Ewl_Widget *w, void *event, void *data) { - Ecore_List *images; - - if (!ecore_dlist_empty_is(ephoto_get_images())) - ecore_dlist_destroy(ephoto_get_images()); - - images = ecore_dlist_new(); - images = get_images(ephoto_get_current_directory()); - ecore_dlist_first_goto(images); - ewl_mvc_data_set(EWL_MVC(ephoto_get_fbox()), images); - ephoto_set_images(images); - - return; -} diff --git a/src/bin/ephoto_fsystem.h b/src/bin/ephoto_fsystem.h deleted file mode 100644 index d93fdc2..0000000 --- a/src/bin/ephoto_fsystem.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _EPHOTO_FSYSTEM_H_ -#define _EPHOTO_FSYSTEM_H_ - -#include "ephoto_utils.h" -#include "ephoto.h" -#include - -void add_fsystem(Ewl_Widget *c); -void populate_fsystem(Ewl_Widget *c, void *event, void *data); - -#endif diff --git a/src/bin/ephoto_global.c b/src/bin/ephoto_global.c deleted file mode 100644 index d5e2878..0000000 --- a/src/bin/ephoto_global.c +++ /dev/null @@ -1,98 +0,0 @@ -#include "ephoto.h" - -void ephoto_set_main_window(Ewl_Widget *w) { - em->win = w; -} - -Ewl_Widget *ephoto_get_main_window(void) { - return em->win; -} - -void ephoto_set_effects_window(Ewl_Widget *w) { - em->ewin = w; -} - -Ewl_Widget *ephoto_get_effects_window(void) { - return em->ewin; -} - -void ephoto_set_view_box(Ewl_Widget *w) { - em->view_box = w; -} - -Ewl_Widget *ephoto_get_view_box(void) { - return em->view_box; -} - -void ephoto_set_normal_vbox(Ewl_Widget *w) { - em->normal_vbox = w; -} - -Ewl_Widget *ephoto_get_normal_vbox(void) { - return em->normal_vbox; -} - -void ephoto_set_fbox(Ewl_Widget *w) { - em->fbox = w; -} - -Ewl_Widget *ephoto_get_fbox(void) { - return em->fbox; -} - -void ephoto_set_ftree(Ewl_Widget *w) { - em->ftree = w; -} - -Ewl_Widget *ephoto_get_ftree(void) { - return em->ftree; -} - -void ephoto_set_single_vbox(Ewl_Widget *w) { - em->single_vbox = w; -} - -Ewl_Widget *ephoto_get_single_vbox(void) { - return em->single_vbox; -} - -void ephoto_set_single_image(Ewl_Widget *w) { - em->single_image = w; -} - -Ewl_Widget *ephoto_get_single_image(void) { - return em->single_image; -} - -void ephoto_set_fsystem(Ecore_List *l) { - em->fsystem = l; -} - -Ecore_List *ephoto_get_fsystem(void) { - return em->fsystem; -} - -void ephoto_set_images(Ecore_List *l) { - em->images = l; -} - -Ecore_List *ephoto_get_images(void) { - return em->images; -} - -void ephoto_set_current_directory(char *dir) { - em->current_directory = dir; -} - -char *ephoto_get_current_directory(void) { - return em->current_directory; -} - -void ephoto_set_thumb_size(int i) { - em->thumb_size = i; -} - -int ephoto_get_thumb_size(void) { - return em->thumb_size; -} - diff --git a/src/bin/ephoto_imaging.c b/src/bin/ephoto_imaging.c deleted file mode 100644 index 1bd7de8..0000000 --- a/src/bin/ephoto_imaging.c +++ /dev/null @@ -1,343 +0,0 @@ -#include "ephoto.h" -#include "ephoto_imaging.h" - -unsigned int *rotate_left(Ewl_Widget *image) { - unsigned int *im_data, *im_data_new; - int index, ind, i, j, ni, nj, ew, eh, nw, nh; - - im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE); - evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh); - - index = 0; - - im_data_new = malloc(sizeof(unsigned int) * ew * eh); - - nw = eh; - nh = ew; - - for (i = 0; i < nh; i++) { - for (j = 0; j < nw; j++) { - ni = j; - nj = nh - i - 1; - - ind = ni * nh + nj; - - im_data_new[index] = im_data[ind]; - - index++; - } - } - return im_data_new; -} - -unsigned int *rotate_right(Ewl_Widget *image) { - unsigned int *im_data, *im_data_new; - int index, ind, i, j, ni, nj, ew, eh, nw, nh; - - im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE); - evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh); - - index = 0; - - im_data_new = malloc(sizeof(unsigned int) * ew * eh); - - nw = eh; - nh = ew; - - for (i = 0; i < nh; i++) { - for (j = 0; j < nw; j++) { - ni = nw - j - 1; - nj = i; - - ind = ni * nh + nj; - - im_data_new[index] = im_data[ind]; - - index++; - } - } - return im_data_new; -} - -unsigned int *flip_horizontal(Ewl_Widget *image) { - unsigned int *im_data, *im_data_new; - int index, ind, i, j, ni, nj, ew, eh; - - im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE); - evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh); - - index = 0; - - im_data_new = malloc(sizeof(unsigned int) * ew * eh); - - for (i = 0; i < eh; i ++) { - for (j = 0; j < ew; j++) { - ni = i; - nj = ew - j - 1; - - ind = ni * ew + nj; - - im_data_new[index] = im_data[ind]; - - index++; - } - } - - return im_data_new; -} - -unsigned int *flip_vertical(Ewl_Widget *image) { - unsigned int *im_data, *im_data_new; - int index, ind, i, j, ni, nj, ew, eh; - - im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE); - evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh); - - index = 0; - - im_data_new = malloc(sizeof(unsigned int) * ew * eh); - - for (i = 0; i < eh; i++) { - for (j = 0; j < ew; j++) { - ni = eh - i - 1; - nj = j; - - ind = ni * ew + nj; - - im_data_new[index] = im_data[ind]; - - index++; - } - } - - return im_data_new; -} - -unsigned int *blur_image(Ewl_Widget *image) { - unsigned int *im_data, *im_data_new, *p1, *p2; - int rad = 2; - int x, y, w, h, mx, my, mw, mh, mt, xx, yy; - int a, r, g, b; - int *as, *rs, *gs, *bs; - - im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE); - evas_object_image_size_get(EWL_IMAGE(image)->image, &w, &h); - - im_data_new = malloc(sizeof(unsigned int) * w * h); - as = malloc(sizeof(int) * w); - rs = malloc(sizeof(int) * w); - gs = malloc(sizeof(int) * w); - bs = malloc(sizeof(int) * w); - - for (y = 0; y < h; y++) { - my = y - rad; - mh = (rad << 1) + 1; - if (my < 0) { - mh += my; - my = 0; - } - if ((my + mh) > h) { - mh = h - my; - } - p1 = im_data_new + (y * w); - memset(as, 0, w * sizeof(int)); - memset(rs, 0, w * sizeof(int)); - memset(gs, 0, w * sizeof(int)); - memset(bs, 0, w * sizeof(int)); - - for (yy = 0; yy < mh; yy++) { - p2 = im_data + ((yy + my) * w); - for (x = 0; x < w; x++) { - as[x] += (*p2 >> 24) & 0xff; - rs[x] += (*p2 >> 16) & 0xff; - gs[x] += (*p2 >> 8) & 0xff; - bs[x] += *p2 & 0xff; - p2++; - } - } - if (w > ((rad << 1) + 1)) { - for (x = 0; x < w; x++) { - a = 0; - r = 0; - g = 0; - b = 0; - mx = x - rad; - mw = (rad << 1) + 1; - if (mx < 0) { - mw += mx; - mx = 0; - } - if ((mx + mw) > w) { - mw = w - mx; - } - mt = mw * mh; - for (xx = mx; xx < (mw + mx); xx++) { - a += as[xx]; - r += rs[xx]; - g += gs[xx]; - b += bs[xx]; - } - a = a / mt; - r = r / mt; - g = g / mt; - b = b / mt; - *p1 = (a << 24) | (r << 16) | (g << 8) | b; - p1 ++; - } - } - } - free(as); - free(rs); - free(gs); - free(bs); - - return im_data_new; -} - -unsigned int *sharpen_image(Ewl_Widget *image) { - unsigned int *im_data, *im_data_new, *p1, *p2; - int a, r, g, b, x, y, w, h; - int mul, mul2, tot; - int rad = 2; - - im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE); - evas_object_image_size_get(EWL_IMAGE(image)->image, &w, &h); - - im_data_new = malloc(sizeof(unsigned int) * w * h); - - mul = (rad * 4) + 1; - mul2 = rad; - tot = mul - (mul2 * 4); - for (y = 1; y < (h - 1); y ++) { - p1 = im_data + 1 + (y * w); - p2 = im_data_new + 1 + (y * w); - for (x = 1; x < (w - 1); x++) { - b = (int)((p1[0]) & 0xff) * 5; - g = (int)((p1[0] >> 8) & 0xff) * 5; - r = (int)((p1[0] >> 16) & 0xff) * 5; - a = (int)((p1[0] >> 24) & 0xff) * 5; - b -= (int)((p1[-1]) & 0xff); - g -= (int)((p1[-1] >> 8) & 0xff); - r -= (int)((p1[-1] >> 16) & 0xff); - a -= (int)((p1[-1] >> 24) & 0xff); - b -= (int)((p1[1]) & 0xff); - g -= (int)((p1[1] >> 8) & 0xff); - r -= (int)((p1[1] >> 16) & 0xff); - a -= (int)((p1[1] >> 24) & 0xff); - b -= (int)((p1[-w]) & 0xff); - g -= (int)((p1[-w] >> 8) & 0xff); - r -= (int)((p1[-w] >> 16) & 0xff); - a -= (int)((p1[-w] >> 24) & 0xff); - b -= (int)((p1[-w]) & 0xff); - g -= (int)((p1[-w] >> 8) & 0xff); - r -= (int)((p1[-w] >> 16) & 0xff); - a -= (int)((p1[-w] >> 24) & 0xff); - - a = (a & ((~a) >> 16)); - a = ((a | ((a & 256) - ((a & 256) >> 8)))); - r = (r & ((~r) >> 16)); - r = ((r | ((r & 256) - ((r & 256) >> 8)))); - g = (g & ((~g) >> 16)); - g = ((g | ((g & 256) - ((g & 256) >> 8)))); - b = (b & ((~b) >> 16)); - b = ((b | ((b & 256) - ((b & 256) >> 8)))); - - *p2 = (a << 24) | (r << 16) | (g << 8) | b; - p2++; - p1++; - } - } - - return im_data_new; -} - -unsigned int *grayscale_image(Ewl_Widget *image) { - unsigned int *im_data, *im_data_new; - int gray, i, r, g, b, a, ew, eh; - - im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE); - evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh); - - im_data_new = malloc(sizeof(unsigned int) * ew * eh); - - for (i = 0; i < (ew * eh); i++) { - b = (int)((im_data[i]) & 0xff); - g = (int)((im_data[i] >> 8) & 0xff); - r = (int)((im_data[i] >> 16) & 0xff); - a = (int)((im_data[i] >> 24) & 0xff); - - if (a > 0 && a < 255) { - b = b * (255 / a); - g = g * (255 / a); - r = r * (255 / a); - } - - gray = (int)((0.3 * r) + (0.59 * g) + (0.11 * b)); - - if (a >= 0 && a < 255) gray = (gray * a) / 255; - - im_data_new[i] = (a << 24) | (gray << 16) | (gray << 8) | gray; - } - - return im_data_new; -} - -unsigned int *sepia_image(Ewl_Widget *image) { - unsigned int *im_data, *im_data_new; - int i, r, rr, g, gg, b, bb, a, ew, eh; - - im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE); - evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh); - - im_data_new = malloc(sizeof(unsigned int) * ew * eh); - - for (i = 0; i < (ew * eh); i++) { - b = (int)((im_data[i]) & 0xff); - g = (int)((im_data[i] >> 8) & 0xff); - r = (int)((im_data[i] >> 16) & 0xff); - a = (int)((im_data[i] >> 24) & 0xff); - - if (a > 0 && a < 255) { - b = b * (255 / a); - g = g * (255 / a); - r = r * (255 / a); - } - - rr = (int)(((r + g + b)/3)+30); - if (rr < 0) rr = 0; - if (rr > 255) rr = 255; - gg = (int)(((r + g + b)/3)+10); - if (gg < 0) gg = 0; - if (gg > 255) gg = 255; - bb = (int)(((r + g + b)/3)+2); - if (bb < 0) bb = 0; - if (bb > 255) bb = 255; - - if (a >= 0 && a < 255) { - rr = (rr * a) / 255; - gg = (gg * a) / 255; - bb = (bb * a) / 255; - } - - im_data_new[i] = (a << 24) | (rr << 16) | (gg << 8) | bb; - } - - return im_data_new; -} - -void update_image(Ewl_Widget *image, int w, int h, - unsigned int *data) { - if (!w || !h) - return; - if (data) { - evas_object_image_size_set(EWL_IMAGE(image)->image, w, h); - evas_object_image_data_set(EWL_IMAGE(image)->image, data); - evas_object_image_data_update_add(EWL_IMAGE(image)->image, 0, 0, - w, h); - } - else { - ewl_image_size_set(EWL_IMAGE(image), w, h); - ewl_widget_configure(image); - } -} - diff --git a/src/bin/ephoto_imaging.h b/src/bin/ephoto_imaging.h deleted file mode 100644 index 9fe7242..0000000 --- a/src/bin/ephoto_imaging.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _EPHOTO_IMAGING_H_ -#define _EPHOTO_IMAGING_H_ - -#include -#include -#include - -unsigned int *rotate_left(Ewl_Widget *image); -unsigned int *rotate_right(Ewl_Widget *image); -unsigned int *flip_horizontal(Ewl_Widget *image); -unsigned int *flip_vertical(Ewl_Widget *image); -unsigned int *blur_image(Ewl_Widget *image); -unsigned int *sharpen_image(Ewl_Widget *image); -unsigned int *grayscale_image(Ewl_Widget *image); -unsigned int *sepia_image(Ewl_Widget *image); -void update_image(Ewl_Widget *image, int w, int h, - unsigned int *data); - -#endif diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c deleted file mode 100644 index 957cd65..0000000 --- a/src/bin/ephoto_main.c +++ /dev/null @@ -1,137 +0,0 @@ -#include "ephoto.h" - -static void destroy_main_window(Ewl_Widget *w, void *event, void *data); -static void fullscreen_main_window(Ewl_Widget *w, void *event, void *data); -Ephoto *em; - -void create_main_window(void) { - Ewl_Widget *window, *vbox, *mbar, *menu, *menu_item; - Ewl_Widget *view_box; - Ecore_List *fsystem, *images; - char buf[4096]; - - em = NULL; - em = calloc(1, sizeof(Ephoto)); - - fsystem = ecore_list_new(); - ephoto_set_fsystem(fsystem); - - images = ecore_dlist_new(); - ephoto_set_images(images); - - getcwd(buf, 4096); - ephoto_set_current_directory(strdup(buf)); - - window = ewl_window_new(); - ewl_window_title_set(EWL_WINDOW(window), "Ephoto"); - ewl_object_size_request(EWL_OBJECT(window), 640, 480); - ewl_callback_append(window, EWL_CALLBACK_DELETE_WINDOW, - destroy_main_window, NULL); - ewl_widget_show(window); - ephoto_set_main_window(window); - - vbox = ewl_vbox_new(); - ewl_box_spacing_set(EWL_BOX(vbox), 5); - ewl_container_child_append(EWL_CONTAINER(window), vbox); - ewl_widget_show(vbox); - - mbar = ewl_hmenubar_new(); - ewl_object_fill_policy_set(EWL_OBJECT(mbar), EWL_FLAG_FILL_HFILL); - ewl_container_child_append(EWL_CONTAINER(vbox), mbar); - ewl_widget_show(mbar); - - menu = ewl_menu_new(); - ewl_button_label_set(EWL_BUTTON(menu), "File"); - ewl_object_fill_policy_set(EWL_OBJECT(menu), EWL_FLAG_FILL_NONE); - ewl_container_child_append(EWL_CONTAINER(mbar), menu); - ewl_widget_show(menu); - - menu_item = ewl_menu_item_new(); - ewl_button_label_set(EWL_BUTTON(menu_item), "Fullscreen"); - ewl_button_image_set(EWL_BUTTON(menu_item), - PACKAGE_DATA_DIR "/images/stock_fullscreen.png", NULL); - ewl_object_alignment_set(EWL_OBJECT(menu_item), - EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(menu_item), - EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(menu), menu_item); - ewl_callback_append(menu_item, EWL_CALLBACK_CLICKED, - fullscreen_main_window, NULL); - ewl_widget_show(menu_item); - - menu_item = ewl_menu_item_new(); - ewl_button_label_set(EWL_BUTTON(menu_item), "Exit"); - ewl_button_image_set(EWL_BUTTON(menu_item), - PACKAGE_DATA_DIR "/images/exit.png", NULL); - ewl_object_alignment_set(EWL_OBJECT(menu_item), - EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(menu_item), - EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(menu), menu_item); - ewl_callback_append(menu_item, EWL_CALLBACK_CLICKED, - destroy_main_window, NULL); - ewl_widget_show(menu_item); - - menu = ewl_menu_new(); - ewl_button_label_set(EWL_BUTTON(menu), "Slideshow"); - ewl_object_fill_policy_set(EWL_OBJECT(menu), EWL_FLAG_FILL_NONE); - ewl_container_child_append(EWL_CONTAINER(mbar), menu); - ewl_widget_show(menu); - - menu_item = ewl_menu_item_new(); - ewl_button_label_set(EWL_BUTTON(menu_item), "Settings"); - ewl_button_image_set(EWL_BUTTON(menu_item), - PACKAGE_DATA_DIR "/images/preferences-system.png", NULL); - ewl_object_alignment_set(EWL_OBJECT(menu_item), - EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(menu_item), - EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(menu), menu_item); - //ewl_callback_append(menu_item, EWL_CALLBACK_CLICKED, - // destroy_main_window, NULL); - ewl_widget_show(menu_item); - - menu_item = ewl_menu_item_new(); - ewl_button_label_set(EWL_BUTTON(menu_item), "Slideshow"); - ewl_button_image_set(EWL_BUTTON(menu_item), - PACKAGE_DATA_DIR "/images/x-office-presentation.png", NULL); - ewl_object_alignment_set(EWL_OBJECT(menu_item), - EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(menu_item), - EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(menu), menu_item); - //ewl_callback_append(menu_item, EWL_CALLBACK_CLICKED, - // destroy_main_window, NULL); - ewl_widget_show(menu_item); - - view_box = ewl_notebook_new(); - ewl_notebook_tabbar_visible_set(EWL_NOTEBOOK(view_box), FALSE); - ewl_object_fill_policy_set(EWL_OBJECT(view_box), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(vbox), view_box); - ewl_widget_show(view_box); - ephoto_set_view_box(view_box); - - add_normal_view(view_box); - add_single_view(view_box); -} - -static void fullscreen_main_window(Ewl_Widget *w, void *event, void *data) { - Ewl_Widget *win; - - win = ephoto_get_main_window(); - - if (!ewl_window_fullscreen_get(EWL_WINDOW(win))) - ewl_window_fullscreen_set(EWL_WINDOW(win), TRUE); - else - ewl_window_fullscreen_set(EWL_WINDOW(win), FALSE); -} - -static void destroy_main_window(Ewl_Widget *w, void *event, void *data) { - ewl_widget_destroy(ephoto_get_main_window()); - ecore_list_destroy(em->fsystem); - ecore_dlist_destroy(em->images); - free(em->current_directory); - free(em); - ewl_main_quit(); -} - diff --git a/src/bin/ephoto_normal_view.c b/src/bin/ephoto_normal_view.c deleted file mode 100644 index 05c48fb..0000000 --- a/src/bin/ephoto_normal_view.c +++ /dev/null @@ -1,181 +0,0 @@ -#include "ephoto.h" -#include "ephoto_fsystem.h" -#include "ephoto_utils.h" - -static void change_size(Ewl_Widget *w, void *event, void *data); -static void thumb_clicked(Ewl_Widget *w, void *event, void *data); -static Ewl_Widget *fbox_widget_constructor(unsigned int column, void *pr_data); -static void fbox_widget_assign(Ewl_Widget *w, void *data, unsigned int row, - unsigned int column, void *pr_data); - -void add_normal_view(Ewl_Widget *c) { - Ewl_Widget *nbox, *fbox, *box, *button, *abox, *sbox; - Ewl_Widget *hpaned, *image, *footer, *scroll, *seeker; - Ewl_View *view; - - nbox = ewl_vbox_new(); - ewl_box_spacing_set(EWL_BOX(nbox), 5); - ewl_object_fill_policy_set(EWL_OBJECT(nbox), - EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(c), nbox); - ewl_widget_show(nbox); - ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(c), - nbox, "Normal"); - ephoto_set_normal_vbox(nbox); - - hpaned = ewl_hpaned_new(); - ewl_object_fill_policy_set(EWL_OBJECT(hpaned), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(nbox), hpaned); - ewl_widget_show(hpaned); - - scroll = ewl_scrollpane_new(); - ewl_container_child_append(EWL_CONTAINER(hpaned), scroll); - ewl_widget_show(scroll); - - view = ewl_view_new(); - ewl_view_widget_constructor_set(view, fbox_widget_constructor); - ewl_view_widget_assign_set(view, fbox_widget_assign); - - fbox = ewl_hfreebox_mvc_new(); - ewl_mvc_model_set(EWL_MVC(fbox), ewl_model_ecore_list_instance()); - ewl_mvc_view_set(EWL_MVC(fbox), view); - ewl_mvc_selection_mode_set(EWL_MVC(fbox), - EWL_SELECTION_MODE_SINGLE); - ewl_object_fill_policy_set(EWL_OBJECT(fbox), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(scroll), fbox); - ewl_widget_show(fbox); - ephoto_set_fbox(fbox); - - footer = ewl_hbox_new(); - ewl_object_minimum_h_set(EWL_OBJECT(footer), 30); - ewl_object_fill_policy_set(EWL_OBJECT(footer), EWL_FLAG_FILL_HFILL); - ewl_container_child_append(EWL_CONTAINER(nbox), footer); - ewl_widget_show(footer); - - box = ewl_hbox_new(); - ewl_box_homogeneous_set(EWL_BOX(box), TRUE); - ewl_object_fill_policy_set(EWL_OBJECT(box), EWL_FLAG_FILL_NONE); - ewl_container_child_append(EWL_CONTAINER(footer), box); - ewl_widget_show(box); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Browse Tags"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/camera-photo.png", NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 16, 16); - ewl_container_child_append(EWL_CONTAINER(box), button); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Import"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/add.png", NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 16, 16); - ewl_container_child_append(EWL_CONTAINER(box), button); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Export"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/emblem-photos.png", NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 16, 16); - ewl_container_child_append(EWL_CONTAINER(box), button); - ewl_widget_show(button); - - abox = ewl_vbox_new(); - ewl_object_fill_policy_set(EWL_OBJECT(abox), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(footer), abox); - ewl_widget_show(abox); - - sbox = ewl_hbox_new(); - ewl_object_fill_policy_set(EWL_OBJECT(sbox), EWL_FLAG_FILL_NONE); - ewl_container_child_append(EWL_CONTAINER(footer), sbox); - ewl_widget_show(sbox); - - image = ewl_image_new(); - ewl_image_file_path_set(EWL_IMAGE(image), - PACKAGE_DATA_DIR "/images/image.png"); - ewl_image_constrain_set(EWL_IMAGE(image), 20); - ewl_container_child_append(EWL_CONTAINER(sbox), image); - ewl_widget_show(image); - - seeker = ewl_hseeker_new(); - ewl_range_minimum_value_set(EWL_RANGE(seeker), 16); - ewl_range_maximum_value_set(EWL_RANGE(seeker), 144); - ewl_range_step_set(EWL_RANGE(seeker), 16); - ewl_range_value_set(EWL_RANGE(seeker), 80); - ephoto_set_thumb_size(80); - ewl_object_maximum_size_set(EWL_OBJECT(seeker), 160, 40); - ewl_container_child_append(EWL_CONTAINER(sbox), seeker); - ewl_callback_append(seeker, EWL_CALLBACK_VALUE_CHANGED, - change_size, NULL); - ewl_widget_show(seeker); - - image = ewl_image_new(); - ewl_image_file_path_set(EWL_IMAGE(image), - PACKAGE_DATA_DIR "/images/image.png"); - ewl_image_constrain_set(EWL_IMAGE(image), 32); - ewl_container_child_append(EWL_CONTAINER(sbox), image); - ewl_widget_show(image); - - add_fsystem(hpaned); -} - -void show_normal_view(Ewl_Widget *w, void *event, void *data) { - ewl_notebook_visible_page_set(EWL_NOTEBOOK(ephoto_get_view_box()), - ephoto_get_normal_vbox()); -} - -static Ewl_Widget *fbox_widget_constructor(unsigned int column, void *pr_data) { - Ewl_Widget *vbox; - - vbox = ewl_vbox_new(); - - return vbox; -} - -static void fbox_widget_assign(Ewl_Widget *w, void *data, unsigned int row, - unsigned int column, void *pr_data) { - Ewl_Widget *vbox, *image, *label; - - vbox = w; - ewl_object_maximum_size_set(EWL_OBJECT(vbox), ephoto_get_thumb_size()+35, - ephoto_get_thumb_size()+35); - ewl_object_minimum_size_set(EWL_OBJECT(vbox), ephoto_get_thumb_size()+35, - ephoto_get_thumb_size()+35); - ewl_object_fill_policy_set(EWL_OBJECT(vbox), EWL_FLAG_FILL_NONE); - ewl_widget_show(vbox); - - image = ewl_image_thumbnail_new(); - ewl_image_proportional_set(EWL_IMAGE(image), TRUE); - ewl_image_thumbnail_request(EWL_IMAGE_THUMBNAIL(image), (char *)data); - ewl_image_constrain_set(EWL_IMAGE(image), ephoto_get_thumb_size()); - ewl_object_alignment_set(EWL_OBJECT(image), EWL_FLAG_ALIGN_CENTER); - ewl_callback_append(image, EWL_CALLBACK_CLICKED, thumb_clicked, NULL); - ewl_container_child_append(EWL_CONTAINER(vbox), image); - ewl_widget_name_set(image, (char *)data); - ewl_widget_show(image); - - label = ewl_label_new(); - ewl_label_text_set(EWL_LABEL(label), basename((char *)data)); - ewl_object_alignment_set(EWL_OBJECT(label), EWL_FLAG_ALIGN_CENTER); - ewl_container_child_append(EWL_CONTAINER(vbox), label); - ewl_widget_show(label); -} - -static void thumb_clicked(Ewl_Widget *w, void *event, void *data) { - const char *file; - Ewl_Event_Mouse_Down *ev; - - ev = (Ewl_Event_Mouse_Down *)event; - if (ev->clicks == 2) { - file = ewl_widget_name_get(w); - show_single_view(NULL, NULL, (void *)file); - } -} - -static void change_size(Ewl_Widget *w, void *event, void *data) { - ephoto_set_thumb_size(ewl_range_value_get(EWL_RANGE(w))); - ewl_mvc_dirty_set(EWL_MVC(ephoto_get_fbox()), TRUE); - ewl_widget_configure(ephoto_get_normal_vbox()); -} diff --git a/src/bin/ephoto_single_view.c b/src/bin/ephoto_single_view.c deleted file mode 100644 index c7d78dc..0000000 --- a/src/bin/ephoto_single_view.c +++ /dev/null @@ -1,389 +0,0 @@ -#include "ephoto.h" -#include "ephoto_imaging.h" - -static void show_effects(Ewl_Widget *w, void *event, void *data); -static void destroy_window(Ewl_Widget *w, void *event, void *data); -static void return_to_normal(Ewl_Widget *w, void *event, void *data); -static void undo_changes(Ewl_Widget *w, void *event, void *data); -static void zoom_in(Ewl_Widget *w, void *event, void *data); -static void zoom_out(Ewl_Widget *w, void *event, void *data); -static void rotate_image_left(Ewl_Widget *w, void *event, void *data); -static void rotate_image_right(Ewl_Widget *w, void *event, void *data); -static void flip_horiz(Ewl_Widget *w, void *event, void *data); -static void flip_vert(Ewl_Widget *w, void *event, void *data); -static void image_grayscale(Ewl_Widget *w, void *event, void *data); -static void image_sepia(Ewl_Widget *w, void *event, void *data); -unsigned int *image_data_old = NULL; -unsigned int *image_data = NULL; - -void add_single_view(Ewl_Widget *c) { - Ewl_Widget *sbox, *box, *hbox, *ibox, *image, *button; - - sbox = ewl_vbox_new(); - ewl_box_spacing_set(EWL_BOX(sbox), 2); - ewl_object_fill_policy_set(EWL_OBJECT(sbox), - EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(c), sbox); - ewl_widget_show(sbox); - ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(c), - sbox, "Normal"); - ephoto_set_single_vbox(sbox); - - box = ewl_vbox_new(); - ewl_object_fill_policy_set(EWL_OBJECT(sbox), - EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(sbox), box); - ewl_widget_show(box); - - ibox = ewl_cell_new(); - ewl_object_fill_policy_set(EWL_OBJECT(ibox), - EWL_FLAG_FILL_SHRINK); - ewl_container_child_append(EWL_CONTAINER(box), ibox); - ewl_widget_show(ibox); - - image = ewl_image_new(); - ewl_image_proportional_set(EWL_IMAGE(image), TRUE); - ewl_object_alignment_set(EWL_OBJECT(image), - EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(image), - EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(ibox), image); - ewl_widget_show(image); - ephoto_set_single_image(image); - - hbox = ewl_hbox_new(); - ewl_box_homogeneous_set(EWL_BOX(hbox), TRUE); - ewl_object_fill_policy_set(EWL_OBJECT(hbox), EWL_FLAG_FILL_SHRINK); - ewl_object_alignment_set(EWL_OBJECT(hbox), EWL_FLAG_ALIGN_CENTER); - ewl_container_child_append(EWL_CONTAINER(sbox), hbox); - ewl_widget_show(hbox); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Back"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/media-seek-backward.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_container_child_append(EWL_CONTAINER(hbox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, return_to_normal, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Zoom In"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/add.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_container_child_append(EWL_CONTAINER(hbox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, zoom_in, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Zoom Out"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/remove.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_container_child_append(EWL_CONTAINER(hbox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, zoom_out, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Effects"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/image.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_container_child_append(EWL_CONTAINER(hbox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, show_effects, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Undo Changes"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/dialog-close.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_container_child_append(EWL_CONTAINER(hbox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, undo_changes, - NULL); - ewl_widget_show(button); -} - -static void destroy_window(Ewl_Widget *w, void *event, void *data) { - ewl_widget_destroy(ephoto_get_effects_window()); - ephoto_set_effects_window(NULL); -} - -static void show_effects(Ewl_Widget *w, void *event, void *data) { - Ewl_Widget *window, *freebox, *button; - - if (ephoto_get_effects_window()) - return; - - window = ewl_window_new(); - ewl_window_dialog_set(EWL_WINDOW(window), TRUE); - ewl_window_title_set(EWL_WINDOW(window), "Ephoto Effects"); - ewl_object_size_request(EWL_OBJECT(window), 370, 100); - ewl_callback_append(window, EWL_CALLBACK_DELETE_WINDOW, - destroy_window, NULL); - ewl_widget_show(window); - ephoto_set_effects_window(window); - - freebox = ewl_hfreebox_new(); - ewl_object_fill_policy_set(EWL_OBJECT(freebox), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(window), freebox); - ewl_widget_show(freebox); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Rotate Left"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/undo.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_object_minimum_size_set(EWL_OBJECT(button), 85, 20); - ewl_object_maximum_size_set(EWL_OBJECT(button), 85, 20); - ewl_container_child_append(EWL_CONTAINER(freebox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, rotate_image_left, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Rotate Right"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/redo.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_object_minimum_size_set(EWL_OBJECT(button), 85, 20); - ewl_object_maximum_size_set(EWL_OBJECT(button), 85, 20); - ewl_container_child_append(EWL_CONTAINER(freebox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, rotate_image_right, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Flip Horizontal"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/go-next.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_object_minimum_size_set(EWL_OBJECT(button), 85, 20); - ewl_object_maximum_size_set(EWL_OBJECT(button), 85, 20); - ewl_container_child_append(EWL_CONTAINER(freebox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, flip_horiz, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Flip Vertical"); - ewl_button_image_set(EWL_BUTTON(button), - PACKAGE_DATA_DIR "/images/go-down.png", - NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_object_minimum_size_set(EWL_OBJECT(button), 85, 20); - ewl_object_maximum_size_set(EWL_OBJECT(button), 85, 20); - ewl_container_child_append(EWL_CONTAINER(freebox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, flip_vert, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Grayscale"); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_object_minimum_size_set(EWL_OBJECT(button), 85, 20); - ewl_object_maximum_size_set(EWL_OBJECT(button), 85, 20); - ewl_container_child_append(EWL_CONTAINER(freebox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, image_grayscale, - NULL); - ewl_widget_show(button); - - button = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(button), "Sepia"); - ewl_button_image_size_set(EWL_BUTTON(button), 18, 18); - ewl_object_minimum_size_set(EWL_OBJECT(button), 85, 20); - ewl_object_maximum_size_set(EWL_OBJECT(button), 85, 20); - ewl_container_child_append(EWL_CONTAINER(freebox), button); - ewl_callback_append(button, EWL_CALLBACK_CLICKED, image_sepia, - NULL); - ewl_widget_show(button); -} - -void show_single_view(Ewl_Widget *w, void *event, void *data) { - const char *path; - Ewl_Image *image; - - image = EWL_IMAGE(ephoto_get_single_image()); - - path = (const char *)data; - ewl_notebook_visible_page_set(EWL_NOTEBOOK(ephoto_get_view_box()), - ephoto_get_single_vbox()); - ewl_image_file_set(EWL_IMAGE(ephoto_get_single_image()), path, NULL); -} - -static void return_to_normal(Ewl_Widget *w, void *event, void *data) { - destroy_window(NULL, NULL, NULL); - ewl_image_file_set(EWL_IMAGE(ephoto_get_single_image()), - NULL, NULL); - if (image_data) - free(image_data); - image_data = NULL; - ewl_notebook_visible_page_set(EWL_NOTEBOOK(ephoto_get_view_box()), - ephoto_get_normal_vbox()); -} - -static void undo_changes(Ewl_Widget *w, void *event, void *data) { - -} - -static void zoom_in(Ewl_Widget *w, void *event, void *data) { - Ewl_Widget *simage; - int wid, h; - - simage = ephoto_get_single_image(); - wid = ewl_object_current_w_get(EWL_OBJECT(simage)); - h = ewl_object_current_h_get(EWL_OBJECT(simage)); - ewl_image_size_set(EWL_IMAGE(simage), wid*1.5, h*1.5); -} - -static void zoom_out(Ewl_Widget *w, void *event, void *data) { - Ewl_Widget *simage; - int wid, h; - - simage = ephoto_get_single_image(); - wid = ewl_object_current_w_get(EWL_OBJECT(simage)); - h = ewl_object_current_h_get(EWL_OBJECT(simage)); - ewl_image_size_set(EWL_IMAGE(simage), wid/1.5, h/1.5); -} - -static void rotate_image_left(Ewl_Widget *w, void *event, void *data) { - int nw, nh; - Ewl_Image *image; - Ewl_Widget *simage; - - simage = ephoto_get_single_image(); - - image_data_old = image_data; - - evas_object_image_size_get(EWL_IMAGE(simage)->image, &nh, &nw); - image_data = rotate_left(simage); - image = EWL_IMAGE(simage); - ewl_image_size_set(EWL_IMAGE(image), nw, nh); - image->ow = nw; - image->oh = nh; - update_image(simage, nw, nh, image_data); - ewl_object_preferred_inner_size_set(EWL_OBJECT(simage), nw, nh); - ewl_widget_configure(simage->parent); - - if (image_data_old) - free(image_data_old); - - return; -} - -static void rotate_image_right(Ewl_Widget *w, void *event, void *data) { - int nw, nh; - Ewl_Image *image; - Ewl_Widget *simage; - - simage = ephoto_get_single_image(); - - image_data_old = image_data; - - evas_object_image_size_get(EWL_IMAGE(simage)->image, &nh, &nw); - image_data = rotate_right(simage); - update_image(simage, nw, nh, image_data); - image = EWL_IMAGE(simage); - ewl_image_size_set(EWL_IMAGE(image), nw, nh); - image->ow = nw; - image->oh = nh; - ewl_object_preferred_inner_size_set(EWL_OBJECT(simage), nw, nh); - ewl_widget_configure(simage->parent); - - if (image_data_old) - free(image_data_old); - - return; -} - -static void flip_horiz(Ewl_Widget *w, void *event, void *data) { - int nw, nh; - Ewl_Widget *simage; - - simage = ephoto_get_single_image(); - - image_data_old = image_data; - - image_data = flip_horizontal(simage); - evas_object_image_size_get(EWL_IMAGE(simage)->image, &nw, &nh); - update_image(simage, nw, nh, image_data); - ewl_widget_configure(simage->parent); - - if (image_data_old) - free(image_data_old); - - return; -} - -static void flip_vert(Ewl_Widget *w, void *event, void *data) { - int nw, nh; - Ewl_Widget *simage; - - simage = ephoto_get_single_image(); - - image_data_old = image_data; - - image_data = flip_vertical(simage); - evas_object_image_size_get(EWL_IMAGE(simage)->image, &nw, &nh); - update_image(simage, nw, nh, image_data); - ewl_widget_configure(simage->parent); - - if (image_data_old) - free(image_data_old); - - return; -} - -static void image_grayscale(Ewl_Widget *w, void *event, void *data) { - int nw, nh; - - Ewl_Widget *simage; - - simage = ephoto_get_single_image(); - - image_data_old = image_data; - - image_data = grayscale_image(simage); - evas_object_image_size_get(EWL_IMAGE(simage)->image, &nw, &nh); - update_image(simage, nw, nh, image_data); - ewl_widget_configure(simage->parent); - - if (image_data_old) - free(image_data_old); - - return; -} - -static void image_sepia(Ewl_Widget *w, void *event, void *data) { - int nw, nh; - - Ewl_Widget *simage; - - simage = ephoto_get_single_image(); - - image_data_old = image_data; - - image_data = sepia_image(simage); - evas_object_image_size_get(EWL_IMAGE(simage)->image, &nw, &nh); - update_image(simage, nw, nh, image_data); - ewl_widget_configure(simage->parent); - - if (image_data_old) - free(image_data_old); - - return; -} - diff --git a/src/bin/ephoto_utils.c b/src/bin/ephoto_utils.c deleted file mode 100644 index 94a8262..0000000 --- a/src/bin/ephoto_utils.c +++ /dev/null @@ -1,101 +0,0 @@ -#include "ephoto_utils.h" - -const char *get_file_size(int size) { - char fsize[256]; - double dsize; - - dsize = (double)size; - if (dsize < 1024) - snprintf(fsize, sizeof(fsize), "%'.0f Bytes", dsize); - else { - dsize /= 1024; - if (dsize < 1024) - snprintf(fsize, sizeof(fsize), "%'.0f KB", dsize); - else { - dsize /= 1024; - if (dsize < 1024) - snprintf(fsize, sizeof(fsize), "%'.0f MB", dsize); - else { - dsize /= 1024; - snprintf(fsize, sizeof(fsize), "%'.0f GB", dsize); - } - } - } - return strdup(fsize); -} - -const char *get_image_pixels(const char *file) { - char pixels[20]; - int w, h; - Evas_Imaging_Image *image; - - image = evas_imaging_image_load(file, NULL); - evas_imaging_image_size_get(image, &w, &h); - evas_imaging_image_free(image); - - snprintf(pixels, 20, "%d x %d", w, h); - - return strdup(pixels); -} - -Ecore_List *get_directories(const char *directory) { - Ecore_List *ls, *files; - char *file; - char path[4096]; - - if (ecore_file_is_dir(directory)) { - ls = ecore_list_new(); - files = ecore_list_new(); - ecore_list_free_cb_set(files, free); - if (strcmp(directory, "/")) - ecore_list_append(files, strdup("..")); - ls = ecore_file_ls(directory); - while (!ecore_list_empty_is(ls)) { - file = (char *)ecore_list_remove(ls); - if (strncmp(file, ".", 1)) { - if (strcmp(directory, "/")) - snprintf(path, 4096, "%s/%s", directory, file); - else - snprintf(path, 4096, "%s%s", directory, file); - if (ecore_file_is_dir(path)) - ecore_list_append(files, strdup(path)); - } - } - } - else - files = NULL; - ecore_list_first_goto(files); - return files; -} - -Ecore_List *get_images(const char *directory) { - Ecore_List *ls, *files; - char path[4096], *file; - - if (ecore_file_is_dir(directory)) { - ls = ecore_list_new(); - files = ecore_dlist_new(); - ecore_list_free_cb_set(files, free); - ls = ecore_file_ls(directory); - while (!ecore_list_empty_is(ls)) { - file = (char *)ecore_list_first_remove(ls); - if (strncmp(file, ".", 1)) { - const char *type; - if (strcmp(directory, "/")) - snprintf(path, 4096, "%s/%s", - directory, file); - else - snprintf(path, 4096, "%s%s", - directory, file); - type = efreet_mime_type_get((const char*)path); - if (!strncmp(type, "image", 5)) - ecore_dlist_append(files, strdup(path)); - } - } - } - else - files = NULL; - ecore_dlist_first_goto(files); - return files; -} - diff --git a/src/bin/ephoto_utils.h b/src/bin/ephoto_utils.h deleted file mode 100644 index e2d3fc4..0000000 --- a/src/bin/ephoto_utils.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _EPHOTO_UTILS_H_ -#define _EPHOTO_UTILS_H_ - -#include -#include -#include -#include -#include -#include -#include - -Ecore_List *get_directories(const char *directory); -Ecore_List *get_images(const char *directory); -const char *get_file_size(int size); -const char *get_image_pixels(const char *file); - -#endif