Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-04 | Added -Wall to CCFLAGS and some code cleanup. | Jon Bergli Heier | 1 | -3/+5 | |
2010-01-04 | Clear old liststore when adding a new one to the thumbview. | Jon Bergli Heier | 1 | -1/+2 | |
2010-01-04 | Emit row-changed when updating thumbnails. | Jon Bergli Heier | 1 | -0/+5 | |
2010-01-04 | Moved thumb thread start code to its own function. | Jon Bergli Heier | 1 | -0/+10 | |
2010-01-04 | Implemented tag searching. | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-02 | thumbnails: Don't use memset to initialize GValue. | Jon Bergli Heier | 1 | -4/+1 | |
2010-01-02 | thumbnails: Check original file for modifications. | Jon Bergli Heier | 1 | -4/+29 | |
2010-01-02 | thumbnails: Use g_stat in get_mtime. | Jon Bergli Heier | 1 | -4/+3 | |
2009-12-30 | Basic adding and assigning of tags implemented. | Jon Bergli Heier | 1 | -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-24 | MTime, Image::Width and Image::Height are now added properly to generated ↵ | Jon Bergli Heier | 1 | -2/+10 | |
thumbnails. NOTE: The thumbnail code doesn't yet check MTime when loading thumbnails. | |||||
2009-12-23 | Free GError with g_error_free. | Jon Bergli Heier | 1 | -1/+1 | |
2009-12-23 | Removed useless printf. | Jon Bergli Heier | 1 | -1/+0 | |
2009-12-23 | Reworked the main window. | Jon Bergli Heier | 1 | -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/). |