371 Commits (48d7093b5e555fac558cd4c4f008534990f3fd55)
 

Author SHA1 Message Date
titan 48d7093b5e Add slideshow back into ephoto. Works pretty well for now. 12 years ago
titan 05531c003c Make the starting thumb size smaller. 12 years ago
Massimo Maiurana 93bc6dfe53 updating french and italian translations 12 years ago
titan 138abeab08 Use JPEG FORMAT for ethumb where appropriate. 12 years ago
titan 2a34c1d908 Update AUTHORS and TODO 12 years ago
titan 30cbc75689 Ephoto now uses the currently selected image in the thumb view as the center of the flow view when view flow is clicked. Also double clicking an image in the thumb view will take you to the flow view and use that image as the center of the flow view. 12 years ago
titan 61c6ee6513 Add key bindings and mouse bindings to the flow view. You can cycle the flow using the mouse view.. left and backspace cycle the flow previous, and right and space cycle it forward. Escape goes back to the thumb view. 12 years ago
titan 22b4efa48a Add a desktop file for Ephoto. 12 years ago
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. 12 years ago
titan 1c4ea07b1e Fix some icon definitions 12 years ago
titan 4ef79b29a5 Fix the current directory when one hasn't been provided. 12 years ago
titan c9c56e117d Whoops. This would have messed up compilation. 12 years ago
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? 12 years ago
titan 1a52097901 Fix a seg on close. 12 years ago
titan b48c1d7415 Cleanup the flow browsing some more. 12 years ago
titan b1b9700881 Use a better method of flowing that eliminates blinking. This uses images preloaded offscreen(sorry for now the preload size is hard coded).. and then when flowing image files are not changed as before, instead image1 = (offscreen_image) image2 = image1 image3 = image2 and so on. 12 years ago
titan 504a0babcf Fix a bug that causes a segfault by not being to find a path for thumbing. 12 years ago
titan 6a5164fae8 Whoops get the number we are strcmping right. 12 years ago
titan 2f49f3359f Whoops bad idea. Efreet is crazy right now. Go back to strncasecmp. 12 years ago
titan c24ccdf03e Use efreet to determine if its an image or not. 12 years ago
titan a3e0247f03 Stick to FDO format for now. 12 years ago
titan 71086703b5 Simplify extension matching. Should fix a segfault. 12 years ago
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. 12 years ago
Lucas De Marchi bca67cd5f7 unbreak ephoto build 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. 12 years ago
Cedric BAIL 3f51d392eb * ephoto: snapshot it. 13 years ago
titan 5b55273270 For now make the overlay non transparent. 13 years ago
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. 13 years ago
titan 51f36d538b Revert my changes while I work on a new way of doing things. This will make a certain few people happy for the time being until the new way is revealed... then things will get interesting. 13 years ago
titan 5a22538cae Remove the directories from the gengrid. This is possibly just temporary, but for now they are hideous and ugly and I'm not even sure I want them there in the first place, but especially not looking like that. 13 years ago
titan d2a93f9e9e Move the parent directory icon out of the gengrid. Next the directories will be moved out of the gengrid. 13 years ago
Rafael Fonseca 37e9d6c757 Use default theme for gengrid items. 13 years ago
Viktor Kojouharov 7a5d4c6437 loop the list when navigating 13 years ago
Viktor Kojouharov ae7ffbd809 allow for the commonly used space and backspace for navigation as well 13 years ago
Viktor Kojouharov 0d37c8668e use the entries, rather than the grid items to navigate in flow mode 13 years ago
Viktor Kojouharov a9a783385d Move the entry list building to the main file, since it is used by both the thumb and flow views. 13 years ago
Cedric BAIL 7a0f157742 * ephoto: cleanup ephoto for snapshot. 13 years ago
Cedric BAIL 6f67f63c79 * eio: fix API to match the rest of the EFL API. 13 years ago
titan 9c5e7e44e7 Update the TODO... Also some of the items I think have been completed already, so I marked those... Remember if you have ideas, add them to the todo, and if you complete an idea, remove it from the todo or mark it complete. 13 years ago
Cedric BAIL 8c554a6ea8 * ephoto: use eio_file_stat_ls. 13 years ago
Cedric BAIL edd9068f2b * eina: remove dirent so apps don't rely on non portable code. 13 years ago
Gustavo Sverzut Barbieri c4cf3f9be4 always force focus to parent. 13 years ago
Gustavo Sverzut Barbieri 89aa7a1991 annoyances--: proper zoom changes, add auto-fit. 13 years ago
Gustavo Sverzut Barbieri 9d02b17892 annoyances--: comment rotation/flip as it was broken. 13 years ago
Carsten Haitzler d113da0a6c use new type member. dont depend on bsd extensions. 13 years ago
Cedric BAIL 063248da8f * eio: break Eio error callback API to match the rest of the API. 13 years ago
Bruno Dilly 11487fbdb5 Fix elm_toolbar usage on several projects 13 years ago
titan c589ea128f Make sure to leave fullscreen mode when exiting the slideshow. 13 years ago
Tiago Rezende Campos Falcao 801c22f21c Force focus to scroller in flow mode. 13 years ago
Tiago Rezende Campos Falcao 99aa09f9db Remove focus hard management. 13 years ago