Nicolas Aguirre
368ed28cce
remove debug messages and formatting
...
SVN revision: 52194
13 years ago
Nicolas Aguirre
bd1ed51ead
Add a callback when a new directory is selected : "directory,changed".
...
SVN revision: 52193
13 years ago
Nicolas Aguirre
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 ...
...
SVN revision: 52192
13 years ago
Nicolas Aguirre
a13304ff1d
Change ephoto to use an edje layout instead of elm boxes.
...
SVN revision: 52191
13 years ago
Cedric BAIL
7f5a6d874f
* TODO: update them with some ideas, so that i don't forget them.
...
SVN revision: 52188
13 years ago
titan
de55dbc77a
Update todo.
...
SVN revision: 52148
13 years ago
Cedric BAIL
fc3497295d
* ephoto: no need to destroy window at that point.
...
SVN revision: 52137
13 years ago
Cedric BAIL
11ee1079e1
* ephoto: some cleanup.
...
SVN revision: 51943
13 years ago
Cedric BAIL
24c98b891b
* ephoto: fix use of unitialized data.
...
SVN revision: 51659
13 years ago
Lucas De Marchi
5d39f608a9
Revert and re-apply badnull patch
...
Revert previous patch generated by badnull.cocci script, and apply the new one.
The main difference is that assert and assert-like functions are not touched
anymore.
SVN revision: 51650
13 years ago
titan
a8a45932f3
Move the toolbar to the bottom for consistency and fix segv when clicking View Large while no pictures are populated.
...
SVN revision: 51649
13 years ago
Lucas De Marchi
182fd84af4
Convert (hopefully) all comparisons to NULL
...
Apply badzero.cocci, badnull.coci and badnull2.cocci
This should convert all cases where there's a comparison to NULL to simpler
forms. This patch applies the following transformations:
code before patch ||code after patch
===============================================================
return a == NULL; return !a;
return a != NULL; return !!a;
func(a == NULL); func(!a);
func(a != NULL); func(!!a);
b = a == NULL; b = !a;
b = a != NULL; b = !!a;
b = a == NULL ? c : d; b = !a ? c : d;
b = a != NULL ? c : d; b = a ? c : d;
other cases:
a == NULL !a
a != NULL a
SVN revision: 51487
13 years ago
Lucas De Marchi
58778ce189
eina-0 is no more, check for the right package name
...
SVN revision: 51235
13 years ago
Lucas De Marchi
c3a6049d53
Fix wrong usages of malloc, calloc and E_NEW
...
Patch by bad-alloc.cocci
SVN revision: 50828
13 years ago
titan
133c3b83e0
Whoops. Fix for real.
...
SVN revision: 50776
13 years ago
titan
98bb42c6a2
Make changes to match api changes in eio.
...
SVN revision: 50772
13 years ago
titan
82f69119b6
Add slideshow to ephoto.. It uses elm_slideshow, and this is likely temporary, because in the f uture I am going to do some more extensive slideshow stuff. I'm not happy with this, it seems pretty slow on transitions(I'll take a look at speeding things up), but it will do for now.
...
SVN revision: 50569
13 years ago
Cedric BAIL
7f75caca3a
* eio: Add an error callback, some docs and a small README.
...
SVN revision: 50446
13 years ago
titan
ed33cf32ba
Fix formatting.
...
SVN revision: 50435
13 years ago
Cedric BAIL
e2c35a285b
* ephoto: use eio to simplify and make a small nice example.
...
SVN revision: 50432
13 years ago
Cedric BAIL
a1af3e8605
* ephoto: simplify code and make it easy to add new keys.
...
SVN revision: 50430
13 years ago
titan
a6e087843a
Allow you to browse through the large images using arrow keys, left and right.
...
SVN revision: 50423
13 years ago
titan
56d4da9fd3
Fix ephoto's gengrid theme so photos show again.
...
SVN revision: 50261
13 years ago
titan
f1a200c4c3
Add the ability to specify a directory or file to run ephoto with.
...
SVN revision: 50176
13 years ago
titan
f4d5a08859
Decided I did not like the expandable file selector.
...
SVN revision: 50134
13 years ago
titan
6e63b962bd
Better use of the stringshare_replace function. Once again gracias k-s.
...
SVN revision: 50130
13 years ago
titan
0459ed3022
eina_stringshare_replace as suggested by k-s.
...
SVN revision: 50129
13 years ago
titan
47bd2c282e
Use structures in eina_hash. Per k-s's suggestion/request ;) Props to Mike Blumenkrantz for teaching the ways of eina like Yoda taught Luke the ways of the force.
...
SVN revision: 50121
13 years ago
toma
f0bc6a0b1b
Put the label in a better place
...
SVN revision: 50120
13 years ago
titan
4b9816830d
Use eina_stringshare where plausible.
...
SVN revision: 50119
13 years ago
titan
97b5b3ad0f
Add change directory functionality... some of the eina stuff may be wrong, if it is please let me know. Still getting use to eina.
...
SVN revision: 50116
13 years ago
Gustavo Lima Chaves
0b7106ce77
Fix build here.
...
SVN revision: 50093
13 years ago
titan
9e69452b80
Allow ephoto's large view to show all image types, not just jpeg... bit of a hack I know.. better ideas, let me know.
...
SVN revision: 50057
13 years ago
titan
fa09a70bf8
Add the ability to show the selected image if view large is pressed and an image is selected and add the ability to double click an image to view it large. Also formatting.
...
SVN revision: 50051
13 years ago
titan
e73f692de2
Fix elementary warning that was getting thrown.
...
SVN revision: 50049
13 years ago
titan
c334b2ab20
Add a flow browser. It can be accessed by clicking View Large from the toolbar. It is functional for viewing your images at high resolutions.
...
SVN revision: 50048
13 years ago
Mike Blumenkrantz
652468a6e8
clean up m4 files on maintainer-clean
...
SVN revision: 50044
13 years ago
Mike Blumenkrantz
c5efd33775
efreet_mime_{init,shutdown} are important apparently?
...
SVN revision: 50043
13 years ago
Mike Blumenkrantz
93959279ca
not checking for null values?? BAD CEDRIC! NO COOKIE!
...
SVN revision: 50042
13 years ago
titan
12c68013d8
Remove ephoto_thumb.c and use elm_bg.
...
SVN revision: 50012
13 years ago
titan
83b038d947
eina_stringshare instead of strdup. Slider now works for thumb size!
...
SVN revision: 50008
13 years ago
titan
6926304983
Use elm_layout for the images. Use a hash to keep a match of files and their corresponding thumb_path.
...
SVN revision: 50005
13 years ago
Cedric BAIL
0f3b22a98a
* eina: rename ecore_file_ls_iterator to eina_file_ls.
...
SVN revision: 50002
13 years ago
Cedric BAIL
7ca8bbb593
* ephoto: use cleaner ecore_file_ls_iterator API.
...
SVN revision: 49998
13 years ago
Cedric BAIL
32b4c39995
* ephoto: use ecore_long_run instead of idler to do async blocking IO.
...
SVN revision: 49995
13 years ago
titan
868190405b
Add needed images back in.
...
SVN revision: 49978
13 years ago
titan
99c0647026
Cleanup theme... remove unneeded parts and images... formatting
...
SVN revision: 49977
13 years ago
titan
1218856b51
This is a rework of ephoto using mostly elementary. It is very basic and doesn't have much functionality at all, but that will come soon enough. Feel free to install it and run it in a directory of photos/images to get an idea of the direction and provide feedback/ideas.
...
SVN revision: 49973
13 years ago
titan
f07fc8b156
Remove old ephoto
...
SVN revision: 49972
13 years ago
Sebastian Dransfeld
88b61eed2c
remove swap files from svn
...
SVN revision: 47793
14 years ago