Commit Graph

32 Commits

Author SHA1 Message Date
Stephen 'Okra' Houston 223076607e Ephoto: Install images to the correct location. 2017-09-14 11:50:38 -05:00
Stephen 'Okra' Houston 6eb4616015 Ephoto: Replace autofoo with meson 2017-09-13 10:38:50 -05:00
Stephen Houston fdddacad79 Ephoto: Custom icon. 2016-08-23 20:43:04 -05:00
Stephen okra Houston e18e24a8a4 Ephoto: More changes to the edjey overlay style!
Vist the following site for a video and screenshots:
http://smhouston.us/ephoto-gets-edjey/
2016-05-26 17:46:43 -05:00
Stephen okra Houston 86b827e5fa Ephoto: Ephoto goes edjey! Give ephoto an edje style overlayed interface.
For screenshots and video, you can visit this post:
http://smhouston.us/ephoto-gets-edjey/
2016-05-26 17:44:43 -05:00
Stephen okra Houston 247e7a9cb4 Ephoto: Pass make distcheck 2016-03-22 12:39:29 -05:00
Stephen okra Houston dcf897d2a1 Ephoto: Add logo image 2016-03-22 10:37:43 -05:00
Stephen Houston 1b0e2ac4af Ephoto: Use standard icons, remove unused code, and match dark theme.
Use standard icons based on icon theme to remove dependency on Faenza icons.  Removed the old directory code that would provide a preview of the images in the directory.  This code hasn't worked in a while and frankly is just unneccasry and would slow down the app. Remove images and theme that was shipped with Ephoto.  It is no longer needed.  Change style on some widgets to better match dark theme. Prepare Ephoto to be released soon.
2014-01-04 13:17:58 -06:00
Rui Seabra 2077ae41a0 Compile fixes of dist'ed tar ball and fixing rpm spec so it doesn't include debug stuff in the main package.
SVN revision: 81015
2012-12-15 09:03:18 +00:00
Stephen Houston 962910db6b Commit the version of Ephoto that has always been the most working and preferred. I will bugfix this version and release it. Any of thousands of rewrites I love to do will have to come for another version somewhere well done the road. Lets just take this and make it solid and release it. Shout out to cedric, bluebugs, captainigloo, k-s, otavio, and any others who contributed to this version.
SVN revision: 60775
2011-06-28 22:26:16 +00:00
Gustavo Sverzut Barbieri 81d47b1344 ephoto is mostly ready again!
Well, at least that was what I had time and stamina to do. Please join
the development with your ideas and requirements.

The toolbar is now placed on top, because default.edc (from
elementary) says so. We better use elementary's profile to define the
theme to use, and a theme could have it at the bottom (mobiles?).

I've added all options to toolbar, which makes it very wide on single
image viewer. We'll later introduce toolbar item "visibility priority"
to auto-hide items and add a "More" menu if the elementary's profile
says so, other options will be to make it scrollable (as it is now).

EXIF rotation support is not right in my opinion. We're using map to
rotate, but it is not doing fine, as I said in another bug. We should
have code to request evas to load the image rotated, then we re-load
the image and it should work better (need to check how that would work
with region load from JPEG, used by elm_photocam).

Preferences are out as I ran out of time.



SVN revision: 53319
2010-10-12 22:54:20 +00:00
Gustavo Sverzut Barbieri 717c438a0e ephoto autotools overhaul.
* added Vincent recommended warnings (ie: -Wshadow) and also -Wextra;
 * uses ac_attribute.m4 to define __UNUSED__;
 * uses -Wl,--as-needed
 * uses -fvisibility=hidden by default, if supported
 * uses -ffunction-sections -fdata-sections + -Wl,--gc-sections
 * added gettext (not tested yet, but should work)
 * added quicklaunch support (not tested yet, but should work)
 * make it pass make distcheck

with the optimization flags, on my 32bits machine ephoto is amazingly
44Kb binary! Of course it loads super-fast even without quicklaunch,
amazing what we can do with 44kb binary + 188kb theme (mostly about
images I'm shipping in 128x128 + 256x256 + 512x512 and other images
that should be in elementary's theme).



SVN revision: 53293
2010-10-12 04:58:04 +00:00
titan 338d836f10 Make sure the preferences image is installed.
SVN revision: 52473
2010-09-19 20:30:12 +00:00
Viktor Kojouharov ca05627df0 Preferences dialog. Users can change the slideshow parameters, and tell ephoto to start from the last remembered dir, if it was started with no arguments
SVN revision: 52464
2010-09-19 15:30:36 +00:00
titan c334b2ab20 Add a flow browser. It can be accessed by clicking View Large from the toolbar. It is functional for viewing your images at high resolutions.
SVN revision: 50048
2010-07-05 21:07:53 +00:00
titan 1218856b51 This is a rework of ephoto using mostly elementary. It is very basic and doesn't have much functionality at all, but that will come soon enough. Feel free to install it and run it in a directory of photos/images to get an idea of the direction and provide feedback/ideas.
SVN revision: 49973
2010-07-01 18:49:22 +00:00
titan e972923902 Remove old ephoto.
SVN revision: 42722
2009-09-26 18:04:22 +00:00
titan a48f17a75e Whoops, add the data directory.
SVN revision: 39040
2009-02-16 18:00:23 +00:00
titan 560f86f207 Remove the old ephoto in order to get ready for some rewriting to take
its place


SVN revision: 39033
2009-02-16 03:22:23 +00:00
titan 00320aef4c Add many changes, some functional, some not. Added back a file system
image viewing tab, done various cleanups/work. I basically wanted to get
what I had into the repository and keep up the work on the new stuff and
get the changes going.


SVN revision: 36339
2008-09-30 05:39:25 +00:00
Carsten Haitzler 4c3bc8abc6 ok. i think most binary files are now fixed.
SVN revision: 35525
2008-08-18 00:02:26 +00:00
titan d0b4c063e7 Added some images, bumped up the version.
SVN revision: 34229
2008-04-09 19:47:39 +00:00
titan e5b8c1cea9 More cleanups and work. Also the About window now looks much better thanks to an image from tokyo.
SVN revision: 31715
2007-09-14 18:23:38 +00:00
titan 7904f6f40d Remove the themes/* stuff as it isn't used anymore. Updata the TODO. Complete the move to a black slideshow background.
SVN revision: 30308
2007-06-10 22:37:19 +00:00
titan d67a9d28ca Whoops!!!! Add the image!
SVN revision: 30092
2007-05-27 08:41:32 +00:00
titan e3bdce12ea Change the size of the tango icons we use, make the .. directory have a different image and redo a few of the images.
SVN revision: 30079
2007-05-26 00:15:17 +00:00
titan 26aeadbc9d And add it to the Makefile!
SVN revision: 30070
2007-05-24 19:53:26 +00:00
titan 6186b83dcd Don't forget to add the image!
SVN revision: 30069
2007-05-24 19:39:31 +00:00
titan 919ec3382a Make my make maintainer-clean work better.
SVN revision: 28979
2007-03-23 23:50:51 +00:00
titan c9cebaec10 Add cvsignores!
SVN revision: 28770
2007-03-16 06:20:54 +00:00
titan 3abc870213 Add editing tools!
SVN revision: 28386
2007-02-18 01:02:43 +00:00
titan c0fd818dbd This is the new ephoto. It has been completely redone from the old one,
looks nothing like the old one, and works nothing like the old one.
It now displays images by using albums, and it focuses much more on
image manipulating/editing/viewing than the other did. Slideshows will
still be available. Exif data can also be viewed now. Currently to add
albums/images or remove them and such you have to use the command line.
Looks at ephoto -h for more information. IF you have a ~/.ephoto directory,
it needs to be rm -rf for the new stuff to work! You can get a idea of the
new ephoto looks like in this ss: www.ecoding.org/files/images/Ephoto_New.png


SVN revision: 28371
2007-02-15 10:20:21 +00:00