Commit Graph

125 Commits

Author SHA1 Message Date
Rui Seabra 08abfdbacd Some build fixes, namely for rpmbuilding.
SVN revision: 57142
2011-02-17 23:34:45 +00:00
Massimo Maiurana 03a4bb8761 updating various translations
SVN revision: 57062
2011-02-15 18:58:02 +00:00
Massimo Maiurana 93bc6dfe53 updating french and italian translations
SVN revision: 57032
2011-02-14 18:36:32 +00:00
titan 22b4efa48a Add a desktop file for Ephoto.
SVN revision: 56991
2011-02-13 18:50:42 +00:00
titan 4f3ecf243d Remove the mapping for now.. I will get it very nice outside of svn before committing next time.. For now a very nice elegant flow is being committed with border and shadows and it looks good.
SVN revision: 56955
2011-02-11 17:58:58 +00:00
titan c9c56e117d Whoops. This would have messed up compilation.
SVN revision: 56942
2011-02-10 23:41:51 +00:00
titan b9432f30d6 Add the ability to change directories. Also add some 3D mapping to the flow... Please tell me your thoughts? It works great with small images... but as current right now the flow is very slow with large images(even without the mapping)... Does anyone have a solution for this?
SVN revision: 56941
2011-02-10 23:41:02 +00:00
titan 2599859876 Speed up flowing by using preload... It doesn't look near as good and is a little glitchy... but its faster for the time being until I work out a better option.
SVN revision: 56664
2011-02-02 22:46:25 +00:00
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
2011-02-01 21:44:38 +00:00
titan 5b55273270 For now make the overlay non transparent.
SVN revision: 55100
2010-12-01 00:59:37 +00:00
titan cb528acc67 This is what I feel like is a middle ground for how directory browsing is handled in ephoto. Please give me useful feedback. Yes I know the directories/font of the directory labels need work, but you get the general idea, and that will be fixed soon.
SVN revision: 55098
2010-11-30 21:52:49 +00:00
Rafael Fonseca 37e9d6c757 Use default theme for gengrid items.
Some of the gengrid items from ephoto were merged into elm default theme.



SVN revision: 54696
2010-11-18 18:10:21 +00:00
Gustavo Sverzut Barbieri 320375c0f3 fit text into frame area (and similar for directories)
SVN revision: 53382
2010-10-13 22:39:17 +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 ad73446df7 support more exif orientation modes.
Raster, this exposes some problems with map as well. At least flipping
seems to not work properly sometimes. In my case I just use Shift+[ to
flip horizontally and it does not work.



SVN revision: 53312
2010-10-12 18:16:42 +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
Gustavo Sverzut Barbieri c0537216c5 load orient from jpeg, remove former code that was ifdef'ed.
maybe the code is complaining is complaining too loud of lack of exif,
we can change that later if required.

remove the rotation animation as the case 270->0 is too confusing! it
would need some logic to rotate 270->360 then make it 0.



SVN revision: 53254
2010-10-11 02:30:51 +00:00
Gustavo Sverzut Barbieri b44a686b53 one more day of work on ephoto, still not complete.
flow browser (why that name?!) is back, with the my traditional
combination of 255,0 in rgb colored buttons in edje.

tomorrow will work on slideshow and make it work.

NOTE: ProFUSION team will work on a solution to have elm_toolbar +
elm_menu to be good and provide what we have in eve/enjoy in a more
generic way without thousand lines of macros in EDC. The goal is to
have configurable implementation that would provide some UI on desktop
and another on embedded, also showing buttons as we have space, and
hidding them with an automatic "more" entry if there is no space for
all items. That should improve eve, enjoy, ephoto and possibly others.



SVN revision: 53250
2010-10-11 01:10:27 +00:00
Gustavo Sverzut Barbieri 47da8cd526 zoom actions, still barebones.
I was about to move to efenniht theme, but it will be some work I'd
not be able to finish in time... given that we'll have enjoy, eve,
envision and ephoto using the same things, it is time to consider a
better replicable solution.




SVN revision: 53240
2010-10-10 18:57:48 +00:00
Gustavo Sverzut Barbieri 9652a108bf ouch, refactor part 2 -- less is more, so get nothing ;-)
okay, still yet another partial code, it's far from ready, don't even
checkout until you're ready to code.

preferences, flow_browser, slideshow are temporarily gone.

still no toolbar in main window, layout redone using EXTERNAL... when
it go back, it will be in the same form as eve/enjoy.



SVN revision: 53238
2010-10-10 01:13:53 +00:00
Gustavo Sverzut Barbieri e21422bf65 ephoto core simplification - part 1 (UNFINISHED!!!!)
I'm rewriting parts of ephoto to simplify it, one of the things is to
avoid lots of nesting of layouts to get a simple preview
image.

So far just the thumb directory is done to the point it shows the
contents of a directory, it will do nothing on selection and
clicks. There is no toolbar either, as this is going to be replaced
later on.

EFL bugs so far:
 * eio_file_cancel() is not playing nice with ecore_pipe, with errors like: "ecore_pipe.c:517 _ecore_pipe_read() An unhandled error (ret: -1 errno: 9)occurred while reading from the pipe the length"

 * evas/edje map is broken WRT clipping! if I have map { on: 1;
   rotation.z: 10;} and this part is clipped to some other part, the
   clipper will be ignored!

Sorry, but I couldn't finish it now, trying to do it later today and
tomorrow. I still need to add the elm_genlist_item_prepend(),
elm_genlist_item_insert_before() and elm_genlist_item_insert_after()
to get the sorted insert to work.



SVN revision: 53237
2010-10-09 19:13:35 +00:00
Gustavo Sverzut Barbieri e434b9aaee refactor, improve sizing of icons.
use super-duper-nice edje features to choose image based on the
current object size and provide icons at 128, 256 and 512 so we're
always high quality.



SVN revision: 53212
2010-10-08 21:43:57 +00:00
Gustavo Sverzut Barbieri 50c67f7ad6 simplify, move thumb count to theme, min limit to contents.
If we used such a large border with small item sizes, the content size
would be zero and thus icons did turn invisible. Limit that to 16x16.

"thumbs" in group will say how many thumbnails are desired, instead of
hardcoding it to 3.

countless code simplifications.



SVN revision: 53207
2010-10-08 20:21:29 +00:00
Nicolas Aguirre c8ba378cbb Randomize angles of pĥotos in directory thumbnails.
SVN revision: 52998
2010-10-03 14:17:09 +00:00
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
2010-10-03 09:50:00 +00:00
Cedric BAIL 9f0346d7e1 * ephoto: display all image correctly, not only jpeg.
Patch by Nicolas Aguirre (captainigloo).


SVN revision: 52926
2010-09-30 16:23:17 +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
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
2010-09-14 08:35:42 +00:00
Nicolas Aguirre ea18ee503b Use evas_smart objects for flow and thumb browsers, we can now use them as regular evas smart objects with evas_object_show/del/hide ...
SVN revision: 52192
2010-09-13 16:40:33 +00:00
Nicolas Aguirre a13304ff1d Change ephoto to use an edje layout instead of elm boxes.
SVN revision: 52191
2010-09-13 16:29:39 +00:00
titan 56d4da9fd3 Fix ephoto's gengrid theme so photos show again.
SVN revision: 50261
2010-07-14 23:23:54 +00:00
toma f0bc6a0b1b Put the label in a better place
SVN revision: 50120
2010-07-08 03:47:47 +00:00
Gustavo Lima Chaves 0b7106ce77 Fix build here.
SVN revision: 50093
2010-07-07 03:35:29 +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 6926304983 Use elm_layout for the images. Use a hash to keep a match of files and their corresponding thumb_path.
SVN revision: 50005
2010-07-02 21:35:51 +00:00
titan 868190405b Add needed images back in.
SVN revision: 49978
2010-07-01 21:23:26 +00:00
titan 99c0647026 Cleanup theme... remove unneeded parts and images... formatting
SVN revision: 49977
2010-07-01 21:22:10 +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 f07fc8b156 Remove old ephoto
SVN revision: 49972
2010-07-01 18:38:05 +00:00
titan a28e26d06d Add some black into the faded transition.
SVN revision: 43073
2009-10-14 17:11:02 +00:00
titan d5285b049e Fix slideshow to work properly.
SVN revision: 43068
2009-10-14 04:03:22 +00:00
titan 4e6e38a200 Add slideshow functionality, still needs some work.
SVN revision: 43064
2009-10-13 23:46:47 +00:00
titan a8a0794777 Add fullscreen support.
SVN revision: 42985
2009-10-09 21:04:04 +00:00
titan 14c1ecfdd6 More reverts.
SVN revision: 42848
2009-10-01 22:44:19 +00:00
titan 2f9546e05c Minor fixes.
SVN revision: 42843
2009-10-01 21:27:27 +00:00
titan d858890c57 Minor cleanups.
SVN revision: 42839
2009-10-01 18:04:55 +00:00
titan f51a365753 Updates to theme.
SVN revision: 42826
2009-10-01 04:54:38 +00:00
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
2009-09-26 18:11:38 +00:00
titan e972923902 Remove old ephoto.
SVN revision: 42722
2009-09-26 18:04:22 +00:00
Massimo Maiurana 55d908482f updating esperanto translation
SVN revision: 40687
2009-05-17 07:47:15 +00:00
Massimo Maiurana 538c850f82 updating greek and italian translations
SVN revision: 39376
2009-03-05 16:50:41 +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
Daniel Kolesa a17f71b468 Added fdo menu entrys for elitaire, ephoto, estickies, exhibit and extrackt.
SVN revision: 38616
2009-01-17 12:56:21 +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 9c788c1691 More abstraction. This makes things easier and faster.
SVN revision: 29234
2007-03-30 00:45:12 +00:00
titan 8dc67a437d Tone things down a bit. Clicking a image in normal view or list view now
lets you view that image in the single view. Exif has been temporarily
moved.


SVN revision: 29218
2007-03-29 00:24:16 +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 6309d5623d Make some changes to layout to make it seem more modular. Also change the toolbar to use image buttons.
SVN revision: 28648
2007-03-11 01:14:47 +00:00
titan dd4729e88a Add the blue back into the label
SVN revision: 28472
2007-02-25 04:47:38 +00:00
titan e069912a1c Some cleanup and preparation for additions of dialogs, and text styles.
SVN revision: 28471
2007-02-25 04:30:57 +00:00
titan d6430b211d Miscellaneous cleanups, add tooltips, add selecting for list view.
SVN revision: 28419
2007-02-21 07:06:54 +00:00
titan 6502da7a5a Miscellaneous cleanups
SVN revision: 28399
2007-02-20 03:45:58 +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