2006-04-19 Paolo Bacchilega [ gthumb 2.7.6 released ] * NEWS: * configure.in: updated for 2.7.6 2006-04-17 Kjartan Maraas * configure.in: Remove obsolete entry for no_NO * po/nb.po: Updated Norwegian bokmål translation. * po/nn.po: Updated Norwegian nynorsk translation. * po/no.po: Remove this. 2006-04-15 Paolo Bacchilega * src/gs-fade.c (xf86_whack_gamma, gamma_info_init): return FALSE instead of aborting. Fixes bug #336851 - gThumb crashes when I try "full screen"-mode 2006-04-14 Paolo Bacchilega * src/gth-folder-selection-dialog.c (gth_folder_selection_get_folder): Fixed bug #337920 - created directory "doesn't exist" if it contains spaces. * src/dlg-open-with.c (open_cb): use gnome_vfs_mime_application_launch when the user selects a registered application. 2006-04-13 Paolo Bacchilega * data/albumthemes/ClassicClips/thumbnail.gthtml: * data/albumthemes/Classic/thumbnail.gthtml: * data/albumthemes/NeatRound/thumbnail.gthtml: Fixed bug #336930 - Web album without JavaScript 2006-04-08 Paolo Bacchilega * libgthumb/icons/exit-fullscreen-24.png: * libgthumb/icons/fullscreen-16.png: * libgthumb/icons/fullscreen-24.png: remove files * src/gth-fullscreen-actions-entries.h: * libgthumb/gthumb-stock.c: * libgthumb/gthumb-stock.h: * src/gth-window-actions-entries.h: use GTK_STOCK_FULLSCREEN. * libgthumb/dlg-save-image.c (dlg_save_image_as): Fixed bug #334903 - Should save on hitting enter in “save as” dialog * components/catalog-view/Makefile.am (gthumb_catalog_view_LDADD): * components/image-viewer/Makefile.am (gthumb_image_viewer_LDADD): * src/Makefile.am (gthumb_LDADD): * configure.in: removed libpng check. * libgthumb/gth-nav-window.c (gth_nav_window_construct): do not call show_all on the main table. * libgthumb/gth-image-list.c (truncate_comment_if_needed): realize the widget if needed. * configure.in: requires gtk+ 2.8 * src/gth-browser.c (go_to_folder_after_image_loaded): load the folder even after an error. * src/gth-window-actions-callbacks.c (gth_window_activate_action_help_about): simplify about dialog. * src/main.c (initialize_data): * data/Makefile.am (install-data-hook): * data/gthumb.desktop.in (Icon): Install theme-friendly icons * autogen.sh: set REQUIRED_AUTOMAKE_VERSION to 1.8; added USE_COMMON_DOC_BUILD=yes * src/dlg-web-exporter.c (install_theme__ok_cb): use get_filename instead of get_uri. (theme_dialog__install_theme_clicked): the user have to choose a file from here, not a folder; set home as current folder. 2006-03-24 Paolo Bacchilega * src/main.h: * src/main.c: * src/gth-application.c (impl_gth_application_load_image): * src/gth-browser-actions-callbacks.c (if): * src/gth-viewer.h: * src/gth-viewer.c: Always use the browser mode, added a --viewer command line option to use the viewer mode for single images. * src/gth-browser.h: * src/gth-browser.c (go_to_uri): Load the folder after loading the image.