From 1b6a751f4f53e676772642461c4b2430baff859a Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Mon, 29 Aug 2016 16:01:36 -0500 Subject: [PATCH] Ephoto: Go beta 2!! --- NEWS | 44 +++++++++++++++++++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c7a7438..af63c63 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,46 @@ Ephoto is located in git at https://git.enlightenment.org/apps/ephoto.git You can gather more location from http://www.smhouston.us/ephoto/ -Ephoto 1.0 Beta +Ephoto 1.0 Beta 2: +Highlights: + * Improve stability + * Many Fixes + +Fixes: +Author: Stephen Houston +Author: Stephen okra Houston + Ephoto: Add an exit icon to the control bar. Update slideshow icons. Use efreet for XDG. + Ephoto: Add back in sorting by image similarity, this time with the crashing and bugs eliminated. + Ephoto: add small icon + Ephoto: Add sorting by image similarity. + Ephoto: Better checking for XDG_CONFIG_HOME. + Ephoto: Check for null on returning text in the editor genlist. + Ephoto: Custom icon. + Ephoto: Don't allow escape to return to the thumb view when the editor is open. + Ephoto: Don't disable/enable similarity sorting now that sorting mode is retained. + Ephoto: Don't disable the similarity sorting at the wrong time. + Ephoto: Don't switch directory when genlist is clicked but an item is not (i.e.. scrolling) + Ephoto: Don't warn, as this behavior is perfectly normal. + Ephoto: Enable rotating from the right click menu in single view. + Ephoto: Fix a monitor bug. + Ephoto: Fix some warnings and potential crashes. Improve safety checking. + Ephoto: Fix tooltips causing box to lose sizing. + Ephoto: Fix up single browser right click menu. + Ephoto: Install thumbnailer to the lib directory. + Ephoto: Make sure titlebar text is accurate and show as modified in the titlebar when the image has been edited. + Ephoto: oops. Put the . in the correct place in the thumbnail dir. + Ephoto: Remember similarity sorting on dir change. + Ephoto: Remove warnings and potential crash by unsetting the fileselector from the popup before deleting. + Ephoto: Replace another direct_ls with stat_ls + Ephoto: Require EFL 1.18. + Ephoto: Save thumbnails in $HOME/.thumbnails + Ephoto: Select and bring in the current item when going from single view to thumb view. + Ephoto: The directory chosen in the config panel should be the root directory, not actually / + Ephoto: Update config about with new image. + Ephoto: Update label for config directory setting. Fix crash while changing directories in single view. + Ephoto: Update spec. + Ephoto: Update thumb dir to be .cache/ephoto/thumbnails/ .. Use XDG_CONFIG_HOME if available, else use HOME/.config + Ephoto: Update year in copyright. + EPhoto: Use eina_file_stat_ls as eina_file_direct_ls does not work on bsd. + Ephoto: Use new indent style on the genlist non tree items. + Ephoto: USE XDG_CACHE_HOME/ephoto/thumbnails if XDG_CACHE_HOME exists, otherwise use $HOME/.cache/ephoto/thumbnails diff --git a/configure.ac b/configure.ac index 0c6f251..13c3707 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([ephoto], [1.0-beta1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([ephoto], [1.0-beta2], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac])