titan
2f49f3359f
Whoops bad idea. Efreet is crazy right now. Go back to strncasecmp.
...
SVN revision: 56681
13 years ago
titan
c24ccdf03e
Use efreet to determine if its an image or not.
...
SVN revision: 56680
13 years ago
titan
a3e0247f03
Stick to FDO format for now.
...
SVN revision: 56679
13 years ago
titan
71086703b5
Simplify extension matching. Should fix a segfault.
...
SVN revision: 56678
13 years ago
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
13 years ago
Lucas De Marchi
bca67cd5f7
unbreak ephoto build
...
find src/bin/ -name '*.c' | sort > po/POTFILES.in
SVN revision: 56657
13 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
13 years ago
Cedric BAIL
3f51d392eb
* ephoto: snapshot it.
...
SVN revision: 55244
13 years ago
titan
5b55273270
For now make the overlay non transparent.
...
SVN revision: 55100
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
titan
d2a93f9e9e
Move the parent directory icon out of the gengrid. Next the directories will be moved out of the gengrid.
...
SVN revision: 54941
13 years ago
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
13 years ago
Viktor Kojouharov
7a5d4c6437
loop the list when navigating
...
SVN revision: 54544
13 years ago
Viktor Kojouharov
ae7ffbd809
allow for the commonly used space and backspace for navigation as well
...
SVN revision: 54543
13 years ago
Viktor Kojouharov
0d37c8668e
use the entries, rather than the grid items to navigate in flow mode
...
SVN revision: 54542
13 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
Cedric BAIL
7a0f157742
* ephoto: cleanup ephoto for snapshot.
...
SVN revision: 54511
13 years ago
Cedric BAIL
6f67f63c79
* eio: fix API to match the rest of the EFL API.
...
SVN revision: 54504
13 years ago
titan
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.
...
SVN revision: 54160
13 years ago
Cedric BAIL
8c554a6ea8
* ephoto: use eio_file_stat_ls.
...
SVN revision: 54107
13 years ago
Cedric BAIL
edd9068f2b
* eina: remove dirent so apps don't rely on non portable code.
...
SVN revision: 54103
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
Carsten Haitzler
d113da0a6c
use new type member. dont depend on bsd extensions.
...
SVN revision: 54017
13 years ago
Cedric BAIL
063248da8f
* eio: break Eio error callback API to match the rest of the API.
...
SVN revision: 53986
13 years ago
Bruno Dilly
11487fbdb5
Fix elm_toolbar usage on several projects
...
SVN revision: 53896
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
801c22f21c
Force focus to scroller in flow mode.
...
The back action can be did with keybindings.
SVN revision: 53737
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
Sebastian Dransfeld
a1fddb6891
Only check hash if it exists
...
SVN revision: 53692
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
3e1a7b64eb
Do nothing when used cancel button
...
SVN revision: 53654
13 years ago
Lucas De Marchi
ab56887638
Fix typo
...
opt needs some love though
SVN revision: 53465
13 years ago
Leandro Pereira
efe017db8b
[Ephoto] Update toolbar stuff to suit recent API changes
...
SVN revision: 53464
13 years ago
Tiago Rezende Campos Falcao
ef5dd761e0
Elm_Layout isn't broken
...
SVN revision: 53463
13 years ago
Tiago Rezende Campos Falcao
0072df5d63
If use Ethumb_Client, include it
...
SVN revision: 53462
13 years ago
Gustavo Sverzut Barbieri
73a50e088b
use elm goodies!
...
use elm_layout_box_append() + elm_fileselector_entry_add() to choose
directories!
SVN revision: 53386
13 years ago
Gustavo Sverzut Barbieri
320375c0f3
fit text into frame area (and similar for directories)
...
SVN revision: 53382
13 years ago
Gustavo Sverzut Barbieri
8679562a81
and work nicely with empty directories
...
SVN revision: 53381
13 years ago
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
13 years ago
Gustavo Sverzut Barbieri
c847e90429
init eio, as we use it
...
SVN revision: 53343
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
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
13 years ago
Gustavo Sverzut Barbieri
b4f63379b5
do not show up when we're at /
...
SVN revision: 53338
13 years ago
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
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