[EGIT] [apps/ephoto] master 01/01: Update TODO

2017-09-29 Thread Stephen Houston
okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=b1a92de3bb93b48c3547a380b79b7c083c40d7d7

commit b1a92de3bb93b48c3547a380b79b7c083c40d7d7
Author: Stephen Houston 
Date:   Fri Sep 29 10:13:12 2017 -0500

Update TODO
---
 TODO | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO
index 6f5df30..f8f7192 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,12 @@
 TODO:
 ==Single Browser==
 -Add more effects, filters as necessary
--Clean up Cropper
+-Implement an Instagram like quick filter panel.
+-Clean up cropper
 ==Slideshow==
--Smoother Movement
+-Smoother movement
 ==Thumb Browser==
--Add ability to view more info on image(Exif perhaps?)
+Make multi selection smoother
 ==Other Possibilities==
 -Exporting to flickr, facebook, gplus, etc..
 -Read straight from a camera

-- 




[EGIT] [apps/ephoto] master 01/01: Update TODO file.

2014-11-24 Thread Stephen Houston
okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=109634798f39bd9d7d8da810d455d8067bd5410a

commit 109634798f39bd9d7d8da810d455d8067bd5410a
Author: Stephen Houston 
Date:   Mon Nov 24 16:14:14 2014 -0600

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

--