Add log viewer
commit572c7202f79fa4bc8bbdfbf787a7de51a531f93d
authorThomas Leonard <talex5@gmail.com>
Sun, 19 Aug 2007 11:39:02 +0000 (19 12:39 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 19 Aug 2007 11:39:02 +0000 (19 12:39 +0100)
tree509afc8ae454e53ec7057c0e5c544578f4275bae
parent8a07baf99379c8de61302eb8b9905d5128a0b705
Add log viewer

On the Window menu there is now a "Show Log" item which opens a window
displaying a log of recent actions. Currently, only actions involving an
action window are logged. The action is logged when you request the action
(so it might not have actually been performed).

The log window was created using Glade, and this patch also adds a Glade
dependency on ROX-Filer, along with some support code to use it.
ROX-Filer/Templates.glade [new file with mode: 0644]
ROX-Filer/src/Makefile.in
ROX-Filer/src/action.c
ROX-Filer/src/configure.in
ROX-Filer/src/gui_support.c
ROX-Filer/src/gui_support.h
ROX-Filer/src/log.c [new file with mode: 0644]
ROX-Filer/src/log.h [new file with mode: 0644]
ROX-Filer/src/main.c
ROX-Filer/src/menu.c