Cedric BAIL
9ac8cb0be1
ephoto: fix DSO.
...
SVN revision: 57451
13 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
13 years ago
titan
48d7093b5e
Add slideshow back into ephoto. Works pretty well for now.
...
SVN revision: 57039
13 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
15 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
15 years ago
titan
560f86f207
Remove the old ephoto in order to get ready for some rewriting to take
...
its place
SVN revision: 39033
15 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
16 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
17 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
17 years ago
titan
919ec3382a
Make my make maintainer-clean work better.
...
SVN revision: 28979
17 years ago
titan
9b6d776f59
Update ephoto to tilman's pkg-config changes.
...
SVN revision: 28948
17 years ago
titan
cc66b2d254
Add cflags.
...
SVN revision: 28767
17 years ago
titan
6c3c399d8d
Rework some of the autofoo that goes along with making exif optional.
...
SVN revision: 28766
17 years ago
titan
34cf1d26e4
Slideshow now works.
...
SVN revision: 28686
17 years ago
titan
78d88227c1
More cleanups, ephoto now compiles with -Wall and -Werror.
...
SVN revision: 28465
17 years ago
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
17 years ago