Stephen Houston
28a4d401bf
Add the beginning stages of a config dialog.
9 years ago
Stephen Houston
74471f29b3
Fix title to not be redundant since entry already shows path. Change Elm_Gengrid_Item to Elm_Object_Item
9 years ago
Stephen Houston
b0ef804dd4
Rework config loading/saving and remember window size and panel state.
9 years ago
Stephen Houston
f7f6c9c59f
Ephoto: Make the thumb browser alphabetical again. Default panel to visible. Show files in selector.
9 years ago
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.
9 years ago
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.
9 years ago
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.
10 years ago
Stephen Houston
0619778dc1
Ephoto - Update ephoto's thumb code to use elm_thumb's new options.
10 years ago
Stephen Houston
b1723b6435
Save ephoto config on exit so it remembers thumb size, current directory, etc...
...
SVN revision: 82783
11 years ago
Bruno Dilly
1372dc64c9
ephoto: commit fixing style
...
SVN revision: 75562
11 years ago
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
11 years ago
Daniel Juyung Seo
b8f4e5d137
ephoto: Applied elm_icon API change.
...
SVN revision: 71806
11 years ago
ChunEon Park
769ae23360
ephoto - pager -> naviframe
...
SVN revision: 69657
11 years ago
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
11 years ago
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
12 years ago
Boris Faure
798b2577bc
ephoto: s!e,desktop,background!e/desktop/background!
...
SVN revision: 60883
12 years ago
Stephen Houston
f403c0d731
Add edje viewing capabilities.
...
SVN revision: 60875
12 years ago
Stephen Houston
765a8244ba
Whoops! Make it compile :)
...
SVN revision: 60776
12 years ago
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
12 years ago
Stephen Houston
bfa68a6151
Really make it the root directory...
...
SVN revision: 60003
12 years ago
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
12 years ago
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
12 years ago
Stephen Houston
6d7f1def6e
Single browser should be black, also, center images in the single browser.
...
SVN revision: 59534
12 years ago
Stephen Houston
4b8960b931
Ephoto: Add in the new changes k-s and I have been working on.
...
SVN revision: 59474
12 years ago
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
12 years ago
titan
ae03e70576
Okay. Ephoto back to normal. Move along.
...
SVN revision: 57560
12 years ago
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
12 years ago
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
12 years ago
titan
8f8f25942e
Whoops. Left out some key bindings.
...
SVN revision: 57443
12 years ago
titan
f95dca17df
Make the flow browser follow the same code and styles as the rest of the code.
...
SVN revision: 57442
12 years ago
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
12 years ago
titan
362047fe24
Speed up the ephoto thumb browser by a lot... Thanks k-s for some old cold that helped :)
...
SVN revision: 57227
12 years ago
titan
62f630e67c
Fix title
...
SVN revision: 57174
12 years ago
titan
48d7093b5e
Add slideshow back into ephoto. Works pretty well for now.
...
SVN revision: 57039
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.
...
SVN revision: 57002
12 years ago
titan
4ef79b29a5
Fix the current directory when one hasn't been provided.
...
SVN revision: 56943
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?
...
SVN revision: 56941
12 years ago
titan
6a5164fae8
Whoops get the number we are strcmping right.
...
SVN revision: 56682
12 years ago
titan
2f49f3359f
Whoops bad idea. Efreet is crazy right now. Go back to strncasecmp.
...
SVN revision: 56681
12 years ago
titan
c24ccdf03e
Use efreet to determine if its an image or not.
...
SVN revision: 56680
12 years ago
titan
71086703b5
Simplify extension matching. Should fix a segfault.
...
SVN revision: 56678
12 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.
...
SVN revision: 56640
12 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.
...
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
13 years ago
titan
c589ea128f
Make sure to leave fullscreen mode when exiting the slideshow.
...
SVN revision: 53838
13 years ago
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
13 years ago
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
13 years ago
Tiago Rezende Campos Falcao
ef5dd761e0
Elm_Layout isn't broken
...
SVN revision: 53463
13 years ago
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
13 years ago
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
13 years ago
Gustavo Sverzut Barbieri
f5e062c676
handle no parameter without previous directory.
...
SVN revision: 53321
13 years ago