2007-05-23 Matthew Barnes * data/gnome-video-arcade.glade (play-back-scrolled-window): Set both horizontal and vertical scrollbar policies to automatic. * src/gva-play-back.c (gva_play_back_init): Put the text renderer in PANGO_ELLIPSIZE_END mode. 2007-05-23 Matthew Barnes * src/gva-tree-view.c (tree_view_column_new_title): Put the text renderer in PANGO_ELLIPSIZE_END mode. * src/gva-tree-view.c (gva_tree_view_set_selected_game): Don't assume the GtkTreeModelSort path is valid. 2007-05-23 Matthew Barnes * src/gva-common.h: Put all GConf key definitions here. * src/gva-main.c: * src/gva-tree-view.c: * src/gva-ui.c: * data/gnome-video-arcade.glade: * data/gnome-video-arcade.ui: Use a single model/filter/view stack and use different filtering criteria for each application view (Available / Favorites / Results). * src/gva-tree-view.c: Make columns reorderable. Distinguish between getting/setting the selected or last selected game or view. "Last selected" refers to what's stored in GConf. * src/gva-ui.c (action_about_cb): Load the logo ourselves so we can dictate the size. 2007-05-20 Matthew Barnes * src/gva-game-db.c: * src/gva-game-db.h: * src/gva-game-store.c: * src/gva-game-store.h: * src/main.c: Add a samples column. * src/gva-tree-view.c: Add a samples column. Use smaller icons in columns. * src/gva-xmame.c: * src/gva-xmame.h: Support "xmame -verifysamplesets" command.