Update TODO file.

This commit is contained in:
Stephen Houston 2014-11-24 16:14:14 -06:00
parent 73fab6ffd1
commit 109634798f
3 changed files with 4 additions and 8 deletions

9
TODO
View File

@ -8,19 +8,16 @@ ________/ /__/ /__/ /__/ /_______/ /_/ /_______/
TODO-
===Config===================
Make the config system work better loading and saving config.
Add options to the config.
Add a config dialog.
Add more options to the config.
===Thumb Browser============
Add a way to view more info
============================
===Single Image Mode========
Make rotations and flips work
Add neat effects like grayscale, sepia, HSV/RGB, etc...
Save changes made to images
Save changes made to images.
============================
===Slideshow================
-Slideshow features such as changing transition and possibly moving images.
-Possibly look at implementing moving slideshows.
============================
===Other Random Features====
-Exporting to flickr, facebook, etc..

View File

@ -227,7 +227,7 @@ ephoto_about_window(Ephoto *ephoto)
elm_object_text_set(label,
"<b>About Ephoto</b><br/>"
"Ephoto is a comprehensive image viewer based on the EFL.<br/>"
"For more information, please visit the ephoto project page on the Enlightenment wiki:<br/>"
"For more information, please visit the Ephoto project page on the Enlightenment wiki:<br/>"
"https://phab.enlightenment.org/w/projects/ephoto<br/>"
"Ephoto's source can be found through Enlightenment's git:<br/>"
"http://git.enlightenment.org/apps/ephoto.git<br/>"

View File

@ -183,7 +183,6 @@ ephoto_window_add(const char *path)
ephoto->pager = elm_naviframe_add(ephoto->win);
elm_naviframe_prev_btn_auto_pushed_set(ephoto->pager, EINA_FALSE);
elm_object_style_set(ephoto->pager, "fade_invisible");
evas_object_size_hint_weight_set
(ephoto->pager, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_fill_set