Archived
1
0
Fork
You've already forked Neon
0
Neon is a simple image viewer. It's designed to be lightweight, fast, and easy to use. It's written in Python/EFL.
This repository has been archived on 2025年11月07日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 86.5%
  • Shell 13.5%
Find a file
2020年01月07日 16:52:57 +01:00
images Added rotation tool 2008年12月17日 23:51:53 +00:00
pkg Release of version 0.9.3 2008年12月18日 00:34:42 +00:00
neon.desktop Initial commit 2008年12月17日 09:33:12 +00:00
neon.edc Edje improvements: buttons images now keep their aspect when window is resized 2008年12月21日 23:36:04 +00:00
neon.png Initial commit 2008年12月17日 09:33:12 +00:00
neon.py Edje improvements: buttons images now keep their aspect when window is resized 2008年12月21日 23:36:04 +00:00
README.md Update README 2020年01月07日 16:52:57 +01:00
setup.py Release of version 0.9.3 2008年12月18日 00:34:42 +00:00

Description

Neon is a simple image viewer. It's designed to be lightweight, fast, and easy to use. It's written in Python/EFL.

https://gitlab.com/valos/neon

Authors

Valéry Febvre vfebvre@easter-eggs.com

Requirements

  • python-evas
  • python-ecore
  • python-edje

Known Issues

  • Filesystem browser needs a scroll bar.
  • Scrolling in filesystem browser is slow with stable kernel 2.6.24 and acceptable with Andy's kernel 2.6.28.

Changelog

2008年12月18日 - Version 0.9.3

  • Added a rotation tool

2008年12月16日 - Version 0.9.2

  • Fixed a bug in window resizing Concretely, after a rotation of the screen, we got menus, buttons and part of the image all overlapping.

2008年12月16日 - Version 0.9.1

  • Added a fullscreen toggle button

2008年12月14日 - Version 0.9

  • First version
  • Basic features/gui