Stephen okra Houston
d62984608a
Ephoto: Use Enlightenment's thumbnailer to achieve better thumbnailing.
7 years ago
Stephen okra Houston
4b8ea0492b
Ephoto: Move common editing code to one place.
7 years ago
Stephen okra Houston
247e7a9cb4
Ephoto: Pass make distcheck
7 years ago
Stephen okra Houston
aa2c756ce0
Ephoto: Fix typo in commit of vtorri's patches for Windows.
7 years ago
Stephen Houston
70d48d1920
Ephoto: Whoops.. Fix Makefile.am
8 years ago
Stephen Houston
cf25f7c561
Ephoto: Add file operations, context menus, sorting, and more.
8 years ago
Stephen Houston
8304fc892a
Ephoto: Add color level adjustment feature to the single browser.
8 years ago
Stephen Houston
835f623d63
Ephoto: Add filters and enhancements. Blur, Sharpen, Black and White, and Old Photo. More to come.
8 years ago
Stephen Houston
54bd029e0d
Ephoto: Add in some simple editing features. More to come and some filters.
8 years ago
Stephen Houston
87f4c655ea
Ephoto: Include gettext.h
8 years ago
Stephen Houston
91de631a7b
Ephoto: Allow the cropper to freely move and allow full handle control.
8 years ago
Stephen Houston
3af706ff11
Ephoto: Clean up autofoo ... Try to make Ephoto releasable.
8 years ago
Stephen Houston
ef82e33746
Bug fixes, keybinding work, add rotation to single browser, remove photocam until is fixed/can rotate, slideshow starts in window. See summary for more.
...
Remove libexif support and code as this is now done outside of Ephoto. Remove all photocam code until photocam can rotate like elm_image and doesn't crash on certain jpegs and while zooming. Slideshow now starts in window, as usual press F11 for fullscreen. Single brower now does rotations. There is still a keybinding bug that needs to be fixed where keybindings are passed through to other pages within the naviframe.
9 years ago
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.
10 years ago
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
12 years ago
Stephen Houston
4b8960b931
Ephoto: Add in the new changes k-s and I have been working on.
...
SVN revision: 59474
12 years ago
Cedric BAIL
9ac8cb0be1
ephoto: fix DSO.
...
SVN revision: 57451
12 years ago
titan
7a11918ac3
Fix a lot of things in ephoto.. reuse some older code but in a good way. Add in a single image browser. Use externals(ugh, but its faster for some reason?)
...
SVN revision: 57313
12 years ago
titan
48d7093b5e
Add slideshow back into ephoto. Works pretty well for now.
...
SVN revision: 57039
12 years ago
titan
c478bfdeee
Clean up a lot of ephoto.. Things that weren't necessary, things that are no longer necessary, etc... Add a true flow view that is a work in progress. Currently ephoto will only open images in the current working directory or in a directory supplied in an argument when started, but this will change when directory stuff is added back in. This gives ephoto more direction and provides a solid base to move forward from. Also, yes, I removed edje externals and I am not using them. There are multiple reasons for this that are all of my opinion and if you would like to discuss it, see me on irc or send out a mail on the list.
...
SVN revision: 56640
13 years ago
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
13 years ago
Nicolas Aguirre
53a83a021f
Apply Otavio Pontes patch about displaying directories and modify it to display thumbnails when photos are present into this directory.
...
Author: Otavio Pontes <otavio@profusion.mobi>
Date: Mon Sep 27 15:26:55 2010 -0300
Displaying directories in thumb browser
It is possible also to open an directory to see images in it.
SVN revision: 52994
13 years ago
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
13 years ago
Viktor Kojouharov
35c4b294bd
optional libexif support.
...
initial rotation support with edje map (the swallow still needs to be refitted in the available space after the rotation)
SVN revision: 52238
13 years ago
Viktor Kojouharov
cdb8b51c3f
eet configuration. only stores the slider value for now. eina log domain macros
...
SVN revision: 52201
13 years ago
titan
82f69119b6
Add slideshow to ephoto.. It uses elm_slideshow, and this is likely temporary, because in the f uture I am going to do some more extensive slideshow stuff. I'm not happy with this, it seems pretty slow on transitions(I'll take a look at speeding things up), but it will do for now.
...
SVN revision: 50569
13 years ago
Cedric BAIL
e2c35a285b
* ephoto: use eio to simplify and make a small nice example.
...
SVN revision: 50432
13 years ago
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
13 years ago
titan
12c68013d8
Remove ephoto_thumb.c and use elm_bg.
...
SVN revision: 50012
13 years ago
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
13 years ago
titan
f07fc8b156
Remove old ephoto
...
SVN revision: 49972
13 years ago
titan
4e6e38a200
Add slideshow functionality, still needs some work.
...
SVN revision: 43064
14 years ago
titan
ca69fd3fe2
add a flow browser
...
SVN revision: 42827
14 years ago
titan
b6e4815e66
Evas/Edje Ephoto. Needs a lot of work. Run it in a directory where there are images to see the small amount of progress. Good things to come!
...
SVN revision: 42723
14 years ago
titan
e972923902
Remove old ephoto.
...
SVN revision: 42722
14 years ago
titan
13dd86ebb3
Some autofoo changes.
...
SVN revision: 39128
14 years ago
titan
b71d5906a1
Put in the rewritten code. A lot of things still needing to be done, but
...
its a good start.
SVN revision: 39034
14 years ago
titan
560f86f207
Remove the old ephoto in order to get ready for some rewriting to take
...
its place
SVN revision: 39033
14 years ago
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
15 years ago
titan
c7e5687565
A lot of fixes and changes.. still needs a bit of work.. got some bugs to fixes. Wanted to get what I have in to cvs.
...
SVN revision: 34222
15 years ago
titan
369fd1a164
Several cleanups, changes. The browser is now in its own window.
...
SVN revision: 31714
16 years ago
titan
2f9dec93e6
I'm back! Lets not error on warnings. Still expose them, just not
...
error.
SVN revision: 31665
16 years ago
titan
dc54fae6a0
Add a new file that separates out dialogs. This is cleaner. Cleanup some code.
...
Ephoto will now open with its file system in the current working directory!
SVN revision: 30170
16 years ago
titan
4fbb26010d
Add some more stuff to ephoto including directory viewing now.
...
The old edit view has become single view, and there is a completely
new edit view that is much more editing specific.
SVN revision: 29592
16 years ago
titan
919ec3382a
Make my make maintainer-clean work better.
...
SVN revision: 28979
16 years ago
titan
9b6d776f59
Update ephoto to tilman's pkg-config changes.
...
SVN revision: 28948
16 years ago
titan
cc66b2d254
Add cflags.
...
SVN revision: 28767
16 years ago
titan
6c3c399d8d
Rework some of the autofoo that goes along with making exif optional.
...
SVN revision: 28766
16 years ago
titan
34cf1d26e4
Slideshow now works.
...
SVN revision: 28686
16 years ago
titan
78d88227c1
More cleanups, ephoto now compiles with -Wall and -Werror.
...
SVN revision: 28465
17 years ago