110 Commits (362047fe2459b637a422e4aa7e7db5a06024c296)

Author SHA1 Message Date
titan 362047fe24 Speed up the ephoto thumb browser by a lot... Thanks k-s for some old cold that helped :) 12 years ago
titan 62f630e67c Fix title 12 years ago
titan 48d7093b5e Add slideshow back into ephoto. Works pretty well for now. 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 4ef79b29a5 Fix the current directory when one hasn't been provided. 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 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 71086703b5 Simplify extension matching. Should fix a segfault. 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
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
titan c589ea128f Make sure to leave fullscreen mode when exiting the slideshow. 13 years ago
Tiago Rezende Campos Falcao 99aa09f9db Remove focus hard management. 13 years ago
Tiago Rezende Campos Falcao 40b9a71963 Fix focus in flow mode. 13 years ago
Tiago Rezende Campos Falcao ef5dd761e0 Elm_Layout isn't broken 13 years ago
Gustavo Sverzut Barbieri dae342bc7d damn async things, they're always more complex than what you want. 13 years ago
Gustavo Sverzut Barbieri feba790912 some less valgrind errors. 13 years ago
Gustavo Sverzut Barbieri f5e062c676 handle no parameter without previous directory. 13 years ago
Gustavo Sverzut Barbieri 81d47b1344 ephoto is mostly ready again! 13 years ago
Gustavo Sverzut Barbieri 717c438a0e ephoto autotools overhaul. 13 years ago
Gustavo Sverzut Barbieri 770baf199e slideshow is back. 13 years ago
Gustavo Sverzut Barbieri c0537216c5 load orient from jpeg, remove former code that was ifdef'ed. 13 years ago
Gustavo Sverzut Barbieri b44a686b53 one more day of work on ephoto, still not complete. 13 years ago
Gustavo Sverzut Barbieri 47da8cd526 zoom actions, still barebones. 13 years ago
Gustavo Sverzut Barbieri 9652a108bf ouch, refactor part 2 -- less is more, so get nothing ;-) 13 years ago
Gustavo Sverzut Barbieri e21422bf65 ephoto core simplification - part 1 (UNFINISHED!!!!) 13 years ago
Gustavo Sverzut Barbieri 20df19562f use noframe style... yeah! get ride of that annoying border inside the border! 13 years ago
Gustavo Sverzut Barbieri 840b2e8574 faster and better: png or jpeg, crop. 13 years ago
Gustavo Sverzut Barbieri e3a1481bb9 what about generating thumbnails that match the expected view size? 13 years ago
Nicolas Aguirre 4da0ca1b85 The second patch fixes on bug related to an invalid memory access that was 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 13 years ago
Viktor Kojouharov 1dcf8aef39 always save the config on exit 13 years ago
Viktor Kojouharov cdb8b51c3f eet configuration. only stores the slider value for now. eina log domain macros 13 years ago
Nicolas Aguirre 368ed28cce remove debug messages and formatting 13 years ago
Nicolas Aguirre bd1ed51ead Add a callback when a new directory is selected : "directory,changed". 13 years ago
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 ... 13 years ago
Nicolas Aguirre a13304ff1d Change ephoto to use an edje layout instead of elm boxes. 13 years ago
Cedric BAIL fc3497295d * ephoto: no need to destroy window at that point. 13 years ago
titan f1a200c4c3 Add the ability to specify a directory or file to run ephoto with. 13 years ago
titan 47bd2c282e Use structures in eina_hash. Per k-s's suggestion/request ;) Props to Mike Blumenkrantz for teaching the ways of eina like Yoda taught Luke the ways of the force. 13 years ago
titan fa09a70bf8 Add the ability to show the selected image if view large is pressed and an image is selected and add the ability to double click an image to view it large. Also formatting. 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. 13 years ago
titan 83b038d947 eina_stringshare instead of strdup. Slider now works for thumb size! 13 years ago
titan 6926304983 Use elm_layout for the images. Use a hash to keep a match of files and their corresponding thumb_path. 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. 13 years ago
titan f07fc8b156 Remove old ephoto 13 years ago
titan c50aa91d93 Add ecore_getopt to support options for ephoto. Thanks to PrinceAMD for the patch. 14 years ago
titan 4e6e38a200 Add slideshow functionality, still needs some work. 14 years ago
titan a8a0794777 Add fullscreen support. 14 years ago