Update TODO file.

v-1.6.0
Stephen Houston 9 years ago
parent 73fab6ffd1
commit 109634798f
  1. 9
      TODO
  2. 2
      src/bin/ephoto_config.c
  3. 1
      src/bin/ephoto_main.c

@ -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..

@ -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/>"

@ -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

Loading…
Cancel
Save