This is the new ephoto. It has been completely redone from the old one,

looks nothing like the old one, and works nothing like the old one.
It now displays images by using albums, and it focuses much more on
image manipulating/editing/viewing than the other did. Slideshows will
still be available. Exif data can also be viewed now. Currently to add
albums/images or remove them and such you have to use the command line.
Looks at ephoto -h for more information. IF you have a ~/.ephoto directory,
it needs to be rm -rf for the new stuff to work! You can get a idea of the
new ephoto looks like in this ss: www.ecoding.org/files/images/Ephoto_New.png


SVN revision: 28371
This commit is contained in:
titan 2007-02-15 10:20:21 +00:00 committed by titan
commit c0fd818dbd
156 changed files with 8805 additions and 0 deletions

625
ABOUT-NLS Normal file
View File

@ -0,0 +1,625 @@
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.

11
AUTHORS Normal file
View File

@ -0,0 +1,11 @@
________ ________ ___ ___ ________ ________ ________
/ _____/ / __ / / / / / / __ / /__ ___/ / __ /
/ /____ / /_/ / / /_/ / / / / / / / / / / /
/ _____/ / _____/ / __ / / / / / / / / / / /
/ /_____ / / / / / / / /_/ / / / / /_/ /
________/ /__/ /__/ /__/ /_______/ /_/ /_______/
===Project Manager/Lead Developer===
Stephen "UnixTitan" Houston <UnixTitan@gmail.com>
===People That Helped===
boycott tokyo <alberto@cored.org>

28
COPYING Normal file
View File

@ -0,0 +1,28 @@
Icons from the tango project (http://tango.freedesktop.org)
For information see COPYING.icons
Copyright (c) <2006>, <Stephen Houston>
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.

67
COPYING.icons Normal file
View File

@ -0,0 +1,67 @@
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/.

3
ChangeLog Normal file
View File

@ -0,0 +1,3 @@
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.

236
INSTALL Normal file
View File

@ -0,0 +1,236 @@
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.

24
Makefile.am Normal file
View File

@ -0,0 +1,24 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = src data po
EXTRA_DIST = \
README AUTHORS COPYING ephoto.spec \
debian/changelog \
debian/changelog.in \
debian/compat \
debian/control \
debian/copyright \
debian/rules
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in ephoto.spec \
debian/changelog
dist-hook:
if test -d data; then \
(cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . -name CVS`) \
fi

9
NEWS Normal file
View File

@ -0,0 +1,9 @@
________ ________ ___ ___ ________ ________ ________
/ _____/ / __ / / / / / / __ / /__ ___/ / __ /
/ /____ / /_/ / / /_/ / / / / / / / / / / /
/ _____/ / _____/ / __ / / / / / / / / / / /
/ /_____ / / / / / / / /_/ / / / / /_/ /
________/ /__/ /__/ /__/ /_______/ /_/ /_______/
New ephoto has been added to e17/apps/ephoto in cvs!

11
README Normal file
View File

@ -0,0 +1,11 @@
________ ________ ___ ___ ________ ________ ________
/ _____/ / __ / / / / / / __ / /__ ___/ / __ /
/ /____ / /_/ / / /_/ / / / / / / / / / / /
/ _____/ / _____/ / __ / / / / / / / / / / /
/ /_____ / / / / / / / /_/ / / / / /_/ /
________/ /__/ /__/ /__/ /_______/ /_/ /_______/
Ephoto Image Viewer/Editor/Manipulator/Slideshow creator.
Icons belong to the tango project (http://tango.freedesktop.org)

24
TODO Normal file
View File

@ -0,0 +1,24 @@
________ ________ ___ ___ ________ ________ ________
/ _____/ / __ / / / / / / __ / /__ ___/ / __ /
/ /____ / /_/ / / /_/ / / / / / / / / / / /
/ _____/ / _____/ / __ / / / / / / / / / / /
/ /_____ / / / / / / / /_/ / / / / /_/ /
________/ /__/ /__/ /__/ /_______/ /_/ /_______/
TODO-
===General===
Dialogs For Adding/Removing Albums/Images.
DRAG AND DROP IS A MUST!
===Normal View===
Multiple Selection.
Seeker to Resize Thumbnails.
===Edit View===
Add Editing Controls(Rotate/Zoom/Blur/Sharpen/Color/Histogram/etc..).
===List View===
Multiple Selection.
===Slideshow===
Need to Add Slideshow Code.
===Theme===
Need to Theme Text to Have a Blue State like Label Does.
Need a Better Seeker Theme.

29
autogen.sh Executable file
View File

@ -0,0 +1,29 @@
#!/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

192
configure.in Normal file
View File

@ -0,0 +1,192 @@
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.in)
AM_INIT_AUTOMAKE(ephoto, 2.15.0)
AM_CONFIG_HEADER(src/bin/config.h)
AC_ISC_POSIX
AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC
AC_C_CONST
AM_ENABLE_SHARED
AM_PROG_LIBTOOL
AM_WITH_DMALLOC
dnl Add the languages which your application supports here.
ALL_LINGUAS="sv de it fr"
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])
AC_CHECK_HEADERS(sqlite3.h,
SQLITE_LIBS="$SQLITE_LIBS -lsqlite3",
AC_MSG_ERROR([Ephoto needs sqlite3 to compile.])
)
AC_SUBST(SQLITE_LIBS)
AC_CHECK_HEADERS(libexif/exif-data.h,
EXIF_LIBS="$EXIF_LIBS -lexif",
AC_MSG_ERROR([Ephoto needs libexif to compile.])
)
AC_SUBST(EXIF_LIBS)
PROG="evas-config";
AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH)
if test -z "$EVAS_CONFIG" ; then
echo $PROG " is not in your \$PATH. Please ensure it is.";
echo "Read the manual page for you shell as to how to extend your path.";
AC_MSG_ERROR(Cannot find $PROG)
fi
evas_cflags=`$EVAS_CONFIG --cflags`
evas_libs=`$EVAS_CONFIG --libs`
AC_SUBST(evas_cflags)
AC_SUBST(evas_libs)
PROG="ecore-config";
AC_PATH_PROG(ECORE_CONFIG, $PROG, "", $PATH)
if test -z "$ECORE_CONFIG" ; then
echo $PROG " is not in your \$PATH. Please ensure it is.";
echo "Read the manual page for you shell as to how to extend your path.";
AC_MSG_ERROR(Cannot find $PROG)
fi
ecore_cflags=`$ECORE_CONFIG --cflags`
ecore_libs=`$ECORE_CONFIG --libs`
AC_SUBST(ecore_cflags)
AC_SUBST(ecore_libs)
PROG="ewl-config";
AC_PATH_PROG(EWL_CONFIG, $PROG, "", $PATH)
if test -z "$EWL_CONFIG" ; then
echo $PROG " is not in your \$PATH. Please ensure it is.";
echo "Read the manual page for your shell as to how to extend your path.";
AC_MSG_ERROR(Cannot find $PROG)
fi
ewl_cflags=`$EWL_CONFIG --cflags`
ewl_libs=`$EWL_CONFIG --libs`
AC_SUBST(ewl_cflags)
AC_SUBST(ewl_libs)
PROG="edje-config";
AC_PATH_PROG(EDJE_CONFIG, $PROG, "", $PATH)
if test -z "$EDJE_CONFIG" ; then
echo $PROG " is not in your \$PATH. Please ensure it is.";
echo "Read the manual page for you shell as to how to extend your path.";
AC_MSG_ERROR(Cannot find $PROG)
fi
edje_cflags=`$EDJE_CONFIG --cflags`
edje_libs=`$EDJE_CONFIG --libs`
AC_SUBST(edje_cflags)
AC_SUBST(edje_libs)
PROG="epsilon-config";
AC_PATH_PROG(EPSILON_CONFIG, $PROG, "", $PATH)
if test -z "$EPSILON_CONFIG" ; then
echo $PROG " is not in your \$PATH. Please ensure it is.";
echo "Read the manual page for you shell as to how to extend your path.";
AC_MSG_ERROR(Cannot find $PROG)
fi
epsilon_cflags=`$EPSILON_CONFIG --cflags`
epsilon_libs=`$EPSILON_CONFIG --libs`
AC_SUBST(epsilon_cflags)
AC_SUBST(epsilon_libs)
AC_OUTPUT([
Makefile
ephoto.spec
data/Makefile
data/images/Makefile
data/themes/Makefile
data/themes/ephoto/Makefile
data/themes/ephoto/bits/Makefile
data/themes/ephoto/fonts/Makefile
data/themes/ephoto/images/Makefile
debian/changelog
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 ............: Yes"
echo " Ecore ...........: Yes"
echo " Edje ............: Yes"
echo " Epsilon .........: Yes"
echo " EWL .............: Yes"
echo " Libexif .........: Yes"
echo " Sqlite3 .........: Yes"
echo
echo "Installation Path.........: $prefix"
echo
echo "Compilation...............: make"
echo "Installation..............: make install"
echo

3
data/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = images themes

30
data/images/Makefile.am Normal file
View File

@ -0,0 +1,30 @@
MAINTAINERCLEANFILES = Makefile.in
FILES = add.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 \
image.png \
list_view.png \
normal_view.png \
preferences-system.png \
redo.png \
remove.png \
search.png \
stock_fullscreen.png \
stock_save.png \
undo.png \
x-office-presentation.png
imagedir = $(pkgdatadir)/images
image_DATA = $(FILES)
EXTRA_DIST = $(FILES)

BIN
data/images/add.png Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/images/edit_view.png Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/images/exit.png Normal file

Binary file not shown.

BIN
data/images/folder.png Normal file

Binary file not shown.

BIN
data/images/get_exif.png Normal file

Binary file not shown.

BIN
data/images/go-down.png Normal file

Binary file not shown.

BIN
data/images/go-home.png Normal file

Binary file not shown.

BIN
data/images/go-next.png Normal file

Binary file not shown.

BIN
data/images/go-up.png Normal file

Binary file not shown.

BIN
data/images/image.png Normal file

Binary file not shown.

BIN
data/images/list_view.png Normal file

Binary file not shown.

BIN
data/images/normal_view.png Normal file

Binary file not shown.

Binary file not shown.

BIN
data/images/redo.png Normal file

Binary file not shown.

BIN
data/images/remove.png Normal file

Binary file not shown.

BIN
data/images/search.png Normal file

Binary file not shown.

Binary file not shown.

BIN
data/images/stock_save.png Normal file

Binary file not shown.

BIN
data/images/undo.png Normal file

Binary file not shown.

Binary file not shown.

3
data/themes/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = ephoto

View File

@ -0,0 +1,3 @@
Clearlooks is a GTK+ 2.x engine based on Bluecurve.
It features a modern look without sacrificing (much) speed.
The lead developers are Richard Stellingwerff and Daniel Borgmann.

View File

@ -0,0 +1,25 @@
Copyright (c) 2006 Contributors (see theme ABOUT)
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. 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.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.

View File

@ -0,0 +1,31 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = bits fonts images
EDJE_FLAGS = \
-v \
-id $(top_srcdir)/data/themes/ephoto/images \
-fd $(top_srcdir)/data/themes/ephoto/fonts
themedir = $(pkgdatadir)/themes/
theme_DATA = \
ephoto.edj
EXTRA_DIST = \
bits/button.edc \
bits/combo.edc \
bits/entry.edc \
bits/label.edc \
bits/scrollbar.edc \
bits/scrollpane.edc \
bits/select.edc \
bits/spacer.edc \
bits/tree.edc \
bits/window.edc
ephoto.edj: Makefile $(EXTRA_DIST)
edje_cc $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/ephoto/main.edc \
$(top_builddir)/data/themes/ephoto/ephoto.edj
clean-local:
rm -f *.edj

View File

@ -0,0 +1,13 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
button.edc \
combo.edc \
label.edc \
scrollbar.edc \
scrollpane.edc \
select.edc \
spacer.edc \
tree.edc \
window.edc

View File

@ -0,0 +1,70 @@
group
{
name: "/ephoto/button";
min: 16 16;
data
{
item: "inset/left" 14;
item: "inset/right" 14;
item: "inset/top" 5;
item: "inset/bottom" 5;
item: "pad" 2;
}
parts
{
part
{
name: "background";
mouse_events: 1;
description
{
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "button.png";
border: 5 5 5 5;
}
}
description
{
state: "clicked" 0.0;
inherit: "default" 0.0;
image
{
normal: "button_clicked.png";
border: 5 5 5 5;
}
}
}
}
programs
{
program
{
name: "clicked";
signal: "mouse,down,1";
source: "EWL";
action: STATE_SET "clicked" 1.0;
target: "background";
}
program
{
name: "unclicked";
signal: "mouse,up,1";
source: "EWL";
action: STATE_SET "default" 1.0;
target: "background";
}
}
}

View File

@ -0,0 +1,182 @@
group
{
name: "/ephoto/combo";
min: 1 28;
data
{
item: "inset" 0.5;
}
parts
{
part
{
name: "background";
mouse_events: 1;
description
{
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "button.png";
border: 5 5 5 5;
}
}
description
{
state: "clicked" 0.0;
inherit: "default" 0.0;
image
{
normal: "button_clicked.png";
border: 5 5 5 5;
}
}
}
}
programs
{
program
{
name: "clicked";
signal: "mouse,down,1";
source: "EWL";
action: STATE_SET "clicked" 1.0;
target: "background";
}
program
{
name: "unclicked";
signal: "mouse,up,1";
source: "EWL";
action: STATE_SET "default" 1.0;
target: "background";
}
}
}
group
{
name: "/ephoto/combo/contents";
data
{
item: "pad/left" 2;
item: "pad/right" 10;
item: "inset/top" 1;
item: "inset/bottom" 1;
}
}
group
{
name: "/ephoto/combo/button";
min: 18 17;
max: 18 17;
data
{
item: "pad" 5;
}
parts
{
part
{
name: "background";
mouse_events: 1;
description
{
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "combo_arrows.png";
}
}
}
}
}
group
{
name: "/ephoto/combo/popup";
parts
{
part
{
name: "base3";
mouse_events: 0;
type: RECT;
description {
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
color: 184 171 143 255;
}
}
part {
name: "border";
mouse_events: 0;
type: RECT;
description {
state: "default" 0.0;
rel1
{
to_y: "base";
relative: 0.0 1.0;
offset: 1 0;
}
rel2 {
relative: 1.0 1.0;
offset: -2 -2;
}
color: 184 171 143 255;
}
}
part {
name: "base";
mouse_events: 0;
type: RECT;
description {
state: "default" 0.0;
align: 0.5 0.0;
rel1
{
relative: 0.0 0.0;
offset: 1 1;
}
rel2
{
relative: 1.0 1.0;
offset: -2 -2;
}
color: 249 247 243 255;
}
}
}
}

View File

@ -0,0 +1,149 @@
group
{
name: "/ephoto/entry";
min: 18 18;
data
{
item: "inset/left" 6;
item: "inset/right" 2;
item: "inset/top" 2;
item: "inset/bottom" 2;
}
parts
{
part
{
name: "background";
mouse_events: 0;
description
{
state: "default" 0.0;
image
{
normal: "entry.png";
border: 5 5 8 6;
}
}
}
part {
name: "entry_focus";
description {
state: "default" 0.0;
color: 255 255 255 0;
visible: 0;
image {
normal: "entry_focus.png";
border: 7 7 6 6;
middle: 0;
}
fill {
smooth: 0;
}
}
description {
state: "focus" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
visible: 1;
}
}
}
programs
{
program
{
name: "focus,in";
signal: "focus,in";
source: "*";
action: STATE_SET "focus" 0.0;
transition: DECELERATE 0.2;
target: "entry_focus";
}
program
{
name: "focus,out";
signal: "focus,out";
source: "*";
action: STATE_SET "default" 0.0;
transition: DECELERATE 0.5;
target: "entry_focus";
}
}
}
group
{
name: "/ephoto/entry/cursor";
min: 1 12;
max: 1 10000;
data
{
item: "pad" 0;
item: "pad/top" 4;
}
parts
{
part
{
name, "cursor";
type: RECT;
description
{
state: "default" 0.0;
color: 0 0 0 255;
visible: 0;
}
description
{
state: "visible" 0.0;
inherit: "default" 0.0;
visible: 1;
}
}
}
programs
{
program
{
name: "blink-on";
signal: "show";
source: "";
action: STATE_SET "visible" 0.0;
target: "cursor";
after: "blink-hold-on";
}
program
{
name: "blink-off";
action: STATE_SET "default" 0.0;
target: "cursor";
after: "blink-hold-off";
}
program
{
name: "blink-hold-on";
in: 1.0 0.0;
after: "blink-off";
}
program
{
name: "blink-hold-off";
in: 0.5 0.0;
after: "blink-on";
}
program
{
name: "no-blink";
signal: "noblink";
source, "EWL";
action: ACTION_STOP;
target: "blink-hold-on";
target: "blink-hold-off";
after: "blink-on";
}
}
}

View File

@ -0,0 +1,95 @@
group
{
name: "/ephoto/label";
data
{
item: "pad" 2;
}
parts
{
part
{
name: "background";
type: RECT;
description
{
state: "default" 0.0;
color: 0 0 0 0;
}
description
{
state: "blue" 0.0;
color: 71 135 195 255;
}
}
part
{
name: "/ephoto/label/text";
type: TEXT;
effect: NONE;
description
{
state: "default" 0.0;
align: 0.5 0.5;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
text
{
text: "text";
font: "ewl/default";
size: 10;
min: 1 1;
align: 0.5 0.5;
}
color: 0 0 0 255;
}
description
{
state: "blue" 0.0;
inherit: "default" 0.0;
text
{
text: "text";
font: "ewl/default/bold";
size: 10;
min: 1 1;
align: 0.5 0.5;
}
color: 255 255 255 255;
}
}
}
programs
{
program
{
name: "blue";
signal: "blue";
source: "*";
action: STATE_SET "blue" 0.0;
target: "background";
target: "/ephoto/label/text";
}
program
{
name: "default";
signal: "default";
source: "*";
action: STATE_SET "default" 0.0;
target: "background";
target: "/ephoto/label/text";
}
}
}

View File

@ -0,0 +1,473 @@
group
{
name: "/ephoto/vrunner";
parts
{
part
{
name: "runner";
description
{
state: "default" 0.0;
image
{
normal: "sf_vb_runner.png";
border: 8 8 6 6;
}
fill
{
smooth: 0;
}
}
}
}
}
group
{
name: "/ephoto/vscrollbar";
min: 15 36;
parts
{
part
{
name: "scrollbar";
description
{
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "sf_barv1.png";
border: 6 6 6 6;
}
fill
{
smooth: 0;
}
}
description
{
state: "hilited" 0.0;
inherit: "default" 0.0;
image
{
normal: "sf_barv1_h.png";
border: 6 6 6 6;
}
}
}
part
{
name: "vscrollbar_thumb";
description
{
min: 7 8;
max: 7 8;
fixed: 1 1;
rel1
{
relative: 0.5 0.5;
offset: 0 0;
}
rel2
{
relative: 0.5 0.5;
offset: 0 0;
}
image
{
normal: "sf_barv_thumb.png";
border: 2 2 2 2;
}
}
}
}
programs
{
program
{
name: "hilite";
signal: "mouse,in";
source: "*";
action: STATE_SET "hilited" 0.0;
target: "scrollbar";
}
program
{
name: "default";
signal: "mouse,out";
source: "*";
action: STATE_SET "default" 0.0;
target: "scrollbar";
}
}
}
group
{
name: "/ephoto/vscrollbar/decrement";
min: 15 15;
max: 15 15;
parts
{
part
{
name: "arrow";
mouse_events: 1;
description
{
state: "default" 0.0;
align: 0.5 1.0;
aspect: 1.0 1.0;
aspect_preference: HORIZONTAL;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "sf_btd1.png";
}
}
description
{
state: "clicked" 0.0;
inherit: "default" 0.0;
image
{
normal: "sf_btd1d.png";
}
}
}
}
programs
{
program
{
name: "mouse,down";
signal: "mouse,down,*";
source: "*";
action: STATE_SET "clicked" 0.0;
target: "arrow";
}
program
{
name: "mouse,up";
signal: "mouse,up,*";
source: "*";
action: STATE_SET "default" 0.0;
target: "arrow";
}
}
}
group
{
name: "/ephoto/vscrollbar/increment";
min: 15 15;
max: 15 15;
parts
{
part
{
name: "arrow";
mouse_events: 1;
description
{
state: "default" 0.0;
align: 0.5 1.0;
aspect: 1.0 1.0;
aspect_preference: HORIZONTAL;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "sf_btu1.png";
}
}
description
{
state: "clicked" 0.0;
inherit: "default" 0.0;
image
{
normal: "sf_btu1d.png";
}
}
}
}
programs
{
program
{
name: "mouse,down";
signal: "mouse,down,*";
source: "*";
action: STATE_SET "clicked" 0.0;
target: "arrow";
}
program
{
name: "mouse,up";
signal: "mouse,up,*";
source: "EWL";
action: STATE_SET "default" 0.0;
target: "arrow";
}
}
}
group
{
name: "/ephoto/hrunner";
parts
{
part
{
name: "runner";
description
{
state: "default" 0.0;
image
{
normal: "sf_hb_runner.png";
border: 6 6 8 8;
}
fill
{
smooth: 0;
}
}
}
}
}
group
{
name: "/ephoto/hscrollbar";
min: 36 15;
parts
{
part
{
name: "scrollbar";
description
{
state: "default" 0.0;
image
{
normal: "sf_barh1.png";
border: 6 6 6 6;
}
fill
{
smooth: 0;
}
}
description
{
state: "hilited" 0.0;
inherit: "default" 0.0;
image
{
normal: "sf_barh1_h.png";
border: 6 6 6 6;
}
}
}
part
{
name: "hscrollbar_thumb";
description
{
min: 8 7;
max: 8 7;
fixed: 1 1;
rel1
{
relative: 0.5 0.5;
offset: 0 0;
}
rel2
{
relative: 0.5 0.5;
offset: 0 0;
}
image
{
normal: "sf_barh_thumb.png";
border: 2 2 2 2;
}
}
}
}
programs
{
program
{
name: "hilite";
signal: "mouse,in";
source: "*";
action: STATE_SET "hilited" 0.0;
target: "scrollbar";
}
program
{
name: "default";
signal: "mouse,out";
source: "*";
action: STATE_SET "default" 0.0;
target: "scrollbar";
}
}
}
group
{
name: "/ephoto/hscrollbar/decrement";
min: 15 15;
max: 15 15;
parts
{
part
{
name: "arrow";
mouse_events: 1;
description
{
state: "default" 0.0;
align: 0.5 1.0;
aspect: 1.0 1.0;
aspect_preference: VERTICAL;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "sf_btl1.png";
}
}
description
{
state: "clicked" 0.0;
inherit: "default" 0.0;
image
{
normal: "sf_btl1d.png";
}
}
}
}
programs
{
program
{
name: "mouse,down";
signal: "mouse,down,*";
source: "*";
action: STATE_SET "clicked" 0.0;
target: "arrow";
}
program
{
name: "mouse,up";
signal: "mouse,up,*";
source: "*";
action: STATE_SET "default" 0.0;
target: "arrow";
}
}
}
group
{
name: "/ephoto/hscrollbar/increment";
min: 15 15;
max: 15 15;
parts
{
part
{
name: "arrow";
mouse_events: 1;
description
{
state: "default" 0.0;
align: 0.5 1.0;
aspect: 1.0 1.0;
aspect_preference: VERTICAL;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "sf_btr1.png";
}
}
description
{
state: "clicked" 0.0;
inherit: "default" 0.0;
image
{
normal: "sf_btr1d.png";
}
}
}
}
programs
{
program
{
name: "mouse,down";
signal: "mouse,down,*";
source: "*";
action: STATE_SET "clicked" 0.0;
target: "arrow";
}
program
{
name: "mouse,up";
signal: "mouse,up,*";
source: "EWL";
action: STATE_SET "default" 0.0;
target: "arrow";
}
}
}

View File

@ -0,0 +1,36 @@
group
{
name: "/ephoto/scrollpane";
data
{
item: "inset" 3;
}
parts
{
part
{
name: "background";
mouse_events: 0;
type: IMAGE;
description
{
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "scrollpane_bg.png";
border: 8 8 8 8;
}
}
}
}
}

View File

@ -0,0 +1,196 @@
group
{
name: "/ephoto/hseeker";
parts
{
part
{
name: "line";
description
{
max: 99999 7;
state: "default" 0.0;
image
{
normal: "seeker_bg.png";
border: 3 3 3 3;
}
}
}
part {
name: "slider_p1";
type: RECT;
mouse_events: 1;
description {
state: "default" 0.0;
color: 251 232 78 128;
rel2 {
to: "dragable.slider";
relative: 0.0 1.0; offset: -1 -1;
}
}
}
part {
name: "slider_p2";
type: RECT;
mouse_events: 1;
description {
state: "default" 0.0;
color: 231 93 7 128;
rel1 {
to: "dragable.slider";
relative: 1.0 0.0; offset: 0 0;
}
}
}
/* part {
name: "test";
description {
state: "default" 0.0;
min: 26 14;
max: 26 14;
color: 108 67 1 128;
}
}
*/
part {
name: "confine_area";
type: RECT;
mouse_events: 0;
description {
state: "default" 0.0;
max: 99999 5;
rel1 { to: "line"; relative: 0.0 0.0; offset: 1 0; }
rel2 { to: "line"; relative: 1.0 1.0; offset: -1 -1; }
color: 166 166 166 128;
}
}
part {
name: "dragable.slider";
type: RECT;
mouse_events: 0;
dragable {
x: 1 1 0;
y: 0 0 0;
confine: "confine_area";
}
description {
state: "default" 0.0;
min: 26 14;
max: 26 14;
rel1 { to: "line"; relative: 0.5 0.5; offset: 0 0; }
rel2 { to: "line"; relative: 0.5 0.5; offset: 0 0; }
color: 255 0 0 128;
}
}
}
programs
{
# ifdef PROG
# undef PROG
# endif
#define PROG(NAME,SIGNAL,SRC,ACT,TARGET)\
program {\
name: NAME;\
signal: SIGNAL;\
source: SRC;\
action: ACT;\
target: TARGET;\
}
PROG("slider+", "mouse,in", "slider_p2", DRAG_VAL_PAGE 1.0 0.0, "dragable.slider")
PROG("slider-", "mouse,in", "slider_p1", DRAG_VAL_PAGE -1.0 0.0, "dragable.slider")
}
}
group
{
name: "/ephoto/hseeker/button";
min: 26 14;
parts
{
part
{
name: "drag";
description
{
state: "default" 0.0;
min: 26 14;
max: 26 14;
fixed: 1 1;
image
{
normal: "seeker.png";
// image is of fixed size no need to do any border scaling
//border: 8 8 8 8;
}
fill
{
smooth: 0;
}
}
description
{
state: "highlight" 0.0;
inherit: "default" 0.0;
min: 26 14;
max: 26 14;
image
{
normal: "seeker_h.png";
// image is of fixed size no need to do any border scaling
//border: 8 8 8 8;
}
fill
{
smooth: 0;
}
}
}
}
programs
{
program
{
name: "highlight";
signal: "mouse,in";
source: "EWL";
action: STATE_SET "highlight" 0.0;
target: "drag";
}
program
{
name: "un-highlight";
signal: "mouse,out";
source: "EWL";
action: STATE_SET "default" 0.0;
target: "drag";
}
}
}

View File

@ -0,0 +1,89 @@
group
{
name: "/ephoto/select";
parts
{
part
{
name: "selection";
type: RECT;
mouse_events: 1;
description
{
state: "default" 0.0;
color: 0 0 0 0;
visible: 0;
}
description
{
state: "selected" 0.0;
color: 71 135 195 255;
visible: 1;
}
}
}
programs
{
program
{
name: "select";
signal: "selected";
source: "*";
action: STATE_SET "selected" 0.0;
target: "selection";
}
program
{
name: "unselect";
signal: "unselected";
source: "*";
action: STATE_SET "default" 0.0;
target: "selection";
}
}
}
group
{
name: "/ephoto/select/highlight";
parts
{
part
{
name: "highlight";
type: RECT;
mouse_events: 1;
description
{
state: "default" 0.0;
color: 0 0 0 0;
visible: 0;
}
description
{
state: "highlighted" 0.0;
color: 71 135 195 255;
visible: 1;
}
}
}
programs
{
program
{
name: "highlighted";
signal: "mouse,in";
source: "*";
action: STATE_SET "highlighted" 0.0;
target: "highlight";
}
program
{
name: "default";
signal: "mouse,out";
source: "*";
action: STATE_SET "default" 0.0;
target: "highlight";
}
}
}

View File

@ -0,0 +1,80 @@
group
{
name: "/ephoto/hseparator";
min: 6 2;
max: 10000 2;
parts
{
part
{
name: "separator";
mouse_events: 0;
description
{
state: "default" 0.0;
min: 20 2;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "hseparator.png";
border: 1 1 1 1;
}
fill
{
smooth: 0;
}
}
}
}
}
group
{
name: "/ephoto/vseparator";
min: 2 6;
max: 2 10000;
parts
{
part
{
name: "separator";
mouse_events: 0;
description
{
state: "default" 0.0;
min: 2 20;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "vseparator.png";
border: 1 1 1 1;
}
fill
{
smooth: 0;
}
}
}
}
}

View File

@ -0,0 +1,41 @@
group
{
name: "/ephoto/shadow";
data
{
item: "inset" 4;
item: "pad" 2;
}
parts
{
part
{
name: "shadow";
type: IMAGE;
mouse_events: 0;
description
{
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
image
{
normal: "shadow.png";
}
fill
{
smooth: 0;
}
}
}
}
}

View File

@ -0,0 +1,30 @@
group
{
name: "/ephoto/spacer";
parts
{
part
{
name: "base";
type: RECT;
description
{
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
color: 0 0 0 0;
}
}
}
}

View File

View File

@ -0,0 +1,45 @@
group
{
name: "/ephoto/row";
data
{
item: "inset" 3;
}
parts
{
part
{
name: "background";
type: RECT;
description
{
state: "even" 0.0;
color: 238 238 238 255;
}
description
{
state: "odd" 0.0;
color: 255 255 255 255;
}
}
}
programs
{
program
{
name: "even";
signal: "even";
source: "*";
action: STATE_SET "even" 0.0;
target: "background";
}
program
{
name: "odd";
signal: "odd";
source: "*";
action: STATE_SET "odd" 0.0;
target: "background";
}
}
}

View File

@ -0,0 +1,32 @@
group
{
name: "/ephoto/window";
data
{
item: "inset" 1;
}
parts
{
part
{
name: "background";
mouse_events: 0;
type: RECT;
description
{
state: "default" 0.0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
}
color: 237 233 227 255;
}
}
}
}

View File

@ -0,0 +1,32 @@
Adrian Schroeter
Andrey Valentinovich Panov
Ben Laenen
Bhikkhu Pesala
Dafydd Harries
Danilo Segan
David Jez
David Lawrence Ramsey
Denis Jacquerye
Dwayne Bailey
Eugeniy Meshcheryakov
Gee Fung Sit
Heikki Lindroos
James Cloos
James Crippen
Keenan Pepper
Lars Naesbye Christensen
Mashrab Kuvatov
Mederic Boquien
Misu Moldovan
Ognyan Kulev
Ondrej Koala Vacha
Peter Cernak
Remy Oudompheng
Sander Vesik
Stepan Roh
Tavmjong Bah
Tim May
Valentin Stoykov
Vasek Stodulka
$Id$

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,98 @@
Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below)
Bitstream Vera Fonts Copyright
------------------------------
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
a trademark of Bitstream, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of the fonts accompanying this license ("Fonts") and associated
documentation files (the "Font Software"), to reproduce and distribute the
Font Software, including without limitation the rights to use, copy, merge,
publish, distribute, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to the
following conditions:
The above copyright and trademark notices and this permission notice shall
be included in all copies of one or more of the Font Software typefaces.
The Font Software may be modified, altered, or added to, and in particular
the designs of glyphs or characters in the Fonts may be modified and
additional glyphs or characters may be added to the Fonts, only if the fonts
are renamed to names not containing either the words "Bitstream" or the word
"Vera".
This License becomes null and void to the extent applicable to Fonts or Font
Software that has been modified and is distributed under the "Bitstream
Vera" names.
The Font Software may be sold as part of a larger software package but no
copy of one or more of the Font Software typefaces may be sold by itself.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
FONT SOFTWARE.
Except as contained in this notice, the names of Gnome, the Gnome
Foundation, and Bitstream Inc., shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this Font Software
without prior written authorization from the Gnome Foundation or Bitstream
Inc., respectively. For further information, contact: fonts at gnome dot
org.
Arev Fonts Copyright
------------------------------
Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the fonts accompanying this license ("Fonts") and
associated documentation files (the "Font Software"), to reproduce
and distribute the modifications to the Bitstream Vera Font Software,
including without limitation the rights to use, copy, merge, publish,
distribute, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to
the following conditions:
The above copyright and trademark notices and this permission notice
shall be included in all copies of one or more of the Font Software
typefaces.
The Font Software may be modified, altered, or added to, and in
particular the designs of glyphs or characters in the Fonts may be
modified and additional glyphs or characters may be added to the
Fonts, only if the fonts are renamed to names not containing either
the words "Tavmjong Bah" or the word "Arev".
This License becomes null and void to the extent applicable to Fonts
or Font Software that has been modified and is distributed under the
"Tavmjong Bah Arev" names.
The Font Software may be sold as part of a larger software package but
no copy of one or more of the Font Software typefaces may be sold by
itself.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
Except as contained in this notice, the name of Tavmjong Bah shall not
be used in advertising or otherwise to promote the sale, use or other
dealings in this Font Software without prior written authorization
from Tavmjong Bah. For further information, contact: tavmjong @ free
. fr.
$Id$

View File

@ -0,0 +1,13 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
AUTHORS \
LICENSE \
DejaVuSerif-Bold.ttf \
DejaVuSerif-Oblique.ttf \
DejaVuSerif-BoldOblique.ttf \
DejaVuSerif.ttf \
DejaVuSansMono-Bold.ttf \
DejaVuSansMono-Oblique.ttf \
DejaVuSansMono-BoldOblique.ttf \
DejaVuSansMono.ttf

View File

@ -0,0 +1,26 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
button_clicked.png \
button.png \
combo_arrows.png \
entry.png \
images.edc \
scrollpane_bg.png \
sf_barh1_h.png \
sf_barh1.png \
sf_barh_thumb.png \
sf_barv1_h.png \
sf_barv1.png \
sf_barv_thumb.png \
sf_btd1d.png \
sf_btd1.png \
sf_btl1d.png \
sf_btl1.png \
sf_btr1d.png \
sf_btr1.png \
sf_btu1d.png \
sf_btu1.png \
sf_hb_runner.png \
sf_vb_runner.png

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,31 @@
images
{
image: "button.png" COMP;
image: "button_clicked.png" COMP;
image: "combo_arrows.png" COMP;
image: "entry.png" COMP;
image: "entry_focus.png" COMP;
image: "hseparator.png" COMP;
image: "scrollpane_bg.png" COMP;
image: "seeker_bg.png" COMP;
image: "seeker.png" COMP;
image: "seeker_h.png" COMP;
image: "sf_barh1.png" COMP;
image: "sf_barh1_h.png" COMP;
image: "sf_barh_thumb.png" COMP;
image: "sf_btl1.png" COMP;
image: "sf_btl1d.png" COMP;
image: "sf_btr1.png" COMP;
image: "sf_btr1d.png" COMP;
image: "sf_hb_runner.png" COMP;
image: "sf_barv1.png" COMP;
image: "sf_barv1_h.png" COMP;
image: "sf_barv_thumb.png" COMP;
image: "sf_btd1.png" COMP;
image: "sf_btd1d.png" COMP;
image: "sf_btu1.png" COMP;
image: "sf_btu1d.png" COMP;
image: "sf_vb_runner.png" COMP;
image: "shadow.png" COMP;
image: "vseparator.png" COMP;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,69 @@
#include "images/images.edc"
fonts
{
font, "fonts/DejaVuSerif.ttf" "ewl/default";
font, "fonts/DejaVuSerif-Bold.ttf" "ewl/default/bold";
font, "fonts/DejaVuSerif-Oblique.ttf" "ewl/default/italic";
font, "fonts/DejaVuSerif-BoldOblique.ttf" "ewl/default/bold-italic";
font, "fonts/DejaVuSansMono.ttf" "ewl/monospace";
font, "fonts/DejaVuSansMono-Bold.ttf" "ewl/monospace/bold";
font, "fonts/DejaVuSansMono-Oblique.ttf" "ewl/monospace/italic";
font, "fonts/DejaVuSansMono-BoldOblique.ttf" "ewl/monospace/bold-italic";
}
collections
{
#include "bits/button.edc"
#include "bits/combo.edc"
#include "bits/entry.edc"
#include "bits/label.edc"
#include "bits/scrollbar.edc"
#include "bits/scrollpane.edc"
#include "bits/seeker.edc"
#include "bits/select.edc"
#include "bits/separator.edc"
#include "bits/shadow.edc"
#include "bits/spacer.edc"
#include "bits/tree.edc"
#include "bits/window.edc"
}
data
{
item: "/button/group" "/ephoto/button";
item: "/combo/group" "/ephoto/combo";
item: "/combo/button/group" "/ephoto/combo/button";
item: "/combo/cell/group" "/ephoto/combo/contents";
item: "/combo/popup/group" "/ephoto/combo/popup";
item: "/combo/popup/vbox/cell/group" "/ephoto/select/highlight";
item: "/entry/group" "/ephoto/entry";
item: "/entry/cursor/group" "/ephoto/entry/cursor";
item: "/freebox/auto/padding" 16;
item: "/hscrollbar/decrement/group" "/ephoto/hscrollbar/decrement";
item: "/hscrollbar/increment/group" "/ephoto/hscrollbar/increment";
item: "/hscrollbar/hseeker/group" "/ephoto/hrunner";
item: "/hscrollbar/hseeker/hbutton/group" "/ephoto/hscrollbar";
item: "/hseeker/group" "/ephoto/hseeker";
item: "/hseeker/hbutton/group" "/ephoto/hseeker/button";
item: "/hseparator/group" "/ephoto/hseparator";
item: "/icon/group" "/ephoto/select";
item: "/image_thumbnail/group" "/ephoto/select";
item: "/label/group" "/ephoto/label";
item: "/label/textpart" "/ephoto/label/text";
item: "/row/group" "/ephoto/row";
item: "/scrollpane/group" "/ephoto/scrollpane";
item: "/shadow/group" "/ephoto/shadow";
item: "/spacer/group" "/ephoto/spacer";
item: "/text/color/a" 255;
item: "/text/font" "ewl/default";
item: "/text/font_size" 10;
item: "/text/style" "none";
item: "/vscrollbar/decrement/group" "/ephoto/vscrollbar/decrement";
item: "/vscrollbar/increment/group" "/ephoto/vscrollbar/increment";
item: "/vseeker/group" "/ephoto/vrunner";
item: "/vseeker/vbutton/group" "/ephoto/vscrollbar";
item: "/vseparator/group" "/ephoto/vseparator";
item: "/window/group" "/ephoto/window";
}

44
ephoto.spec.in Normal file
View File

@ -0,0 +1,44 @@
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 <Unixtitan@gmail.com>}
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

Some files were not shown because too many files have changed in this diff Show More