305 Commits (962910db6bb4694f735b78af80b017a26c6e70e0)

Author SHA1 Message Date
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. 13 years ago
Stephen Houston bfa68a6151 Really make it the root directory... 13 years ago
Stephen Houston 4ed9b65e6a Use the e fileman favorites as the root directory for now until I decide how I wan't to implement Ephoto's own virtual 13 years ago
Stephen Houston 01568f1bbe Ephoto/Single Browser: ctrl+mouse wheel now zooms... Also if the images are zoomed fit.. you can cycle through the images by scrolling/dragging left and right. 13 years ago
Stephen Houston bb239f8685 Ephoto/Single/View: Add keyboard navigation of images in singleview.. home = first image.. end = last image.. left and right arrow keys navigate previous and forward.. I've noticed that for some reason.. some images don't zoom fit correctly, therefore, left/right keyboard nav is not working in those rare instances because the scroller is grabbing the key events.. I'm searching for an answer. 13 years ago
Stephen Houston da50152a44 Ephoto/Single Browser/Zoom: Zoom now works.. (ctrl)+(-) = zoom out; (ctrl)+(+) = zoom in; (ctrl)+(0) = zoom 1:1; (ctrl)+(shift)+(0) = zoom fit; 13 years ago
Stephen Houston 6d7f1def6e Single browser should be black, also, center images in the single browser. 13 years ago
Stephen Houston 4b8960b931 Ephoto: Add in the new changes k-s and I have been working on. 13 years ago
Daniel Juyung Seo aa06f2b4fd elmdentica, ephoto: Applied elm_box/table/toolbar API changes. 13 years ago
Cedric BAIL 7143debdaa ephoto: add psd support to ephoto. 13 years ago
Stephen Houston 8de29d0358 Ephoto: Make changes to the flow brower, its a smoother flow now, and has a genlist that matches up with the flow browser. Interesting :) 13 years ago
titan 1547ddaa81 Ephoto: General cleanups. 13 years ago
titan ae03e70576 Okay. Ephoto back to normal. Move along. 13 years ago
titan 169813a679 Do not update if you are not willing to expect a different ephoto.. This is a very temporary test that won't work right for most. 13 years ago
titan ac899f9de4 Allow proper rotations and do proper rotations. This is temporary until edje or evas does them correctly. 13 years ago
titan 53cec34e73 Ephoto/Flow Browser: Actually remove this for now.. It is causing some issues because flow browser uses the same client as the thumb browser... If you want larger thumbs for flow browser.. the "hack" to do it now is zoom your thumbs all the way in the thumb browser before going to the flow browser. 13 years ago
titan 2165411085 Ephoto/Flow Browser: Make the flow browser thumbnails larger so when resize they don't get blurry. 13 years ago
titan 004acaf9f8 Ephoto/Images: Sort images so they are in alphabetical order. This seems to be a good solution as it doesn't seem to slow down Ephoto much at all. 13 years ago
Cedric BAIL 9ac8cb0be1 ephoto: fix DSO. 13 years ago
titan 8f8f25942e Whoops. Left out some key bindings. 13 years ago
titan f95dca17df Make the flow browser follow the same code and styles as the rest of the code. 13 years ago
titan aadaa80ddd Fix browsing in single view! 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?) 13 years ago
titan 362047fe24 Speed up the ephoto thumb browser by a lot... Thanks k-s for some old cold that helped :) 13 years ago
titan 62f630e67c Fix title 13 years ago
titan 220c58503d Add some focus calls for switching between thumb and flow browsers. 13 years ago
titan 48d7093b5e Add slideshow back into ephoto. Works pretty well for now. 13 years ago
titan 05531c003c Make the starting thumb size smaller. 13 years ago
titan 138abeab08 Use JPEG FORMAT for ethumb where appropriate. 13 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. 13 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. 13 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. 13 years ago
titan 1c4ea07b1e Fix some icon definitions 13 years ago
titan 4ef79b29a5 Fix the current directory when one hasn't been provided. 13 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? 13 years ago
titan 1a52097901 Fix a seg on close. 13 years ago
titan b48c1d7415 Cleanup the flow browsing some more. 13 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. 13 years ago
titan 504a0babcf Fix a bug that causes a segfault by not being to find a path for thumbing. 13 years ago
titan 6a5164fae8 Whoops get the number we are strcmping right. 13 years ago
titan 2f49f3359f Whoops bad idea. Efreet is crazy right now. Go back to strncasecmp. 13 years ago
titan c24ccdf03e Use efreet to determine if its an image or not. 13 years ago
titan a3e0247f03 Stick to FDO format for now. 13 years ago
titan 71086703b5 Simplify extension matching. Should fix a segfault. 13 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. 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. 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