Re: Neon 0.9.6 is out

2009-02-05 Thread OpenMitko
Great work Valery! Keep it that way.

2009/2/3 Valery Febvre vfeb...@easter-eggs.com

 Hi,

 A new release of Neon is available.

 This is a major feature enhancements release.

 Changes since 0.9.5.1:

 * Images can be now auto-rotated by images dimensions (not by EXIF
 data).
 In other words, image is rotated if image's orientation is landscape.
 A new command line option (-r, --auto-rotate) has been added to
 enable/disable this new feature.

 * Added timers to auto-hide image viewer navbar and toolbar.
 A new command line option -d (--bars-disappear-delay) has been added to
 adjust auto-hide delay of this new feature (disabled by default).
 This feature is disabled if delay is 0.

 * Added the index of the image, the total number of images and the
 image's size in addition of the image's name in the image viewer.

 * Added a slideshow functionnality.
 A new command line option -s (--slideshow-delay) has been added to
 adjust the interval (default 4 sec.).

 * Added images properties: dimension, size, EXIF metadata, ...

 * Added a new theme 'Black  White'.
 A new command line option -t (--theme) has been added to choice the
 theme to used.

 As usual you can get it at:
 http://projects.openmoko.org/frs/?group_id=239

 BEWARE:
 If your system uses Python 2.6 (not 2.5) like SHR unstable, you must
 install alternative package neon_0.9.6-r0_all_py2.6.ipk

 Links:
 Project Homepage: http://neon.projects.openmoko.org/
 Wiki page: http://wiki.openmoko.org/wiki/Neon

 Have fun,
 Valéry

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out (SOLVED!)

2009-02-05 Thread Tony Berth
On Thu, Feb 5, 2009 at 5:47 AM, Nacho Seijo lists.na...@gmail.com wrote:



 2009/2/3 Tony Berth tonybe...@googlemail.com



 On Tue, Feb 3, 2009 at 5:41 PM, Valery Febvre vfeb...@easter-eggs.comwrote:

 Tony Berth wrote:
  did you try it on the current SHR unstable cause it doesn't start! It
  crashes!

 Yes, I use SHR unstable.

 For a first install, I think there is no problem.
 If a previous release of Neon was already installed,
 it is perhaps neccessary to delete a file.
 Can you look if the file /usr/bin/neon.pyo exists.



 If yes, remove it.

 If it's not the case, can you send me the output error?

 --
 Valéry


 the 'neon.pyo' file doesn't exist at all and 'yes' I had the previous
 version installled before upgrading!

 When I click on the icon I just get the generic error screen 'Application
 Execution Error' with no further info

 I don't know if that was any help to you?

 Thanks

 Tony


 I think it's a problem with python versions.
 :

 ln -s /usr/lib/python2.5/site-packages/neon/
 /usr/lib/python2.6/site-packages/neon

 This worked for me to launch neon, but it can't open any image.
 This is the output:

 Traceback (most recent call last):
   File ecore.c_ecore_timer.pxi, line 29, in ecore.c_ecore.timer_cb
 (ecore/ecore.c_ecore.c:1075)
   File ecore.c_ecore_timer.pxi, line 97, in ecore.c_ecore.Timer._exec
 (ecore/ecore.c_ecore.c:1656)
   File /usr/lib/python2.6/site-packages/neon/neon.py, line 148, in
 open_file
 self.gui.viewer.open(file_path)
   File /usr/lib/python2.6/site-packages/neon/neon.py, line 650, in open
 self.__load_image(path)
   File /usr/lib/python2.6/site-packages/neon/neon.py, line 644, in
 __load_image
 self.properties.populate(path)
   File /usr/lib/python2.6/site-packages/neon/neon.py, line 973, in
 populate
 value = format % (self.gui.viewer.img.real_w,
 self.gui.viewer.img.real_h)
 TypeError: %d format: a number is required, not NoneType




 ___



This was solved by Valery! I was using the wrong package for my SHR distro.

Thanks

Tony
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-05 Thread William Kenworthy
On Tue, 2009-02-03 at 14:18 +0100, Valery Febvre wrote:
 Hi,
 
 A new release of Neon is available.
 

One thing I've noticed is that neon cant view files that are a symlink
to a valid graphic - is this easily fixed?  Found it when trying to use
it to examine symlinked openstreetmap png files.

BillK



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-04 Thread Nacho Seijo
2009/2/3 Tony Berth tonybe...@googlemail.com



 On Tue, Feb 3, 2009 at 5:41 PM, Valery Febvre vfeb...@easter-eggs.comwrote:

 Tony Berth wrote:
  did you try it on the current SHR unstable cause it doesn't start! It
  crashes!

 Yes, I use SHR unstable.

 For a first install, I think there is no problem.
 If a previous release of Neon was already installed,
 it is perhaps neccessary to delete a file.
 Can you look if the file /usr/bin/neon.pyo exists.



 If yes, remove it.

 If it's not the case, can you send me the output error?

 --
 Valéry


 the 'neon.pyo' file doesn't exist at all and 'yes' I had the previous
 version installled before upgrading!

 When I click on the icon I just get the generic error screen 'Application
 Execution Error' with no further info

 I don't know if that was any help to you?

 Thanks

 Tony


I think it's a problem with python versions.
:

ln -s /usr/lib/python2.5/site-packages/neon/
/usr/lib/python2.6/site-packages/neon

This worked for me to launch neon, but it can't open any image.
This is the output:

Traceback (most recent call last):
  File ecore.c_ecore_timer.pxi, line 29, in ecore.c_ecore.timer_cb
(ecore/ecore.c_ecore.c:1075)
  File ecore.c_ecore_timer.pxi, line 97, in ecore.c_ecore.Timer._exec
(ecore/ecore.c_ecore.c:1656)
  File /usr/lib/python2.6/site-packages/neon/neon.py, line 148, in
open_file
self.gui.viewer.open(file_path)
  File /usr/lib/python2.6/site-packages/neon/neon.py, line 650, in open
self.__load_image(path)
  File /usr/lib/python2.6/site-packages/neon/neon.py, line 644, in
__load_image
self.properties.populate(path)
  File /usr/lib/python2.6/site-packages/neon/neon.py, line 973, in
populate
value = format % (self.gui.viewer.img.real_w,
self.gui.viewer.img.real_h)
TypeError: %d format: a number is required, not NoneType




 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Neon 0.9.6 is out

2009-02-03 Thread Valery Febvre
Hi,

A new release of Neon is available.

This is a major feature enhancements release.

Changes since 0.9.5.1:

* Images can be now auto-rotated by images dimensions (not by EXIF
data).
In other words, image is rotated if image's orientation is landscape.
A new command line option (-r, --auto-rotate) has been added to
enable/disable this new feature.

* Added timers to auto-hide image viewer navbar and toolbar.
A new command line option -d (--bars-disappear-delay) has been added to
adjust auto-hide delay of this new feature (disabled by default).
This feature is disabled if delay is 0.

* Added the index of the image, the total number of images and the
image's size in addition of the image's name in the image viewer.

* Added a slideshow functionnality.
A new command line option -s (--slideshow-delay) has been added to
adjust the interval (default 4 sec.).

* Added images properties: dimension, size, EXIF metadata, ...

* Added a new theme 'Black  White'.
A new command line option -t (--theme) has been added to choice the
theme to used.

As usual you can get it at:
http://projects.openmoko.org/frs/?group_id=239

BEWARE:
If your system uses Python 2.6 (not 2.5) like SHR unstable, you must
install alternative package neon_0.9.6-r0_all_py2.6.ipk

Links:
Project Homepage: http://neon.projects.openmoko.org/
Wiki page: http://wiki.openmoko.org/wiki/Neon

Have fun,
Valéry

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread Petr Vanek

A new release of Neon is available.

really cool! thank you.

i would suggest two features: 

- preload of the next image

- gestures (:


Petr



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread Francesco de Virgilio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Great app, thanks!! :D

Valery Febvre ha scritto:
 Hi,
 
 A new release of Neon is available.
 
 This is a major feature enhancements release.
 
 Changes since 0.9.5.1:
 
 * Images can be now auto-rotated by images dimensions (not by EXIF
 data).
 In other words, image is rotated if image's orientation is landscape.
 A new command line option (-r, --auto-rotate) has been added to
 enable/disable this new feature.
 
 * Added timers to auto-hide image viewer navbar and toolbar.
 A new command line option -d (--bars-disappear-delay) has been added to
 adjust auto-hide delay of this new feature (disabled by default).
 This feature is disabled if delay is 0.
 
 * Added the index of the image, the total number of images and the
 image's size in addition of the image's name in the image viewer.
 
 * Added a slideshow functionnality.
 A new command line option -s (--slideshow-delay) has been added to
 adjust the interval (default 4 sec.).
 
 * Added images properties: dimension, size, EXIF metadata, ...
 
 * Added a new theme 'Black  White'.
 A new command line option -t (--theme) has been added to choice the
 theme to used.
 
 As usual you can get it at:
 http://projects.openmoko.org/frs/?group_id=239
 
 BEWARE:
 If your system uses Python 2.6 (not 2.5) like SHR unstable, you must
 install alternative package neon_0.9.6-r0_all_py2.6.ipk
 
 Links:
 Project Homepage: http://neon.projects.openmoko.org/
 Wiki page: http://wiki.openmoko.org/wiki/Neon
 
 Have fun,
 Valéry
 
- --
Francesco de Virgilio
*Ubuntu-it Member and Wiki Editor*
   mailto:frad...@ubuntu-it.org
   http://wiki.ubuntu-it.org/FrancescoDeVirgilio
*Wikimedia Italia Member*
   http://en.wikipedia.org/wiki/User:Fradeve11
*OpenStreetMap Mapper*
   http://www.openstreetmap.org/user/Fradeve11
*Blog*
   http://fradeve.netsons.org
Love - Peace - Freedom - Free Software
GPG 0x6482E056 (FP B996 A12C BD52 2A9B CDD3 812D 462D 93B0 6482 E056)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmITysACgkQRi2TsGSC4FZQEgCfdBCUsp8UmLSwS73XiCBsIe5n
19QAoIO6yxc/vdTTcA4uQnGQ1WslOZAU
=u9cx
-END PGP SIGNATURE-

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread Valery Febvre
kimaidou wrote:
 Is it possible to release a version for Debian ? Since it is written in 
 python, it should run smoothly ?

Yes, if EFL library (evas, ecore, edje) and python bindings are
available, it should run without changes.
I develop Neon under debian so I am pretty sure of that.
Unfortunately, I don't know how to build a debian package. :-(

-- 
Valéry

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread azmodie
http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/

2009/2/3 Valery Febvre vfeb...@easter-eggs.com:
 kimaidou wrote:
 Is it possible to release a version for Debian ? Since it is written in
 python, it should run smoothly ?

 Yes, if EFL library (evas, ecore, edje) and python bindings are
 available, it should run without changes.
 I develop Neon under debian so I am pretty sure of that.
 Unfortunately, I don't know how to build a debian package. :-(

 --
 Valéry

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread Tony Berth
did you try it on the current SHR unstable cause it doesn't start! It
crashes!

Thanks

Tony

On Tue, Feb 3, 2009 at 3:05 PM, Francesco de Virgilio
fradev...@gmail.comwrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Great app, thanks!! :D

 Valery Febvre ha scritto:
  Hi,
 
  A new release of Neon is available.
 
  This is a major feature enhancements release.
 
  Changes since 0.9.5.1:
 
  * Images can be now auto-rotated by images dimensions (not by EXIF
  data).
  In other words, image is rotated if image's orientation is landscape.
  A new command line option (-r, --auto-rotate) has been added to
  enable/disable this new feature.
 
  * Added timers to auto-hide image viewer navbar and toolbar.
  A new command line option -d (--bars-disappear-delay) has been added to
  adjust auto-hide delay of this new feature (disabled by default).
  This feature is disabled if delay is 0.
 
  * Added the index of the image, the total number of images and the
  image's size in addition of the image's name in the image viewer.
 
  * Added a slideshow functionnality.
  A new command line option -s (--slideshow-delay) has been added to
  adjust the interval (default 4 sec.).
 
  * Added images properties: dimension, size, EXIF metadata, ...
 
  * Added a new theme 'Black  White'.
  A new command line option -t (--theme) has been added to choice the
  theme to used.
 
  As usual you can get it at:
  http://projects.openmoko.org/frs/?group_id=239
 
  BEWARE:
  If your system uses Python 2.6 (not 2.5) like SHR unstable, you must
  install alternative package neon_0.9.6-r0_all_py2.6.ipk
 
  Links:
  Project Homepage: http://neon.projects.openmoko.org/
  Wiki page: http://wiki.openmoko.org/wiki/Neon
 
  Have fun,
  Valéry
 
 - --
 Francesco de Virgilio
 *Ubuntu-it Member and Wiki Editor*
   mailto:frad...@ubuntu-it.org
   http://wiki.ubuntu-it.org/FrancescoDeVirgilio
 *Wikimedia Italia Member*
   http://en.wikipedia.org/wiki/User:Fradeve11
 *OpenStreetMap Mapper*
   http://www.openstreetmap.org/user/Fradeve11
 *Blog*
   http://fradeve.netsons.org
Love - Peace - Freedom - Free Software
 GPG 0x6482E056 (FP B996 A12C BD52 2A9B CDD3 812D 462D 93B0 6482 E056)
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkmITysACgkQRi2TsGSC4FZQEgCfdBCUsp8UmLSwS73XiCBsIe5n
 19QAoIO6yxc/vdTTcA4uQnGQ1WslOZAU
 =u9cx
 -END PGP SIGNATURE-

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread Yaroslav Halchenko
and if you succeed to some extent, I could mentor you a bit and we could
push it into Debian (I am a DD).  Unfortunately myself I have no spare
time atm to yet another project to accomplish mission myself, but it
should be quite easy.

I would also suggest to simply look at some other python-driven app,
e.g. cycle (just apt-get source cycle and cd in there), although I would
recommend to use cdbs atm -- that would make debian/rules really tiny.


On Tue, 03 Feb 2009, azmodie wrote:

 http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/

 2009/2/3 Valery Febvre vfeb...@easter-eggs.com:
  kimaidou wrote:
  Is it possible to release a version for Debian ? Since it is written in
  python, it should run smoothly ?

  Yes, if EFL library (evas, ecore, edje) and python bindings are
  available, it should run without changes.
  I develop Neon under debian so I am pretty sure of that.
  Unfortunately, I don't know how to build a debian package. :-(

  --
  Valéry

  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread Valery Febvre
Tony Berth wrote:
 did you try it on the current SHR unstable cause it doesn't start! It 
 crashes!

Yes, I use SHR unstable.

For a first install, I think there is no problem.
If a previous release of Neon was already installed,
it is perhaps neccessary to delete a file.
Can you look if the file /usr/bin/neon.pyo exists.

If yes, remove it.

If it's not the case, can you send me the output error?

-- 
Valéry

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread kimaidou
Hi

Is it possible to release a version for Debian ? Since it is written in
python, it should run smoothly ?

thanks in advance

2009/2/3 Francesco de Virgilio fradev...@gmail.com

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Great app, thanks!! :D

 Valery Febvre ha scritto:
  Hi,
 
  A new release of Neon is available.
 
  This is a major feature enhancements release.
 
  Changes since 0.9.5.1:
 
  * Images can be now auto-rotated by images dimensions (not by EXIF
  data).
  In other words, image is rotated if image's orientation is landscape.
  A new command line option (-r, --auto-rotate) has been added to
  enable/disable this new feature.
 
  * Added timers to auto-hide image viewer navbar and toolbar.
  A new command line option -d (--bars-disappear-delay) has been added to
  adjust auto-hide delay of this new feature (disabled by default).
  This feature is disabled if delay is 0.
 
  * Added the index of the image, the total number of images and the
  image's size in addition of the image's name in the image viewer.
 
  * Added a slideshow functionnality.
  A new command line option -s (--slideshow-delay) has been added to
  adjust the interval (default 4 sec.).
 
  * Added images properties: dimension, size, EXIF metadata, ...
 
  * Added a new theme 'Black  White'.
  A new command line option -t (--theme) has been added to choice the
  theme to used.
 
  As usual you can get it at:
  http://projects.openmoko.org/frs/?group_id=239
 
  BEWARE:
  If your system uses Python 2.6 (not 2.5) like SHR unstable, you must
  install alternative package neon_0.9.6-r0_all_py2.6.ipk
 
  Links:
  Project Homepage: http://neon.projects.openmoko.org/
  Wiki page: http://wiki.openmoko.org/wiki/Neon
 
  Have fun,
  Valéry
 
 - --
 Francesco de Virgilio
 *Ubuntu-it Member and Wiki Editor*
   mailto:frad...@ubuntu-it.org
   http://wiki.ubuntu-it.org/FrancescoDeVirgilio
 *Wikimedia Italia Member*
   http://en.wikipedia.org/wiki/User:Fradeve11
 *OpenStreetMap Mapper*
   http://www.openstreetmap.org/user/Fradeve11
 *Blog*
   http://fradeve.netsons.org
Love - Peace - Freedom - Free Software
 GPG 0x6482E056 (FP B996 A12C BD52 2A9B CDD3 812D 462D 93B0 6482 E056)
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkmITysACgkQRi2TsGSC4FZQEgCfdBCUsp8UmLSwS73XiCBsIe5n
 19QAoIO6yxc/vdTTcA4uQnGQ1WslOZAU
 =u9cx
 -END PGP SIGNATURE-

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Neon 0.9.6 is out

2009-02-03 Thread Tony Berth
On Tue, Feb 3, 2009 at 5:41 PM, Valery Febvre vfeb...@easter-eggs.comwrote:

 Tony Berth wrote:
  did you try it on the current SHR unstable cause it doesn't start! It
  crashes!

 Yes, I use SHR unstable.

 For a first install, I think there is no problem.
 If a previous release of Neon was already installed,
 it is perhaps neccessary to delete a file.
 Can you look if the file /usr/bin/neon.pyo exists.

 If yes, remove it.

 If it's not the case, can you send me the output error?

 --
 Valéry


the 'neon.pyo' file doesn't exist at all and 'yes' I had the previous
version installled before upgrading!

When I click on the icon I just get the generic error screen 'Application
Execution Error' with no further info

I don't know if that was any help to you?

Thanks

Tony
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community