summaryrefslogtreecommitdiff
path: root/thumbnails.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-04Clear old liststore when adding a new one to the thumbview.Jon Bergli Heier1-1/+2
2010-01-04Emit row-changed when updating thumbnails.Jon Bergli Heier1-0/+5
2010-01-04Moved thumb thread start code to its own function.Jon Bergli Heier1-0/+10
2010-01-04Implemented tag searching.Jon Bergli Heier1-1/+1
2010-01-02thumbnails: Don't use memset to initialize GValue.Jon Bergli Heier1-4/+1
2010-01-02thumbnails: Check original file for modifications.Jon Bergli Heier1-4/+29
2010-01-02thumbnails: Use g_stat in get_mtime.Jon Bergli Heier1-4/+3
2009-12-30Basic adding and assigning of tags implemented.Jon Bergli Heier1-14/+0
Committing this before it gets out of hand. Only adding new tags is working atm. Created a text input dialog. Added a tag dialog. Other minor changes.
2009-12-24MTime, Image::Width and Image::Height are now added properly to generated ↵Jon Bergli Heier1-2/+10
thumbnails. NOTE: The thumbnail code doesn't yet check MTime when loading thumbnails.
2009-12-23Free GError with g_error_free.Jon Bergli Heier1-1/+1
2009-12-23Removed useless printf.Jon Bergli Heier1-1/+0
2009-12-23Reworked the main window.Jon Bergli Heier1-0/+138
Images are now placed in their own icon view. Folders are selected in the above tree view, while the icon view displays thumbnails of the images in the selected folder. The thumbnails are cached using the thumbnail specification (~/.thumbnails/).