[e-users] ePeriodique 0.2.2

5 views
Skip to first unread message

Jérôme Pinot

unread,
Feb 24, 2012, 10:43:32 PM2/24/12
to e-users
Hi,

Here is a new release of ePeriodique, the efl-based periodic table of
elements. Version 0.2.2 release notes:

- Add an animation to show the data (flip)
- Add a navigation bar in the data window
- Makes symbol colour depends on phase in the table
- Code refactoring
- Define and use colour classes instead of data in edje theme
- misc bug fixes

Still not happy with the design of element information window but there
is some progress.

Website: http://eperiodique.sourceforge.net/

It's for efl 1.1 and elementary 0.8 but works fine with current SVN.

--
Jérôme Pinot
http://ngc891.blogdns.net/

Wido

unread,
Feb 27, 2012, 11:30:58 PM2/27/12
to Enlightenment users discussion & support
Hey, I just installed it and its really nice! I like the animations and
having the photo of the elements.

two things that I noticed:
* I'm not seeing any of the two pics that are in the lower part (Bohr's
model and melting point) are not beeing displayed. All I got are blanks.
I'm also getting this message 4 times:

- ERR<20894>:evas-xpm evas_image_load_xpm.c:173 evas_image_load_file_xpm()
XPM ERROR: header not found

Maybe something is missing? or different in newer EFL versions?

* It bothers me that it always spin to the same direction....would it be
possible to make it spin to the opposite direction when going home? feels
more intuitive to me this way (like back and forward)


Also, an idea for the desing you don't like. Have you consider making the
grid resizeable? or maybe having some parts to hide? I think that having
the text more spaced (1.5 lines instead of 1) or with a list format would
be more easy to read


That's all I have. Thanks for this cool software =D

> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-users mailing list
> enlighten...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>


--
Wido
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
enlightenment-users mailing list
enlighten...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Elevate Efl

unread,
Feb 28, 2012, 1:04:44 AM2/28/12
to Enlightenment users discussion & support
Is there a collection of such projects archived in enlightenment.org ?

Vadim Efimov

unread,
Feb 28, 2012, 3:30:49 PM2/28/12
to enlighten...@lists.sourceforge.net
Wido <wid...@gmail.com> писал(а) в своём письме Tue, 28 Feb 2012 05:30:58 +0100:

> * I'm not seeing any of the two pics that are in the lower part (Bohr's
> model and melting point) are not beeing displayed. All I got are blanks.
> I'm also getting this message 4 times:
>
> - ERR<20894>:evas-xpm evas_image_load_xpm.c:173 evas_image_load_file_xpm()
> XPM ERROR: header not found
>
> Maybe something is missing? or different in newer EFL versions?
>

Hi!

I think you miss XPM support in evas(--enable-image-loader-xpm),
or some it's dependencies.

devel...@erwinhermans.eu

unread,
Feb 29, 2012, 6:58:55 AM2/29/12
to Enlightenment users discussion & support
> Wido <wid...@gmail.com> ?????(?) ? ????? ?????? Tue, 28 Feb 2012 05:30:58

> +0100:
>
>> * I'm not seeing any of the two pics that are in the lower part (Bohr's
>> model and melting point) are not beeing displayed. All I got are blanks.
>> I'm also getting this message 4 times:
>>
>> - ERR<20894>:evas-xpm evas_image_load_xpm.c:173
>> evas_image_load_file_xpm()
>> XPM ERROR: header not found
>>
>> Maybe something is missing? or different in newer EFL versions?
>>
> Hi!
>
> I think you miss XPM support in evas(--enable-image-loader-xpm),
> or some it's dependencies.
>
>
Hello,

I have been suffering from the same error and today I dived a little in
the code of the evas-xpm evas_image_load_xpm.c file and I noticed the
following:

/* look in rgb txt database */
if (!rgb_txt) rgb_txt = fopen("/usr/lib/X11/rgb.txt", "r");
if (!rgb_txt) rgb_txt = fopen("/usr/X11/lib/X11/rgb.txt", "r");
if (!rgb_txt) rgb_txt = fopen("/usr/X11R6/lib/X11/rgb.txt", "r");
if (!rgb_txt) rgb_txt = fopen("/usr/openwin/lib/X11/rgb.txt", "r");
if (!rgb_txt) return;
fseek(rgb_txt, 0, SEEK_SET);

Could it be a consequence of this file missing (if the color does not
start with a # ) - these are 4 lines and you get 4 times this error
message?

I for one don't have any X11 (or related libs) whatsoever on my
destination target, hence also no rgb.txt in one of these *hardcoded*
paths. Maybe this explains this error?

Kind regards,
Erwin Hermans


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/

Jérôme Pinot

unread,
Mar 2, 2012, 5:51:40 AM3/2/12
to Enlightenment users discussion & support
On 02/28/12 01:30, Wido wrote:
> Hey, I just installed it and its really nice! I like the animations and
> having the photo of the elements.
>
> two things that I noticed:
> * I'm not seeing any of the two pics that are in the lower part (Bohr's
> model and melting point) are not beeing displayed. All I got are blanks.
> I'm also getting this message 4 times:
>
> - ERR<20894>:evas-xpm evas_image_load_xpm.c:173 evas_image_load_file_xpm()
> XPM ERROR: header not found
>
> Maybe something is missing? or different in newer EFL versions?

As someone else said, something seems missing in your evas lib.

> * It bothers me that it always spin to the same direction....would it be
> possible to make it spin to the opposite direction when going home? feels
> more intuitive to me this way (like back and forward)

Found it to be more elegant this way, but the other is maybe more
logical. I will change it back next time.

> Also, an idea for the desing you don't like. Have you consider making the
> grid resizeable? or maybe having some parts to hide? I think that having
> the text more spaced (1.5 lines instead of 1) or with a list format would
> be more easy to read

I have some ideas but I still need to add data (maybe a lot more if I'm
not lazy) so the design will evolve slowly.

> That's all I have. Thanks for this cool software =D

You're welcome and thanks for the feedback!

Daniel Juyung Seo

unread,
Mar 2, 2012, 8:19:24 AM3/2/12
to Enlightenment users discussion & support
can you try to install libgif-dev?
and build evas after make clean distclean?

Wido

unread,
Mar 3, 2012, 9:02:15 AM3/3/12
to Enlightenment users discussion & support
I had it installed when compiled my evas. And I know they were used while
compiling (i've been playing around with evas recently, for another errror,
so I checked recently what's being used =) )

--
Wido

Reply all
Reply to author
Forward
0 new messages