2007-06-19 Paolo Bacchilega [ File Roller 2.19.3 released ] * NEWS: * configure: updated for version 2.19.3 2007-06-18 Paolo Bacchilega * src/fr-window.c: save the filename column width only if it's greater than zero. * configure.in: Fixed typo. Patch by Martynas Venckus. 2007-06-15 Paolo Bacchilega * src/preferences.h: * src/fr-window.c: * data/file-roller.schemas: save and restore the filename column width. 2007-06-15 Paolo Bacchilega * src/fr-command-zip.c (mktime_from_string): * src/fr-command-rpm.c (mktime_from_string): * src/fr-command-rar.c (mktime_from_string): * src/fr-command-lha.c (mktime_from_string): * src/fr-command-cpio.c (mktime_from_string): * src/fr-command-ar.c (mktime_from_string): removed the -1 from the hour field. 2007-06-15 Paolo Bacchilega * src/fr-command-tar.c (mktime_from_string): * src/fr-command-ace.c (mktime_from_string): * src/fr-command-cpio.c (mktime_from_string): * src/fr-command-iso.c (mktime_from_string): * src/fr-command-lha.c (mktime_from_string): * src/fr-command-rar.c (mktime_from_string): * src/fr-command-rpm.c (mktime_from_string): * src/fr-command-ar.c (mktime_from_string): * src/fr-command-zip.c (mktime_from_string): * src/fr-command-arj.c (mktime_from_string): * src/fr-command-zoo.c (mktime_from_string_zoo): always set tm.tm_isdst to -1 2007-06-14 Paolo Bacchilega * src/fr-window.c: * src/fr-window.h: use a bold font for the archive in the dir list. 2007-06-14 Paolo Bacchilega * many_files: use a GPtrArray, instead of a GList, to store the FileData list. Populate the GtkTreeView in a single step. 2007-06-13 Paolo Bacchilega * src/fr-command-tar.c (fr_command_tar_recompress): do not rename the archive when creating a temp filename. 2007-06-13 Paolo Bacchilega * src/fr-window.c (fr_window_close): destroy the window in a idle callback to be sure the clicpboard check has been removed. 2007-06-13 Paolo Bacchilega * src/ui.h: view menu reorganized. * src/preferences.h: * src/fr-window.c: * data/file-roller.schemas: Save and restore the sidebar width. 2007-06-13 Paolo Bacchilega * src/fr-window.c (add_dir_tree_columns): removed unnecessary call to gtk_tree_view_column_set_cell_data_func. 2007-06-13 Paolo Bacchilega * src/fr-window.c: use a smaller size for the dir tree icons. * src/ui.h: added a F9 shortcut for show folders command. 2007-06-12 Paolo Bacchilega * src/fr-window.c (fr_window_update_dir_tree): show the curent location after showing the folders. 2007-06-12 Paolo Bacchilega * src/fr-window.c (get_tree_iter_from_path): removed a g_print used to debug. 2007-06-12 Paolo Bacchilega * src/file-utils.c (is_temp_work_dir): Fixed. * src/ui.h: * src/preferences.h: * src/fr-window.h: * src/fr-window.c: * src/actions.h: * src/actions.c: Added a folders pane. 2007-06-06 Paolo Bacchilega * src/main.c (prepare_app): * src/file-utils.c (file_name_from_path): * src/actions.c (activate_action_save_as): Fixed bug #402756 – Can not open a file whose name is in non-ascii encoding. Patch by Takao Fujiwara. 2007-06-05 Paolo Bacchilega * src/fr-window.c (fr_window_file_list_drag_data_get): check the target in the selection_data. 2007-06-05 Paolo Bacchilega * src/fr-window.c: * src/eggtreemultidnd.c: added support for Drag&Drop among file-roller windows.