na_updater_is_item_writable is renamed as na_updater_check_item_writability_status
[nautilus-actions.git] / ChangeLog
blob3ea72d2f41f868793423139bf69aa828588037f7
1 2011-02-19 Pierre Wieser <pwieser@trychlos.org>
3         * src/api/na-iio-provider.h:
4         Define new reason when the level zero is not writable.
6         * src/core/na-updater.c:
7         * src/core/na-updater.h (na_updater_is_item_writable):
8         Renamed as na_updater_check_item_writability_status.
10         * src/nact/nact-main-window.c (setup_writability_status):
11         * src/nact/nact-menubar-edit.c (get_deletables):
12         * src/nact/nact-tree-model-dnd.c (is_parent_accept_new_children):
13         Updated accordingly.
15         * src/nact/base-assistant.c (class_init):
16         Apply patch provided by Christian Kirback. Fix #640920.
18 2011-02-17 Pierre Wieser <pwieser@trychlos.org>
20         * src/core/na-pivot.h:
21         * src/core/na-pivot.c: Define new 'pivot-prop-loadable' property.
23         * src/nact/base-window.h:
24         * src/nact/base-window.c (class_init):
25         Defines a new 'base-window-willing-to-quit' stop-with-accumulator signal.
27         * src/nact/nact-main-window.c:
28         Connect to the signal instead of implementing a virtual method.
30 2011-02-16 Pierre Wieser <pwieser@trychlos.org>
32         * src/core/na-iduplicable.c (interface_base_init):
33         * src/core/na-settings.c (class_init):
34         * src/nact/base-window.c (class_init):
35         Use G_SIGNAL_RUN_CLEANUP signal flag when an object handler is defined.
37         * docs/reference/Makefile.am:
38         * src/nact/Makefile.am:
39         * run-distcheck.sh: Fix make distcheck.
41         * docs/reference/Makefile.am:
42         Do not documente NAGconfMonitor class when deprecated symbols are disabled.
44         * src/api/na-data-boxed.h:
45         * src/api/na-gconf-utils.h:
46         * src/core/na-data-boxed.c:
47         * src/core/na-iduplicable.c:
48         * src/io-gconf/nagp-gconf-provider.c: Do not compile deprecated functions.
50         * configure.ac:
51         * m4/na-maintainer-mode.m4: Add --enable-deprecated configure option.
53         * src/api/na-object-api.h (na_object_set_modified): Deprecated macro.
55         * src/api/na-iduplicable.h:
56         * src/core/na-iduplicable.c (na_iduplicable_set_modified):
57         Deprecated function.
59         * src/core/na-factory-object.c (na_factory_object_are_equal):
60         * src/nact/nact-tree-ieditable.c (on_object_modified_status_changed):
61         Improve debug messages.
63         * src/core/na-icontext-factory.c:
64         * src/core/na-object-action-factory.c:
65         * src/core/na-object-id-factory.c: Set missing default values.
67         * src/core/na-object-action.c (ifactory_object_are_equal):
68         An action is modified as soon as at least one profile is modified.
70         * src/core/na-icontext-factory.c: Fix string list regression
72         * src/core/na-boxed.c: Fix regression when setting values.
74         * src/core/na-selected-info.c (query_file_attributes):
75         Keep selection info even when unable to query attributes.
76         Fix #641464.
78 2011-02-15 Pierre Wieser <pwieser@trychlos.org>
80         Do not compile with GConf library when disabled
82         * src/api/na-gconf-monitor.h:
83         * src/api/na-gconf-utils.h:
84         * src/core/na-gconf-migration.c:
85         * src/core/na-gconf-monitor.c:
86         * src/core/na-gconf-utils.c:
87         * src/io-gconf/Makefile.am:
88         * src/io-xml/naxml-reader.c:
89         * src/utils/Makefile.am: Updated accordingly.
91 2011-02-14 Pierre Wieser <pwieser@trychlos.org>
93         Add --enable-gconf configure argument
94         Define HAVE_GCONF conditional
96         * m4/na-check-for-gconf.m4: New file.
98         * configure.ac:
99         * data/gconf-schemas/Makefile.am: Updated accordingly.
101         Only GConf writing operations are marked deprecated
103         * src/api/na-gconf-monitor.h:
104         * src/api/na-gconf-utils.h:
105         * src/core/na-gconf-monitor.c:
106         * src/core/na-gconf-utils.c:
107         * src/io-gconf/nagp-writer.c:
108         * src/io-gconf/nagp-writer.h: Updated accordingly.
110         No more use deprecated functions
112         * src/core/na-factory-object.c:
113         * src/io-desktop/nadp-reader.c:
114         * src/io-desktop/nadp-writer.c:
115         * src/io-gconf/nagp-reader.c:
116         * src/io-gconf/nagp-writer.c:
117         * src/io-xml/naxml-reader.c:
118         * src/io-xml/naxml-writer.c: Updated accordingly.
120         NADataBoxed class now derives from NABoxed
122         * src/api/na-boxed.h:
123         * src/api/na-data-boxed.h:
124         * src/api/na-data-types.h:
125         * src/core/na-boxed.c:
126         * src/core/na-core-utils.c:
127         * src/core/na-data-boxed.c:
128         * src/core/na-data-types.c:
129         * src/core/na-factory-object.c:
130         * src/core/na-ifactory-object.c:
131         * src/core/na-settings.c:
132         * src/io-desktop/nadp-writer.c:
133         * src/io-gconf/nagp-writer.c:
134         * src/io-xml/naxml-writer.c: Updated accordingly.
136         * src/api/na-boxed.h:
137         * src/core/na-boxed.c: Convert to the NABoxed class.
139         * src/core/na-settings.c: Updated accordingly.
141         * src/api/na-data-boxed.h:
142         * src/core/na-data-boxed.c: NADataBoxed class is no more deprecated.
144         Merge NABoxed and NADataBoxed data type definitions.
145         Data type are remaned as NA_DATA_TYPE.
147         * src/api/na-boxed.h:
148         * src/api/na-data-def.h:
149         * src/api/na-data-types.h:
150         * src/core/na-boxed.c:
151         * src/core/na-data-boxed.c:
152         * src/core/na-data-types.c:
153         * src/core/na-factory-object.c:
154         * src/core/na-icontext-factory.c:
155         * src/core/na-ifactory-object.c:
156         * src/core/na-object-action-factory.c:
157         * src/core/na-object-id-factory.c:
158         * src/core/na-object-item-factory.c:
159         * src/core/na-object-profile-factory.c:
160         * src/core/na-settings.c:
161         * src/io-desktop/nadp-reader.c:
162         * src/io-desktop/nadp-writer.c:
163         * src/io-gconf/nagp-reader.c:
164         * src/io-gconf/nagp-writer.c:
165         * src/io-xml/naxml-reader.c:
166         * src/io-xml/naxml-writer.c:
167         * src/utils/na-print-schemas.c: Updated accordingly.
169 2011-02-07 Pierre Wieser <pwieser@trychlos.org>
171         * src/api/na-iduplicable.h:
172         * src/core/na-iduplicable.c:
173         Deprecate NA_IDUPLICABLE_SIGNAL_STATUS_CHANGED signal.
174         Define new IDUPLICABLE_SIGNAL_MODIFIED_CHANGED and IDUPLICABLE_SIGNAL_VALID_CHANGED.
176         * src/api/na-object-api.h:
177         * src/core/na-object.c:
178         * src/core/na-object-item.c:
179         * src/core/na-object-item.h:
180         Deprecated na_object_check_status_up macro.
181         Merge na_object_item_check_status() and na_object_item_check_status_up().
183         * src/nact/nact-iaction-tab.c:
184         * src/nact/nact-ibasenames-tab.c:
185         * src/nact/nact-icapabilities-tab.c:
186         * src/nact/nact-icommand-tab.c:
187         * src/nact/nact-ienvironment-tab.c:
188         * src/nact/nact-iexecution-tab.c:
189         * src/nact/nact-ifolders-tab.c:
190         * src/nact/nact-iproperties-tab.c:
191         * src/nact/nact-ischemes-tab.c:
192         * src/nact/nact-main-window.c:
193         * src/nact/nact-main-window.h:
194         * src/nact/nact-match-list.c: Properties are renamed.
196         * src/nact/nact-main-tab.c:
197         * src/nact/nact-main-tab.h (nact_main_tab_get_context): Removed function.
199 2011-02-03 Pierre Wieser <pwieser@trychlos.org>
201         In the process of replacing NactIActionsList interface with:
202         - the NactTreeView class
203         - plus the NactTreeIEditable interface.
205         Almost all NACT files modified. Compilation is OK.
207 2011-02-02 Pierre Wieser <pwieser@trychlos.org>
209         * src/nact/nact-tree-model.c:
210         * src/nact/nact-tree-model.h (nact_tree_model_get_items):
211         * src/nact/nact-tree-view.c:
212         * src/nact/nact-tree-view.h (nact_tree_view_get_items): New functions.
214         Allow an items list to be referenced in a new list.
216         * src/api/na-object-api.h (na_object_ref_items): New macro.
218         * src/api/na-object-item.h:
219         * src/core/na-object-item.c (na_object_item_ref_items): New function.
221         * src/nact/nact-assistant-export.c
222         (instance_dispose, on_tree_view_selection_changed): Updated accordingly.
224         Review NAObject reference management
226         * src/api/na-object-api.h
227         (na_object_unref_items, na_object_unref_items_rec): Removed macros.
228         (na_object_free_items): New macro.
230         * src/api/na-object-item.h:
231         * src/core/na-object-item.c
232         (na_object_item_unref_items, na_object_item_unref_items_rec): Removed functions.
233         (na_object_item_free_items): New function.
235         * src/core/na-io-provider.c (na_io_provider_load_items):
236         * src/core/na-object.c (na_object_object_ref, na_object_object_unref):
237         * src/core/na-pivot.c (instance_dispose, na_pivot_load_items,
238         na_pivot_set_new_items):
239         * src/nact/nact-assistant-import.c (assistant_apply):
240         * src/nact/nact-iactions-list-bis.c (nact_iactions_list_bis_get_items):
241         * src/nact/nact-iactions-list.c (free_items_callback):
242         * src/nact/nact-main-menubar-edit.c (nact_main_menubar_edit_on_cut,
243         nact_main_menubar_edit_on_copy, nact_main_menubar_edit_on_paste,
244         nact_main_menubar_edit_on_paste_into,
245         nact_main_menubar_edit_on_duplicate, nact_main_menubar_edit_on_delete):
246         * src/nact/nact-main-menubar-file.c
247         (nact_main_menubar_file_on_new_menu,
248         nact_main_menubar_file_on_new_action,
249         nact_main_menubar_file_on_new_profile):
250         * src/nact/nact-main-menubar-maintainer.c
251         (nact_main_menubar_maintainer_on_dump_selection):
252         * src/nact/nact-main-menubar.c (on_update_sensitivities):
253         * src/nact/nact-main-window.c (instance_dispose,
254         nact_main_window_remove_deleted, reload):
255         * src/nact/nact-tree-model-dnd.c (drop_uri_list):
256         * src/nact/nact-tree-model.c (fill_tree_store):
257         * src/nact/nact-tree-view.c (on_selection_changed_cleanup_handler):
258         * src/plugin-menu/nautilus-actions.c (get_menus_items): Updated
259         accordingl
260         * src/nact/nact-main-menubar-maintainer.c
261         (nact_main_menubar_maintainer_on_dump_selection):
262         * src/nact/nact-main-menubar.c (on_update_sensitivities):
263         * src/nact/nact-main-window.c (instance_dispose,
264         nact_main_window_remove_deleted, reload):
265         * src/nact/nact-tree-model-dnd.c (drop_uri_list):
266         * src/nact/nact-tree-model.c (fill_tree_store):
267         * src/nact/nact-tree-view.c (on_selection_changed_cleanup_handler):
268         * src/plugin-menu/nautilus-actions.c (get_menus_items):
269         Updated accordingly.
271         New NactTreeView convenience class
273         * src/nact/nact-tree-view.c:
274         * src/nact/nact-tree-view.h: New files.
276         * src/nact/Makefile.am:
277         * src/nact/nact-assistant-export.c:
278         * src/nact/nact-iactions-list-priv.c:
279         * src/nact/nact-iactions-list.h:
280         * src/nact/nact-marshal.list:
281         * src/nact/nact-tree-model.c: Updated accordingly.
283 2011-02-02 Pierre Wieser <pwieser@trychlos.org>
285         Refactoring of menubar files:
286         - nact-main-menubar-*.c are renamed as nact-menubar-*.c.
287         - nact-main-menubar-*.h are removed.
289         * src/nact/Makefile.am:
290         * src/nact/nact-confirm-logout.c:
291         * src/nact/nact-iactions-list.c: Updated accordingly.
293         * src/nact/nact-main-window.c:
294         * src/nact/nact-main-window.h: Remove MAIN_WINDOW_SIGNAL_UPDATE_ACTION_SENSITIVITIES
295         which is replaced by NactMenubar internal MENUBAR_SIGNAL_UPDATE_SENSITIVITIES one.
297         Termination of the main window is managed in NactMainWindow.
299         * src/nact/nact-main-window.c:
300         * src/nact/nact-main-window.h (nact_main_window_quit): New function.
302         * src/nact/nact-main-menubar-file.c: Updated accordingly.
304         Move a NASettings getter to NAUpdater
306         * src/core/na-updater.c:
307         * src/core/na-updater.h (na_updater_should_pasted_be_relabeled): New function.
309         * src/nact/nact-main-menubar-edit.c:
310         * src/nact/nact-main-menubar-edit.h
311         (nact_main_menubar_edit_is_pasted_object_relabeled): Removed function.
313         * src/nact/nact-tree-model-dnd.c (drop_inside): Updated accordingly.
315         * src/nact/base-application.c (class_init):
316         * src/nact/base-assistant.c (class_init):
317         * src/nact/base-window.c (class_init):
318         * src/nact/nact-main-window.c (instance_constructed):
319         Setup construction properties.
321         * src/nact/nact-application.c:
322         * src/nact/nact-application.h (nact_application_get_updater):
323         Set NactApplication as a const argument.
325         Deprecate NAIPivotConsumer interface
327         * src/core/na-ipivot-consumer.c:
328         * src/core/na-ipivot-consumer.h: Removed files.
330         * src/core/Makefile.am:
331         * src/core/na-pivot.c:
332         * src/core/na-pivot.h:
333         * src/nact/nact-application.c:
334         * src/nact/nact-main-menubar-file.c:
335         * src/nact/nact-main-window.c:
336         * src/nact/nact-menubar.c: Updated accordingly.
338         * src/core/na-pivot.c:
339         * src/core/na-pivot.h
340         (na_pivot_set_automatic_reload): Remove unused function.
342         * src/test/test-reader.c: Updated accordingly.
344         * src/nact/nact-main-window.c (instance_constructed):
345         Connect to PIVOT_SIGNAL_ITEMS_CHANGED signal.
347         Rename nact-gtk-utils to base-gtk-utils and merge base-iprefs into it
349         * src/nact/base-iprefs.c:
350         * src/nact/base-iprefs.c: Removed files.
352         * src/nact/Makefile.am:
353         * src/nact/base-gtk-utils.c:
354         * src/nact/base-gtk-utils.h:
355         * src/nact/base-window.c:
356         * src/nact/nact-assistant-export.c:
357         * src/nact/nact-export-ask.c:
358         * src/nact/nact-export-format.c:
359         * src/nact/nact-iaction-tab.c:
360         * src/nact/nact-ibasenames-tab.c:
361         * src/nact/nact-icommand-tab.c:
362         * src/nact/nact-icon-chooser.c:
363         * src/nact/nact-ienvironment-tab.c:
364         * src/nact/nact-iexecution-tab.c:
365         * src/nact/nact-ifolders-tab.c:
366         * src/nact/nact-iproperties-tab.c:
367         * src/nact/nact-ischemes-tab.c:
368         * src/nact/nact-main-statusbar.c:
369         * src/nact/nact-main-window.c:
370         * src/nact/nact-match-list.c:
371         * src/nact/nact-preferences-editor.c:
372         * src/nact/nact-providers-list.c:
373         * src/nact/nact-schemes-list.c:
374         * src/nact/nact-tree-model.c: Updated accordingly.
376         Convert the get_wp_id() BaseIPrefsInterface method to "base-window-wsp-name"
377         BaseWindow property
379         * src/core/na-settings.c:
380         * src/core/na-settings.h: New NA_IPREFS_CONFIRM_LOGOUT_WSP user preference.
382         * src/nact/base-iprefs.c:
383         * src/nact/base-iprefs.h
384         (base_iprefs_position_named_window, base_iprefs_save_named_window_position):
385         Removed functions.
386         (get_wsp_id): Remove interface method.
388         * src/nact/base-window.c:
389         * src/nact/base-window.h: New BASE_PROP_WSP_NAME BaseWindow property.
391         * src/nact/nact-add-capability-dialog.c:
392         * src/nact/nact-add-scheme-dialog.c:
393         * src/nact/nact-assistant-export.c:
394         * src/nact/nact-assistant-import.c:
395         * src/nact/nact-confirm-logout.c:
396         * src/nact/nact-export-ask.c:
397         * src/nact/nact-gtk-utils.c:
398         * src/nact/nact-icommand-tab.c:
399         * src/nact/nact-icon-chooser.c:
400         * src/nact/nact-ifolders-tab.c:
401         * src/nact/nact-main-window.c:
402         * src/nact/nact-preferences-editor.c: Updated accordingly.
404         * src/core/na-updater.c:
405         * src/core/na-updater.h (na_updater_are_preferences_locked): New function.
407         Homogeneize marshalling
409         * src/core/na-marshal: Renamed as src/core/na-marshal.def
410         * src/nact/nact-marshal.list: Renamed as src/nact/nact-marshal.def
412         * src/core/Makefile.am:
413         * src/nact/Makefile.am:
414         * src/nact/nact-iactions-list.c (interface_base_init):
415         * src/nact/nact-main-window.c (class_init): Updated accordingly.
417 2011-02-01 Pierre Wieser <pwieser@trychlos.org>
419         Review menu items sensitivity updates
421         * src/api/na-object-api.h
422         (na_object_is_finally_writable, na_object_set_writability_status): New macros.
424         * src/api/na-object-item.h:
425         * src/core/na-object-item.c
426         (na_object_item_is_finally_writable, na_object_item_set_writability_status):
427         New functions.
429         * src/core/na-updater.c:
430         * src/core/na-updater.h (na_updater_load_items): New function.
432         * src/nact/nact-application.c (appli_main_window_new):
433         * /src/nact/nact-main-window.c (on_base_initialize_base_window):
434         No more load items when instanciating the main window, but when
435         initializing it.
437         * src/nact/nact-iactions-list.c (nact_iactions_list_all_widgets_showed):
438         Send the IACTIONS_LIST_SIGNAL_LIST_COUNT_UPDATED message to update the menubar.
440         * src/nact/nact-main-menubar-edit.c (nact_main_menubar_edit_on_update_sensitivities):
441         * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_on_update_sensitivities):
442         * src/nact/nact-menubar-priv.h:
443         * src/nact/nact-menubar.c (on_iactions_list_selection_changed):
444         Rely on indicators pre-computed on selection changes.
446         * src/nact/nact-window.c:
447         * src/nact/nact-window.h (nact_window_has_writable_providers):
448         Removed function.
450         * src/nact/nact-menubar-priv.h:
451         * src/nact/nact-menubar.c: Updated accordingly.
453         * src/core/na-iprefs.c:
454         * src/core/na-iprefs.h (na_iprefs_is_level_zero_writable):
455         Moved to NAUpdater class.
457         * src/core/na-updater.c:
458         * src/core/na-updater.h (na_updater_is_level_zero_writable):
459         Moved from NAIPrefs.
461         * src/nact/nact-menubar-priv.h:
462         * src/nact/nact-menubar.c (on_base_initialize_window):
463         * src/nact/nact-sort-buttons.c (enable_buttons):
464         * src/nact/nact-tree-model-dnd.c (is_parent_accept_new_childs):
465         Updated accordingly.
467         Review I/O providers writability status management.
469         * src/api/na-iio-provider.h: Review writability reason.
471         * src/core/na-io-provider.c:
472         * src/core/na-io-provider.h
473         (na_io_provider_is_able_to_write, na_io_provider_is_willing_to_write):
474         Removed functions.
475         (na_io_provider_is_finally_writable): New function.
477         * src/core/na-pivot.c:
478         * src/core/na-pivot.h
479         (na_pivot_is_configuration_locked_by_admin): Removed function.
481         * src/core/na-updater.c
482         * src/core/na-updater.h (na_updater_is_item_writable):
483         * src/nact/nact-main-menubar-edit.c (get_deletables):
484         * src/nact/nact-main-window.c: Updated accordingly.
486 2011-01-31 Pierre Wieser <pwieser@trychlos.org>
488         * src/nact/nact-menubar.c (nact_main_menubar_enable_item):
489         Renamed as nact_menubar_enable_item() and moved to private resources.
491         * src/nact/nact-main-menubar-edit.c:
492         * src/nact/nact-main-menubar-file.c:
493         * src/nact/nact-main-menubar-help.c:
494         * src/nact/nact-main-menubar-tools.c:
495         * src/nact/nact-main-menubar-view.c:
496         * src/nact/nact-menubar-priv.h:
497         * src/nact/nact-menubar.h: Updated accordingly.
499         Move MenubarIndicatorsStruct structure to private instance data
501         * src/nact/nact-menubar-priv.h: New file.
503         * src/nact/Makefile.am:
504         * src/nact/nact-main-menubar-edit.c:
505         * src/nact/nact-main-menubar-edit.h:
506         * src/nact/nact-main-menubar-file.c:
507         * src/nact/nact-main-menubar-file.h:
508         * src/nact/nact-main-menubar-help.c:
509         * src/nact/nact-main-menubar-help.h:
510         * src/nact/nact-main-menubar-maintainer.c:
511         * src/nact/nact-main-menubar-maintainer.h:
512         * src/nact/nact-main-menubar-tools.c:
513         * src/nact/nact-main-menubar-tools.h:
514         * src/nact/nact-main-menubar-view.c:
515         * src/nact/nact-main-menubar-view.h:
516         * src/nact/nact-menubar.c:
517         * src/nact/nact-menubar.h: Updated accordingly.
519         Define a new NactMenubar convenience class
521         * src/nact/nact-main-menubar.c:
522         * src/nact/nact-main-menubar.h: Renamed as nact-menubar.{c,h}.
524         * src/nact/Makefile.am:
525         * src/nact/nact-iactions-list.c:
526         * src/nact/nact-main-menubar-edit.h:
527         * src/nact/nact-main-menubar-file.h:
528         * src/nact/nact-main-menubar-help.c:
529         * src/nact/nact-main-menubar-help.h:
530         * src/nact/nact-main-menubar-maintainer.c:
531         * src/nact/nact-main-menubar-maintainer.h:
532         * src/nact/nact-main-menubar-tools.c:
533         * src/nact/nact-main-menubar-tools.h:
534         * src/nact/nact-main-menubar-view.c:
535         * src/nact/nact-main-menubar-view.h:
536         * src/nact/nact-main-window.c: Updated accordingly.
538         * src/api/na-boxed.h:
539         * src/core/na-boxed.c (na_boxed_dump): New function.
541         * src/core/na-settings.c (on_keyfile_changed_timeout): Fix segfault.
543         * src/nact/nact-preferences-editor.c (on_dialog_ok): Spare a function.
545         * src/core/na-marshal: New file.
547 2011-01-28 Pierre Wieser <pwieser@trychlos.org>
549         * src/core/Makefile.am: Generate na_cclosure_masharl functions.
551         * src/core/na-settings.c:
552         * src/core/na-settings.h: No more try to summarize notifications here.
554         * src/plugin-menu/nautilus-actions.c (instance_constructed):
555         Register NASettings callbacks on the runtime keys.
557         * src/nact/nact-main-window.c:
558         (NAIPivotConsumer->on_display_order_changed):
559         Moved to on_settings_order_mode_changed() function.
560         (NAIPivotConsumer->on_autosave_changed):
561         Moved to nact_main_menubar_file_install_autosave() new function.
563         * src/nact/nact-main-menubar-file.c:
564         * src/nact/nact-main-menubar-file.h
565         (nact_main_menubar_file_install_autosave): New function.
567         * src/core/na-iprefs.c:
568         * src/core/na-iprefs.h (na_iprefs_get_order_mode_by_label):
569         New function.
571         * src/core/na-icontext.c (is_candidate_for_basenames):
572         Fix case insenstive comparison (bug reported by Johan Spee).
574         Whole refactoring of BaseWindow / BaseAssistant / BaseDialog
576         * src/nact/base-application.c:
577         * src/nact/base-application.h: Add new exit codes.
579         * src/nact/base-assistant.c:
580         * src/nact/base-assistant.h:
581         Remove 'warn-on-cancel' unused property.
582         (base_assistant_set_cancel_on_esc, base_assistant_set_warn_on_esc):
583         Remove unused functions.
584         Implement run() virtual method.
586         * src/nact/base-dialog.c:
587         * src/nact/base-dialog.h:
588         Implement run() virtual method.
589         Define new cancel() and ok() virtual methods.
591         * src/nact/base-iprefs.c:
592         * src/nact/base-iprefs.h (iprefs_get_window_id): Renamed as get_wsp_id().
594         * src/nact/base-window.c:
595         * src/nact/base-window.h
596         (dialog_response, delete_event): Remove no more used virtual methods.
597         (run): Define new virtual method.
599         * src/nact/nact-add-capability-dialog.c:
600         * src/nact/nact-add-scheme-dialog.c:
601         * src/nact/nact-assistant-export.c:
602         * src/nact/nact-assistant-import.c:
603         * src/nact/nact-confirm-logout.c:
604         * src/nact/nact-export-ask.c:
605         * src/nact/nact-icon-chooser.c:
606         * src/nact/nact-main-window.c:
607         * src/nact/nact-preferences-editor.c: Updated accordingly.
609 2011-01-26 Pierre Wieser <pwieser@trychlos.org>
611         * src/nact/nact-providers-list.c:
612         * src/nact/nact-providers-list.h (nact_providers_list_create_model):
613         Do not initialize the widgets with the future BaseWindow.
615         * src/nact/nact-preferences-editor.c (preferences_editor_new):
616         Updated accordingly.
618         * src/nact/nact-schemes-list.c: Only ask for preferences once.
620         * src/nact/nact-assistant-import.c (assist_new):
621         Reload the common XML UI file into the private builder.
623         * src/nact/base-dialog.c:
624         * src/nact/base-dialog.h:
625         * src/nact/base-window.h: Do some code and comments cleanup.
627         * src/nact/base-builder.c (base_builder_get_toplevel_by_name):
628         * src/nact/base-iprefs.c (base_iprefs_position_named_window):
629         * src/nact/base-window.c (setup_builder):
630         Add a debug message.
632 2011-01-24 Pierre Wieser <pwieser@trychlos.org>
634         * src/plugin-menu/nautilus-actions.c:
635         * src/plugin-menu/nautilus-actions.h:
636         Takes advantage of the new NASettings signal notification system.
638         * src/core/na-pivot.c:
639         * src/core/na-pivot.h: Review the notification system.
641         * src/core/na-settings.c:
642         * src/core/na-settings.h:
643         Add a signal notification to the existing callback pregistration system.
645         * data/gconf-schemas/nautilus-actions-prefs.schemas.in:
646         * docs/des-ema/des-ema-0.15:
647         * docs/nact/C/nact-conditions.xml:
648         * docs/nact/C/nact-menus.xml:
649         * src/api/na-extension.h:
650         * src/api/na-ifactory-provider.h:
651         * src/api/na-iio-provider.h:
652         * src/api/na-object.h:
653         * src/core/na-core-utils.c:
654         * src/core/na-factory-object.c:
655         * src/core/na-gconf-utils.c:
656         * src/core/na-icontext-factory.c:
657         * src/core/na-icontext.c:
658         * src/core/na-ifactory-provider.c:
659         * src/core/na-io-provider.c:
660         * src/core/na-io-provider.h:
661         * src/core/na-iprefs.c:
662         * src/core/na-object-action.c:
663         * src/core/na-object-id-factory.c:
664         * src/core/na-object-id.c:
665         * src/core/na-object-item-factory.c:
666         * src/core/na-object-item.c:
667         * src/core/na-pivot.h:
668         * src/core/na-settings.c:
669         * src/core/na-settings.h:
670         * src/core/na-tokens.h:
671         * src/io-desktop/nadp-desktop-file.c:
672         * src/io-desktop/nadp-reader.c:
673         * src/io-desktop/nadp-utils.c:
674         * src/io-gconf/nagp-reader.c:
675         * src/io-xml/naxml-reader.c:
676         * src/nact/nact-gtk-utils.c:
677         * src/nact/nautilus-actions-config-tool.ui:
678         * src/plugin-menu/nautilus-actions.c:
679         * src/utils/nautilus-actions-new.c:
680         * src/utils/nautilus-actions-run.c:
681         * tools/check-headers.sh:
682         * tools/init-finalize-diff.sh:
683         Apply patch provided by Christian Kirbach. Fix #640216.
685         * src/nact/nautilus-actions-config-tool.ui:
686         * src/utils/na-delete-xmltree.c:
687         * src/utils/nautilus-actions-print.c:
688         Fix string errors reported by fr translation team.
690         * src/api/na-timeout.h:
691         * src/core/na-timeout.c: New files.
693         * src/api/Makefile.am:
694         * src/core/Makefile.am: Updated accordingly.
696         * src/core/na-pivot.c (on_item_changed_timeout):
697         * src/core/na-settings.c (on_keyfile_changed_timeout):
698         * src/io-desktop/nadp-desktop-provider.c (on_monitor_timeout):
699         * src/plugin-menu/nautilus-actions.c (on_change_event_timeout):
700         Take advantage of new NATimeout convenience structure.
702         * src/api/na-iio-provider.h:
703         * src/core/na-io-provider.c:
704         * src/core/na-io-provider.h: Fix comments.
706         * src/core/na-iio-provider.c (interface_base_init):
707         The 'item-changed' signal actually does not send any argument.
709         * src/core/na-pivot.c:
710         * src/core/na-pivot.h (na_pivot_on_item_changed_handler):
711         Updated accordingly.
713 2011-01-22 Pierre Wieser <pwieser@trychlos.org>
715         * src/nact/base-window.c: Handles the recorded signals in a GList.
717         * src/nact/base-window.h (is_willing_to_quit): Fix the comment.
719         * src/nact/nact-main-window.c
720         (base_is_willing_to_quit, on_base_initialize_gtk_toplevel):
721         Calls the parent class method if willing to quit.
723         * src/nact/nact-window.c:
724         * src/nact/nact-window.h
725         (nact_window_is_item_writable): Remove unused function.
727         * src/nact/base-window.c:
728         * src/nact/base-window.h
729         (runtime_init_toplevel): Renamed as initialize_base_window().
730         (class_init): Fix cclosure_marshall for signals without argument.
732         * src/nact/base-window.c:
733         * src/nact/base-window.h
734         (get_toplevel_name, get_ui_filename): Removed virtual functions.
736         * src/nact/nact-add-capability-dialog.c:
737         * src/nact/nact-add-scheme-dialog.c:
738         * src/nact/nact-assistant-export.c:
739         * src/nact/nact-assistant-import.c:
740         * src/nact/nact-confirm-logout.c:
741         * src/nact/nact-export-ask.c:
742         * src/nact/nact-icon-chooser.c:
743         * src/nact/nact-main-window.c:
744         * src/nact/nact-preferences-editor.c: Updated accordingly.
746         * src/nact/base-window.c:
747         * src/nact/base-window.h:
748         Revert commits dfb26ec5, 1991b3b7 and 4d0c43bb due to new virtual method
749         handling paradigm.
750         Pass the GtkWindow toplevel as a parameter of 'base-window-initialize-gtk'
751         signal.
752         initial_load_toplevel() virtual method is renamed as initialize_gtk_toplevel().
754         * src/nact/nact-main-window.c:
755         No more connect to the signal, but implement the virtual method.
757         * src/nact/base-application.c (appli_initialize_manage_options):
758         * src/nact/base-application.h (manage_options):
759         * src/nact/nact-application.c (appli_manage_options):
760         Revert commit 3acf600874.
762         * src/test/test-virtuals.c: Do some more tests on virtual methods.
764         * src/nact/base-window.c (on_initialize_gtk_toplevel_class_handler,
765         on_initialize_base_window_class_handler,
766         on_all_widgets_showed_class_handler, base_window_is_willing_to_quit):
767         Succssively invoke all derived class methods.
769         * src/nact/base-window.h (initial_load_toplevel, runtime_init_toplevel,
770         all_widgets_showed, is_willing_to_quit): Update comments.
772         * src/nact/base-application.c (appli_initialize_manage_options):
773         Successively invoke all derived class methods.
775         * src/nact/base-application.h (manage_options): Update comment.
777         * src/nact/nact-application.c (appli_manage_options): Updated accordingly.
779         * src/nact/base-builder.c:
780         * src/nact/base-builder.h (base_builder_get_toplevel_by_name):
781         Use a const BaseBuilder as argument;
783         * src/nact/base-window.c:
784         * src/nact/base-window.h (base_window_get_widget_from_gtk):
785         Removed function.
787         * src/nact/nact-gtk-utils.c:
788         * src/nact/nact-gtk-utils.h (nact_gtk_utils_get_widget_by_name):
789         New function.
791         * src/nact/nact-icon-chooser.c (on_destroy): Updated accordingly.
793         * src/nact/base-application.c (appli_initialize_unique_app):
794         Fix reverse test.
796         * src/nact/base-builder.c:
797         * src/nact/base-builder.h (base_builder_load_named_toplevel):
798         Renamed as base_builder_get_toplevel_by_name().
800         * src/nact/base-window.c: Updated accordingly.
802 2011-01-21 Pierre Wieser <pwieser@trychlos.org>
804         * src/nact/base-window.c:
805         * src/nact/base-window.h (base_window_peek_widget):
806         Renamed as base_window_get_widget_from_gtk().
808         * src/nact/nact-icon-chooser.c: Updated accordingly.
810         * src/nact/base-window.c:
811         * src/nact/base-window.h (base_window_get_named_toplevel):
812         Renamed as base_window_get_gtk_toplevel_by_name().
814         * src/nact/nact-icommand-tab.c: Updated accordingly.
816         * src/nact/base-window.c:
817         * src/nact/base-window.h (base_window_get_toplevel):
818         Renamed as base_window_get_gtk_toplevel().
820         * src/nact/base-application.c:
821         * src/nact/base-assistant.c:
822         * src/nact/base-iprefs.c:
823         * src/nact/nact-add-capability-dialog.c:
824         * src/nact/nact-add-scheme-dialog.c:
825         * src/nact/nact-assistant-export.c:
826         * src/nact/nact-assistant-import.c:
827         * src/nact/nact-confirm-logout.c:
828         * src/nact/nact-export-ask.c:
829         * src/nact/nact-gtk-utils.c:
830         * src/nact/nact-icommand-tab.c:
831         * src/nact/nact-icon-chooser.c:
832         * src/nact/nact-ifolders-tab.c:
833         * src/nact/nact-main-menubar.c:
834         * src/nact/nact-main-window.c:
835         * src/nact/nact-match-list.c:
836         * src/nact/nact-preferences-editor.c:
837         * src/nact/nact-tree-model-dnd.c: Updated accordingly.
839         * src/nact/base-window.c:
840         * src/nact/base-window.h: Rename signal defines.
842         * src/nact/base-assistant.c:
843         * src/nact/nact-add-capability-dialog.c:
844         * src/nact/nact-add-scheme-dialog.c:
845         * src/nact/nact-assistant-export.c:
846         * src/nact/nact-assistant-import.c:
847         * src/nact/nact-confirm-logout.c:
848         * src/nact/nact-export-ask.c:
849         * src/nact/nact-icon-chooser.c:
850         * src/nact/nact-main-window.c:
851         * src/nact/nact-preferences-editor.c: Updated accordingly.
853         * src/nact/base-window.c:
854         * src/nact/base-window.h:
855         Remove unused properties.
856         (base_window_error_dlg, base_window_yesno_dlg): Removed functions.
858         * src/nact/base-assistant.c:
859         * src/nact/nact-main-menubar-edit.c:
860         * src/nact/nact-main-menubar-file.c:
861         * src/nact/nact-main-window.c
862         * src/nact/nact-window.c: Updated accordingly.
864         * src/nact/base-window-class.h: Removed file.
866         * src/nact/base-window.h:
867         * src/nact/Makefile.am: Updated accordingly.
869         * src/utils/na-gconf2key.sh.in:
870         Get ride of possible error messages when forcing gconfd-2 synchro.
872         * src/nact/base-application.c:
873         * src/nact/base-application.h (base_application_message_dlg,
874         base_application_error_dlg, base_application_yesno_dlg):
875         Functions are moved to BaseWindow class.
877         * src/nact/base-window.c:
878         * src/nact/base-window.h
879         (base_window_display_yesno_dlg, base_window_display_message_dlg):
880         New functions.
882         * src/nact/base-application.c:
883         * src/nact/base-application.h
884         (base_application_get_ui_filename): Removed function.
885         (get_ui_filename): Removed virtual method.
887         * src/nact/nact-application.c
888         (appli_get_gtkbuilder_filename):Removed function.
890         * src/nact/base-window.c (base_window_init): Rewrite BaseWindow initialization.
892         * src/nact/nact-main-window.c (nact_main_window_new):
893         Initialize the main window with XML UI properties.
895         * src/nact/base-window.c:
896         * src/nact/base-window.h: Rename initialization properties.
898         * src/nact/nact-add-capability-dialog.c:
899         * src/nact/nact-add-scheme-dialog.c:
900         * src/nact/nact-assistant-export.c:
901         * src/nact/nact-assistant-import.c:
902         * src/nact/nact-confirm-logout.c:
903         * src/nact/nact-export-ask.c:
904         * src/nact/nact-icon-chooser.c:
905         * src/nact/nact-main-window.c:
906         * src/nact/nact-preferences-editor.c: Updated accordingly.
908         * src/nact/base-application.c:
909         * src/nact/base-application.h:
910         Define new 'base-application-description' property.
911         Remove unused properties.
913         * src/nact/nact-application.c (nact_application_new):
914         Make use of the new property at instanciation time.
916 2011-01-20 Pierre Wieser <pwieser@trychlos.org>
918         * src/nact/base-window.c:
919         * src/nact/base-window.h (base_window_display_error_dlg): New function.
921         * src/nact/base-application.c:
922         * src/nact/base-application.h (base_application_get_icon_name):
923         Removed function.
925         * src/nact/base-application.c:
926         * src/nact/base-application.h
927         (initialize_i18n, initialize_application_name, get_application_name,
928         initialize_default_icon, get_icon_name, initialize_gtk,
929         initialize_session_manager, get_unique_app_name, initialize_ui,
930         initialize_unique_app, initialize, run, get_main_window,
931         initialize_application): Remove virtual methods.
933         * src/nact/nact-application.c (appli_get_application_name,
934         appli_get_icon_name, appli_get_unique_app_name,
935         appli_initialize_application):  Removed functions.
937         * src/nact/nact-application.c (nact_application_new_with_args):
938         Make NactApplication initializes with these new properties.
940         * src/nact/base-application.c:
941         * src/nact/base-application.h: Define new properties.
943         * src/nact/base-application-class.h: Removed file.
945         * src/nact/Makefile.am:
946         * src/nact/base-application.h:
947         * src/nact/base-window-class.h:
948         * src/nact/base-window.h: Updated accordingly.
950         * src/nact/base-application-class.h (main_window_new):
951         * src/nact/base-application.c (application_do_run):
952         * src/nact/nact-application.c
953         * src/nact/nact-main-window.h (appli_main_window_new):
954         Move the creation of the main window to the main_window_new() method.
955         Remove base_application_get_main_window() function.
957         * src/nact/base-application-class.h (manage_options):
958         * src/nact/base-application.c:
959         * src/nact/nact-application.c: Return exit code of the program.
961         * src/nact/nact-tree-model-dnd.c
962         (drop_inside, is_drop_possible, drop_uri_list):
963         * src/nact/base-window.c (is_main):
964         Remove base_application_get_main_window() invocations.
966         * src/nact/nact-main.c: Renamed as main.c
968         * src/nact/Makefile.am: Updated accordingly.
970         * tools/Makefile.am: Generate the check-header.c source if it is missing.
972         * src/plugin-tracker/na-tracker-dbus.c:
973         * src/plugin-tracker/na-tracker-dbus.h:
974         * src/plugin-tracker/na-tracker.c:
975         * src/plugin-tracker/na-tracker.h: Cosmetic changes in src/plugin-tracker headers.
977         * src/plugin-menu/nautilus-actions.c:
978         * src/plugin-menu/nautilus-actions.h: Cosmetic changes in src/plugin-menu headers.
980         * src/nact/base-application.c:
981         * src/nact/base-application-class.h:
982         * src/nact/base-assistant.c:
983         * src/nact/base-assistant.h:
984         * src/nact/base-builder.c:
985         * src/nact/base-builder.h:
986         * src/nact/base-dialog.c:
987         * src/nact/base-dialog.h:
988         * src/nact/base-iprefs.c:
989         * src/nact/base-iprefs.h:
990         * src/nact/base-window.c:
991         * src/nact/base-window-class.h:
992         * src/nact/egg-tree-multi-dnd.h:
993         * src/nact/nact-add-capability-dialog.c:
994         * src/nact/nact-add-capability-dialog.h:
995         * src/nact/nact-add-scheme-dialog.c:
996         * src/nact/nact-add-scheme-dialog.h:
997         * src/nact/nact-application.c:
998         * src/nact/nact-application.h:
999         * src/nact/nact-assistant-export.c:
1000         * src/nact/nact-assistant-export.h:
1001         * src/nact/nact-assistant-import.c:
1002         * src/nact/nact-assistant-import.h:
1003         * src/nact/nact-clipboard.c:
1004         * src/nact/nact-clipboard.h:
1005         * src/nact/nact-confirm-logout.c:
1006         * src/nact/nact-confirm-logout.h:
1007         * src/nact/nact-export-ask.c:
1008         * src/nact/nact-export-ask.h:
1009         * src/nact/nact-iactions-list.c:
1010         * src/nact/nact-iactions-list.h:
1011         * src/nact/nact-iaction-tab.c:
1012         * src/nact/nact-iaction-tab.h:
1013         * src/nact/nact-ibasenames-tab.c:
1014         * src/nact/nact-ibasenames-tab.h:
1015         * src/nact/nact-icapabilities-tab.c:
1016         * src/nact/nact-icapabilities-tab.h:
1017         * src/nact/nact-icommand-tab.c:
1018         * src/nact/nact-icommand-tab.h:
1019         * src/nact/nact-icon-chooser.h:
1020         * src/nact/nact-ienvironment-tab.c:
1021         * src/nact/nact-ienvironment-tab.h:
1022         * src/nact/nact-iexecution-tab.c:
1023         * src/nact/nact-iexecution-tab.h:
1024         * src/nact/nact-ifolders-tab.c:
1025         * src/nact/nact-ifolders-tab.h:
1026         * src/nact/nact-imimetypes-tab.c:
1027         * src/nact/nact-imimetypes-tab.h:
1028         * src/nact/nact-iproperties-tab.c:
1029         * src/nact/nact-iproperties-tab.h:
1030         * src/nact/nact-ischemes-tab.c:
1031         * src/nact/nact-ischemes-tab.h:
1032         * src/nact/nact-main-window.c:
1033         * src/nact/nact-main-window.h:
1034         * src/nact/nact-preferences-editor.c:
1035         * src/nact/nact-preferences-editor.h:
1036         * src/nact/nact-tree-model.c:
1037         * src/nact/nact-tree-model.h:
1038         * src/nact/nact-tree-model-priv.h:
1039         * src/nact/nact-window.c:
1040         * src/nact/nact-window.h: Cosmetic changes in src/nact headers.
1042         * src/io-xml/naxml-provider.c:
1043         * src/io-xml/naxml-provider.h:
1044         * src/io-xml/naxml-reader.c:
1045         * src/io-xml/naxml-reader.h:
1046         * src/io-xml/naxml-writer.c:
1047         * src/io-xml/naxml-writer.h: Cosmetic changes in src/io-xml headers.
1049         * src/io-gconf/nagp-gconf-provider.c:
1050         * src/io-gconf/nagp-gconf-provider.h: Cosmetic changes in src/io-gconf headers.
1052         * src/io-desktop/nadp-desktop-file.c:
1053         * src/io-desktop/nadp-desktop-file.h:
1054         * src/io-desktop/nadp-desktop-provider.c:
1055         * src/io-desktop/nadp-desktop-provider.h:
1056         * src/io-desktop/nadp-monitor.c:
1057         * src/io-desktop/nadp-monitor.h: Cosmetic changes in src/io-desktop headers.
1059         * src/core/na-export-format.h:
1060         * src/core/na-iabout.h:
1061         * src/core/na-importer-ask.h:
1062         * src/core/na-io-provider.h:
1063         * src/core/na-ipivot-consumer.h:
1064         * src/core/na-module.h:
1065         * src/core/na-pivot.h:
1066         * src/core/na-selected-info.h:
1067         * src/core/na-settings.h:
1068         * src/core/na-tokens.h:
1069         * src/core/na-updater.h: Cosmetic changes in src/core headers.
1071         * src/api/na-data-boxed.h:
1072         * src/api/na-data-types.h:
1073         * src/api/na-gconf-monitor.h:
1074         * src/api/na-gconf-utils.h:
1075         * src/api/na-icontext.h:
1076         * src/api/na-iduplicable.h:
1077         * src/api/na-iexporter.h:
1078         * src/api/na-ifactory-object.h:
1079         * src/api/na-ifactory-provider.h:
1080         * src/api/na-iio-provider.h:
1081         * src/api/na-object-action.h:
1082         * src/api/na-object.h:
1083         * src/api/na-object-id.h:
1084         * src/api/na-object-item.h:
1085         * src/api/na-object-menu.h:
1086         * src/api/na-object-profile.h:
1087         * src/core/na-data-boxed.c: Cosmetic changes in src/api headers.
1089         * src/utils/na-gconf2key.sh.in:
1090         * tools/check-headers.sh:
1091         * tools/check-po.sh:
1092         * tools/init-finalize-diff.sh:
1093         * tools/release-tarball.sh: Replace basename with a shell substitution.
1095 2011-01-19 Pierre Wieser <pwieser@trychlos.org>
1097         * tools/release-tarball.sh: Full script rewrite.
1099         * README-GCONF:
1100         * Makefile.am: Add README-GCONF to the distribution.
1102         * tools/check-po.sh: Script rewriting.
1104         * NEWS: Update before 3.0.7 release.
1106 2011-01-18 Pierre Wieser <pwieser@trychlos.org>
1108         * src/core/na-export-format.c (na_export_format_get_description):
1109         * src/core/na-importer-ask.c (na_importer_ask_user):
1110         * src/core/na-importer.c (import_from_uri):
1111         * src/core/na-io-provider.c (na_io_provider_get_name):
1112         * src/core/na-iprefs.c:
1113         * src/core/na-iprefs.h (na_iprefs_get_import_mode,
1114         na_iprefs_get_order_mode, na_iprefs_get_export_format):
1115         * src/core/na-settings.c:
1116         * src/nact/nact-assistant-export.c (on_initial_load_dialog):
1117         * nact/nact-assistant-import.c (runtime_init_duplicates):
1118         * src/nact/nact-clipboard.c (export_row_object):
1119         * src/nact/nact-export-ask.c:
1120         * nact/nact-export-format.c:
1121         * src/nact/nact-export-format.h(nact_export_format_init_display):
1122         * src/nact/nact-gtk-utils.c:
1123         * src/nact/nact-gtk-utils.h (nact_gtk_utils_radio_set_initial_state,
1124         nact_gtk_utils_radio_reset_initial_state,
1125         nact_gtk_utils_toggle_set_initial_state,
1126         nact_gtk_utils_toggle_reset_initial_state):
1127         * src/nact/nact-ienvironment-tab.c
1128         (on_tab_updatable_selection_changed):
1129         * src/nact/nact-iexecution-tab.c (on_tab_updatable_selection_changed):
1130         * src/nact/nact-main-window.c (on_base_runtime_init_toplevel):
1131         * src/nact/nact-preferences-editor.c:
1132         * src/nact/nact-preferences.ui:
1133         * src/nact/nact-tree-model-dnd.c (drop_uri_list):
1134         * src/nact/nact-tree-model.c (tree_model_new):
1135         Manage locked and mandatory preferences.
1137         * src/core/na-boxed.c (na_boxed_new_from_string_with_sep):
1138         Do not eat last character.
1140         * README-GCONF:
1141         * src/core/na-settings.h:
1142         * src/utils/na-gconf2key.sh.in:
1143         Rename 'import-mode-keep-last-choice' as 'import-ask-user-keep-last-choice'.
1145 2011-01-17 Pierre Wieser <pwieser@trychlos.org>
1147         * src/nact/nact-preferences-editor.c:
1148         Reopen the Preferences on the last used tab.
1150         * src/core/na-boxed.c (na_boxed_new_from_string_with_sep):
1151         Fix handling of last separator.
1153         * src/nact/nact-schemes-list.c: Do not allow modification
1154         of default schemes list if preferences are locked or property
1155         mandatory.
1157         * src/core/na-io-provider.c:
1158         * src/core/na-io-provider.h (na_io_provider_is_conf_readable,
1159         na_io_provider_is_conf_writable):
1160         Returns mandatory flag.
1161         List I/O providers in write order.
1163         * src/core/na-updater.c (na_updater_is_item_writable): Updated accordingly.
1165         * src/nact/nact-providers-list.c: Do not allow modification of I/O
1166         providers readability/writability/write order properties if
1167         preferences are locked or properties mandatory.
1169         * src/core/na-module.c (na_module_release_modules): Release the loaded module.
1171 2011-01-16 Pierre Wieser <pwieser@trychlos.org>
1173         * run-distcheck.sh: New file.
1175         Add a script to check completeness of header files.
1177         * tools/.gitignore:
1178         * tools/Makefile.am:
1179         * tools/check-headers.sh: New files.
1181         * src/test/test-include.c:
1182         Renamed as tools/check-header.c and set it as ignored by git.
1184         * src/test/.gitignore:
1185         * src/test/Makefile.am: Updated accordingly.
1187         * Makefile.am:
1188         * configure.ac: configure in tools/.
1190         * src/api/na-data-boxed.h:
1191         * src/api/na-data-types.h:
1192         * src/api/na-gconf-monitor.h:
1193         * src/api/na-gconf-utils.h: Test for NA_DISABLE_DEPRECATED deprecation define.
1195         * run-distcheck.sh: New file.
1197         * tools/check-po.sh: Rewrite to have options and messages management.
1199         * src/utils/na-gconf2key.sh.in: Review comment.
1201         * src/utils/Makefile.am: Add na-gconf2key.sh.in to the distributed files.
1203         * docs/reference/Makefile.am: Set the deprecation flags for gtkdoc-scan.
1205         * tools/check-po.sh: Set the count of errors as exit code.
1207         * po/POTFILES.in: Updated.
1209         * src/api/na-gconf-utils.h:
1210         * src/core/na-gconf-utils.c: Is marked deprecated as of 3.1.0.
1212         * src/api/na-gconf-monitor.h:
1213         * src/core/na-gconf-monitor.c: Is marked deprecated as of 3.1.0.
1215         * src/utils/nautilus-actions-new.c: Output to stdout or as .desktop file.
1217         * src/utils/na-print-schemas.c: Add a deprecation comment.
1219         * src/core/na-io-provider.c:
1220         * src/core/na-io-provider.h (na_io_provider_find_io_provider_by_id):
1221         New function.
1223         * src/utils/nautilus-actions-print.c: Move program summary as a global def.
1225 2011-01-15 Pierre Wieser <pwieser@trychlos.org>
1227         * tools/init-finalize-diff.sh: Fix the interpretation of debug messages.
1229         * src/test/test-module.c:
1230         * src/test/test-module-plugin.c: New files.
1232         * src/test/.gitignore:
1233         * src/test/Makefile.am: Updated accordingly.
1234          
1235         * src/nact/nact-schemes-list.c: Remove gconf-client.h include.
1237         * src/nact/base-iprefs.c
1238         (base_iprefs_position_named_window): Do not force a null window size or position.
1240         * src/core/na-settings.c
1241         (na_settings_get_string_list): Do not allocate an empty string list.
1243         * src/core/na-pivot.c (instance_dispose): Release the NASettings object.
1245         * src/core/na-object-id.c:
1246         * src/core/na-object-item.c: Remove no more used instance_init debug messages.
1248         * src/core/na-data-boxed.c:
1249         * src/core/na-gconf-monitor.c:
1250         * src/core/na-io-provider.c:
1251         * src/core/na-tokens.c:
1252         * src/core/na-updater.c:
1253         * src/io-desktop/nadp-desktop-file.c:
1254         * src/io-desktop/nadp-desktop-provider.c:
1255         * src/io-desktop/nadp-monitor.c:
1256         * src/io-gconf/nagp-gconf-provider.c:
1257         * src/io-xml/naxml-provider.c:
1258         * src/nact/base-application.c:
1259         * src/nact/base-builder.c:
1260         * src/nact/base-window.c: 
1261         * src/nact/nact-application.c:
1262         * src/nact/nact-clipboard.c:
1263         * src/nact/nact-main-window.c:
1264         * src/nact/nact-tree-model.c:
1265         * src/nact/nact-window.c: Add instance_finalize debug message.
1267         * src/core/na-core-utils.c (na_core_utils_slist_dump): Display string length.
1269         * src/core/na-boxed.c
1270         (na_boxed_free): Only free a non null structure.
1271         (na_boxed_new_from_string_with_sep): Do not try to split an empty string.
1272         (na_boxed_get_boolean, na_boxed_get_pointer, na_boxed_get_string,
1273         na_boxed_get_string_list, na_boxed_get_uint, na_boxed_get_uint_list):
1274         Do not try to return a value for a null structure.
1276         * m4/na-maintainer-mode.m4: Define a conditional when in maintainer mode.
1278 2011-01-14 Pierre Wieser <pwieser@trychlos.org>
1280         * src/utils/na-delete-xmltree.c:
1281         * src/utils/nautilus-actions-print.c: Add localization code.
1283         * src/utils/nautilus-actions-new.c:
1284         * src/utils/nautilus-actions-run.c:
1285         * src/utils/nautilus-actions-schemas.c: Add locale.h include.
1287         * src/core/na-boxed.c (boxed_new, na_boxed_copy, na_boxed_new_from_string,
1288         na_boxed_new_from_string_with_sep, na_boxed_free):
1289         Add debug messages when allocating/freeing a NABoxed structure.
1291         * src/nact/nact-icommand-tab.c (on_wdir_browse):
1292         Remove no more used default value.
1294         * src/nact/nact-icon-chooser.c
1295         (fillup_icons_by_path, on_path_selection_changed): Store last folder uri.
1297         * src/core/na-settings.h: Preference renamed accordingly.
1299         * README-GCONF:
1300         * src/core/na-settings.h:
1301         * src/utils/na-gconf2key.sh.in:
1302         '-last-folder-uri' preferences are renamed as '-lfu'.
1304         * src/core/na-settings.c: Set default values.
1306         * src/nact/nact-gtk-utils.c:
1307         * src/nact/nact-gtk-utils.h (nact_gtk_utils_select_file,
1308         nact_gtk_utils_select_file_with_preview, nact_gtk_utils_select_dir):
1309         Remove no more used default value.
1311         * src/nact/nact-icommand-tab.c (on_path_browse, on_wdir_browse):
1312         * src/nact/nact-ienvironment-tab.c (on_try_exec_browse,
1313         on_show_if_running_browse): Updated accordingly.
1315         * src/core/na-boxed.c (string_list_from_array, uint_list_from_array):
1316         Do not allocate the empty last element.
1318         * src/core/na-io-provider.c (load_items_get_merged_list):
1319         * src/core/na-iprefs.c (na_iprefs_get_io_providers):
1320         Use the correct list pointer.
1322         * src/core/na-iprefs.c:
1323         * src/core/na-iprefs.h
1324         (na_iprefs_get_export_format, na_iprefs_set_export_format):
1325         Functions moved from src/nact/nact-iprefs.c.
1327         * src/nact/nact-iprefs.c:
1328         * src/nact/nact-iprefs.h: Removed files.
1330         * src/nact/Makefile.am:
1331         * src/nact/base-window.c:
1332         * src/nact/nact-assistant-export.c:
1333         * src/nact/nact-assistant-import.c:
1334         * src/nact/nact-clipboard.c:
1335         * src/nact/nact-export-ask.c:
1336         * src/nact/nact-export-format.c:
1337         * src/nact/nact-gtk-utils.c:
1338         * src/nact/nact-iaction-tab.c:
1339         * src/nact/nact-icommand-tab.c:
1340         * src/nact/nact-ifolders-tab.c:
1341         * src/nact/nact-main-toolbar.c:
1342         * src/nact/nact-preferences-editor.c:
1343         * src/nact/nact-tree-model-dnd.c: Updated accordingly.
1345         * src/nact/nact-iprefs.c:
1346         * src/nact/nact-iprefs.h (nact_iprefs_write_bool, nact_iprefs_write_uint,
1347         nact_iprefs_write_string): Remove deprecated functions.
1349         * src/nact/nact-main-toolbar.c (nact_main_toolbar_activate):
1350         Updated accordingly.
1352         * src/nact/base-iprefs.c:
1353         * src/nact/base-iprefs.h (base_iprefs_get_int, base_iprefs_set_int):
1354         Remove deprecated functions.
1356         * src/nact/nact-icon-chooser.c (instance_dispose, on_base_runtime_init_dialog):
1357         * src/nact/nact-main-window.c (instance_dispose, on_base_initial_load_toplevel):
1358         Updated accordingly.
1360         * src/nact/nact-iprefs.c:
1361         * src/nact/nact-iprefs.h (nact_iprefs_migrate_key): Remove deprecated function.
1363         * src/nact/nact-icommand-tab.c (nact_icommand_tab_initial_load_toplevel):
1364         Updated accordingly.
1366         Global renaming of preferences.
1368         * README-GCONF:
1369         * src/api/na-iio-provider.h:
1370         * src/core/na-export-format.h:
1371         * src/core/na-exporter.h:
1372         * src/core/na-importer-ask.h:
1373         * src/core/na-importer.c:
1374         * src/core/na-io-provider.c:
1375         * src/core/na-io-provider.h:
1376         * src/core/na-iprefs.c:
1377         * src/core/na-iprefs.h:
1378         * src/core/na-module.c:
1379         * src/core/na-pivot.c:
1380         * src/core/na-pivot.h:
1381         * src/core/na-settings.c:
1382         * src/core/na-settings.h:
1383         * src/core/na-updater.c:
1384         * src/nact/nact-add-capability-dialog.c:
1385         * src/nact/nact-add-scheme-dialog.c:
1386         * src/nact/nact-assistant-export.c:
1387         * src/nact/nact-assistant-import.c:
1388         * src/nact/nact-clipboard.c:
1389         * src/nact/nact-export-ask.c:
1390         * src/nact/nact-gtk-utils.c:
1391         * src/nact/nact-iactions-list.c:
1392         * src/nact/nact-icommand-tab.c:
1393         * src/nact/nact-icon-chooser.c:
1394         * src/nact/nact-ienvironment-tab.c:
1395         * src/nact/nact-ifolders-tab.c:
1396         * src/nact/nact-iprefs.c:
1397         * src/nact/nact-iprefs.h:
1398         * src/nact/nact-main-menubar-edit.c:
1399         * src/nact/nact-main-menubar-file.c:
1400         * src/nact/nact-main-menubar.c:
1401         * src/nact/nact-main-toolbar.c:
1402         * src/nact/nact-main-window.c:
1403         * src/nact/nact-preferences-editor.c:
1404         * src/nact/nact-providers-list.c:
1405         * src/nact/nact-schemes-list.c:
1406         * src/nact/nact-sort-buttons.c:
1407         * src/nact/nact-tree-model-dnd.c:
1408         * src/nact/nact-tree-model.c:
1409         * src/nact/nact-window.c:
1410         * src/nact/nact-window.h:
1411         * src/plugin-menu/nautilus-actions.c:
1412         * src/utils/na-gconf2key.sh.in:
1413         * src/utils/nautilus-actions-new.c: Rename preferences.
1414 >>>>>>> Globally rename preferences
1416 2011-01-13 Pierre Wieser <pwieser@trychlos.org>
1418         * src/core/na-settings.c:
1419         * src/core/na-settings.h: Preference names are defined as '#define' values.
1421         * README-GCONF:
1422         * src/utils/na-gconf2key.sh.in: Adjust preferences.
1424         * src/core/na-iprefs.c:
1425         * src/core/na-iprefs.h: NAIPrefs is no more an interface.
1427         * src/api/na-iimporter.h:
1428         * src/core/na-importer-ask.c:
1429         * src/core/na-importer-ask.h:
1430         * src/core/na-importer.c: Updated accordingly.
1432 2011-01-12 Pierre Wieser <pwieser@trychlos.org>
1434         * src/nact/nact-iprefs.c:
1435         * src/nact/nact-iprefs.h: Get ride of GConf.
1437         * README-GCONF:
1438         * src/core/na-settings.c:
1439         * src/utils/na-gconf2key.sh.in: Add omitted 'export-ask-user-last-format' key.
1441         * src/nact/nact-icommand-tab.c:
1442         * src/nact/nact-ienvironment-tab.c: Update to new preferences.
1444         * README-GCONF:
1445         * src/core/na-settings.c:
1446         * src/utils/na-gconf2key.sh.in:
1447         'folder-last-path' key is renamed as 'folder-last-folder-uri'.
1449         * src/nact/nact-ifolders-tab.c: Updated accordingly.
1451         * README-GCONF:
1452         * src/core/na-settings.c:
1453         * src/utils/na-gconf2key.sh.in: Add 'export-ask-user-wsp' preference.
1455         * src/nact/nact-add-capability-dialog.c (base_get_iprefs_window_id):
1456         * src/nact/nact-add-scheme-dialog.c (base_get_iprefs_window_id):
1457         * src/nact/nact-assistant-export.c (window_get_iprefs_window_id):
1458         * src/nact/nact-assistant-import.c (window_get_iprefs_window_id):
1459         * src/nact/nact-export-ask.c (base_get_iprefs_window_id):
1460         * src/nact/nact-main-window.c
1461         (instance_dispose, base_get_iprefs_window_id):
1462         * src/nact/nact-preferences-editor.c (base_get_iprefs_window_id):
1463         Update all preference names when saving/restoring window size and position.
1465         * src/core/na-settings.c:
1466         * src/core/na-settings.h: All getters/setters are implemented.
1468         * src/nact/base-iprefs.c: Remove GConf stuff.
1470         * src/nact/nact-icon-chooser.c:
1471         * src/nact/nact-icon-chooser.ui: Implement all preferences.
1473         * src/utils/na-gconf2key.sh.in:
1474         Renamed preferences for windows size and position '-wsp'.
1475         Also delete from GConf if only preferences have been migrated.
1476         Re-sync after tree delete.
1478         * src/api/na-boxed.h:
1479         * src/core/na-boxed.c
1480         (na_boxed_get_string, na_boxed_get_uint, na_boxed_get_uint_list):
1481         New functions.
1483         * configure.ac: Enable silent rules by default.
1485         * run-autogen.sh: Add sysconfdir argument to autogen.sh
1487         * src/nact/nact-gtk-utils.c (nact_gtk_utils_get_pixbuf):
1488         Search a pixbuf by icon theme if not found as filename or stock.
1490         * src/nact/base-window.c:
1491         * src/nact/base-window.h (base_window_peek_widget): New function.
1493         * src/nact/nact-icon-chooser.c:
1494         * src/nact/nact-icon-chooser.h:
1495         * src/nact/nact-icon-chooser.ui: New files.
1496         
1497         * src/nact/Makefile.am:
1498         * src/nact/nact-iaction-tab.c:
1499         * src/nact/nautilus-actions-config-tool.ui: Updated accordingly.
1501         * src/core/na-settings.c (content_load_keys):
1502         Do not warn if configuration file does not exist.
1504         * src/api/na-boxed.h:
1505         * src/api/na-data-boxed.h:
1506         * src/api/na-data-types.h:
1507         * src/core/na-boxed.c:
1508         * src/core/na-data-boxed.c:
1509         * src/core/na-data-types.c:
1510         Update reference documentation to deprecate NADataBoxed and NADataType
1511         in favor of NABoxed.
1513         * src/core/na-settings.c:
1514         * src/core/na-settings.h: Configuration monitoring.
1516         * src/plugin-menu/nautilus-actions.c:
1517         Monitor all runtime preferences with only one callback.
1519         * src/api/na-boxed.h:
1520         * src/core/na-boxed.c (na_boxed_get_pointer): New function.
1522         * run-autogen.sh: Add sysconfdir argument to autogen.sh.
1524         * src/api/na-data-types.h:
1525         * src/core/na-data-types.c
1526         (na_data_types_copy, na_data_types_free): Removed functions.
1528         * README-GCONF:
1529         * src/utils/na-gconf2key.sh.in: Fix two key label conversions.
1531         * src/api/na-boxed.h:
1532         * src/core/na-boxed.c: New files.
1534         * src/api/Makefile.am:
1535         * src/core/Makefile.am: Updated accordingly.
1537 2011-01-10 Pierre Wieser <pwieser@trychlos.org>
1539         * src/api/na-data-types.h:
1540         * src/core/na-data-types.c
1541         (na_data_types_copy, na_data_types_free, na_data_types_get_label):
1542         New functions.
1544         * src/core/na-settings.c
1545         (monitor_io_provider_read_status, monitor_key): Register monitored keys.
1547         * src/core/na-settings.h
1548         (na_settings_get_boolean_ex, na_settings_get_string_list):
1549         New functions.
1551         * src/plugin-menu/nautilus-actions.c:
1552         Implement runtime preferences monitoring.
1553         No more use deprecated na_pivot_set_automatic_reload().
1555         * src/core/na-pivot.c:
1556         * src/core/na-pivot.h:
1557         Replace GConf preferences monitoring with NASettings.
1558         Define new PIVOT_SIGNAL_ITEMS_CHANGED signal.
1560         * src/core/na-settings.c:
1561         * src/core/na-settings.h
1562         (na_settings_register_key_callback,
1563         na_settings_register_global_callback, na_settings_get_boolean):
1564         New functions.
1566         * src/api/na-iio-provider.h:
1567         * src/core/na-io-provider.h: IIO_PROVIDER_SIGNAL_ITEM_CHANGED signal
1568         definition is moved (and renamed) from public API to internal one.
1570         * src/core/na-iio-provider.c (interface_base_init):
1571         * src/core/na-io-provider.c (io_provider_set_provider):
1572         * src/core/na-pivot.c (on_item_changed_timeout): Updated accordingly.
1574         * src/core/na-iio-provider.c
1575         * src/core/na-settings.c (na_settings_new):
1576         * src/utils/na-gconf2key.sh.in: Global configuration file goes to /etc/xdg.
1578         * src/core/na-pivot.c:
1579         * src/core/na-pivot.h (na_pivot_register):
1580         * src/core/na-settings.c:
1581         * src/core/na-settings.h (na_settings_register):
1582         * src/plugin-menu/nautilus-actions.c (instance_constructed):
1583         Fix compilation.
1585 2011-01-09 Pierre Wieser <pwieser@trychlos.org>
1587         * src/nact/base-application.c (display_dlg): Setup parent window.
1589         * src/api/na-iimporter.h:
1590         * src/core/na-io-provider.c:
1591         * src/core/na-object-id.c:
1592         * src/core/na-object-item.c:
1593         * src/io-desktop/nadp-utils.c:
1594         * src/nact/nact-assistant-import.c:
1595         * src/nact/nact-iactions-list-bis.c:
1596         * src/nact/nact-iactions-list.h:
1597         * src/nact/nact-main-window.c:
1598         * src/nact/nact-preferences.ui:
1599         * src/nact/nact-tree-model.c: Remove all deprecated references to an UUID.
1601         * po/POTFILES.in: Add src/io-desktop/nadp-formats.c file.
1603         * src/core/na-object-profile-factory.c:
1604         Remove %o/%O parameters from description of version 2.0.
1605         Add a missing line feed.
1607         * tools/check-po.sh: Adapt to glade files.
1609 2011-01-08 Pierre Wieser <pwieser@trychlos.org>
1611         * src/utils/nautilus-actions-new.c (init_options):
1612         * src/utils/nautilus-actions-run.c (init_options):
1613         * src/utils/nautilus-actions-schemas.c (init_options):
1614         Initialize translation domain for GOptionContext.
1616         * src/core/na-data-boxed.c
1617         (string_spec, slist_spec, bool_spec, pointer_spec, uint_spec):
1618         * src/core/na-export-format.c
1619         (na_export_format_get_label, na_export_format_get_description):
1620         * src/core/na-iabout.c (na_iabout_display):
1621         * src/core/na-object-action.c (na_object_action_new_with_defaults):
1622         * src/core/na-object-menu.c (na_object_menu_new_with_defaults):
1623         * src/io-xml/naxml-writer.c (write_data_schema_v1_element):
1624         * src/nact/nact-add-capability-dialog.c (on_base_runtime_init_dialog):
1625         * src/nact/nact-ienvironment-tab.c (nact_ienvironment_tab_runtime_init_toplevel):
1626         * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed):
1627         * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items):
1628         * src/nact/nact-match-list.c (get_must_match_header, insert_new_row):
1629         * src/nact/nact-tree-model-dnd.c
1630         (is_drop_possible, is_drop_possible_before_iter,
1631         is_drop_possible_into_dest, is_parent_accept_new_childs):
1632         Use gettext() to display localized static strings.
1634         * src/api/na-data-def.h: Complete the description of the fields.
1636         * src/core/na-io-provider.c:
1637         * src/core/na-object-profile-factory.c:
1638         * src/nact/nact-assistant-export.ui:
1639         * src/nact/nautilus-actions-config-tool.ui:
1640         Fix various mistakes and mispellings reported by Fr translation team.
1642         * configure.ac: Post-release bump version number.
1644 2011-01-07 Pierre Wieser <pwieser@trychlos.org>
1646         * src/core/na-pivot.c (na_pivot_register): New function.
1648         * src/plugin-menu/nautilus-actions.c:
1649         Replace NAIPivotConsumer interface with na_settings() accessors.
1651         * src/core/na-settings.c:
1652         * src/core/na-settings.h: New files.
1654         * src/utils/na-gconf2key.sh.in:
1655         Make sure that GConf is at the end of the list of I/O providers.
1656         Make sure that GConf is locked.
1657         Migrate all I/O provider preferences.
1659         * configure.ac:
1660         * src/utils/Makefile.am:
1661         * src/utils/na-gconf2key.sh.in:
1662         nautilus-actions-gconf2desktop.sh.in is renamed as na-gconf2key.sh.in,
1663         and is installed in PKGLIBEXECDIR.
1665         * src/core/Makefile.am:
1666         * src/core/na-gconf-migration.c: Updated accordingly.
1668         * src/utils/Makefile.am:
1669         nautilus-actions-delete is renamed as na-delete-xmltree,
1670         and is installed in PKGLIBEXECDIR.
1672         * src/core/na-core-utils.c (na_core_utils_print_version):
1673         Print the compilation version of GLib2 and Gtk+ when in debug mode.
1675         * src/utils/Makefile.am:
1676         nautilus-actions-schemas is renamed as na-print-schemas,
1677         and is installed in PKGLIBEXECDIR.
1679 2011-01-06 Pierre Wieser <pwieser@trychlos.org>
1681         * src/nact/nact-main-window.c (iabout_get_toplevel):
1682         Let the About dialog get the toplevel window.
1684         * src/nact/nact-preferences.ui:
1685         * src/nact/nautilus-actions-config-tool.ui:
1686         Apply patch provided by Christian Kirbach. Fix #638548.
1688         Use the same script to migrate items and preferences.
1690         * README-GCONF: Document migrated and renamed preferences.
1692         * src/utils/nautilus-actions-gconf2desktop.sh.in:
1693         Rewrite migrated preferences as keyed files.
1694         At last, remove the whole Nautilus-Actions tree from GConf.
1696 2011-01-05 Pierre Wieser <pwieser@trychlos.org>
1698         * src/utils/console-utils.c (console_cmdline_get_description):
1699         Returns the full address of the page to enter a new bug in Bugzilla.
1701         * src/core/na-gconf-migration.c:
1702         * src/core/na-gconf-migration.h (na_gconf_migration_run): New function.
1704         * src/core/Makefile.am: Updated accordingly.
1706         * src/nact/nact-main.c (main):
1707         * src/plugin-menu/nautilus-module.c (nautilus_module_initialize):
1708         * src/utils/nautilus-actions-new.c (main):
1709         * src/utils/nautilus-actions-run.c (main):
1710         Automatically run the migration tool at startup.
1712         * src/utils/nautilus-actions-gconf2desktop.sh.in:
1713         * src/utils/nautilus-actions-delete.c:
1714         * src/utils/nautilus-actions-print.c:
1715         New items migration script and programs.
1716         They take care of migrating users and mandatory items to .desktop files.
1718         * configure.ac:
1719         * src/utils/Makefile.am:
1720         * src/utils/.gitignore: Updated accordingly.
1722 2011-01-04 Pierre Wieser <pwieser@trychlos.org>
1724         * src/core/na-tokens.c (na_tokens_new_from_selection):
1725         No more prepare the list string of selection.
1726         Directly build the selection list in the correct order.
1727         (execute_action_command): Setup the working directory.
1729         * src/core/na-tokens.c:
1730         * src/core/na-tokens.h (na_tokens_parse_parameters):
1731         Renamed as na_tokens_parse_for_display() as filenames are not quoted
1732         when displayed as part of an expanded label.
1734         * src/nact/nact-icommand-tab.c (parse_parameters):
1735         * src/plugin-menu/nautilus-actions.c (expand_tokens_item):
1736         Updated accordingly.
1738         * configure.ac: Fix "API Reference generation" message.
1740         * m4/na-enable-manuals.m4:
1741         Better specify that --enable-html-manuals (resp. pdf) are for user's manuals.
1743         * src/core/na-selected-info.c (new_from_uri):
1744         - Add an excerpt from RFC 2396 about valid characters in URIs.
1745         - Prefer the filename from g_filename_from_uri() when possible.
1747         * src/core/na-tokens.c
1748         (na_tokens_new_from_selection): Also g_shell_quote() the URI to preserve quotes.
1749         (build_string_lists_item): Removed function.
1751         * src/core/na-iabout.c (na_iabout_display):
1752         Fix typo in comment, adding a note to the translators.
1754 2011-01-03 Pierre Wieser <pwieser@trychlos.org>
1756         * src/core/na-io-provider.c:
1757         * src/core/na-io-provider.h (na_io_provider_are_writings_authorized):
1758         New function.
1760         * configure.ac: Define a conditional if we have both GSettings and GConf.
1762         * src/core/na-gsettings-migrate.c:
1763         * src/core/na-gsettings-migrate.h: New files.
1765         * src/core/Makefile.am: Updated accordingly.
1767         * src/core/na-pivot.c (instance_constructed):
1768         Call na_gsettings_migrate() if we have both GSettings and GConf.
1770         * configure.ac:
1771         - Define HAVE_GSETTINGS variable.
1772         - Define HAVE_GCONF variable.
1774 2011-01-02 Pierre Wieser <pwieser@trychlos.org>
1776         * src/nact/egg-desktop-file.c:
1777         Get ride of tests for Gtk+ 2.12.0 as this is the minimal required version.
1779         * src/nact/base-keysyms.h:
1780         * src/nact/egg-sm-client-private.h:
1781         * src/nact/egg-sm-client-xsmp.c: 
1782         * src/nact/nact-add-capability-dialog.c:
1783         * src/nact/nact-add-scheme-dialog.c:
1784         * src/nact/nact-main-tab.c:
1785         * src/nact/nact-clipboard.c:
1786         * src/nact/nact-tree-model-dnd.c:
1787         * src/nact/nact-gtk-utils.c:
1788         * src/nact/nact-iaction-tab.c:
1789         * src/nact/nact-main-statusbar.c:
1790         * src/nact/nact-main-menubar.c:
1791         * src/nact/nact-schemes-list.c: Use GTK_CHECK_VERSION macro.
1793         * configure.ac:
1794         * m4/na-check-for-gtk.m4:
1795         Move back gtk_required variable to improve readibility of configure.ac.
1797 2011-01-01 Pierre Wieser <pwieser@trychlos.org>
1799         * configure.ac: Post release version bump.
1801         * NEWS: Update NEWS before release.
1803         * src/plugin-menu/nautilus-actions.c (create_root_menu):
1804         Update the root menu label to better reflect the product name.
1806         * src/nact/nautilus-actions-config-tool.ui:
1807         Use gtk-find instead of gtk-find-and-replace stock icon for browse buttons.
1809         * src/nact/nact-iaction-tab.c (nact_iaction_tab_initial_load_toplevel):
1810         Display again stock icons in NACT.
1811         Fix #638461 - Stock icons are no more displayed in NACT.
1813         * Almost all files modified:
1814         Update copyright message.
1815         Set Nautilus-Actions as being the actual official product name.
1817         * src/core/na-selected-info.c (new_from_nautilus_file_info):
1818         Fix pathname breakdown for 'x-nautilus-desktop:///' URI.
1819         Fix #638450 - Nautilus crashes when opening Trash or Network.