Commit Graph

721 Commits

Author SHA1 Message Date
Stephen Houston 90e819b3b5 Ephoto: Add an entry for directories(not functional yet) 2015-08-10 14:33:18 -05:00
maxerba 03a4be0992 Adding italian translation 2015-08-10 21:19:33 +02: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
Davide Andreoli d5da820653 Fix make distcheck 2015-02-21 20:14:31 +01:00
Davide Andreoli e262b5f2e1 Theme for the cropper 2015-02-21 19:55:29 +01: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 7175e45d59 Ephoto: Keep scale on zoom in as well. 2015-02-20 16:12:59 -06:00
Stephen Houston 6dea4f6662 Ephoto: Scale cropper correctly on zoom. 2015-02-20 14:38:50 -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 508dbe7a70 Ephoto: Do not let parts cross eachother in cropper 2015-02-19 18:09:49 -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 26b2ecf44e Ephoto: stay consistent with previous Ephoto version scheme for packaging 2015-02-09 11:28:16 -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 a74197b4a2 Ephoto: Add new files to install edje. 2015-02-02 13:54:18 -06:00
Stephen Houston 3af706ff11 Ephoto: Clean up autofoo ... Try to make Ephoto releasable. 2015-01-29 15:06:33 -06:00
Stephen Houston 4ce94caf48 Ephoto: Cleanup autofoo 2015-01-29 15:05:21 -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