2010-12-03 Pierre Wieser * NEWS: * README: Update before release. 2010-12-02 Pierre Wieser * src/nact/nautilus-actions-config-tool.ui: Do not allow actions list to fully disappeared. * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_select_file_with_preview): New function. * src/nact/nact-iaction-tab.c (on_icon_browse): Add a preview when selecting an icon. Factorize help description. * po/POTFILES.in: add src/utils/console-utils.c file. * src/utils/console-utils.c: * src/utils/console-utils.h (console_cmdline_get_description): New function. * src/utils/nautilus-actions-new.c (init_options): * src/utils/nautilus-actions-run.c (init_options): * src/utils/nautilus-actions-schemas.c (init_options): Updated to take advantage of new function. * configure.ac: Display a summary of configuration options. * m4/na-enable-manuals.m4: * m4/na-maintainer-mode.m4: * m4/na-nautilus-extdir.m4: Define displayable variables. 2010-12-01 Pierre Wieser * src/nact/nact-assistant-export.c (assist_runtime_init_target_folder, on_folder_selection_changed): Set/get current folder URI. Fix #616532. * src/nact/nact-ifolders-tab.c (on_browse_folder_clicked): Set/get current folder. Fix #616532. * src/api/na-object-item.h: Define new ITEM_TARGET_ANY target. * src/core/na-icontext.c (is_candidate_for_target): Unconditionnally accepts any target. * src/utils/nautilus-actions-run.c (main, get_profile_for_targets): Ask there is no selection on the target. Fix #634056. * configure.ac: call new NA_SET_DEFAULT_IO_PROVIDER macro. * m4/na-default-io-provider.m4: New file. * src/core/na-io-provider.c (na_io_provider_get_providers_list): Used the configured default I/O provider when no preference has been yet registered. * configure.ac: - Pre-release bump version number. - Define NAUTILUS_ACTIONS_DEBUG variable. * src/nact/nact-main.c (log_handler), * src/plugin-menu/nautilus-module.c (log_handler), * src/plugin-tracker/na-tracker-plugin.c (log_handler), * src/utils/console-utils.c (log_handler): Display debug informations when NAUTILUS_ACTIONS_DEBUG variable is set. * doc/nact/Makefile.am: Distribute admon-* icons with html docs (workaround for #636175). 2010-11-30 Pierre Wieser * doc/nact/Makefile.am: Only rebuild manuals when needed. * src/plugin-menu/nautilus-actions.c (create_menu_item): Set a unique name per target menu so that icons are displayed even when both toolbar and location context menu are targeted. 2010-11-25 Pierre Wieser Add %o/%O no-op parameters. * doc/nact/C/figures/nact-legend.png: Update legend screenshot. * doc/nact/C/nact-execution.xml: Update parameters description. * src/core/na-object-profile-factory.c: * src/core/na-tokens.h: Update comments. * src/core/na-tokens.c (is_singular_exec, parse_singular): Update with new parameters. * src/nact/nautilus-actions-config-tool.ui: Update legend dialog. 2010-11-24 Pierre Wieser * doc/des-ema/des-ema-0.12: * doc/des-ema/des-ema-0.13: * doc/des-ema/des-ema-0.14: * doc/des-ema/des-ema-0.15: New files. * doc/nact/Makefile.am: Do not distribute non translated figures in xx/ subdirectories. 2010-11-23 Pierre Wieser * doc/nact/C/nact-starting.xml: Work-around in order to be able to build sl pdf. * doc/nact/Makefile.am: Include non-translated figures in translated pdf. 2010-11-22 Pierre Wieser * doc/nact/Makefile.am: Be tolerant about not buildable pdf. * po/POTFILES.in: Fix #635521: translatable sentences of the *.ui files don't appear in .po file. * run-autogen.sh: Clean up aborted make distcheck before running autogen. * doc/nact/C/nact-execution.xml: Fix typo in NACT user's manual. * src/core/na-icontext-factory.c: Fix #632992: add comment about default value translation.