[nautilus-actions] Created tag NAUTILUS_ACTIONS_3_2_1
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Created tag NAUTILUS_ACTIONS_3_2_1
- Date: Tue, 28 Feb 2012 22:28:25 +0000 (UTC)
The signed tag 'NAUTILUS_ACTIONS_3_2_1' was created.
Tagger: Pierre Wieser <pwieser trychlos org>
Date: Tue Feb 28 22:03:08 2012 +0100
Releasing Nautilus-Actions 3.2.1
Changes since the last tag 'NAUTILUS_ACTIONS_3_1_5':
Christian Kirbach (1):
Updated German translation
Daniel Mustieles (19):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Fixed typo in string
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Fixed typo in string
Updated Spanish translation
Updated Spanish translation
Fixed typo in string
Updated Spanish translation
Updated Spanish translation
Fixed several typos in strings
Updated Spanish translation
Fixed some typos
Updated Spanish translation
Fixed typo in string
Jiro Matsuzawa (1):
Updated Japanese translation
Kjartan Maraas (1):
Updated Norwegian bokmÃl translation
Marek Äernockà (6):
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Updated Czech translation
Mario BlÃttermann (1):
[l10n] Updated German translation
Matej UrbanÄiÄ (2):
Updated Slovenian translation
Updated Slovenian translation
NicolÃs Satragno (16):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated translated figures
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Pierre Wieser (266):
Post release version bump
tools/release-tarball.sh: take builddir into account
Automatically installs manuals on the website when releasing a new stable version
Bump minimal required Gtk+ version to 2.20
Review the description of the export formats
Make import/export assistants labels wrappable
Preferences: fix vertical expand in runtime execution tab and auto-save frame
nact-assistant-export.ui: remove useless placeholder
nautilus-actions-config-tool.ui: let a page of the export assistant be scrolled
Add a padding to GtkFileChoosers
Have a distinct interface definition for import assistant
Add new nact-assistant-import.ui to po/POTFILES.in
Reference Manual: add two new functions
Reference Manual: fix the build
NactExportFormat: increment spacing before the comment
nact_match_list_on_selection_changed: fix typo on a comment
src/nact/base-gtk-utils.c: fix typos in comments
NactAssistantImport: refactoring
src/nact/nact-assistant-import.ui: fix a label
Fix nact_assistant_import_create_duplicates_treeview_model()
NactAssistantImport: refactoring
Menubar: do not talk about XML files on import/export
Bump NAIExporter interface to version 2
na_export_format_get_pixbuf(): new function
BaseAssistant: destroy the assistant when quitting
NactExportFormat: refactor for a display in a GtkTreeView
NactAssistantExport: whole refactoring
NactAssistantExport: keep the position of the horizontal slider
NAExportFormat: removes superfluous gdk-pixbuf.h include
Review NactApplication startup
na_gtk_utils_find_widget_by_type(): new function
na_gtk_utils_search_for_child_widget() renamed as na_gtk_utils_find_widget_by_name()
NAIOptionsList, NAIOption: new interfaces
XML I/O Provider: define images for .xml export formats
NADP I/O Provider: define an image for desktop export format
NAIOptionsList and NAIOption interfaces are up and running
NactPreferencesEditor: remove unsused variables
NactPreferencesEditor:ImportMode also implements NAIOptionsList interface
Remove na_importer_free_ask_mode() function
NAImporterAsk, NactAssistantImport: implement NAIOptionsList interface
na_core_utils_str_add_prefix(): deprecated function
src/nact/export-format-ask.png: adding omitted image
na_core_utils_str_add_prefix(): fix function deprecation
exporter_get_formats(): fix variable declaration
ChangeLog: archives 2011 year
Bump copyright year
na_about_get_icon_name() now returns a const string
na_importer_import_from_list(): fix comment typo
Reverse the sens of deprecation test
Update NAIImporter interface documentation
na_importer_import_from_list() renamed as na_importer_import_from_uris()
Update NAIExporter interface documentation
Define NAIImporter v2 new version interface
src/utils/na-gconf2key.sh.in: defines new '--admin' option
src/utils/Makefile.am: factorize library declarations
na-set-conf: new program
src/utils/console-utils.h: remove superfluous 'glib-object.h' include
Force GConf I/O provider to be read-only after the migration
Do some more tests on interfaces
Review NAIContext interface
Review NAIDuplicable interface
Review NAIExporter interface
Review NAIFactoryObject interface
Review NAIFactoryProvider interface
Review NAIImporter interface
Review NAIIOProvider interface
Review NAIOption interface
Review NAIOptionsList interface
src/utils/console-utils.h: re-include 'glib.h' header
Come back on core interfaces
Review NactIActionTab interface
Review NactIBasenamesTab interface
Review NactICapabilitiesTab interface
Review NactICommandTab interface
Review NactIEnvironmentTab interface
Review NactIExecutionTab interface
Review NactIFoldersTab interface
Review NactIMimetypesTab interface
Review NactIPropertiesTab interface
Review NactISchemesTab interface
Review NactTreeIEditable interface
Review interface initialization in implementations
na_iprefs_get_import_mode(): removed function
Move nact_export_format_get_ask_option() to na_exporter_get_ask_option()
na_iprefs_set_import_mode(): removed function
Commit deleted files
src/core/export-format-ask.png: commit added image
na_exporter_get_export_format(): new function
Add / fix / update some comments
Release the object whose importation has been cancelled
src/utils/na-gconf2key.sh.in: fix typo
nact_tree_ieditable_set_items(): new function
base_application_run() now takes argc,argv as arguments
configure.ac now requires gtk-doc 1.16
Define new BaseIUnique interface
NautilusActions: call parent_class::constructed() method at the beginning of the function
NactTreeView: call parent_class::constructed() method at the beginning of the function
NactMainWindow: call parent_class::constructed() method at the beginning of the function
NactAssistantExport: call parent_class::constructed() method at the beginning of the function
NAPivot: call parent_class::constructed() method at the beginning of the function
NAIOProvider: call parent_class::constructed() method at the beginning of the function
src/test/test-iface2.c: new interface test program
nact_tree_view_get_type(): add interface after having registered the type
BaseBuilder: fix comments
na_iunique_init_with_name(): renamed
Review construction process
base_application_run(): add a debug message before entering gtk_main()
src/nact/base-application.h: fix comments
NactApplication::appli_create_windows(): fix return value
src/nact/nact-application.h: review comments
BaseWindow: review initialization process
base_window_init() now holds all the build process
New BaseISession interface
Review BaseApplication, BaseISession and BaseIUnique
BaseBuilder: rename GType macro to BASE_TYPE_BUILDER
BaseWindow: rename GType macro to BASE_TYPE_WINDOW
BaseAssistant: rename GType macro to BASE_TYPE_ASSISTANT
BaseDialog: rename GType macro to BASE_TYPE_DIALOG
BaseWindow: all_widgets_showed() renamed as show_widgets()
Connect NactMainWindow to the application
NactMainWindow: make property labels translatable
General review of main notebook interfaces
src/core/na-desktop-environment.c: fix comments
NactICommandTab::legend_dialog_hide(): check that we have a GtkWindow
NactIEnvironmentTab: check that we have alive GtkWidgets
NactPreferencesEditor: default to rely on runtime detection
Rename NA_IOPTIONS_LIST_TYPE GType macro to NA_TYPE_IOPTIONS_LIST
na_exporter_get_export_format(): fix comment
NASettings: move default values out of the header
NAIOptionsList: fix GType macros
NactExportAsk: rename NACT_EXPORT_ASK_TYPE GType macro to NACT_TYPE_EXPORT_ASK
NAIOption: rename NA_IOPTION_TYPE GType macro to NA_TYPE_IOPTION
NAIOption: set the initialization flag after the weak ref on the instance
NAIOptionsList: fix comments
Get ride of GQuark as internal identifier of export format
Public API: rename GType macros according to GObject usages
Core API: rename GType macros according to GObject usages
NADP: rename GType macros according to GObject usages
NAXML: rename GType macros according to GObject usages
NACT: rename GType macros according to GObject usages
po/POTFILES.in: reference two new files
src/api/na-iimporter.h: fix comment
find_export_format_fn_from_quark(): fix calls
tools/check-po.sh: do not match binary files
na_desktop_environment_get_label(): new function
nact_icommand_tab_parse_parameters(): uses internal data
a_factory_object_copy(): remove target data before copying source ones
base_window_init(): returns TRUE if Gtk toplevel was already initialized
nact_clipboard_dnd_drag_end(): fix micro leak
nact_export_ask_user(): micro code format
src/nact/nact-tree-model-dnd.c: fix comments
docs/reference/nautilus-actions-sections.txt: report new GType macro names
docs/nact/C/nact-conditions.xml: add <literal>..</literal> tags
NactApplication::appli_init_application(): fix parent class method call
NactMainWindow: connect to 'quit-requested' signal
All dialogs connect to base signal from instance_constructed() method
na_iprefs_get_io_providers() is moved to na-io-provider.c
Remove useless <core/na-iprefs.h> includes
NactMatchList connects to base signals (and acts as a pseudo-interface)
na_factory_object_copy(): do not override provider data
na_desktop_environment_detect_running_desktop(): detect XFCE desktop
docs/nact/C/nact-conditions.xml: does not embed a <literal> inside of a <guilabel>
docs/reference/Makefile.am: reference na-core library
run-autogen.sh: delete an aborted build
run-distcheck.sh: remove remaining part of an aborded build
NACT manuals: makefile rewriting
src/api/na-iexporter.h: fix typo
Reference Manual: always allow gtk-doc.make inclusion
configure.ac: bump version number to API changes
Makefile.am: also distributes ChangeLog-2011
NAIIOProvider: update interface description
docs/reference/nautilus-actions-docs.xml: fix typo
docs/reference/nautilus-actions-overrides.txt: mark typedefs as deprecated
src/api/na-iio-provider.h: better distinguish own internal comments
NAIImporter: update interface description
NAIExporter: update interface documentation
Update ChangeLog
NAIExporterFormat: fix description
na_core_utils_str_subst(): fix description
docs/reference/na-compiling.xml: slightly improve documentation
m4/na-default-io-provider.m4: talk about items, not just actions
Tracker DBus interface is renamed as org.nautilus_actions.DBus.Tracker.Properties1
Check for GDBus, falling back to dbus-glib-1 if present
Update D-Bus section of reference manual
m4/na-check-for-gdbus.m4: requires GIO 2.30
Implement GDBus high-level API
src/plugin-tracker/na-tracker-dbus-glib.xml renamed
na_factory_object_copy(): do not try to copy null data
Improve interface comments
m4/na-check-for-gdbus.m4: setup _CFLAGS and _LIBS flags
NAIContext:is_candidate_for_show_if_registered(): consider having either gdbus or dbus-glib
na_io_provider_write_item(): reset the NAIOProvider after successfull write
src/nact/nact-preferences-editor.c: remove duplicate signal connections
NactTreeView: exhibits a ref_count error
Fix main window destroy process
Remove some debug messages
NactTreeModel: code review
docs/reference/nautilus-actions-docs.xml: add new symbols for 3.2
Instanciate a D-Bus object below the rooted manager
na_object_duplicate(): takes a DuplicateMode argument
NATokens::execute_action_command(): parse working dir for parameters
src/plugin-menu/nautilus-actions.c: only expands candidate items
NadpReader: reset the writability status if import source is read-only
NAImporterAsk: reset dialog pointer when parent exits
NASettings: define new 'main-tabs-pos' user preference
na_iprefs_get/set_tabs_pos(): new functions
NactMainWindow: restores/saves the notebook tabs position
nact_main_tab_init(): new function
Rename TREE_SIGNAL_CONTEXT_MENU to MAIN_SIGNAL_CONTEXT_MENU
MainNotebook: let the user set his preferred tabs position
NactTreeView: open the context menu with keybindings
na-desktop data files are installed in their own subdir
na-xml data files are installed in their own subdir
na_gtk_utils_find_widget_by_name(): also search for widgets inside of unnamed containers
base_gtk_utils_table_to_grid(): new function
NactICommandTab: dynamically converts GtkTable to GtkGrid
Review na_gtk_utils_dump_children() usage
base_gtk_utils_table_to_grid(): only tries to dump children in maintainer mode
NactTreeView::display_label(): simplify code
NAObjectAction rather makes use of na_object_attach_profile() macro
nact_menubar_file_on_new_profile(): attach new profile to its parent action
NAObjectItem: improve debug messages
NactMainWindow: rather connect to signals when initializing the BaseWindow
nact_menubar_edit_on_copy(): incrementing ref_count on copy is useless
nact_menubar_maintainer_on_dump_selection: incrementing ref_count on dump is useless
NactMenubar: no more keep a recursive ref on the selection
NactTreeView::get_selected_items(): improve debug message
Get rid of TREE_SIGNAL_SELECTION_CHANGED signal
na_io_provider_load_items(): fix comment
NABoxed::string_list_from_void(): keep string lists in the same order
No more dump still incomplete objects
Check if action is writable when deleting a profile
base_gtk_utils_table_to_grid(): improve table to grid conversion
Remove halign property
NactMenubar: slightly review code layout
nact_menubar_edit_on_update_sensitivities(): only evaluate writability of an action
base_window_instance_dispose(): improve debug message
nact_menubar_instance_dispose(): disconnect signal handler
NactMainWindow: set the context of the current profile if any
NactIActionTab: slightly review the code layout
NactIBasenamesTab: enable the page if a context is available
NactICapabilitiesTab: enable the page if a context is available
NactICommandTab: slightly review the code layout
NactIEnvironmentTab: slightly review the code layout
NactIExecutionTab: slightly review the code layout
NactIFoldersTab: enable the page if a context is available
NactIMimetypesTab: enable the page if a context is available
NactIPropertiesTab: slightly review the code layout
NactISchemesTab: enable the page if a context is available
src/plugin-tracker/Makefile.am: build and distribute all flavors of D-Bus sources
XML and Desktop I/O providers: do not override uninstall rules
nact_menubar_is_level_zero_order_changed(): removed unwritten function
Minor cosmetic changes
Use top_srcdir instead of srcdir
docs/reference/Makefile.am: remove useless rules
docs/reference/nautilus-actions-sections.txt: add undocumented enum
Do not distribute D-Bus auxiliary files
NAIOptionsList: directly pack radio buttons inside of the GtkVBox parent container
na_gtk_utils_find_widget_by_type(): removed function
Check for ICE library
Update Reference Manual
Ask export format: store the icon in a dedicated subdirectory
Import mode: store the icons in a dedicated subdirectory
Store UI elements in a dedicated subdirectory
run-autogen.sh: pass arguments to run-configure.sh
Update NEWS before releasing
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]