[nautilus-actions] Created tag NAUTILUS_ACTIONS_3_1_0



The signed tag 'NAUTILUS_ACTIONS_3_1_0' was created.

Tagger: Pierre Wieser <pwieser trychlos org>
Date: Fri Feb 25 16:17:01 2011 +0100

    Releasing Nautilus-Actions 3.1.0

Changes since the last tag 'NAUTILUS_ACTIONS_3_0_7':

Andrej ŽnidarÅ¡iÄ? (2):
      Updated Slovenian translation
      Updated Slovenian translation

Bruno Brouard (3):
      Updated French translation
      Updated French translation
      Updated French translation

Christian Kirbach (3):
      Fix string errors reported by Christian Kirbach
      Fix grammatical errors in documentation
      [l10n] Updated German translation

Jorge González (3):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Kjartan Maraas (1):
      Updated Norwegian bokmål translation.

Marek Ä?ernocký (8):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Pierre (19):
      Add sysconfdir argument to autogen.sh
      Define new na_boxed_get_pointer() function
      Fix 'icommand-folder-uri' new name as 'command-command-chooser-last-folder-uri'
      gconf2key migration: do not grep on full pathname
      Monitor all runtime preferences with only one callback
      NASettings: configuration monitoring
      NADataBoxed and NADataType are deprecated in favor of NABoxed
      NASettings: do not warn if configuration file does not exist
      New icon chooser
      Define new base_window_peek_widget() function
      nact_gtk_utils_get_pixbuf(): search for a pixbuf in icon themes
      Update NactIActionTab interface for the new icon chooser
      Update Action page for the new icon chooser
      NAIPrefs is no more an interface
      Update import modules to new NAIPrefs API
      Check that I/O providers preferences are modifiable
      Check that default schemes list is modifiable
      Reopen the Preferences dialog on the last used tab
      New NactTreeView convenience class

Pierre Wieser (298):
      Define HAVE_GSETTINGS variable
      Define HAVE_GCONF variable
      Call na_gsettings_migrate() if we have both GSettings and GConf
      Fix compilation
      Add path as a parameter to migration functions
      Define na_io_provider_are_writings_authorized() new function
      Fix export format ids documentation
      na_io_provider_are_writings_authorized(): Fix comment
      nautilus-actions-gconf2desktop.sh migration tool
      Run the GConf migration tool at startup
      Returns the full address of the page to enter a new bug in Bugzilla
      NAPivot: remove the call to na_gsettings_migrate
      README-GCONF: a useful document about GConf migration
      gconf2desktop.sh defaults to display help if there is no option
      console_cmdline_get_description: insert a newline in the too long message
      Use the same gconf2desktop.sh script to migrate preferences
      nautilus-actions-schemas is renamed as na-print-schemas, and is installed in PKGLIBEXECDIR
      Print the compilation version of GLib2 and Gtk+ when in debug mode
      nautilus-actions-delete is renamed as na-delete-xmltree, and is installed in PKGLIBEXECDIR
      nautilus-actions-gconf2desktop.sh.in is renamed as na-gconf2key.sh.in and is installed in PKGLIBEXECDIR
      Make sure that GConf is at the end of the list of I/O providers
      Migrate all I/O providers preferences
      Update README-GCONF
      Update src/utils/.gitignore
      Have distinct read and write orders for I/O providers
      Define NASettings class
      Update README-GCONF
      plugin-menu: replace NAIPivotConsumer interface with na_settings() accessors
      Only update items if preferences actually change
      Fix compilation of menu plugin vs NASettings
      Global configuration file goes to /etc/xdg
      Remove IIO_PROVIDER_SIGNAL_ITEM_CHANGED signal definition from public API
      Replace GConf preferences monitoring with NASettings
      NAPivot only monitors items changes
      Monitor runtime preferences in the menu plugin
      Menu plugin no more uses deprecated na_pivot_set_automatic_reload()
      NASettings: register monitored keys
      Define new NABoxed boxed type
      Fix two key label conversions
      Remove -not yet released- na_data_types_copy() and na_data_types_free() functions
      NABoxed: define new accessors
      Renamed preferences for windows size and position '-wsp'
      Icon chooser: implement preferences
      BaseIPrefs interface: remove all GConf code
      NASettings: all getters/setters are implemented
      Adjustements on IconChooser preferences
      Update all preference names when saving/restoring window size and position
      'folder-last-path' preference key is renamed as 'folder-last-folder-uri'
      Update NactICommandTab to new preference names
      Update NactIEnvironmentTab to new preference names
      Add omitted 'export-ask-user-last-format' key
      Remove GConf code from NactIPrefs interface
      Adjust new preference names
      NASettings: gather all preferences as '#define' values
      Globally rename preferences
      Remove deprecated nact_iprefs_migrate_key() function
      Remove deprecated base_iprefs_get_int() and base_iprefs_set_int() functions
      Remove nact_iprefs_write_bool/uint/string() deprecated functions
      Remove nact-iprefs.{c,h} files
      Fix items loading at startup
      Remove no more used default values
      NASettings: update default values
      '-last-folder-uri' preferences are renamed as '-lfu'
      Icon chooser now only records last folder uri
      NactIEnvironmentTab: remove no more used default value
      Add debug messages when allocating/freeing a NABoxed structure
      Compile with '-g -O0 when in maintainer mode
      NABoxed: fix uninitialized variable value
      Add localization code in new command-line tools
      Define a conditional when in maintainer mode
      Reset default compiler optimizations
      Fix NABoxed when the structure has not been allocated
      na_core_utils_slist_dump(): also display string length
      Add missing instance_finalize debug messages
      Remove no more used instance_init debug messages
      Release NASettings instance on NAPivot dispose
      Do not allocate an empty string list
      Do not force a null window size or position
      Remove gconf-client.h include
      Define one test program for dynamic modules
      Fix the interpretation of debug messages
      NAModule: add missing instance_finalize debug message
      Add a comment to gconf2key migration script
      nautilus-actions-print.c: move program summary as a global def
      na_io_provider_find_io_provider_by_id(): new function
      src/utils/na-print-schemas: add a deprecation comment
      nautilus-actions-new: output to stdout or as .desktop file
      NAGConfMonitor class is marked deprecated as of 3.1.0
      GConf utilities are marked deprecated as of 3.1.0
      Update po/POTFILES.in
      Set deprecation flags for gtkdoc-scan
      Add na-gconf2key.sh.in to distributed files
      na-gconf2key.sh.in: review comments
      check-po.sh: rewrite to have options and messages management
      Test for NA_DISABLE_DEPRECATED deprecation define
      na_module_release_modules() unuses the loaded plugin
      NactIPropertiesTab: comment emission hook drawbacks
      Rename 'import-mode-keep-last-choice' as 'import-ask-user-keep-last-choice'
      na_boxed_new_from_string_with_sep(): do not eat last character
      Manage locked and mandatory preferences
      Manage locked and mandatory preferences in schemes and i/o providers lists
      temp commit
      Add README-GCONF to the distribution
      tools/release-tarball.sh: full script rewrite
      Add some checks to script tools
      Replace basename command with a shell substitution
      Cosmetic changes in src/api
      Cosmetic changes in src/core headers
      Cosmetic changes in src/io-desktop headers
      Cosmetic changes in src/io-gconf headers
      Cosmetic changes in src/io-xml headers
      Cosmetic changes in src/nact headers
      Cosmetic changes in src/plugin-menu headers
      Cosmetic changes in src/plugin-tracker headers
      Generate the check-header.c source if it is missing
      src/nact/nact-main.c is renamed as main.c
      nact-tree-model-dnd.c: get ride of base_application_get_main_window() calls
      src/nact/base-window.c: get ride of base_application_get_main_window() calls
      BaseApplication::manage_options has the exit code as an argument
      Remove base_application_get_main_window() function
      src/nact/base-application-class.h: removed file
      Define new BaseApplication properties
      Make NactApplication initializes with these new properties
      Remove BaseApplication::initialize_i18n() virtual method
      Remove BaseApplication::initialize_application_name() virtual method
      Remove BaseApplication::initialize_icon_name() virtual method
      Remove BaseApplication::initialize_gtk() virtual method
      Remove BaseApplication::initialize_session_manager() virtual method
      Remove BaseApplication::initialize_ui() virtual method
      Remove BaseApplication::get_main_window() virtual method
      Remove BaseApplication::initialize_application() virtual method
      Define a new BaseApplication 'base-application-description' property
      Remove unused BaseApplication properties
      rename BaseWindow initialization time properties
      Initialize the main window with XML UI properties
      Rewrite BaseWindow initialization
      Remove BaseApplication::get_ui_filename() virtual method
      End of BaseApplication refactoring
      na-gconf2key.sh: get ride of possible error messages when forcing gconfd-2 synchro
      base-window-class.h: removed file
      Remove BaseWindow unused properties
      Remove base_window_error_dlg() and base_window_yesno_dlg() functions
      Rename BaseWindow signal defines
      Rename base_window_get_toplevel() as base_window_get_gtk_toplevel()
      Rename base_window_get_named_toplevel() as base_window_get_gtk_toplevel_by_name()
      Rename base_window_peek_widget() as base_window_get_widget_from_gtk()
      base-window.h: cosmetic changes
      Rename base_builder_load_named_toplevel() as base_builder_get_toplevel_by_name()
      Fix reverse test on BaseApplication::UniqueApp
      Rename base_window_get_widget_from_gtk() as nact_gtk_utils_get_widget_by_name()
      BaseApplication::manage_options() method is successively invoked for all derived classes
      BaseWindow::on_initialize_gtk_toplevel_class_handler() successively invoke each derived class
      BaseWindow::on_initialize_base_window_class_handler() successively invoke each derived class
      BaseWindow::on_all_widgets_showed_class_handler() successively invoke each derived class
      base_window_is_willing_to_quit() successively invoke each derived class
      Do some more tests on virtual methods handling
      Revert commit 3acf600874
      Revert three last BaseWindow commits
      Remove BaseWindow::get_ui_filename() virtual method
      Remove BaseWindow::get_toplevel_name() virtual method
      BaseWindow::runtime_init_toplevel() is renamed as initialize_base_window()
      Remove unused nact_window_is_item_writable() function
      Call parent class methods from derived classes
      run-distcheck.sh: checking headers requires the core library to have been built
      Fix compilation errors
      'item-changed' signal actually does not send any argument
      Define a new NATimeout structure
      Fix string errors reported by fr translation team
      Fix mispellings and other grammatical errors
      Global review of the notification systems
      NautilusActions plugin takes advantage of the new NASettings signal system
      Add missing files to git repository
      base_builder_get_toplevel_by_name: Add a debug message
      BaseDialog: Do some code and comments cleanup
      base_iprefs_position_named_window: Add a trace message
      base_window_setup_builder: Add a trace message
      src/nact/base-window.h: Do some comment cleanup
      Import assistant: load the common XML UI file into the private builder
      Schemes list: only ask once for preferences
      nact_providers_list_create_model: do not initialize widgets with future BaseWindow
      Update Preferences editor to new providers list API
      BaseWindow: update comments
      Whole refactoring of BaseWindow, BaseAssistant and BaseDialog
      Fix case insenstive comparison (bug reported by Johan Spee)
      Environment and Properties tabs: add trace messages
      BaseWindow: update comments
      Environment/Executable tabs: fix sensitivity regression
      na_iprefs_get_order_mode_by_label(): new function
      NAIPivotConsumer: deprecate on_display_order_changed() and on_autosave_changed() methods
      NASettings: no more try to summarize notification messages
      Cosmetic changes in user interface management
      NASettings: fix segmentation fault when emitting a signal
      src/core/.gitignore: New file
      NactMenubar: new convenience class
      Move MenubarIndicatorsStruct structure to private NactMenubar instance data
      nact_main_menubar_enable_item() renamed as nact_menubar_enabled_item()
      Define new MENUBAR_SIGNAL_UPDATE_SENSITIVITIES signal on the NactMenubar class
      Review I/O providers writability status management
      na_iprefs_is_level_zero_writable() is moved and renamed as na_updater_is_level_zero_writable()
      nact_window_has_writable_providers(): removed function
      Review menu items sensitivity updates
      Homogeneize core and nact marshalling
      nact.template: remove obsolete file
      nact.desktop.in: update application name
      na_updater_are_preferences_locked(): New function
      BaseIPrefs interface: remove get_wp_id() method
      Rename nact-gtk-utils to base-gtk-utils and merge base-iprefs into it
      Remove na_pivot_set_automatic_reload() unused function
      Fully deprecate NAIPivotConsumer interface
      Setup construction properties
      Move a NASettings getter to NAUpdater
      Let NactMainWindow manage its own termination
      Refactoring of menubar files
      NactIActionsList refactoring: remove deprecated references
      NactTreeIEditable: inserting new items
      NactMenubar: fix cut/delete menu items sensitivity after item insertion
      Refactoring: properties are renamed
      NactSortButtons: new convenience class
      More refactoring
      Most of refactoring done
      Update po/POTFILES.in
      Fix invalid cast from NAObjectItem'
      Fix assertion 'NA_IS_OBJECT( object )' failed
      No more try to convert all/allfiles to something else
      Common schemes are relabeled as 'Default schemes'
      Merge NABoxed and NADataBoxed data type definitions
      NADataBoxed class is no more deprecated
      NABoxed becomes a class
      NADataBoxed now derives from NABoxed class
      No more use deprecated NADataBoxed functions
      Only GConf writing operations are marked deprecated
      Define --enable-gconf configure option
      Do not compile with GConf library when disabled
      Keep selection info even when unable to query attributes
      NABoxed: fix regression when setting values
      NAIContext: fix string list regression
      A modified profile implies a modified action
      Deprecate na_object_set_modified(), na_iduplicable_set_modified()
      Add --enable-deprecated configure option
      Do not compile deprecated functions
      Do not documente NAGconfMonitor class when deprecated symbols are disabled
      Update Reference Manual
      Enable deprecated symbols when building the distribution
      Fix make distcheck
      Add informations messages when configuring
      Use G_SIGNAL_RUN_CLEANUP signal flag when a class handler is defined
      Defines a new 'base-window-willing-to-quit' stop-with-accumulator signal
      Rename src/nact/nact-marshal.def as base-marshal.def
      Define new 'pivot-prop-loadable' property
      Fix duplicate action sensitivity
      Fix invalid cast from NactMainWindow to NactTreeIEditable
      na_updater_is_item_writable is renamed as na_updater_check_item_writability_status
      na_updater_is_item_writable is renamed as na_updater_check_item_writability_status
      Only use na_updater_are_preferences_locked() function
      Deprecate obsolete setters
      Fix default value test
      nautilus-actions-new: add selection-count option
      nautilus-actions-new: add only-show-in and not-show-in options
      nautilus-actions-new: add last missing options
      nautilus-actions-new: mimetypes default to */*
      Deprecated data should be marked unwritable
      na-print-schemas: also display menu schemas
      NAIContext: identify the running desktop environment
      nautilus-actions-new: fix default mimetype
      Check for duplicates when managing strings lists
      NactTreeView: remove unused variable
      NAIContext: fix environment detection
      NAIContext: deprecate is_valid_isfiledir() function
      NAIContext: na_icontext_is_all_mimetypes() is renamed as na_object_check_mimetypes()
      NAIContext: fix mimetypes check
      NAIContext: replace g_warning with g_debug
      NAIDuplicable: are_equal, is valid default to TRUE
      NAIDuplicable: rewrite modification check stack
      NAIDuplicable: rewrite validity check stack
      Rewrite copy stack to get ride of iteration on class hierarchy
      NAObject: deprecate na_object_get_hierarchy()
      Implement execution mode property
      Move Nautilus-Actions configuration files to nautilus-actions/ subdir
      NAIContext: improve list of known desktop environments
      NASelectedInfo: improve debug messages
      Check for nautilus_menu_provider_get_toolbar_items() function
      Fix reference manual
      Update path to JHBuild environment
      Bump Nautilus (aka Gnome) required version to 2.16
      Fix check for GIO-Unix
      run-autogen.sh: fix when building for JHBuild
      Tracker plugin: fix for Nautilus > 2.91.90
      Allow plugin debug from user preference
      release-tarball.sh: be less verbose
      Improve ExecutionMode implementation
      Deprecate NAIbout interface
      Define a new NA_IPREFS_DESKTOP_ENVIRONMENT user preference
      base_gtk_utils_get_widget_by_name() is replaced by na_gtk_utils_search_for_child_widget()
      Convert NASettings to a private singleton
      NAIContext: first check for desktop from user preferences
      NACT: disable not yet implemented fields
      Use a command pattern rather than a prefix for execution in a terminal
      Update NEWS and README before release



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]