Filter by file type, on behalf of Michael Ezra; see issue #376

This commit is contained in:
Oliver Duis
2010-12-05 21:42:52 +01:00
parent 819f013533
commit f41c5f68cc
13 changed files with 66 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ class FilterPanelListener {
class FilterPanel : public Gtk::VBox {
protected:
Gtk::ListViewText* filetype;
Gtk::ListViewText* camera;
Gtk::ListViewText* lens;
Gtk::Entry* fnumberFrom;
@@ -48,6 +49,7 @@ class FilterPanel : public Gtk::VBox {
Gtk::CheckButton* enaISO;
Gtk::CheckButton* enaCamera;
Gtk::CheckButton* enaLens;
Gtk::CheckButton* enaFiletype;
int conns;
sigc::connection sChange[20];