Commit Graph

383 Commits

Author SHA1 Message Date
Cedric BAIL 9ac8cb0be1 ephoto: fix DSO.
SVN revision: 57451
2011-03-01 10:04:40 +00:00
titan 8f8f25942e Whoops. Left out some key bindings.
SVN revision: 57443
2011-03-01 06:24:30 +00:00
titan f95dca17df Make the flow browser follow the same code and styles as the rest of the code.
SVN revision: 57442
2011-03-01 06:11:44 +00:00
titan aadaa80ddd Fix browsing in single view!
SVN revision: 57314
2011-02-24 22:45:00 +00:00
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
2011-02-24 22:26:47 +00:00
titan 362047fe24 Speed up the ephoto thumb browser by a lot... Thanks k-s for some old cold that helped :)
SVN revision: 57227
2011-02-22 01:55:08 +00:00
Cedric BAIL 200d7c16d7 efl: turn on cached result, that will reduce your configure time a lot !
SVN revision: 57213
2011-02-21 14:56:49 +00:00
titan 62f630e67c Fix title
SVN revision: 57174
2011-02-19 20:53:16 +00:00
Rui Seabra a36a5e9385 Use standard elements so QA tools don't complain.
SVN revision: 57172
2011-02-19 20:38:38 +00:00
Rui Seabra 08abfdbacd Some build fixes, namely for rpmbuilding.
SVN revision: 57142
2011-02-17 23:34:45 +00:00
titan 220c58503d Add some focus calls for switching between thumb and flow browsers.
SVN revision: 57138
2011-02-17 20:23:03 +00:00
Massimo Maiurana 03a4bb8761 updating various translations
SVN revision: 57062
2011-02-15 18:58:02 +00:00
titan 48d7093b5e Add slideshow back into ephoto. Works pretty well for now.
SVN revision: 57039
2011-02-14 21:16:13 +00:00
titan 05531c003c Make the starting thumb size smaller.
SVN revision: 57038
2011-02-14 20:30:42 +00:00
Massimo Maiurana 93bc6dfe53 updating french and italian translations
SVN revision: 57032
2011-02-14 18:36:32 +00:00
titan 138abeab08 Use JPEG FORMAT for ethumb where appropriate.
SVN revision: 57030
2011-02-14 17:12:28 +00:00
titan 2a34c1d908 Update AUTHORS and TODO
SVN revision: 57005
2011-02-14 05:56:46 +00:00
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.
SVN revision: 57002
2011-02-14 03:04:20 +00:00
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.
SVN revision: 56998
2011-02-14 01:13:27 +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 1c4ea07b1e Fix some icon definitions
SVN revision: 56944
2011-02-11 00:42:26 +00:00
titan 4ef79b29a5 Fix the current directory when one hasn't been provided.
SVN revision: 56943
2011-02-11 00:09:33 +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 1a52097901 Fix a seg on close.
SVN revision: 56795
2011-02-08 02:51:40 +00:00
titan b48c1d7415 Cleanup the flow browsing some more.
SVN revision: 56793
2011-02-08 00:53:26 +00:00
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.
SVN revision: 56792
2011-02-07 23:38:25 +00:00
titan 504a0babcf Fix a bug that causes a segfault by not being to find a path for thumbing.
SVN revision: 56683
2011-02-03 19:41:55 +00:00
titan 6a5164fae8 Whoops get the number we are strcmping right.
SVN revision: 56682
2011-02-03 19:30:59 +00:00
titan 2f49f3359f Whoops bad idea. Efreet is crazy right now. Go back to strncasecmp.
SVN revision: 56681
2011-02-03 19:26:56 +00:00
titan c24ccdf03e Use efreet to determine if its an image or not.
SVN revision: 56680
2011-02-03 19:18:36 +00:00
titan a3e0247f03 Stick to FDO format for now.
SVN revision: 56679
2011-02-03 19:06:57 +00:00
titan 71086703b5 Simplify extension matching. Should fix a segfault.
SVN revision: 56678
2011-02-03 18:58:20 +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
Lucas De Marchi bca67cd5f7 unbreak ephoto build
find src/bin/ -name '*.c' | sort  > po/POTFILES.in



SVN revision: 56657
2011-02-02 18:11:16 +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
Cedric BAIL 3f51d392eb * ephoto: snapshot it.
SVN revision: 55244
2010-12-04 00:53:45 +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
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.
SVN revision: 55077
2010-11-30 02:33:22 +00:00
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.
SVN revision: 54948
2010-11-24 19:22:34 +00:00
titan d2a93f9e9e Move the parent directory icon out of the gengrid. Next the directories will be moved out of the gengrid.
SVN revision: 54941
2010-11-24 18:15:09 +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
Viktor Kojouharov 7a5d4c6437 loop the list when navigating
SVN revision: 54544
2010-11-14 02:20:57 +00:00
Viktor Kojouharov ae7ffbd809 allow for the commonly used space and backspace for navigation as well
SVN revision: 54543
2010-11-14 02:19:10 +00:00
Viktor Kojouharov 0d37c8668e use the entries, rather than the grid items to navigate in flow mode
SVN revision: 54542
2010-11-14 02:14:05 +00:00
Viktor Kojouharov a9a783385d Move the entry list building to the main file, since it is used by both the thumb and flow views.
Inform the relevant parties when the list starts and stops getting populated, and when an entry is created, via ecore events.
Remove the pending path stuff from the thumb browser, as it is not for it.
Remove the ability to set the currently viewed file by path alone, always rely on an entry.
Correctly set the disable states on the navigation toolbar buttons when starting ephoto directly in flow mode


SVN revision: 54541
2010-11-14 01:51:16 +00:00
Cedric BAIL 7a0f157742 * ephoto: cleanup ephoto for snapshot.
SVN revision: 54511
2010-11-12 16:14:25 +00:00
Cedric BAIL 6f67f63c79 * eio: fix API to match the rest of the EFL API.
SVN revision: 54504
2010-11-12 14:08:01 +00:00