Commit Graph

662 Commits

Author SHA1 Message Date
Stephen Houston 485d0342d7 Ephoto: Make sure to reset changes on cancel. 2015-10-30 14:50:13 -05:00
Stephen Houston ae946f5b74 Ephoto: Cleanup the settings panel. 2015-10-30 14:42:13 -05:00
Stephen Houston 7e5c758a2f Ephoto: Add the ability to upload an image to imgur. 2015-10-29 17:45:36 -05:00
Stephen Houston 1acaef0e10 Ephoto: Fix cropper slider math. 2015-10-27 16:55:45 -05:00
Stephen Houston 41a24cf1a6 Ephoto: Change crop sliders on drag stop. 2015-10-27 15:08:24 -05:00
Stephen Houston cf5a8d6a3c Ephoto: Finish the cleanup on the cropper appearance. 2015-10-27 14:53:26 -05:00
Stephen Houston b630921349 Ephoto: Begin cleaning up the cropper to look like the rest of the editing features. 2015-10-14 16:39:20 -05:00
Stephen Houston cc4a7ed0cb Ephoto: Fix bug where slideshow continues running in background on mouse down. 2015-08-27 17:59:19 -05:00
Stephen Houston 840792ecc3 Ephoto: Fix seg on free... Deleting the image already frees the data. 2015-08-27 12:20:30 -05:00
Stephen Houston b5837424dd Ephoto: Clean up edit menu. 2015-08-27 12:02:15 -05:00
Stephen Houston 8304fc892a Ephoto: Add color level adjustment feature to the single browser. 2015-08-27 11:52:56 -05:00
Stephen Houston fba9a17b48 Ephoto: Add auto histogram equalization filter. Clean up some code. 2015-08-26 19:12:32 -05:00
Stephen Houston 76cfa1d52c Ephoto: Fix bug with a bad free on entry set. Deleting the image already frees the image data. 2015-08-17 17:31:39 -05:00
Stephen Houston 835f623d63 Ephoto: Add filters and enhancements. Blur, Sharpen, Black and White, and Old Photo. More to come. 2015-08-17 16:18:33 -05:00
Stephen Houston 8e7a002a1c Ephoto: Update info label upon rotations. 2015-08-17 14:09:33 -05:00
Stephen Houston 875b43649f Ephoto: Consider rotations as an edit. 2015-08-17 13:59:07 -05:00
Stephen Houston dd24871ca3 Ephoto: Make cancelling an edit work correctly. 2015-08-17 13:50:21 -05:00
Stephen Houston 54bd029e0d Ephoto: Add in some simple editing features. More to come and some filters. 2015-08-17 13:10:33 -05:00
Flavio Ceolin f8471f846a Fix memory leak
String returned by _ephoto_get_file_size() was leaking.
2015-08-16 20:20:37 -03:00
Flavio Ceolin 68271a0c89 browser: Fix function type
Returning "char *" instead of "const char *" since the function returns
an strdup() string.
2015-08-16 20:20:37 -03:00
Stephen Houston 51599acb3a Ephoto: Set directory entry text at a better time. 2015-08-11 10:27:50 -05:00
Stephen Houston 458ec58221 Ephoto: Add plural gettext for slideshow seconds 2015-08-11 10:15:31 -05:00
Daniel Kolesa 4ca6028008 fix localization for real 2015-08-11 15:58:02 +01:00
Stephen Houston 89bd893b4c Ephoto: Remove plural s for English. 2015-08-10 16:51:37 -05:00
Stephen Houston de374892ee EPhoto: Add plural translating 2015-08-10 16:46:35 -05:00
Stephen Houston d4a477db41 Ephoto: Use B instead of bytes and don't include a space between the number and acronym 2015-08-10 16:20:30 -05:00
Stephen Houston d87aae7612 Ephoto: Make directory entry work. 2015-08-10 16:05:35 -05:00
Stephen Houston 2cdf0d8126 Ephoto: More localization! Translators: Update your translations and add new ones! 2015-08-10 15:58:16 -05:00
q66 c736d8d07a fixed localization 2015-08-10 21:07:54 +01:00
Stephen Houston 90e819b3b5 Ephoto: Add an entry for directories(not functional yet) 2015-08-10 14:33:18 -05:00
Stephen Houston 87f4c655ea Ephoto: Include gettext.h 2015-08-10 13:53:15 -05:00
Stephen Houston ba04557967 Ephoto: Start working on allowing translation again. Translators: UPDATE! 2015-08-10 11:38:23 -05:00
Stephen Houston 3e3a4308b4 Ephoto: Lookup FDO icons first. 2015-08-10 10:42:02 -05:00
Stephen Houston ded920c4ec Ephoto: Slideshow - Make escape progression logical. Stop slideshow when escaped. 2015-08-07 09:14:42 -05:00
Stephen Houston 306929d859 Ephoto: Slideshow - Update the titlebar with the image name when the slideshow changes images. 2015-08-07 09:07:08 -05:00
Stephen Houston 29e4bb3d1a Ephoto: Use correct icon names from spec. Elementary needs to stop overriding though. 2015-06-15 14:10:09 -05:00
Stephen Houston d5fa0ec306 Ephoto: Reset Orient when image is reset. 2015-04-07 10:07:10 -05:00
Stephen Houston fb87d20f13 Ephoto: Fix an issue where overwrite was not working. On save as, add the new entry and change dirs. 2015-03-05 16:18:17 -06:00
Stephen Houston 57f2a4ea07 Ephoto: Update TODO, Make fsel default save name the basename of current image. 2015-03-05 14:47:19 -06:00
Stephen Houston 9e204bd63b Ephoto: If image is smaller than viewer, zoom 1:1 instead of fit. 2015-03-05 14:40:53 -06:00
Stephen Houston ede263f65a Ephoto: Add real size label to the cropper so you will know the size of cropped image. 2015-03-05 11:23:58 -06:00
Stephen Houston d678d7b45b Ephoto: Combine settings and about dialog. Read Authors from file. 2015-03-04 16:29:21 -06:00
Stephen Houston 58a3f75615 Ephoto: Cancel cropping if back button is pressed. 2015-03-03 15:13:45 -06:00
Stephen Houston 6cce9a1e9e Ephoto: Escape cancels cropping, Return applies crop. 2015-03-03 15:06:02 -06:00
Boris Faure 52e8576d9c Ephoto: fix shadowed variable 2015-02-23 20:26:53 +01:00
Daniel Juyung Seo 27cb461bed Ephoto: Remove elm_init/shutdown call.
This is done automatically in ELM_MAIN() macro.
2015-02-23 04:52:35 +09:00
Daniel Juyung Seo 4e3365ddbf Ephoto: Use elm_win_util_standard_add() 2015-02-23 04:46:54 +09:00
Daniel Juyung Seo fd15398bb9 Ephoto: Use Eina_Bool for boolean type. 2015-02-23 04:38:10 +09:00
Daniel Juyung Seo 2747dea592 Ephoto: Remove unuses variables. 2015-02-23 04:36:53 +09:00
Stephen Houston a55ffcc290 Ephoto: Spec file fix, rid of unused variables. 2015-02-20 21:08:25 -06:00
Stephen Houston f670969435 Ephoto: More work on crop scale/aspect 2015-02-20 19:22:43 -06:00
Stephen Houston 7be54bd65d Ephoto: Keep cropper from disappearing on zoom. 2015-02-20 13:51:34 -06:00
Stephen Houston e812fca066 Ephoto: Allow the cropper to resize correctly with zoom. 2015-02-20 13:19:11 -06:00
Stephen Houston 0546f6d9af Ephoto: Add reset image, save image, and save image as. 2015-02-20 12:47:02 -06:00
Stephen Houston 11c8114e26 Ephoto: Formatting and white space removal. Use like function defintions. 2015-02-20 10:07:50 -06:00
Stephen Houston 4f88f1fc8c Ephoto: Handle cursor being out of bounds on cropper better. 2015-02-20 09:01:18 -06:00
Stephen Houston 5ae587a8a1 Ephoto: Use the cropper within the main window. No more inwin. 2015-02-19 20:12:53 -06:00
Stephen Houston 397f5005c7 Ephoto: Better constraining via edje. 2015-02-19 18:00:11 -06:00
Stephen Houston da9baaa313 Ephoto: Add constraints to the cropper 2015-02-19 16:31:27 -06:00
Stephen Houston 1fcf1783a0 Ephoto: Make sure to del evas_object_rect. 2015-02-19 15:49:48 -06:00
Stephen Houston f8b9b7e820 Ephoto: Fix crop calcs. Still needs constraint. 2015-02-19 14:21:50 -06:00
Stephen Houston 56491a3d85 Ephoto: Cut the cropper x/y coordinates in half. 2015-02-18 16:01:31 -06:00
Stephen Houston 59de8bac65 Ephoto: Fix cropper x/y coords 2015-02-18 14:20:39 -06:00
Stephen Houston 1a2b562e75 Ephoto: Refactor some crop code. 2015-02-18 14:07:27 -06:00
Stephen Houston 91de631a7b Ephoto: Allow the cropper to freely move and allow full handle control. 2015-02-12 13:19:27 -06:00
Stephen Houston 04f6182eab Ephoto: Add new cropper 2015-02-12 13:18:38 -06:00
Stephen Houston 813805118c Ephoto: Make sure to change info label on crop. 2015-02-02 15:48:52 -06:00
Stephen Houston 06aea55c17 Ephoto: Add cropping: Warning: Very experimental at this point. 2015-02-02 13:54:45 -06:00
Stephen Houston 3af706ff11 Ephoto: Clean up autofoo ... Try to make Ephoto releasable. 2015-01-29 15:06:33 -06:00
Stephen Houston bed0f8029b Ephoto: Stick editing options in a toolbar menu to clean up single view. 2015-01-27 16:48:10 -06:00
Stephen Houston a5fb4b25c4 Ephoto: Bump config version: Remember fsel hidden state for next time opened. 2015-01-26 16:21:31 -06:00
Daniel Juyung Seo 6db2aa4ea2 Ephoto: Use premultiplied colors. 2015-01-26 08:20:18 +09:00
Stephen Houston 37faad3e26 Ephoto: Use overlap style on naviframe 2015-01-25 16:47:58 -06:00
Stephen Houston dc07a9f6bd Ephoto: Make single browser info label same size as thumb browser. Align thumb toolbar top. 2015-01-25 14:51:40 -06:00
Stephen Houston e57ff81632 Ephoto: lineup info label and hide button, change panel from single browser to top toolbar. 2015-01-25 14:15:06 -06:00
Stephen Houston 3c02d02b75 Ephoto: Use better standard names(except when overriding elm icons) use icon for collapse. 2015-01-25 12:34:11 -06:00
Stephen Houston 0e8c380ea0 Ephoto: Say no to panes. Add ability to collapse fsel to save space. 2015-01-25 11:11:03 -06:00
Stephen Houston 56d364dded Ephoto: Oops. 9.0 is probably not a very good weight. 2015-01-25 10:25:23 -06:00
Stephen Houston 5f7c14a04a Ephoto: Double click dirs/Fix info label not clearing. 2015-01-25 10:12:11 -06:00
Stephen Houston 218a0a69cf Ephoto: Fix an issue where the thumb browser info label was not updating. 2015-01-25 09:22:58 -06:00
Stephen Houston a59450718f Ephoto: fix an issue where directories were considered images in single browser. 2015-01-24 18:37:43 -06:00
Stephen Houston 6e58fcf23e Ephoto: Begin adding the file selector into the main thumb browser window. 2015-01-24 15:19:25 -06:00
Stephen Houston c93ec61058 Ephoto: Add an information label with resolution, size, and type for single images. 2015-01-19 15:26:13 -06:00
Stephen Houston e8fc02dc65 Ephoto: Be uniform with unused variables. Use EINA_UNUSED for all. 2015-01-18 16:47:32 -06:00
Stephen Houston d3fbf76314 Ephoto: Add the ability to DND from the single image to other applications. 2015-01-16 14:41:46 -06:00
Stephen Houston a413df8c48 Ephoto: Add the ability to DND from the grid to other applications. 2015-01-16 13:39:02 -06:00
Stephen Houston 94eb103e48 Ephoto: Update Ephoto's image rotation to work as expected with raster's elm_image changes. 2015-01-13 14:53:29 -06:00
Stephen Houston 5a5f65374b Ephoto: Better handling of bad images. 2015-01-06 13:35:05 -06:00
Marcel Hollerbach 4f77f049ad Compare extensions undepending from the case
Maybe some cameras like Olympus are going to save them as .JPG.
2015-01-06 17:18:58 +01:00
Stephen Houston ad79256b8e Display a message when there are no imgaes in a directory that has been selected. 2014-11-25 14:15:27 -06:00
Stephen Houston 109634798f Update TODO file. 2014-11-24 16:14:14 -06:00
Stephen Houston 73fab6ffd1 Reset scroller content after rotation 2014-11-23 21:40:11 -06:00
Stephen Houston ef82e33746 Bug fixes, keybinding work, add rotation to single browser, remove photocam until is fixed/can rotate, slideshow starts in window. See summary for more.
Remove libexif support and code as this is now done outside of Ephoto.  Remove all photocam code until photocam can rotate like elm_image and doesn't crash on certain jpegs and while zooming.  Slideshow now starts in window, as usual press F11 for fullscreen. Single brower now does rotations.  There is still a keybinding bug that needs to be fixed where keybindings are passed through to other pages within the naviframe.
2014-11-23 15:44:24 -06:00
Stephen Houston b65afab7a0 Add the first configuration items to the dialog: Slideshow timeout and slideshow transition. 2014-11-21 16:40:09 -06:00
Stephen Houston de3db26931 Fix mixed up icons 2014-11-20 21:46:12 -06:00
Stephen Houston b7f6221f34 Add a simple About Dialog. 2014-11-20 20:28:55 -06:00
Stephen Houston 28a4d401bf Add the beginning stages of a config dialog. 2014-11-19 16:50:56 -06:00
Stephen Houston 74471f29b3 Fix title to not be redundant since entry already shows path. Change Elm_Gengrid_Item to Elm_Object_Item 2014-11-19 10:50:35 -06:00
Stephen Houston b0ef804dd4 Rework config loading/saving and remember window size and panel state. 2014-11-18 21:18:22 -06:00
Stephen Houston 833bd4513d Ephoto: @fix revert files being visible in fileselector as there is no way to disable selecting them. 2014-11-18 16:54:54 -06:00
Stephen Houston f7f6c9c59f Ephoto: Make the thumb browser alphabetical again. Default panel to visible. Show files in selector. 2014-11-18 15:35:24 -06:00
Stephen Houston ba54326c1e @feature Moved toolbars to left side panels. Removed grid directory browsing.
Moved the toolbars to panels on the left side in order to make better use of space.  Removed the ability to browse using the grid as it is redundant with the entry and file selector.
2014-11-18 13:37:49 -06:00
Tae-Hwan Kim 27709d6126 Add jpg into the filter
Summary:
Add jpg into the filter to recognitze the file type in the ephoto browser.

Fixes T1684

Reviewers: raster, Hermet, huchi

Maniphest Tasks: T1684

Differential Revision: https://phab.enlightenment.org/D1472
2014-09-22 12:12:41 +02:00
Sanjeev BA ecb6fea48d Measure extension from the end.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
2014-08-07 13:33:30 +09:00
Sanjeev BA 4fc8cedccb Add filters at application level.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
2014-08-05 08:55:49 +09:00
Sanjeev BA 5cb4285df2 Revert "Do not load non-image files in ephoto. Fix for https://phab.enlightenment.org/T802"
This reverts commit 9cae696fab.

q!
nnnls -la
efr:wq!
eet mime will always be an order of magnitude slower than evas_object_image_extension_can_load_get.
2014-08-05 08:09:33 +09:00
Sanjeev BA 9cae696fab Do not load non-image files in ephoto. Fix for https://phab.enlightenment.org/T802
Summary:
ephoto uses evas_common_extension_can_load_get() to determine whether a certain type of file should be displayed or not.
mp3, mp4, ogg etc can be loaded by evas.
There is already code in ephoto to enable "mime" type based loading of files - commented because efreet crashed in multi thread case.
We should enable that code and fix issues in efreet.

Reviewers: raster

Differential Revision: https://phab.enlightenment.org/D1257
2014-07-31 15:31:39 +09:00
ChunEon Park e274f34432 replace the deprecated apis to new ones. 2014-02-06 12:19:58 +09:00
Stephen Houston f7b4eda791 Ephoto: Use layout/edje external, toolbars for better icons, and other UI
Use layout and edje externals for better themability when others make elm themes.  Using toolbars improves the size and functionality of the icons.  Remove unnecessary entry/label in single view.
2014-01-16 15:34:33 -06:00
Daniel Juyung Seo 4538c84f5b Ephoto: Make button's image size to follow vertical aspect. 2014-01-08 02:14:38 +09:00
Daniel Juyung Seo 08bc166384 Ephoto: Make gengrid thumbnail size scalable. 2014-01-08 01:49:26 +09:00
Stephen Houston 1b0e2ac4af Ephoto: Use standard icons, remove unused code, and match dark theme.
Use standard icons based on icon theme to remove dependency on Faenza icons.  Removed the old directory code that would provide a preview of the images in the directory.  This code hasn't worked in a while and frankly is just unneccasry and would slow down the app. Remove images and theme that was shipped with Ephoto.  It is no longer needed.  Change style on some widgets to better match dark theme. Prepare Ephoto to be released soon.
2014-01-04 13:17:58 -06:00
Stephen Houston 0619778dc1 Ephoto - Update ephoto's thumb code to use elm_thumb's new options. 2013-10-12 13:21:45 -05:00
Carsten Haitzler 7ac111a0c5 warn-- 2013-08-05 11:52:29 +09:00
Carsten Haitzler 9e05a6beea dont assume ethumb daemons are always around AND connected to. wrong. 2013-08-05 11:51:29 +09:00
Stephen Houston b1723b6435 Save ephoto config on exit so it remembers thumb size, current directory, etc...
SVN revision: 82783
2013-01-14 21:05:33 +00:00
Stephen Houston ce345d8434 I am almost 1000% positive this commit is not doing a single thing. But whatever has happened - Buttons are automagically working for some really odd reason.
SVN revision: 82745
2013-01-14 07:18:49 +00:00
Daniel Juyung Seo 26bcc09cc8 ephoto: Use new elementary apis.
SVN revision: 77231
2012-10-01 02:42:23 +00:00
Igor Murzov (GArik_) e781115b2c ephoto: fix zoom functions on single browser
For elm images. Using evas images size instead of elm_image size.

Patch by: Igor Murzov (GArik_) <e-mail@date.by>



SVN revision: 75637
2012-08-23 20:14:52 +00:00
Bruno Dilly 912feeed42 ephoto: don't use elm image as evas image
Fix error
CRI<8719>:evas_main main.c:114 evas_debug_magic_wrong() Input object is wrong
type
    Expected: 71777775 - Evas_Object (Image)
    Supplied: 71777777 - Evas_Object (Smart)

spotted by GArik_



SVN revision: 75578
2012-08-22 22:01:24 +00:00
Bruno Dilly 941de7187b ephoto: avoid theme complaints
I suppose elm will take care of making this button big
enough to be used considering user configs and such.
finger size, scale, ...



SVN revision: 75577
2012-08-22 22:01:18 +00:00
Bruno Dilly e0c86362b2 ephoto: avoid building warning
SVN revision: 75563
2012-08-22 20:01:58 +00:00
Bruno Dilly 1372dc64c9 ephoto: commit fixing style
SVN revision: 75562
2012-08-22 20:01:52 +00:00
Bruno Dilly ea03dc356c ephoto: Changed gengrid align to 0.5, 0.0.
Now ephoto doesn't looks like other photo browsers.

OK, it's a joke, but I don't see why we shouldn't centralize it
just to make it looks like other photo browsers. Maybe their toolkits
don't support it, =D

I will centralize the single browser too, as soon as I can.



SVN revision: 75561
2012-08-22 20:01:47 +00:00
Bruno Dilly cdb21f616a ephoto: fix walking on single browser
Use same compare function to create the list and search on it.
Keep the one that was prioritizing directories.



SVN revision: 75560
2012-08-22 20:01:40 +00:00
Bruno Dilly 1d12801c6f ephoto: Register log domain first
SVN revision: 75559
2012-08-22 20:01:30 +00:00
Daniel Juyung Seo 57978f73a5 elfe, enna-explorer, envision, ephoto: Applied elm_gengrid_bounce_set -> elm_scroller_bounce_set API change.
SVN revision: 73620
2012-07-12 15:04:46 +00:00
Daniel Juyung Seo b8f4e5d137 ephoto: Applied elm_icon API change.
SVN revision: 71806
2012-06-07 11:41:03 +00:00
ChunEon Park 769ae23360 ephoto - pager -> naviframe
SVN revision: 69657
2012-03-27 07:49:29 +00:00
Jiyoun Park f1d0cb7022 remove code related with elm_slideshow_item
which was deprecated


SVN revision: 69102
2012-03-09 13:12:47 +00:00
Daniel Juyung Seo 9c24087cbb ephoto: Fixed build break. Patch by Hyoyoung Change <hyoyoung@gmail.com>
On Fri, Mar 9, 2012 at 2:29 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all
>
> In ephoto, elm_gengrid_item_bring_in is used.
> However some days ago, many changes was committed to elm. Also it's
> parameters are changed.
> It's patch for this.
>
> Thanks
>

SVN revision: 69074
2012-03-09 06:22:03 +00:00
Cedric BAIL 77f6cd5dde ephoto: fix massive break in ephoto.
SVN revision: 68277
2012-02-22 16:16:24 +00:00
ChunEon Park fbc66f1e6b ephoto - Elm_Gengrid_Item -> Elm_Object_Item
SVN revision: 67617
2012-01-31 00:58:19 +00:00
Daniel Juyung Seo 93997044cd ephoto ephoto.h: Removed unused variable. Build warning--
SVN revision: 67255
2012-01-17 00:02:18 +00:00
Daniel Juyung Seo 84d9855ac8 ephoto: Changed gengrid align to 0.0, 0.0. Now ephoto looks like other
photo browser.


SVN revision: 66855
2012-01-04 08:23:45 +00:00
Cedric BAIL c528efcbd4 ephoto: there is an API to know if a file could be displayed by Evas.
SVN revision: 66757
2012-01-02 14:36:18 +00:00
Daniel Juyung Seo 74b730a5c5 ephoto: Applied elm api changes. elm_slideshow_item_data_get ->
elm_object_item_data_get.


SVN revision: 66579
2011-12-27 23:48:13 +00:00
ChunEon Park 09e78fd36f ephoto - more clear variable name
SVN revision: 66053
2011-12-09 04:38:59 +00:00
Daniel Juyung Seo a194aa70a8 ephoto: Applied elm changes. Elm_Slideshow_Item -> Elm_Object_Item.
SVN revision: 66045
2011-12-09 00:59:39 +00:00
Daniel Juyung Seo 5dc7b16681 clouseau, ephoto, ensure: Applied genlist/gengrid changes. label_get
-> text_get.


SVN revision: 65760
2011-12-01 08:32:43 +00:00
Daniel Juyung Seo e315adfa44 ephoto: Applied recent elm changes to ephoto.
SVN revision: 65731
2011-12-01 05:09:59 +00:00
Stephen Houston 8e54c29d39 Make sure to reset the window title back to the directory path when returning from single image to the grid.
SVN revision: 64708
2011-11-03 17:09:06 +00:00
Stephen Houston b8c65ecd51 Update code that was deprecated and remove all warnings.
SVN revision: 64707
2011-11-03 16:32:47 +00:00
Daniel Juyung Seo 6d29377cc6 Applied elm_object_focus() -> elm_object_focus_set() change to some
apps and libraries.


SVN revision: 62436
2011-08-14 08:39:30 +00:00
Boris Faure 798b2577bc ephoto: s!e,desktop,background!e/desktop/background!
SVN revision: 60883
2011-06-30 19:25:21 +00:00
Boris Faure 428a5c50a4 ephoto: avoid segfault when no config
SVN revision: 60882
2011-06-30 19:24:33 +00:00
Stephen Houston d0cc5e7849 Make edje work in slideshow as well
SVN revision: 60876
2011-06-30 16:11:35 +00:00
Stephen Houston f403c0d731 Add edje viewing capabilities.
SVN revision: 60875
2011-06-30 16:04:18 +00:00
Stephen Houston 249383b134 Add in some other image formats (cedric/bluebugs.. can you please add back in the psd support? I'm sorry it got lost) Also make the label in single browser an entry(disabled for now)... It keeps the look consistent and will have a purpose soon.
SVN revision: 60835
2011-06-29 19:49:24 +00:00
Stephen Houston 514c204ebc Fix devilhorns commit just a tad... Control aspect both ways as to not get misaligned icons in the buttons.
SVN revision: 60823
2011-06-29 15:24:01 +00:00
Christopher Michael c6930ed149 EPhoto: Fix issue with buttons in theme & single browser mode (if the
elm fingersize was set to small (5) then the buttons where barely
clickable). Ok'd by Okra.



SVN revision: 60822
2011-06-29 14:58:37 +00:00
Stephen Houston 017fa038be Use just the entry, not entry + button. The button to open the file dialog is not needed because the grid handles browsing. The entry is necessary for entering exact paths still.
SVN revision: 60791
2011-06-29 04:04:57 +00:00
Stephen Houston 593f71695e Fix multiple up items.
SVN revision: 60780
2011-06-28 23:22:44 +00:00
Stephen Houston ceda343414 Simplify buttons
SVN revision: 60779
2011-06-28 23:17:32 +00:00
Stephen Houston a6b30fe956 Bump config version to avoid seggie.
SVN revision: 60778
2011-06-28 22:53:03 +00:00
Stephen Houston 6d474d5db4 Make files other than jpeg work.
SVN revision: 60777
2011-06-28 22:46:26 +00:00
Stephen Houston 765a8244ba Whoops! Make it compile :)
SVN revision: 60776
2011-06-28 22:37:15 +00:00
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.
SVN revision: 60775
2011-06-28 22:26:16 +00:00
Stephen Houston bfa68a6151 Really make it the root directory...
SVN revision: 60003
2011-06-06 19:23:57 +00:00
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
directory. e's fileman favorites are stored in $HOME/.e/e/fileman/favorites ... you can add a directory to your favorites by 
symlinking it to .e/e/fileman/favorites/


SVN revision: 60002
2011-06-06 19:17:08 +00:00
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.
SVN revision: 59630
2011-05-23 18:53:09 +00:00
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.
SVN revision: 59570
2011-05-22 00:00:58 +00:00
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;
SVN revision: 59539
2011-05-19 13:24:06 +00:00
Stephen Houston 6d7f1def6e Single browser should be black, also, center images in the single browser.
SVN revision: 59534
2011-05-19 12:47:07 +00:00
Stephen Houston 4b8960b931 Ephoto: Add in the new changes k-s and I have been working on.
SVN revision: 59474
2011-05-17 20:02:53 +00:00
Daniel Juyung Seo aa06f2b4fd elmdentica, ephoto: Applied elm_box/table/toolbar API changes.
SVN revision: 59266
2011-05-08 07:33:25 +00:00
Cedric BAIL 7143debdaa ephoto: add psd support to ephoto.
SVN revision: 58877
2011-04-24 20:23:38 +00:00
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 :)
SVN revision: 58077
2011-03-24 21:25:51 +00:00
titan 1547ddaa81 Ephoto: General cleanups.
SVN revision: 57775
2011-03-15 20:09:37 +00:00
titan ae03e70576 Okay. Ephoto back to normal. Move along.
SVN revision: 57560
2011-03-07 22:31:11 +00:00
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.
SVN revision: 57559
2011-03-07 22:02:12 +00:00
titan ac899f9de4 Allow proper rotations and do proper rotations. This is temporary until edje or evas does them correctly.
SVN revision: 57532
2011-03-05 18:36:08 +00:00
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.
SVN revision: 57522
2011-03-04 23:08:47 +00:00
titan 2165411085 Ephoto/Flow Browser: Make the flow browser thumbnails larger so when resize they don't get blurry.
SVN revision: 57521
2011-03-04 22:52:00 +00:00
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.
SVN revision: 57520
2011-03-04 21:50:07 +00:00
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
titan 62f630e67c Fix title
SVN revision: 57174
2011-02-19 20:53:16 +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
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
titan 138abeab08 Use JPEG FORMAT for ethumb where appropriate.
SVN revision: 57030
2011-02-14 17:12:28 +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 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 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
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
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 6f67f63c79 * eio: fix API to match the rest of the EFL API.
SVN revision: 54504
2010-11-12 14:08:01 +00:00
Cedric BAIL 8c554a6ea8 * ephoto: use eio_file_stat_ls.
SVN revision: 54107
2010-11-02 17:08:49 +00:00
Cedric BAIL edd9068f2b * eina: remove dirent so apps don't rely on non portable code.
SVN revision: 54103
2010-11-02 15:11:05 +00:00
Gustavo Sverzut Barbieri c4cf3f9be4 always force focus to parent.
viewer object (child) may have the focus and it would die, then there
is no focused object anymore (we should have a way to revert focus to
parent when children die).



SVN revision: 54058
2010-10-31 02:56:13 +00:00
Gustavo Sverzut Barbieri 89aa7a1991 annoyances--: proper zoom changes, add auto-fit.
after actually using it to browse a directory of pictures I realized
auto-fit is something we need, and need it by default.

as we auto-fit, the zoom range makes no sense anymore... and zoom
should be percentual changes, not absolute. So now zoom increments and
decrements of 20% of the previous value, and there is no lower/upper
limits anymore.



SVN revision: 54057
2010-10-31 02:50:05 +00:00
Gustavo Sverzut Barbieri 9d02b17892 annoyances--: comment rotation/flip as it was broken.
Raster had his word "it is broken that way, either fix it or remove"
and thus removed it is as fixing it properly takes much more time than
I have now.



SVN revision: 54056
2010-10-31 02:04:36 +00:00
Carsten Haitzler d113da0a6c use new type member. dont depend on bsd extensions.
SVN revision: 54017
2010-10-30 05:57:08 +00:00
Cedric BAIL 063248da8f * eio: break Eio error callback API to match the rest of the API.
SVN revision: 53986
2010-10-29 12:36:43 +00:00
Bruno Dilly 11487fbdb5 Fix elm_toolbar usage on several projects
SVN revision: 53896
2010-10-26 10:34:07 +00:00
titan c589ea128f Make sure to leave fullscreen mode when exiting the slideshow.
SVN revision: 53838
2010-10-24 19:10:20 +00:00
Tiago Rezende Campos Falcao 801c22f21c Force focus to scroller in flow mode.
The back action can be did with keybindings.

SVN revision: 53737
2010-10-21 19:21:15 +00:00
Tiago Rezende Campos Falcao 99aa09f9db Remove focus hard management.
Delay windows show to after criation and show of sub-objects. So, when
show windows, it give focus correctly.

SVN revision: 53736
2010-10-21 19:21:13 +00:00
Sebastian Dransfeld a1fddb6891 Only check hash if it exists
SVN revision: 53692
2010-10-20 20:46:53 +00:00
Tiago Rezende Campos Falcao 40b9a71963 Fix focus in flow mode.
You only can give focus to visible objects, hidden objects are
unfocusable.

SVN revision: 53655
2010-10-20 12:08:42 +00:00
Tiago Rezende Campos Falcao 3e1a7b64eb Do nothing when used cancel button
SVN revision: 53654
2010-10-20 12:08:39 +00:00
Lucas De Marchi ab56887638 Fix typo
opt needs some love though



SVN revision: 53465
2010-10-15 18:12:29 +00:00
Leandro Pereira efe017db8b [Ephoto] Update toolbar stuff to suit recent API changes
SVN revision: 53464
2010-10-15 17:54:28 +00:00
Tiago Rezende Campos Falcao ef5dd761e0 Elm_Layout isn't broken
SVN revision: 53463
2010-10-15 17:40:07 +00:00
Tiago Rezende Campos Falcao 0072df5d63 If use Ethumb_Client, include it
SVN revision: 53462
2010-10-15 17:40:03 +00:00
Gustavo Sverzut Barbieri 73a50e088b use elm goodies!
use elm_layout_box_append() + elm_fileselector_entry_add() to choose
directories!



SVN revision: 53386
2010-10-14 02:37:37 +00:00
Gustavo Sverzut Barbieri 8679562a81 and work nicely with empty directories
SVN revision: 53381
2010-10-13 22:32:41 +00:00
Gustavo Sverzut Barbieri 4802d3e2ef queue items to process from animators, save cpu and less flickering.
just add items from an animator so we give time to have a good queue
and do the insert in a batch. It will change the grid population less
often, and will trigger the grid recalc less often as well.



SVN revision: 53380
2010-10-13 22:28:23 +00:00
Gustavo Sverzut Barbieri c847e90429 init eio, as we use it
SVN revision: 53343
2010-10-13 06:15:16 +00:00
Gustavo Sverzut Barbieri dae342bc7d damn async things, they're always more complex than what you want.
in few cases we could quickly change directories and views would still
be populating, then they could access dt->entry
(ephoto_directory_thumb.c), so we need notifiers to know it is gone
and not mess with it any further.

Then ephoto_entry_free_listener_add() is born, added it to
flow_browser and slideshow for the sake of it... it shouldn't be
needed.



SVN revision: 53341
2010-10-13 06:11:06 +00:00
Gustavo Sverzut Barbieri 8756234b66 comment this as it seems to not play well with threads.
probably this is an eina issue with last optimizations from cedric,
but I'm commenting these out for now. (if efreet_mime is no-go from
threads, must remove it from enjoy as well).



SVN revision: 53339
2010-10-13 05:23:31 +00:00
Gustavo Sverzut Barbieri b4f63379b5 do not show up when we're at /
SVN revision: 53338
2010-10-13 05:21:45 +00:00
Gustavo Sverzut Barbieri 8bd148fa72 eio_file_cancel() is async and will run on future main loop iteration.
damn beast hard to find, but i guess ephoto is now ready (/me hides...)



SVN revision: 53337
2010-10-13 05:06:18 +00:00
Gustavo Sverzut Barbieri feba790912 some less valgrind errors.
I guess I've spotted the main problem with eio usage, will commit in
another revision.



SVN revision: 53335
2010-10-13 03:24:22 +00:00
Gustavo Sverzut Barbieri f5e062c676 handle no parameter without previous directory.
SVN revision: 53321
2010-10-12 23:46:36 +00:00
Gustavo Sverzut Barbieri 81d47b1344 ephoto is mostly ready again!
Well, at least that was what I had time and stamina to do. Please join
the development with your ideas and requirements.

The toolbar is now placed on top, because default.edc (from
elementary) says so. We better use elementary's profile to define the
theme to use, and a theme could have it at the bottom (mobiles?).

I've added all options to toolbar, which makes it very wide on single
image viewer. We'll later introduce toolbar item "visibility priority"
to auto-hide items and add a "More" menu if the elementary's profile
says so, other options will be to make it scrollable (as it is now).

EXIF rotation support is not right in my opinion. We're using map to
rotate, but it is not doing fine, as I said in another bug. We should
have code to request evas to load the image rotated, then we re-load
the image and it should work better (need to check how that would work
with region load from JPEG, used by elm_photocam).

Preferences are out as I ran out of time.



SVN revision: 53319
2010-10-12 22:54:20 +00:00
Gustavo Sverzut Barbieri ad73446df7 support more exif orientation modes.
Raster, this exposes some problems with map as well. At least flipping
seems to not work properly sometimes. In my case I just use Shift+[ to
flip horizontally and it does not work.



SVN revision: 53312
2010-10-12 18:16:42 +00:00
Gustavo Sverzut Barbieri d74d0ff7c9 alt-up for thumb browser, make orient get visible outside.
I tried to apply the orient rotation using map on the elm_photo, but
it does not work :-( If you know how to fix it, take a look.



SVN revision: 53311
2010-10-12 17:26:23 +00:00
Gustavo Sverzut Barbieri 3b4f4d0f25 remove error message, fix message and add debug.
SVN revision: 53294
2010-10-12 05:19:56 +00:00
Gustavo Sverzut Barbieri 717c438a0e ephoto autotools overhaul.
* added Vincent recommended warnings (ie: -Wshadow) and also -Wextra;
 * uses ac_attribute.m4 to define __UNUSED__;
 * uses -Wl,--as-needed
 * uses -fvisibility=hidden by default, if supported
 * uses -ffunction-sections -fdata-sections + -Wl,--gc-sections
 * added gettext (not tested yet, but should work)
 * added quicklaunch support (not tested yet, but should work)
 * make it pass make distcheck

with the optimization flags, on my 32bits machine ephoto is amazingly
44Kb binary! Of course it loads super-fast even without quicklaunch,
amazing what we can do with 44kb binary + 188kb theme (mostly about
images I'm shipping in 128x128 + 256x256 + 512x512 and other images
that should be in elementary's theme).



SVN revision: 53293
2010-10-12 04:58:04 +00:00
Gustavo Sverzut Barbieri 5064e7bf6e remember_directory is not an option anymore.
useless to have it as an option as user may already override with
command line what to show.



SVN revision: 53283
2010-10-12 03:44:17 +00:00
Gustavo Sverzut Barbieri 770baf199e slideshow is back.
toolbars still missing, will return them back tomorrow.



SVN revision: 53281
2010-10-12 03:40:14 +00:00
Gustavo Sverzut Barbieri e5c722abb2 insert thumbnails sorted.
SVN revision: 53255
2010-10-11 02:54:49 +00:00
Gustavo Sverzut Barbieri c0537216c5 load orient from jpeg, remove former code that was ifdef'ed.
maybe the code is complaining is complaining too loud of lack of exif,
we can change that later if required.

remove the rotation animation as the case 270->0 is too confusing! it
would need some logic to rotate 270->360 then make it 0.



SVN revision: 53254
2010-10-11 02:30:51 +00:00