Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-08 | db: Added foreign keys and cascade on delete. | Jon Bergli Heier | 1 | -4/+6 | |
Following db-changes will most likely be incompatible with old db's. | |||||
2010-05-08 | Merged db_get_tags and db_get_top_level_tags. | Jon Bergli Heier | 1 | -34/+12 | |
2010-05-08 | Fixed assertion in the tag model when no tags exist. | Jon Bergli Heier | 1 | -2/+2 | |
2010-04-27 | Fixed initialization of tag model children nodes. | Jon Bergli Heier | 1 | -4/+10 | |
2010-04-25 | Added support for creating child tags in the tag dialog. | Jon Bergli Heier | 2 | -5/+49 | |
2010-04-25 | Expand all nodes by default in the tag dialog. | Jon Bergli Heier | 1 | -0/+2 | |
2010-04-25 | Added a tree model to display tags in tree structures. | Jon Bergli Heier | 6 | -82/+672 | |
Adding children to tags is not yet implemented. | |||||
2010-04-25 | Set parent when adding tags. | Jon Bergli Heier | 3 | -4/+14 | |
2010-04-24 | Store timestamp when adding wallpapers. | Jon Bergli Heier | 2 | -13/+32 | |
2010-03-21 | Updated .gitignore. | Jon Bergli Heier | 1 | -2/+1 | |
2010-03-21 | Don't track config_ui.h. | Jon Bergli Heier | 1 | -126/+0 | |
2010-03-21 | Move configuration options to the walls_config_t. | Jon Bergli Heier | 8 | -29/+33 | |
This closes feature #7. | |||||
2010-03-21 | Implemented a very basic configuration dialog. | Jon Bergli Heier | 10 | -6/+409 | |
This code is a bit hackish, all configuration options should be collected in a single place (eg. a config struct) in order to easily keep track of all configuration options. | |||||
2010-03-09 | Implemented zooming with scrollwheel. | Jon Bergli Heier | 4 | -12/+56 | |
This works by holding control down while scrolling up or down. Horizontal scrolling will now also work by holding shift down. | |||||
2010-03-09 | Implemented zoom buttons. | Jon Bergli Heier | 3 | -1/+44 | |
2010-02-18 | Implemented basic zoom modes (best fit and normal) | Jon Bergli Heier | 2 | -12/+222 | |
This lets the user switch between best fit and normal zoom modes. Zooming in and out is not yet implemented. | |||||
2010-02-17 | Added ScrolledWindow parent to the tag view in the tag dialog. | Jon Bergli Heier | 1 | -1/+9 | |
2010-02-07 | Added recursive removal of missing files. | Jon Bergli Heier | 2 | -3/+35 | |
2010-02-07 | Recreate the folder tree model when folders has been added. | Jon Bergli Heier | 3 | -7/+25 | |
2010-02-06 | Add a ScrolledWindow parent to the tag view. | Jon Bergli Heier | 1 | -1/+9 | |
2010-02-06 | Recreate tag list model in the correct place. | Jon Bergli Heier | 1 | -1/+1 | |
2010-02-06 | Implemented tooltips in the thumbnail view. | Jon Bergli Heier | 2 | -3/+62 | |
2010-02-06 | Typecast tagview with GTK_TREE_VIEW. | Jon Bergli Heier | 1 | -1/+1 | |
2010-02-06 | Recreate tag list model when opening tag tab. | Jon Bergli Heier | 1 | -0/+1 | |
2010-01-30 | Added options for recursive and non-recursive directory updating. | Jon Bergli Heier | 3 | -8/+35 | |
2010-01-30 | Added option to remove missing files from a directory. | Jon Bergli Heier | 5 | -11/+127 | |
2010-01-09 | Store original pixbufs so that preloaded images can be properly resized. | Jon Bergli Heier | 3 | -10/+34 | |
load_pixbuf() will now load the original pixbuf, then draw the pre-resized pixbuf (if any) while keeping the original loaded. This way the image will be properly resized when needed. Added mutex calls to preload_clear(). | |||||
2010-01-08 | Added release build option. | Jon Bergli Heier | 1 | -1/+9 | |
2010-01-07 | Fixed memleak in on_add_dir_action_activate(). | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-07 | Added browse tree popup with update option. | Jon Bergli Heier | 2 | -0/+78 | |
Fixed running consecutive directory adds/updates. | |||||
2010-01-06 | Implemented threaded preloading of images. | Jon Bergli Heier | 5 | -43/+402 | |
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly. | |||||
2010-01-05 | Properly init GValue - don't use memset. | Jon Bergli Heier | 1 | -5/+2 | |
Replace strdup with g_strdup. | |||||
2010-01-05 | Call gdk_threads_enter() and gdk_threads_leave() around gtk_main(). | Jon Bergli Heier | 1 | -0/+2 | |
2010-01-05 | Disable tags menu item when no items are selected. | Jon Bergli Heier | 1 | -0/+6 | |
2010-01-05 | SConsctruct: Import CCFLAGS and LINKFLAGS from os.environ. | Jon Bergli Heier | 1 | -0/+8 | |
2010-01-04 | Added -Wall to CCFLAGS and some code cleanup. | Jon Bergli Heier | 7 | -30/+20 | |
2010-01-04 | Clear old liststore when adding a new one to the thumbview. | Jon Bergli Heier | 2 | -3/+16 | |
2010-01-04 | Emit row-changed when updating thumbnails. | Jon Bergli Heier | 1 | -0/+5 | |
2010-01-04 | Commented non-gtk callback fucntions in window_main.c. | Jon Bergli Heier | 1 | -2/+21 | |
2010-01-04 | Moved thumb thread start code to its own function. | Jon Bergli Heier | 3 | -16/+31 | |
2010-01-04 | Implemented tag searching. | Jon Bergli Heier | 5 | -5/+239 | |
2010-01-02 | Removed unused tree model. | Jon Bergli Heier | 2 | -579/+0 | |
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 | |
2010-01-02 | Implemented select buttons in the tag dialog. | Jon Bergli Heier | 1 | -0/+19 | |
2010-01-02 | Add default response to the text input dialog. | Jon Bergli Heier | 1 | -0/+3 | |
2010-01-02 | Implemented removal of tags. | Jon Bergli Heier | 3 | -0/+83 | |
2010-01-02 | Ignore tags_ui.h | Jon Bergli Heier | 1 | -0/+1 | |
2010-01-02 | Silently fail when no tags are available to update. | Jon Bergli Heier | 1 | -1/+1 | |