Skip navigation.
Home
A Lump in the World Wide Soup

Nautilus Actions V1.4 ChangeLog

This version is mainly a bug fix release and translations updates :

  • Fix a bug with Nautilus which make it updates his popup menus when a config changes in Nautilus-actions. (Bug #325584 and Bug #339273) [1]
  • Fix the problem with the Export feature in Nact when the config contains some xml special characters (like &, >, etc.) particularly in the "Command" and "Parameter" fields (Bug #345143) and with the display of this special chars in the example string below the "Parameter" field.
  • Add some better error handling in Nact and now display error dialogs when necessary.
  • Fix the icon preview in Nact which was displaying a bad one after selecting an invalid one.
  • Fix the creation of the '%M' parameter pattern when selecting files in virtual "SavedSearch" folders in Nautilus >= 2.14
  • Optimize the extension part by updating the config list only when they have change and not each time Nautilus ask for it.
  • Fix a missing dependency with libxml2 (Bug #342799)
  • Lots of translation updates and addition of Latvian (lv) translation.

[1] To take advantage of this new feature, you have to compile Nautilus-actions with Nautilus >= 2.16 of an older version of Nautilus compiled with this patch. Once done, it will not be necessary anymore to restart Nautilus with the command nautilus -q or by logging out from your Gnome session when you add/modify configs which appears on the desktop or on the background of the Nautilus windows.




2006-07-18  Frederic Ruaudel  1.4

        * plugin/nautilus-actions-utils.c: Change the creation of the %M
        parameter list by getting the base folder of each file instead of just
        the one of the first file for each. This is to deal with SavedSearch folder
        in nautilus >= 2.14 which can have file from different folder gathered in the
        same nautilus window. (Bug reported by David Winick)

2006-06-29  Frederic Ruaudel 

        * po/POTFILES.in: Add new files containing translatable strings

2006-06-27  Frederic Ruaudel 

        * libnautilus-actions/nautilus-actions-config-gconf-reader.c:
        * libnautilus-actions/nautilus-actions-config-schema-reader.c:
        * libnautilus-actions/nautilus-actions-config-schema-reader.h:
        * libnautilus-actions/nautilus-actions-config-xml.c:
        * libnautilus-actions/nautilus-actions-config-xml.h:
        * libnautilus-actions/nautilus-actions-config.c:
        * libnautilus-actions/nautilus-actions-config.h:
        * utils/nautilus-actions-convert.c:
        * utils/nautilus-actions-new-config.c:
        * nact/nact-editor.c:
        * nact/nact-import-export.c:
        * nact/nact.c: Add better error handling in Nact with error dialog
        and detailed error messages especially when importing new config.

2006-06-26  Frederic Ruaudel 

        * nact/nact-editor.c:
        * nact/nact-utils.c: Find a better way to fix pango parsing
        problem for xml special chars with the glib function
        g_markup_printf_escaped ().

        * nact/nautilus-actions-config.glade:
        * nact/nact-editor.c:
        * nact/nact-import-export.c:
        * nact/nact-utils.c:
        * nact/nact-utils.h:
        * nact/nact.c:
        * nact/nact.h: Move nautilus_actions_display_error() function
        in nact-utils.c, change their old call with g_error() as it was
        used to display Glade parsing error and define it to display a
        Gtk error dialog to the user. Then add some error handling in
        the import and icon loading part.

        * nact/nact-editor.c: Fix the icon preview. When the string
        was invalid, the icon widget wasn't hidden so it shows the last
        valid icon rendered. Now the icon is correctly hidden.

        * utils/nautilus-actions-convert.c:
        * utils/nautilus-actions-new-config.c:
        * nact/nact-editor.c:
        * nact/nact.c: Free GError values after their usage with
        g_error_free().

        * libnautilus-actions/nautilus-actions-config-schema-writer.c:
        Fix the problem with the "Export" function
        when one of an action's settings contains a xml special char (&,
        <, >, ...) (Bug #345143)

        * nact/nact-utils.c: Fix the problem with pango parsing when trying
        to render the parameter's example string when it contains an xml
        special char (&, <, >, ...).

2006-06-23  Frederic Ruaudel 

        * plugin/nautilus-actions.c:
        * plugin/nautilus-actions.h: Optimize the extension by updating
        the config list only when they changed and not each time Nautilus
        ask for the list of items.

2006-06-16  Frederic Ruaudel 

        * configure.in:
        * plugin/nautilus-actions.c: Fix Bug #325584 which make nautilus
        updates his popup menus when a config changes in nautilus-actions.
        This requires a patch applied to Nautilus (see Bug #339273 comitted
        in Nautilus' CVS Head).

2006-05-24  Frederic Ruaudel 

        * libnautilus-actions/Makefile.am: Fix missing libxml2
        library declaration (Bug #342799, patch from christopher
        taylor ).