From 109634798f39bd9d7d8da810d455d8067bd5410a Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Mon, 24 Nov 2014 16:14:14 -0600 Subject: [PATCH] Update TODO file. --- TODO | 9 +++------ src/bin/ephoto_config.c | 2 +- src/bin/ephoto_main.c | 1 - 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index e872485..b7c0f88 100644 --- a/TODO +++ b/TODO @@ -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.. diff --git a/src/bin/ephoto_config.c b/src/bin/ephoto_config.c index 4f2b894..cd5ef36 100644 --- a/src/bin/ephoto_config.c +++ b/src/bin/ephoto_config.c @@ -227,7 +227,7 @@ ephoto_about_window(Ephoto *ephoto) elm_object_text_set(label, "About Ephoto
" "Ephoto is a comprehensive image viewer based on the EFL.
" - "For more information, please visit the ephoto project page on the Enlightenment wiki:
" + "For more information, please visit the Ephoto project page on the Enlightenment wiki:
" "https://phab.enlightenment.org/w/projects/ephoto
" "Ephoto's source can be found through Enlightenment's git:
" "http://git.enlightenment.org/apps/ephoto.git
" diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 10c1225..d1d42e3 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -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