Integrate git-ls-files in the file view, deleted files won't show anyway, but the...
commitfd746c36f4e6e2e548a3a60e59dd6a48a7665027
authorCarlos Garnacho <carlos@imendio.com>
Fri, 30 Mar 2007 16:45:15 +0000 (30 18:45 +0200)
committerCarlos Garnacho <carlos@imendio.com>
Fri, 30 Mar 2007 16:45:15 +0000 (30 18:45 +0200)
tree4310239526da2748819bd1c85512cbac47ccd1a1
parent693603b83f7c7057870dec5feba19866140c3af2
Integrate git-ls-files in the file view, deleted files won't show anyway, but the rest works ok.

- src/giggle-git-list-files.[ch]: support all file status types. (giggle_git_list_files_get_file_status): new public function to check the status of a given file (relative path from the project root). Add GiggleGitFileListStatus enum
- src/Makefile.am: add giggle-git-list-files.h to glib-mkenums .h files
- src/giggle-file-list.c: store the file status in the model, remove COL_MANAGED in favour of COL_FILE_STATUS and make pixbuf association based on the file status too.
src/Makefile.am
src/giggle-file-list.c
src/giggle-git-list-files.c
src/giggle-git-list-files.h