Commit Graph

  • 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. titan 2011-02-01 21:44:38 +0000
  • 3f51d392eb * ephoto: snapshot it. Cedric BAIL 2010-12-04 00:53:45 +0000
  • 5b55273270 For now make the overlay non transparent. titan 2010-12-01 00:59:37 +0000
  • 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. titan 2010-11-30 21:52:49 +0000
  • 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. titan 2010-11-30 02:33:22 +0000
  • 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. titan 2010-11-24 19:22:34 +0000
  • d2a93f9e9e Move the parent directory icon out of the gengrid. Next the directories will be moved out of the gengrid. titan 2010-11-24 18:15:09 +0000
  • 37e9d6c757 Use default theme for gengrid items. Rafael Fonseca 2010-11-18 18:10:21 +0000
  • 7a5d4c6437 loop the list when navigating Viktor Kojouharov 2010-11-14 02:20:57 +0000
  • ae7ffbd809 allow for the commonly used space and backspace for navigation as well Viktor Kojouharov 2010-11-14 02:19:10 +0000
  • 0d37c8668e use the entries, rather than the grid items to navigate in flow mode Viktor Kojouharov 2010-11-14 02:14:05 +0000
  • 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 Viktor Kojouharov 2010-11-14 01:51:16 +0000
  • 7a0f157742 * ephoto: cleanup ephoto for snapshot. Cedric BAIL 2010-11-12 16:14:25 +0000
  • 6f67f63c79 * eio: fix API to match the rest of the EFL API. Cedric BAIL 2010-11-12 14:08:01 +0000
  • 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. titan 2010-11-04 17:09:40 +0000
  • 8c554a6ea8 * ephoto: use eio_file_stat_ls. Cedric BAIL 2010-11-02 17:08:49 +0000
  • edd9068f2b * eina: remove dirent so apps don't rely on non portable code. Cedric BAIL 2010-11-02 15:11:05 +0000
  • c4cf3f9be4 always force focus to parent. Gustavo Sverzut Barbieri 2010-10-31 02:56:13 +0000
  • 89aa7a1991 annoyances--: proper zoom changes, add auto-fit. Gustavo Sverzut Barbieri 2010-10-31 02:50:05 +0000
  • 9d02b17892 annoyances--: comment rotation/flip as it was broken. Gustavo Sverzut Barbieri 2010-10-31 02:04:36 +0000
  • d113da0a6c use new type member. dont depend on bsd extensions. Carsten Haitzler 2010-10-30 05:57:08 +0000
  • 063248da8f * eio: break Eio error callback API to match the rest of the API. Cedric BAIL 2010-10-29 12:36:43 +0000
  • 11487fbdb5 Fix elm_toolbar usage on several projects Bruno Dilly 2010-10-26 10:34:07 +0000
  • c589ea128f Make sure to leave fullscreen mode when exiting the slideshow. titan 2010-10-24 19:10:20 +0000
  • 801c22f21c Force focus to scroller in flow mode. Tiago Rezende Campos Falcao 2010-10-21 19:21:15 +0000
  • 99aa09f9db Remove focus hard management. Tiago Rezende Campos Falcao 2010-10-21 19:21:13 +0000
  • a1fddb6891 Only check hash if it exists Sebastian Dransfeld 2010-10-20 20:46:53 +0000
  • 40b9a71963 Fix focus in flow mode. Tiago Rezende Campos Falcao 2010-10-20 12:08:42 +0000
  • 3e1a7b64eb Do nothing when used cancel button Tiago Rezende Campos Falcao 2010-10-20 12:08:39 +0000
  • ab56887638 Fix typo Lucas De Marchi 2010-10-15 18:12:29 +0000
  • efe017db8b [Ephoto] Update toolbar stuff to suit recent API changes Leandro Pereira 2010-10-15 17:54:28 +0000
  • ef5dd761e0 Elm_Layout isn't broken Tiago Rezende Campos Falcao 2010-10-15 17:40:07 +0000
  • 0072df5d63 If use Ethumb_Client, include it Tiago Rezende Campos Falcao 2010-10-15 17:40:03 +0000
  • 73a50e088b use elm goodies! Gustavo Sverzut Barbieri 2010-10-14 02:37:37 +0000
  • 320375c0f3 fit text into frame area (and similar for directories) Gustavo Sverzut Barbieri 2010-10-13 22:39:17 +0000
  • 8679562a81 and work nicely with empty directories Gustavo Sverzut Barbieri 2010-10-13 22:32:41 +0000
  • 4802d3e2ef queue items to process from animators, save cpu and less flickering. Gustavo Sverzut Barbieri 2010-10-13 22:28:23 +0000
  • c847e90429 init eio, as we use it Gustavo Sverzut Barbieri 2010-10-13 06:15:16 +0000
  • dae342bc7d damn async things, they're always more complex than what you want. Gustavo Sverzut Barbieri 2010-10-13 06:11:06 +0000
  • 8756234b66 comment this as it seems to not play well with threads. Gustavo Sverzut Barbieri 2010-10-13 05:23:31 +0000
  • b4f63379b5 do not show up when we're at / Gustavo Sverzut Barbieri 2010-10-13 05:21:45 +0000
  • 8bd148fa72 eio_file_cancel() is async and will run on future main loop iteration. Gustavo Sverzut Barbieri 2010-10-13 05:06:18 +0000
  • feba790912 some less valgrind errors. Gustavo Sverzut Barbieri 2010-10-13 03:24:22 +0000
  • f5e062c676 handle no parameter without previous directory. Gustavo Sverzut Barbieri 2010-10-12 23:46:36 +0000
  • 404e232767 oops! Gustavo Sverzut Barbieri 2010-10-12 23:02:52 +0000
  • 81d47b1344 ephoto is mostly ready again! Gustavo Sverzut Barbieri 2010-10-12 22:54:20 +0000
  • ad73446df7 support more exif orientation modes. Gustavo Sverzut Barbieri 2010-10-12 18:16:42 +0000
  • d74d0ff7c9 alt-up for thumb browser, make orient get visible outside. Gustavo Sverzut Barbieri 2010-10-12 17:26:23 +0000
  • 3b4f4d0f25 remove error message, fix message and add debug. Gustavo Sverzut Barbieri 2010-10-12 05:19:56 +0000
  • 717c438a0e ephoto autotools overhaul. Gustavo Sverzut Barbieri 2010-10-12 04:58:04 +0000
  • 5064e7bf6e remember_directory is not an option anymore. Gustavo Sverzut Barbieri 2010-10-12 03:44:17 +0000
  • 770baf199e slideshow is back. Gustavo Sverzut Barbieri 2010-10-12 03:40:14 +0000
  • e5c722abb2 insert thumbnails sorted. Gustavo Sverzut Barbieri 2010-10-11 02:54:49 +0000
  • c0537216c5 load orient from jpeg, remove former code that was ifdef'ed. Gustavo Sverzut Barbieri 2010-10-11 02:30:51 +0000
  • b44a686b53 one more day of work on ephoto, still not complete. Gustavo Sverzut Barbieri 2010-10-11 01:10:27 +0000
  • 47da8cd526 zoom actions, still barebones. Gustavo Sverzut Barbieri 2010-10-10 18:57:48 +0000
  • 9652a108bf ouch, refactor part 2 -- less is more, so get nothing ;-) Gustavo Sverzut Barbieri 2010-10-10 01:13:53 +0000
  • e21422bf65 ephoto core simplification - part 1 (UNFINISHED!!!!) Gustavo Sverzut Barbieri 2010-10-09 19:13:35 +0000
  • 73d91bfa90 usual paradigm is vertical scroll, let's stick to it. Gustavo Sverzut Barbieri 2010-10-09 01:45:32 +0000
  • 20df19562f use noframe style... yeah! get ride of that annoying border inside the border! Gustavo Sverzut Barbieri 2010-10-08 23:18:41 +0000
  • 840b2e8574 faster and better: png or jpeg, crop. Gustavo Sverzut Barbieri 2010-10-08 23:03:22 +0000
  • e3a1481bb9 what about generating thumbnails that match the expected view size? Gustavo Sverzut Barbieri 2010-10-08 22:48:12 +0000
  • 2fd24ddbac hack not needed anymore. Gustavo Sverzut Barbieri 2010-10-08 21:47:40 +0000
  • e434b9aaee refactor, improve sizing of icons. Gustavo Sverzut Barbieri 2010-10-08 21:43:57 +0000
  • dc2f3c47c9 avoid directories starting with '.' and faster check for directory. Gustavo Sverzut Barbieri 2010-10-08 20:31:04 +0000
  • ccaa92a949 better min/max values. Gustavo Sverzut Barbieri 2010-10-08 20:25:18 +0000
  • 50c67f7ad6 simplify, move thumb count to theme, min limit to contents. Gustavo Sverzut Barbieri 2010-10-08 20:21:29 +0000
  • 5637a4879f oops, remaining shutdowns that should die. Gustavo Sverzut Barbieri 2010-10-08 19:48:32 +0000
  • 2e88dacb27 whitespace cleanup, log domain to lowercase. Gustavo Sverzut Barbieri 2010-10-08 19:04:34 +0000
  • 844d8b6529 simplify, just init efreet_mime once, etc. Gustavo Sverzut Barbieri 2010-10-08 19:03:21 +0000
  • cc899e3325 couple of minor improvements to ephoto. Gustavo Sverzut Barbieri 2010-10-08 18:51:19 +0000
  • f83df173c9 Add missing file Nicolas Aguirre 2010-10-03 14:45:53 +0000
  • c8ba378cbb Randomize angles of pĥotos in directory thumbnails. Nicolas Aguirre 2010-10-03 14:17:09 +0000
  • 53a83a021f Apply Otavio Pontes patch about displaying directories and modify it to display thumbnails when photos are present into this directory. Nicolas Aguirre 2010-10-03 09:50:00 +0000
  • 1a73a71d36 add an option to sort the images before displaying them. Viktor Kojouharov 2010-10-03 00:13:02 +0000
  • 1c512b83f8 Avoid photocam zoom effect on picture load. Nicolas Aguirre 2010-10-01 18:06:05 +0000
  • 7a3e11d737 * ephoto: call exif only on jpeg file. Cedric BAIL 2010-09-30 16:23:54 +0000
  • 9f0346d7e1 * ephoto: display all image correctly, not only jpeg. Cedric BAIL 2010-09-30 16:23:17 +0000
  • 153e9d89d6 commit c0d355a3438ba4e9c731d190fa292c0eb9acde23 Author: Otavio Pontes <otavio@profusion.mobi> Date: Mon Sep 27 11:32:34 2010 -0300 Nicolas Aguirre 2010-09-29 17:57:43 +0000
  • ad063ce60e From: Otavio Pontes <otavio@profusion.mobi> Date: Thu, 23 Sep 2010 16:39:58 -0300 Subject: [PATCH 4/5] Adding new keyboard shortcuts to ephoto. To: otavio@profusion.mobi Otavio Pontes 2010-09-29 17:34:35 +0000
  • 4da0ca1b85 The second patch fixes on bug related to an invalid memory access that was causing segmentation fault in my computer (valgrind was complaining about it too). Nicolas Aguirre 2010-09-29 17:09:42 +0000
  • 7e44cd9256 First patch fixes one warning about integer comparison. Nicolas Aguirre 2010-09-29 17:06:32 +0000
  • d9c7cfd80e add the external editor support (currently by pressing "e" in the flow browser) Viktor Kojouharov 2010-09-27 22:02:10 +0000
  • 5d473ea800 fix a few segfaults that happened on a specific computer Viktor Kojouharov 2010-09-20 09:06:53 +0000
  • e2fed73485 Fix toolbar items. titan 2010-09-19 22:32:56 +0000
  • e5cee3de65 Don't swallow the toolbar twice. titan 2010-09-19 21:59:05 +0000
  • 19243a1ae1 Swallow the toolbar in the correct place. titan 2010-09-19 21:54:58 +0000
  • 338d836f10 Make sure the preferences image is installed. titan 2010-09-19 20:30:12 +0000
  • 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 Viktor Kojouharov 2010-09-19 15:30:36 +0000
  • 574483bb47 Remove a lot of warnings. titan 2010-09-18 20:18:43 +0000
  • 35c4b294bd optional libexif support. Viktor Kojouharov 2010-09-14 08:35:42 +0000
  • 1dcf8aef39 always save the config on exit Viktor Kojouharov 2010-09-14 07:02:04 +0000
  • cbdc82096b limit thumb scrolling to the horizontal axis, since it doesn't overflow vertically Viktor Kojouharov 2010-09-13 22:27:00 +0000
  • cdb8b51c3f eet configuration. only stores the slider value for now. eina log domain macros Viktor Kojouharov 2010-09-13 22:24:59 +0000
  • 368ed28cce remove debug messages and formatting Nicolas Aguirre 2010-09-13 17:36:16 +0000
  • bd1ed51ead Add a callback when a new directory is selected : "directory,changed". Nicolas Aguirre 2010-09-13 17:02:32 +0000
  • 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 ... Nicolas Aguirre 2010-09-13 16:40:33 +0000
  • a13304ff1d Change ephoto to use an edje layout instead of elm boxes. Nicolas Aguirre 2010-09-13 16:29:39 +0000
  • 7f5a6d874f * TODO: update them with some ideas, so that i don't forget them. Cedric BAIL 2010-09-13 12:35:52 +0000
  • de55dbc77a Update todo. titan 2010-09-10 21:00:18 +0000