Define new 'pivot-prop-loadable' property
[nautilus-actions.git] / ChangeLog
blob44af3124d4251a6ebd2bf78ad29e634d4a84ab18
1 2011-02-17 Pierre Wieser <pwieser@trychlos.org>
3         * src/core/na-pivot.h:
4         * src/core/na-pivot.c: Define new 'pivot-prop-loadable' property.
6         * src/nact/base-window.h:
7         * src/nact/base-window.c (class_init):
8         Defines a new 'base-window-willing-to-quit' stop-with-accumulator signal.
10         * src/nact/nact-main-window.c:
11         Connect to the signal instead of implementing a virtual method.
13 2011-02-16 Pierre Wieser <pwieser@trychlos.org>
15         * src/core/na-iduplicable.c (interface_base_init):
16         * src/core/na-settings.c (class_init):
17         * src/nact/base-window.c (class_init):
18         Use G_SIGNAL_RUN_CLEANUP signal flag when an object handler is defined.
20         * docs/reference/Makefile.am:
21         * src/nact/Makefile.am:
22         * run-distcheck.sh: Fix make distcheck.
24         * docs/reference/Makefile.am:
25         Do not documente NAGconfMonitor class when deprecated symbols are disabled.
27         * src/api/na-data-boxed.h:
28         * src/api/na-gconf-utils.h:
29         * src/core/na-data-boxed.c:
30         * src/core/na-iduplicable.c:
31         * src/io-gconf/nagp-gconf-provider.c: Do not compile deprecated functions.
33         * configure.ac:
34         * m4/na-maintainer-mode.m4: Add --enable-deprecated configure option.
36         * src/api/na-object-api.h (na_object_set_modified): Deprecated macro.
38         * src/api/na-iduplicable.h:
39         * src/core/na-iduplicable.c (na_iduplicable_set_modified):
40         Deprecated function.
42         * src/core/na-factory-object.c (na_factory_object_are_equal):
43         * src/nact/nact-tree-ieditable.c (on_object_modified_status_changed):
44         Improve debug messages.
46         * src/core/na-icontext-factory.c:
47         * src/core/na-object-action-factory.c:
48         * src/core/na-object-id-factory.c: Set missing default values.
50         * src/core/na-object-action.c (ifactory_object_are_equal):
51         An action is modified as soon as at least one profile is modified.
53         * src/core/na-icontext-factory.c: Fix string list regression
55         * src/core/na-boxed.c: Fix regression when setting values.
57         * src/core/na-selected-info.c (query_file_attributes):
58         Keep selection info even when unable to query attributes.
59         Fix #641464.
61 2011-02-15 Pierre Wieser <pwieser@trychlos.org>
63         Do not compile with GConf library when disabled
65         * src/api/na-gconf-monitor.h:
66         * src/api/na-gconf-utils.h:
67         * src/core/na-gconf-migration.c:
68         * src/core/na-gconf-monitor.c:
69         * src/core/na-gconf-utils.c:
70         * src/io-gconf/Makefile.am:
71         * src/io-xml/naxml-reader.c:
72         * src/utils/Makefile.am: Updated accordingly.
74 2011-02-14 Pierre Wieser <pwieser@trychlos.org>
76         Add --enable-gconf configure argument
77         Define HAVE_GCONF conditional
79         * m4/na-check-for-gconf.m4: New file.
81         * configure.ac:
82         * data/gconf-schemas/Makefile.am: Updated accordingly.
84         Only GConf writing operations are marked deprecated
86         * src/api/na-gconf-monitor.h:
87         * src/api/na-gconf-utils.h:
88         * src/core/na-gconf-monitor.c:
89         * src/core/na-gconf-utils.c:
90         * src/io-gconf/nagp-writer.c:
91         * src/io-gconf/nagp-writer.h: Updated accordingly.
93         No more use deprecated functions
95         * src/core/na-factory-object.c:
96         * src/io-desktop/nadp-reader.c:
97         * src/io-desktop/nadp-writer.c:
98         * src/io-gconf/nagp-reader.c:
99         * src/io-gconf/nagp-writer.c:
100         * src/io-xml/naxml-reader.c:
101         * src/io-xml/naxml-writer.c: Updated accordingly.
103         NADataBoxed class now derives from NABoxed
105         * src/api/na-boxed.h:
106         * src/api/na-data-boxed.h:
107         * src/api/na-data-types.h:
108         * src/core/na-boxed.c:
109         * src/core/na-core-utils.c:
110         * src/core/na-data-boxed.c:
111         * src/core/na-data-types.c:
112         * src/core/na-factory-object.c:
113         * src/core/na-ifactory-object.c:
114         * src/core/na-settings.c:
115         * src/io-desktop/nadp-writer.c:
116         * src/io-gconf/nagp-writer.c:
117         * src/io-xml/naxml-writer.c: Updated accordingly.
119         * src/api/na-boxed.h:
120         * src/core/na-boxed.c: Convert to the NABoxed class.
122         * src/core/na-settings.c: Updated accordingly.
124         * src/api/na-data-boxed.h:
125         * src/core/na-data-boxed.c: NADataBoxed class is no more deprecated.
127         Merge NABoxed and NADataBoxed data type definitions.
128         Data type are remaned as NA_DATA_TYPE.
130         * src/api/na-boxed.h:
131         * src/api/na-data-def.h:
132         * src/api/na-data-types.h:
133         * src/core/na-boxed.c:
134         * src/core/na-data-boxed.c:
135         * src/core/na-data-types.c:
136         * src/core/na-factory-object.c:
137         * src/core/na-icontext-factory.c:
138         * src/core/na-ifactory-object.c:
139         * src/core/na-object-action-factory.c:
140         * src/core/na-object-id-factory.c:
141         * src/core/na-object-item-factory.c:
142         * src/core/na-object-profile-factory.c:
143         * src/core/na-settings.c:
144         * src/io-desktop/nadp-reader.c:
145         * src/io-desktop/nadp-writer.c:
146         * src/io-gconf/nagp-reader.c:
147         * src/io-gconf/nagp-writer.c:
148         * src/io-xml/naxml-reader.c:
149         * src/io-xml/naxml-writer.c:
150         * src/utils/na-print-schemas.c: Updated accordingly.
152 2011-02-07 Pierre Wieser <pwieser@trychlos.org>
154         * src/api/na-iduplicable.h:
155         * src/core/na-iduplicable.c:
156         Deprecate NA_IDUPLICABLE_SIGNAL_STATUS_CHANGED signal.
157         Define new IDUPLICABLE_SIGNAL_MODIFIED_CHANGED and IDUPLICABLE_SIGNAL_VALID_CHANGED.
159         * src/api/na-object-api.h:
160         * src/core/na-object.c:
161         * src/core/na-object-item.c:
162         * src/core/na-object-item.h:
163         Deprecated na_object_check_status_up macro.
164         Merge na_object_item_check_status() and na_object_item_check_status_up().
166         * src/nact/nact-iaction-tab.c:
167         * src/nact/nact-ibasenames-tab.c:
168         * src/nact/nact-icapabilities-tab.c:
169         * src/nact/nact-icommand-tab.c:
170         * src/nact/nact-ienvironment-tab.c:
171         * src/nact/nact-iexecution-tab.c:
172         * src/nact/nact-ifolders-tab.c:
173         * src/nact/nact-iproperties-tab.c:
174         * src/nact/nact-ischemes-tab.c:
175         * src/nact/nact-main-window.c:
176         * src/nact/nact-main-window.h:
177         * src/nact/nact-match-list.c: Properties are renamed.
179         * src/nact/nact-main-tab.c:
180         * src/nact/nact-main-tab.h (nact_main_tab_get_context): Removed function.
182 2011-02-03 Pierre Wieser <pwieser@trychlos.org>
184         In the process of replacing NactIActionsList interface with:
185         - the NactTreeView class
186         - plus the NactTreeIEditable interface.
188         Almost all NACT files modified. Compilation is OK.
190 2011-02-02 Pierre Wieser <pwieser@trychlos.org>
192         * src/nact/nact-tree-model.c:
193         * src/nact/nact-tree-model.h (nact_tree_model_get_items):
194         * src/nact/nact-tree-view.c:
195         * src/nact/nact-tree-view.h (nact_tree_view_get_items): New functions.
197         Allow an items list to be referenced in a new list.
199         * src/api/na-object-api.h (na_object_ref_items): New macro.
201         * src/api/na-object-item.h:
202         * src/core/na-object-item.c (na_object_item_ref_items): New function.
204         * src/nact/nact-assistant-export.c
205         (instance_dispose, on_tree_view_selection_changed): Updated accordingly.
207         Review NAObject reference management
209         * src/api/na-object-api.h
210         (na_object_unref_items, na_object_unref_items_rec): Removed macros.
211         (na_object_free_items): New macro.
213         * src/api/na-object-item.h:
214         * src/core/na-object-item.c
215         (na_object_item_unref_items, na_object_item_unref_items_rec): Removed functions.
216         (na_object_item_free_items): New function.
218         * src/core/na-io-provider.c (na_io_provider_load_items):
219         * src/core/na-object.c (na_object_object_ref, na_object_object_unref):
220         * src/core/na-pivot.c (instance_dispose, na_pivot_load_items,
221         na_pivot_set_new_items):
222         * src/nact/nact-assistant-import.c (assistant_apply):
223         * src/nact/nact-iactions-list-bis.c (nact_iactions_list_bis_get_items):
224         * src/nact/nact-iactions-list.c (free_items_callback):
225         * src/nact/nact-main-menubar-edit.c (nact_main_menubar_edit_on_cut,
226         nact_main_menubar_edit_on_copy, nact_main_menubar_edit_on_paste,
227         nact_main_menubar_edit_on_paste_into,
228         nact_main_menubar_edit_on_duplicate, nact_main_menubar_edit_on_delete):
229         * src/nact/nact-main-menubar-file.c
230         (nact_main_menubar_file_on_new_menu,
231         nact_main_menubar_file_on_new_action,
232         nact_main_menubar_file_on_new_profile):
233         * src/nact/nact-main-menubar-maintainer.c
234         (nact_main_menubar_maintainer_on_dump_selection):
235         * src/nact/nact-main-menubar.c (on_update_sensitivities):
236         * src/nact/nact-main-window.c (instance_dispose,
237         nact_main_window_remove_deleted, reload):
238         * src/nact/nact-tree-model-dnd.c (drop_uri_list):
239         * src/nact/nact-tree-model.c (fill_tree_store):
240         * src/nact/nact-tree-view.c (on_selection_changed_cleanup_handler):
241         * src/plugin-menu/nautilus-actions.c (get_menus_items): Updated
242         accordingl
243         * src/nact/nact-main-menubar-maintainer.c
244         (nact_main_menubar_maintainer_on_dump_selection):
245         * src/nact/nact-main-menubar.c (on_update_sensitivities):
246         * src/nact/nact-main-window.c (instance_dispose,
247         nact_main_window_remove_deleted, reload):
248         * src/nact/nact-tree-model-dnd.c (drop_uri_list):
249         * src/nact/nact-tree-model.c (fill_tree_store):
250         * src/nact/nact-tree-view.c (on_selection_changed_cleanup_handler):
251         * src/plugin-menu/nautilus-actions.c (get_menus_items):
252         Updated accordingly.
254         New NactTreeView convenience class
256         * src/nact/nact-tree-view.c:
257         * src/nact/nact-tree-view.h: New files.
259         * src/nact/Makefile.am:
260         * src/nact/nact-assistant-export.c:
261         * src/nact/nact-iactions-list-priv.c:
262         * src/nact/nact-iactions-list.h:
263         * src/nact/nact-marshal.list:
264         * src/nact/nact-tree-model.c: Updated accordingly.
266 2011-02-02 Pierre Wieser <pwieser@trychlos.org>
268         Refactoring of menubar files:
269         - nact-main-menubar-*.c are renamed as nact-menubar-*.c.
270         - nact-main-menubar-*.h are removed.
272         * src/nact/Makefile.am:
273         * src/nact/nact-confirm-logout.c:
274         * src/nact/nact-iactions-list.c: Updated accordingly.
276         * src/nact/nact-main-window.c:
277         * src/nact/nact-main-window.h: Remove MAIN_WINDOW_SIGNAL_UPDATE_ACTION_SENSITIVITIES
278         which is replaced by NactMenubar internal MENUBAR_SIGNAL_UPDATE_SENSITIVITIES one.
280         Termination of the main window is managed in NactMainWindow.
282         * src/nact/nact-main-window.c:
283         * src/nact/nact-main-window.h (nact_main_window_quit): New function.
285         * src/nact/nact-main-menubar-file.c: Updated accordingly.
287         Move a NASettings getter to NAUpdater
289         * src/core/na-updater.c:
290         * src/core/na-updater.h (na_updater_should_pasted_be_relabeled): New function.
292         * src/nact/nact-main-menubar-edit.c:
293         * src/nact/nact-main-menubar-edit.h
294         (nact_main_menubar_edit_is_pasted_object_relabeled): Removed function.
296         * src/nact/nact-tree-model-dnd.c (drop_inside): Updated accordingly.
298         * src/nact/base-application.c (class_init):
299         * src/nact/base-assistant.c (class_init):
300         * src/nact/base-window.c (class_init):
301         * src/nact/nact-main-window.c (instance_constructed):
302         Setup construction properties.
304         * src/nact/nact-application.c:
305         * src/nact/nact-application.h (nact_application_get_updater):
306         Set NactApplication as a const argument.
308         Deprecate NAIPivotConsumer interface
310         * src/core/na-ipivot-consumer.c:
311         * src/core/na-ipivot-consumer.h: Removed files.
313         * src/core/Makefile.am:
314         * src/core/na-pivot.c:
315         * src/core/na-pivot.h:
316         * src/nact/nact-application.c:
317         * src/nact/nact-main-menubar-file.c:
318         * src/nact/nact-main-window.c:
319         * src/nact/nact-menubar.c: Updated accordingly.
321         * src/core/na-pivot.c:
322         * src/core/na-pivot.h
323         (na_pivot_set_automatic_reload): Remove unused function.
325         * src/test/test-reader.c: Updated accordingly.
327         * src/nact/nact-main-window.c (instance_constructed):
328         Connect to PIVOT_SIGNAL_ITEMS_CHANGED signal.
330         Rename nact-gtk-utils to base-gtk-utils and merge base-iprefs into it
332         * src/nact/base-iprefs.c:
333         * src/nact/base-iprefs.c: Removed files.
335         * src/nact/Makefile.am:
336         * src/nact/base-gtk-utils.c:
337         * src/nact/base-gtk-utils.h:
338         * src/nact/base-window.c:
339         * src/nact/nact-assistant-export.c:
340         * src/nact/nact-export-ask.c:
341         * src/nact/nact-export-format.c:
342         * src/nact/nact-iaction-tab.c:
343         * src/nact/nact-ibasenames-tab.c:
344         * src/nact/nact-icommand-tab.c:
345         * src/nact/nact-icon-chooser.c:
346         * src/nact/nact-ienvironment-tab.c:
347         * src/nact/nact-iexecution-tab.c:
348         * src/nact/nact-ifolders-tab.c:
349         * src/nact/nact-iproperties-tab.c:
350         * src/nact/nact-ischemes-tab.c:
351         * src/nact/nact-main-statusbar.c:
352         * src/nact/nact-main-window.c:
353         * src/nact/nact-match-list.c:
354         * src/nact/nact-preferences-editor.c:
355         * src/nact/nact-providers-list.c:
356         * src/nact/nact-schemes-list.c:
357         * src/nact/nact-tree-model.c: Updated accordingly.
359         Convert the get_wp_id() BaseIPrefsInterface method to "base-window-wsp-name"
360         BaseWindow property
362         * src/core/na-settings.c:
363         * src/core/na-settings.h: New NA_IPREFS_CONFIRM_LOGOUT_WSP user preference.
365         * src/nact/base-iprefs.c:
366         * src/nact/base-iprefs.h
367         (base_iprefs_position_named_window, base_iprefs_save_named_window_position):
368         Removed functions.
369         (get_wsp_id): Remove interface method.
371         * src/nact/base-window.c:
372         * src/nact/base-window.h: New BASE_PROP_WSP_NAME BaseWindow property.
374         * src/nact/nact-add-capability-dialog.c:
375         * src/nact/nact-add-scheme-dialog.c:
376         * src/nact/nact-assistant-export.c:
377         * src/nact/nact-assistant-import.c:
378         * src/nact/nact-confirm-logout.c:
379         * src/nact/nact-export-ask.c:
380         * src/nact/nact-gtk-utils.c:
381         * src/nact/nact-icommand-tab.c:
382         * src/nact/nact-icon-chooser.c:
383         * src/nact/nact-ifolders-tab.c:
384         * src/nact/nact-main-window.c:
385         * src/nact/nact-preferences-editor.c: Updated accordingly.
387         * src/core/na-updater.c:
388         * src/core/na-updater.h (na_updater_are_preferences_locked): New function.
390         Homogeneize marshalling
392         * src/core/na-marshal: Renamed as src/core/na-marshal.def
393         * src/nact/nact-marshal.list: Renamed as src/nact/nact-marshal.def
395         * src/core/Makefile.am:
396         * src/nact/Makefile.am:
397         * src/nact/nact-iactions-list.c (interface_base_init):
398         * src/nact/nact-main-window.c (class_init): Updated accordingly.
400 2011-02-01 Pierre Wieser <pwieser@trychlos.org>
402         Review menu items sensitivity updates
404         * src/api/na-object-api.h
405         (na_object_is_finally_writable, na_object_set_writability_status): New macros.
407         * src/api/na-object-item.h:
408         * src/core/na-object-item.c
409         (na_object_item_is_finally_writable, na_object_item_set_writability_status):
410         New functions.
412         * src/core/na-updater.c:
413         * src/core/na-updater.h (na_updater_load_items): New function.
415         * src/nact/nact-application.c (appli_main_window_new):
416         * /src/nact/nact-main-window.c (on_base_initialize_base_window):
417         No more load items when instanciating the main window, but when
418         initializing it.
420         * src/nact/nact-iactions-list.c (nact_iactions_list_all_widgets_showed):
421         Send the IACTIONS_LIST_SIGNAL_LIST_COUNT_UPDATED message to update the menubar.
423         * src/nact/nact-main-menubar-edit.c (nact_main_menubar_edit_on_update_sensitivities):
424         * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_on_update_sensitivities):
425         * src/nact/nact-menubar-priv.h:
426         * src/nact/nact-menubar.c (on_iactions_list_selection_changed):
427         Rely on indicators pre-computed on selection changes.
429         * src/nact/nact-window.c:
430         * src/nact/nact-window.h (nact_window_has_writable_providers):
431         Removed function.
433         * src/nact/nact-menubar-priv.h:
434         * src/nact/nact-menubar.c: Updated accordingly.
436         * src/core/na-iprefs.c:
437         * src/core/na-iprefs.h (na_iprefs_is_level_zero_writable):
438         Moved to NAUpdater class.
440         * src/core/na-updater.c:
441         * src/core/na-updater.h (na_updater_is_level_zero_writable):
442         Moved from NAIPrefs.
444         * src/nact/nact-menubar-priv.h:
445         * src/nact/nact-menubar.c (on_base_initialize_window):
446         * src/nact/nact-sort-buttons.c (enable_buttons):
447         * src/nact/nact-tree-model-dnd.c (is_parent_accept_new_childs):
448         Updated accordingly.
450         Review I/O providers writability status management.
452         * src/api/na-iio-provider.h: Review writability reason.
454         * src/core/na-io-provider.c:
455         * src/core/na-io-provider.h
456         (na_io_provider_is_able_to_write, na_io_provider_is_willing_to_write):
457         Removed functions.
458         (na_io_provider_is_finally_writable): New function.
460         * src/core/na-pivot.c:
461         * src/core/na-pivot.h
462         (na_pivot_is_configuration_locked_by_admin): Removed function.
464         * src/core/na-updater.c
465         * src/core/na-updater.h (na_updater_is_item_writable):
466         * src/nact/nact-main-menubar-edit.c (get_deletables):
467         * src/nact/nact-main-window.c: Updated accordingly.
469 2011-01-31 Pierre Wieser <pwieser@trychlos.org>
471         * src/nact/nact-menubar.c (nact_main_menubar_enable_item):
472         Renamed as nact_menubar_enable_item() and moved to private resources.
474         * src/nact/nact-main-menubar-edit.c:
475         * src/nact/nact-main-menubar-file.c:
476         * src/nact/nact-main-menubar-help.c:
477         * src/nact/nact-main-menubar-tools.c:
478         * src/nact/nact-main-menubar-view.c:
479         * src/nact/nact-menubar-priv.h:
480         * src/nact/nact-menubar.h: Updated accordingly.
482         Move MenubarIndicatorsStruct structure to private instance data
484         * src/nact/nact-menubar-priv.h: New file.
486         * src/nact/Makefile.am:
487         * src/nact/nact-main-menubar-edit.c:
488         * src/nact/nact-main-menubar-edit.h:
489         * src/nact/nact-main-menubar-file.c:
490         * src/nact/nact-main-menubar-file.h:
491         * src/nact/nact-main-menubar-help.c:
492         * src/nact/nact-main-menubar-help.h:
493         * src/nact/nact-main-menubar-maintainer.c:
494         * src/nact/nact-main-menubar-maintainer.h:
495         * src/nact/nact-main-menubar-tools.c:
496         * src/nact/nact-main-menubar-tools.h:
497         * src/nact/nact-main-menubar-view.c:
498         * src/nact/nact-main-menubar-view.h:
499         * src/nact/nact-menubar.c:
500         * src/nact/nact-menubar.h: Updated accordingly.
502         Define a new NactMenubar convenience class
504         * src/nact/nact-main-menubar.c:
505         * src/nact/nact-main-menubar.h: Renamed as nact-menubar.{c,h}.
507         * src/nact/Makefile.am:
508         * src/nact/nact-iactions-list.c:
509         * src/nact/nact-main-menubar-edit.h:
510         * src/nact/nact-main-menubar-file.h:
511         * src/nact/nact-main-menubar-help.c:
512         * src/nact/nact-main-menubar-help.h:
513         * src/nact/nact-main-menubar-maintainer.c:
514         * src/nact/nact-main-menubar-maintainer.h:
515         * src/nact/nact-main-menubar-tools.c:
516         * src/nact/nact-main-menubar-tools.h:
517         * src/nact/nact-main-menubar-view.c:
518         * src/nact/nact-main-menubar-view.h:
519         * src/nact/nact-main-window.c: Updated accordingly.
521         * src/api/na-boxed.h:
522         * src/core/na-boxed.c (na_boxed_dump): New function.
524         * src/core/na-settings.c (on_keyfile_changed_timeout): Fix segfault.
526         * src/nact/nact-preferences-editor.c (on_dialog_ok): Spare a function.
528         * src/core/na-marshal: New file.
530 2011-01-28 Pierre Wieser <pwieser@trychlos.org>
532         * src/core/Makefile.am: Generate na_cclosure_masharl functions.
534         * src/core/na-settings.c:
535         * src/core/na-settings.h: No more try to summarize notifications here.
537         * src/plugin-menu/nautilus-actions.c (instance_constructed):
538         Register NASettings callbacks on the runtime keys.
540         * src/nact/nact-main-window.c:
541         (NAIPivotConsumer->on_display_order_changed):
542         Moved to on_settings_order_mode_changed() function.
543         (NAIPivotConsumer->on_autosave_changed):
544         Moved to nact_main_menubar_file_install_autosave() new function.
546         * src/nact/nact-main-menubar-file.c:
547         * src/nact/nact-main-menubar-file.h
548         (nact_main_menubar_file_install_autosave): New function.
550         * src/core/na-iprefs.c:
551         * src/core/na-iprefs.h (na_iprefs_get_order_mode_by_label):
552         New function.
554         * src/core/na-icontext.c (is_candidate_for_basenames):
555         Fix case insenstive comparison (bug reported by Johan Spee).
557         Whole refactoring of BaseWindow / BaseAssistant / BaseDialog
559         * src/nact/base-application.c:
560         * src/nact/base-application.h: Add new exit codes.
562         * src/nact/base-assistant.c:
563         * src/nact/base-assistant.h:
564         Remove 'warn-on-cancel' unused property.
565         (base_assistant_set_cancel_on_esc, base_assistant_set_warn_on_esc):
566         Remove unused functions.
567         Implement run() virtual method.
569         * src/nact/base-dialog.c:
570         * src/nact/base-dialog.h:
571         Implement run() virtual method.
572         Define new cancel() and ok() virtual methods.
574         * src/nact/base-iprefs.c:
575         * src/nact/base-iprefs.h (iprefs_get_window_id): Renamed as get_wsp_id().
577         * src/nact/base-window.c:
578         * src/nact/base-window.h
579         (dialog_response, delete_event): Remove no more used virtual methods.
580         (run): Define new virtual method.
582         * src/nact/nact-add-capability-dialog.c:
583         * src/nact/nact-add-scheme-dialog.c:
584         * src/nact/nact-assistant-export.c:
585         * src/nact/nact-assistant-import.c:
586         * src/nact/nact-confirm-logout.c:
587         * src/nact/nact-export-ask.c:
588         * src/nact/nact-icon-chooser.c:
589         * src/nact/nact-main-window.c:
590         * src/nact/nact-preferences-editor.c: Updated accordingly.
592 2011-01-26 Pierre Wieser <pwieser@trychlos.org>
594         * src/nact/nact-providers-list.c:
595         * src/nact/nact-providers-list.h (nact_providers_list_create_model):
596         Do not initialize the widgets with the future BaseWindow.
598         * src/nact/nact-preferences-editor.c (preferences_editor_new):
599         Updated accordingly.
601         * src/nact/nact-schemes-list.c: Only ask for preferences once.
603         * src/nact/nact-assistant-import.c (assist_new):
604         Reload the common XML UI file into the private builder.
606         * src/nact/base-dialog.c:
607         * src/nact/base-dialog.h:
608         * src/nact/base-window.h: Do some code and comments cleanup.
610         * src/nact/base-builder.c (base_builder_get_toplevel_by_name):
611         * src/nact/base-iprefs.c (base_iprefs_position_named_window):
612         * src/nact/base-window.c (setup_builder):
613         Add a debug message.
615 2011-01-24 Pierre Wieser <pwieser@trychlos.org>
617         * src/plugin-menu/nautilus-actions.c:
618         * src/plugin-menu/nautilus-actions.h:
619         Takes advantage of the new NASettings signal notification system.
621         * src/core/na-pivot.c:
622         * src/core/na-pivot.h: Review the notification system.
624         * src/core/na-settings.c:
625         * src/core/na-settings.h:
626         Add a signal notification to the existing callback pregistration system.
628         * data/gconf-schemas/nautilus-actions-prefs.schemas.in:
629         * docs/des-ema/des-ema-0.15:
630         * docs/nact/C/nact-conditions.xml:
631         * docs/nact/C/nact-menus.xml:
632         * src/api/na-extension.h:
633         * src/api/na-ifactory-provider.h:
634         * src/api/na-iio-provider.h:
635         * src/api/na-object.h:
636         * src/core/na-core-utils.c:
637         * src/core/na-factory-object.c:
638         * src/core/na-gconf-utils.c:
639         * src/core/na-icontext-factory.c:
640         * src/core/na-icontext.c:
641         * src/core/na-ifactory-provider.c:
642         * src/core/na-io-provider.c:
643         * src/core/na-io-provider.h:
644         * src/core/na-iprefs.c:
645         * src/core/na-object-action.c:
646         * src/core/na-object-id-factory.c:
647         * src/core/na-object-id.c:
648         * src/core/na-object-item-factory.c:
649         * src/core/na-object-item.c:
650         * src/core/na-pivot.h:
651         * src/core/na-settings.c:
652         * src/core/na-settings.h:
653         * src/core/na-tokens.h:
654         * src/io-desktop/nadp-desktop-file.c:
655         * src/io-desktop/nadp-reader.c:
656         * src/io-desktop/nadp-utils.c:
657         * src/io-gconf/nagp-reader.c:
658         * src/io-xml/naxml-reader.c:
659         * src/nact/nact-gtk-utils.c:
660         * src/nact/nautilus-actions-config-tool.ui:
661         * src/plugin-menu/nautilus-actions.c:
662         * src/utils/nautilus-actions-new.c:
663         * src/utils/nautilus-actions-run.c:
664         * tools/check-headers.sh:
665         * tools/init-finalize-diff.sh:
666         Apply patch provided by Christian Kirbach. Fix #640216.
668         * src/nact/nautilus-actions-config-tool.ui:
669         * src/utils/na-delete-xmltree.c:
670         * src/utils/nautilus-actions-print.c:
671         Fix string errors reported by fr translation team.
673         * src/api/na-timeout.h:
674         * src/core/na-timeout.c: New files.
676         * src/api/Makefile.am:
677         * src/core/Makefile.am: Updated accordingly.
679         * src/core/na-pivot.c (on_item_changed_timeout):
680         * src/core/na-settings.c (on_keyfile_changed_timeout):
681         * src/io-desktop/nadp-desktop-provider.c (on_monitor_timeout):
682         * src/plugin-menu/nautilus-actions.c (on_change_event_timeout):
683         Take advantage of new NATimeout convenience structure.
685         * src/api/na-iio-provider.h:
686         * src/core/na-io-provider.c:
687         * src/core/na-io-provider.h: Fix comments.
689         * src/core/na-iio-provider.c (interface_base_init):
690         The 'item-changed' signal actually does not send any argument.
692         * src/core/na-pivot.c:
693         * src/core/na-pivot.h (na_pivot_on_item_changed_handler):
694         Updated accordingly.
696 2011-01-22 Pierre Wieser <pwieser@trychlos.org>
698         * src/nact/base-window.c: Handles the recorded signals in a GList.
700         * src/nact/base-window.h (is_willing_to_quit): Fix the comment.
702         * src/nact/nact-main-window.c
703         (base_is_willing_to_quit, on_base_initialize_gtk_toplevel):
704         Calls the parent class method if willing to quit.
706         * src/nact/nact-window.c:
707         * src/nact/nact-window.h
708         (nact_window_is_item_writable): Remove unused function.
710         * src/nact/base-window.c:
711         * src/nact/base-window.h
712         (runtime_init_toplevel): Renamed as initialize_base_window().
713         (class_init): Fix cclosure_marshall for signals without argument.
715         * src/nact/base-window.c:
716         * src/nact/base-window.h
717         (get_toplevel_name, get_ui_filename): Removed virtual functions.
719         * src/nact/nact-add-capability-dialog.c:
720         * src/nact/nact-add-scheme-dialog.c:
721         * src/nact/nact-assistant-export.c:
722         * src/nact/nact-assistant-import.c:
723         * src/nact/nact-confirm-logout.c:
724         * src/nact/nact-export-ask.c:
725         * src/nact/nact-icon-chooser.c:
726         * src/nact/nact-main-window.c:
727         * src/nact/nact-preferences-editor.c: Updated accordingly.
729         * src/nact/base-window.c:
730         * src/nact/base-window.h:
731         Revert commits dfb26ec5, 1991b3b7 and 4d0c43bb due to new virtual method
732         handling paradigm.
733         Pass the GtkWindow toplevel as a parameter of 'base-window-initialize-gtk'
734         signal.
735         initial_load_toplevel() virtual method is renamed as initialize_gtk_toplevel().
737         * src/nact/nact-main-window.c:
738         No more connect to the signal, but implement the virtual method.
740         * src/nact/base-application.c (appli_initialize_manage_options):
741         * src/nact/base-application.h (manage_options):
742         * src/nact/nact-application.c (appli_manage_options):
743         Revert commit 3acf600874.
745         * src/test/test-virtuals.c: Do some more tests on virtual methods.
747         * src/nact/base-window.c (on_initialize_gtk_toplevel_class_handler,
748         on_initialize_base_window_class_handler,
749         on_all_widgets_showed_class_handler, base_window_is_willing_to_quit):
750         Succssively invoke all derived class methods.
752         * src/nact/base-window.h (initial_load_toplevel, runtime_init_toplevel,
753         all_widgets_showed, is_willing_to_quit): Update comments.
755         * src/nact/base-application.c (appli_initialize_manage_options):
756         Successively invoke all derived class methods.
758         * src/nact/base-application.h (manage_options): Update comment.
760         * src/nact/nact-application.c (appli_manage_options): Updated accordingly.
762         * src/nact/base-builder.c:
763         * src/nact/base-builder.h (base_builder_get_toplevel_by_name):
764         Use a const BaseBuilder as argument;
766         * src/nact/base-window.c:
767         * src/nact/base-window.h (base_window_get_widget_from_gtk):
768         Removed function.
770         * src/nact/nact-gtk-utils.c:
771         * src/nact/nact-gtk-utils.h (nact_gtk_utils_get_widget_by_name):
772         New function.
774         * src/nact/nact-icon-chooser.c (on_destroy): Updated accordingly.
776         * src/nact/base-application.c (appli_initialize_unique_app):
777         Fix reverse test.
779         * src/nact/base-builder.c:
780         * src/nact/base-builder.h (base_builder_load_named_toplevel):
781         Renamed as base_builder_get_toplevel_by_name().
783         * src/nact/base-window.c: Updated accordingly.
785 2011-01-21 Pierre Wieser <pwieser@trychlos.org>
787         * src/nact/base-window.c:
788         * src/nact/base-window.h (base_window_peek_widget):
789         Renamed as base_window_get_widget_from_gtk().
791         * src/nact/nact-icon-chooser.c: Updated accordingly.
793         * src/nact/base-window.c:
794         * src/nact/base-window.h (base_window_get_named_toplevel):
795         Renamed as base_window_get_gtk_toplevel_by_name().
797         * src/nact/nact-icommand-tab.c: Updated accordingly.
799         * src/nact/base-window.c:
800         * src/nact/base-window.h (base_window_get_toplevel):
801         Renamed as base_window_get_gtk_toplevel().
803         * src/nact/base-application.c:
804         * src/nact/base-assistant.c:
805         * src/nact/base-iprefs.c:
806         * src/nact/nact-add-capability-dialog.c:
807         * src/nact/nact-add-scheme-dialog.c:
808         * src/nact/nact-assistant-export.c:
809         * src/nact/nact-assistant-import.c:
810         * src/nact/nact-confirm-logout.c:
811         * src/nact/nact-export-ask.c:
812         * src/nact/nact-gtk-utils.c:
813         * src/nact/nact-icommand-tab.c:
814         * src/nact/nact-icon-chooser.c:
815         * src/nact/nact-ifolders-tab.c:
816         * src/nact/nact-main-menubar.c:
817         * src/nact/nact-main-window.c:
818         * src/nact/nact-match-list.c:
819         * src/nact/nact-preferences-editor.c:
820         * src/nact/nact-tree-model-dnd.c: Updated accordingly.
822         * src/nact/base-window.c:
823         * src/nact/base-window.h: Rename signal defines.
825         * src/nact/base-assistant.c:
826         * src/nact/nact-add-capability-dialog.c:
827         * src/nact/nact-add-scheme-dialog.c:
828         * src/nact/nact-assistant-export.c:
829         * src/nact/nact-assistant-import.c:
830         * src/nact/nact-confirm-logout.c:
831         * src/nact/nact-export-ask.c:
832         * src/nact/nact-icon-chooser.c:
833         * src/nact/nact-main-window.c:
834         * src/nact/nact-preferences-editor.c: Updated accordingly.
836         * src/nact/base-window.c:
837         * src/nact/base-window.h:
838         Remove unused properties.
839         (base_window_error_dlg, base_window_yesno_dlg): Removed functions.
841         * src/nact/base-assistant.c:
842         * src/nact/nact-main-menubar-edit.c:
843         * src/nact/nact-main-menubar-file.c:
844         * src/nact/nact-main-window.c
845         * src/nact/nact-window.c: Updated accordingly.
847         * src/nact/base-window-class.h: Removed file.
849         * src/nact/base-window.h:
850         * src/nact/Makefile.am: Updated accordingly.
852         * src/utils/na-gconf2key.sh.in:
853         Get ride of possible error messages when forcing gconfd-2 synchro.
855         * src/nact/base-application.c:
856         * src/nact/base-application.h (base_application_message_dlg,
857         base_application_error_dlg, base_application_yesno_dlg):
858         Functions are moved to BaseWindow class.
860         * src/nact/base-window.c:
861         * src/nact/base-window.h
862         (base_window_display_yesno_dlg, base_window_display_message_dlg):
863         New functions.
865         * src/nact/base-application.c:
866         * src/nact/base-application.h
867         (base_application_get_ui_filename): Removed function.
868         (get_ui_filename): Removed virtual method.
870         * src/nact/nact-application.c
871         (appli_get_gtkbuilder_filename):Removed function.
873         * src/nact/base-window.c (base_window_init): Rewrite BaseWindow initialization.
875         * src/nact/nact-main-window.c (nact_main_window_new):
876         Initialize the main window with XML UI properties.
878         * src/nact/base-window.c:
879         * src/nact/base-window.h: Rename initialization properties.
881         * src/nact/nact-add-capability-dialog.c:
882         * src/nact/nact-add-scheme-dialog.c:
883         * src/nact/nact-assistant-export.c:
884         * src/nact/nact-assistant-import.c:
885         * src/nact/nact-confirm-logout.c:
886         * src/nact/nact-export-ask.c:
887         * src/nact/nact-icon-chooser.c:
888         * src/nact/nact-main-window.c:
889         * src/nact/nact-preferences-editor.c: Updated accordingly.
891         * src/nact/base-application.c:
892         * src/nact/base-application.h:
893         Define new 'base-application-description' property.
894         Remove unused properties.
896         * src/nact/nact-application.c (nact_application_new):
897         Make use of the new property at instanciation time.
899 2011-01-20 Pierre Wieser <pwieser@trychlos.org>
901         * src/nact/base-window.c:
902         * src/nact/base-window.h (base_window_display_error_dlg): New function.
904         * src/nact/base-application.c:
905         * src/nact/base-application.h (base_application_get_icon_name):
906         Removed function.
908         * src/nact/base-application.c:
909         * src/nact/base-application.h
910         (initialize_i18n, initialize_application_name, get_application_name,
911         initialize_default_icon, get_icon_name, initialize_gtk,
912         initialize_session_manager, get_unique_app_name, initialize_ui,
913         initialize_unique_app, initialize, run, get_main_window,
914         initialize_application): Remove virtual methods.
916         * src/nact/nact-application.c (appli_get_application_name,
917         appli_get_icon_name, appli_get_unique_app_name,
918         appli_initialize_application):  Removed functions.
920         * src/nact/nact-application.c (nact_application_new_with_args):
921         Make NactApplication initializes with these new properties.
923         * src/nact/base-application.c:
924         * src/nact/base-application.h: Define new properties.
926         * src/nact/base-application-class.h: Removed file.
928         * src/nact/Makefile.am:
929         * src/nact/base-application.h:
930         * src/nact/base-window-class.h:
931         * src/nact/base-window.h: Updated accordingly.
933         * src/nact/base-application-class.h (main_window_new):
934         * src/nact/base-application.c (application_do_run):
935         * src/nact/nact-application.c
936         * src/nact/nact-main-window.h (appli_main_window_new):
937         Move the creation of the main window to the main_window_new() method.
938         Remove base_application_get_main_window() function.
940         * src/nact/base-application-class.h (manage_options):
941         * src/nact/base-application.c:
942         * src/nact/nact-application.c: Return exit code of the program.
944         * src/nact/nact-tree-model-dnd.c
945         (drop_inside, is_drop_possible, drop_uri_list):
946         * src/nact/base-window.c (is_main):
947         Remove base_application_get_main_window() invocations.
949         * src/nact/nact-main.c: Renamed as main.c
951         * src/nact/Makefile.am: Updated accordingly.
953         * tools/Makefile.am: Generate the check-header.c source if it is missing.
955         * src/plugin-tracker/na-tracker-dbus.c:
956         * src/plugin-tracker/na-tracker-dbus.h:
957         * src/plugin-tracker/na-tracker.c:
958         * src/plugin-tracker/na-tracker.h: Cosmetic changes in src/plugin-tracker headers.
960         * src/plugin-menu/nautilus-actions.c:
961         * src/plugin-menu/nautilus-actions.h: Cosmetic changes in src/plugin-menu headers.
963         * src/nact/base-application.c:
964         * src/nact/base-application-class.h:
965         * src/nact/base-assistant.c:
966         * src/nact/base-assistant.h:
967         * src/nact/base-builder.c:
968         * src/nact/base-builder.h:
969         * src/nact/base-dialog.c:
970         * src/nact/base-dialog.h:
971         * src/nact/base-iprefs.c:
972         * src/nact/base-iprefs.h:
973         * src/nact/base-window.c:
974         * src/nact/base-window-class.h:
975         * src/nact/egg-tree-multi-dnd.h:
976         * src/nact/nact-add-capability-dialog.c:
977         * src/nact/nact-add-capability-dialog.h:
978         * src/nact/nact-add-scheme-dialog.c:
979         * src/nact/nact-add-scheme-dialog.h:
980         * src/nact/nact-application.c:
981         * src/nact/nact-application.h:
982         * src/nact/nact-assistant-export.c:
983         * src/nact/nact-assistant-export.h:
984         * src/nact/nact-assistant-import.c:
985         * src/nact/nact-assistant-import.h:
986         * src/nact/nact-clipboard.c:
987         * src/nact/nact-clipboard.h:
988         * src/nact/nact-confirm-logout.c:
989         * src/nact/nact-confirm-logout.h:
990         * src/nact/nact-export-ask.c:
991         * src/nact/nact-export-ask.h:
992         * src/nact/nact-iactions-list.c:
993         * src/nact/nact-iactions-list.h:
994         * src/nact/nact-iaction-tab.c:
995         * src/nact/nact-iaction-tab.h:
996         * src/nact/nact-ibasenames-tab.c:
997         * src/nact/nact-ibasenames-tab.h:
998         * src/nact/nact-icapabilities-tab.c:
999         * src/nact/nact-icapabilities-tab.h:
1000         * src/nact/nact-icommand-tab.c:
1001         * src/nact/nact-icommand-tab.h:
1002         * src/nact/nact-icon-chooser.h:
1003         * src/nact/nact-ienvironment-tab.c:
1004         * src/nact/nact-ienvironment-tab.h:
1005         * src/nact/nact-iexecution-tab.c:
1006         * src/nact/nact-iexecution-tab.h:
1007         * src/nact/nact-ifolders-tab.c:
1008         * src/nact/nact-ifolders-tab.h:
1009         * src/nact/nact-imimetypes-tab.c:
1010         * src/nact/nact-imimetypes-tab.h:
1011         * src/nact/nact-iproperties-tab.c:
1012         * src/nact/nact-iproperties-tab.h:
1013         * src/nact/nact-ischemes-tab.c:
1014         * src/nact/nact-ischemes-tab.h:
1015         * src/nact/nact-main-window.c:
1016         * src/nact/nact-main-window.h:
1017         * src/nact/nact-preferences-editor.c:
1018         * src/nact/nact-preferences-editor.h:
1019         * src/nact/nact-tree-model.c:
1020         * src/nact/nact-tree-model.h:
1021         * src/nact/nact-tree-model-priv.h:
1022         * src/nact/nact-window.c:
1023         * src/nact/nact-window.h: Cosmetic changes in src/nact headers.
1025         * src/io-xml/naxml-provider.c:
1026         * src/io-xml/naxml-provider.h:
1027         * src/io-xml/naxml-reader.c:
1028         * src/io-xml/naxml-reader.h:
1029         * src/io-xml/naxml-writer.c:
1030         * src/io-xml/naxml-writer.h: Cosmetic changes in src/io-xml headers.
1032         * src/io-gconf/nagp-gconf-provider.c:
1033         * src/io-gconf/nagp-gconf-provider.h: Cosmetic changes in src/io-gconf headers.
1035         * src/io-desktop/nadp-desktop-file.c:
1036         * src/io-desktop/nadp-desktop-file.h:
1037         * src/io-desktop/nadp-desktop-provider.c:
1038         * src/io-desktop/nadp-desktop-provider.h:
1039         * src/io-desktop/nadp-monitor.c:
1040         * src/io-desktop/nadp-monitor.h: Cosmetic changes in src/io-desktop headers.
1042         * src/core/na-export-format.h:
1043         * src/core/na-iabout.h:
1044         * src/core/na-importer-ask.h:
1045         * src/core/na-io-provider.h:
1046         * src/core/na-ipivot-consumer.h:
1047         * src/core/na-module.h:
1048         * src/core/na-pivot.h:
1049         * src/core/na-selected-info.h:
1050         * src/core/na-settings.h:
1051         * src/core/na-tokens.h:
1052         * src/core/na-updater.h: Cosmetic changes in src/core headers.
1054         * src/api/na-data-boxed.h:
1055         * src/api/na-data-types.h:
1056         * src/api/na-gconf-monitor.h:
1057         * src/api/na-gconf-utils.h:
1058         * src/api/na-icontext.h:
1059         * src/api/na-iduplicable.h:
1060         * src/api/na-iexporter.h:
1061         * src/api/na-ifactory-object.h:
1062         * src/api/na-ifactory-provider.h:
1063         * src/api/na-iio-provider.h:
1064         * src/api/na-object-action.h:
1065         * src/api/na-object.h:
1066         * src/api/na-object-id.h:
1067         * src/api/na-object-item.h:
1068         * src/api/na-object-menu.h:
1069         * src/api/na-object-profile.h:
1070         * src/core/na-data-boxed.c: Cosmetic changes in src/api headers.
1072         * src/utils/na-gconf2key.sh.in:
1073         * tools/check-headers.sh:
1074         * tools/check-po.sh:
1075         * tools/init-finalize-diff.sh:
1076         * tools/release-tarball.sh: Replace basename with a shell substitution.
1078 2011-01-19 Pierre Wieser <pwieser@trychlos.org>
1080         * tools/release-tarball.sh: Full script rewrite.
1082         * README-GCONF:
1083         * Makefile.am: Add README-GCONF to the distribution.
1085         * tools/check-po.sh: Script rewriting.
1087         * NEWS: Update before 3.0.7 release.
1089 2011-01-18 Pierre Wieser <pwieser@trychlos.org>
1091         * src/core/na-export-format.c (na_export_format_get_description):
1092         * src/core/na-importer-ask.c (na_importer_ask_user):
1093         * src/core/na-importer.c (import_from_uri):
1094         * src/core/na-io-provider.c (na_io_provider_get_name):
1095         * src/core/na-iprefs.c:
1096         * src/core/na-iprefs.h (na_iprefs_get_import_mode,
1097         na_iprefs_get_order_mode, na_iprefs_get_export_format):
1098         * src/core/na-settings.c:
1099         * src/nact/nact-assistant-export.c (on_initial_load_dialog):
1100         * nact/nact-assistant-import.c (runtime_init_duplicates):
1101         * src/nact/nact-clipboard.c (export_row_object):
1102         * src/nact/nact-export-ask.c:
1103         * nact/nact-export-format.c:
1104         * src/nact/nact-export-format.h(nact_export_format_init_display):
1105         * src/nact/nact-gtk-utils.c:
1106         * src/nact/nact-gtk-utils.h (nact_gtk_utils_radio_set_initial_state,
1107         nact_gtk_utils_radio_reset_initial_state,
1108         nact_gtk_utils_toggle_set_initial_state,
1109         nact_gtk_utils_toggle_reset_initial_state):
1110         * src/nact/nact-ienvironment-tab.c
1111         (on_tab_updatable_selection_changed):
1112         * src/nact/nact-iexecution-tab.c (on_tab_updatable_selection_changed):
1113         * src/nact/nact-main-window.c (on_base_runtime_init_toplevel):
1114         * src/nact/nact-preferences-editor.c:
1115         * src/nact/nact-preferences.ui:
1116         * src/nact/nact-tree-model-dnd.c (drop_uri_list):
1117         * src/nact/nact-tree-model.c (tree_model_new):
1118         Manage locked and mandatory preferences.
1120         * src/core/na-boxed.c (na_boxed_new_from_string_with_sep):
1121         Do not eat last character.
1123         * README-GCONF:
1124         * src/core/na-settings.h:
1125         * src/utils/na-gconf2key.sh.in:
1126         Rename 'import-mode-keep-last-choice' as 'import-ask-user-keep-last-choice'.
1128 2011-01-17 Pierre Wieser <pwieser@trychlos.org>
1130         * src/nact/nact-preferences-editor.c:
1131         Reopen the Preferences on the last used tab.
1133         * src/core/na-boxed.c (na_boxed_new_from_string_with_sep):
1134         Fix handling of last separator.
1136         * src/nact/nact-schemes-list.c: Do not allow modification
1137         of default schemes list if preferences are locked or property
1138         mandatory.
1140         * src/core/na-io-provider.c:
1141         * src/core/na-io-provider.h (na_io_provider_is_conf_readable,
1142         na_io_provider_is_conf_writable):
1143         Returns mandatory flag.
1144         List I/O providers in write order.
1146         * src/core/na-updater.c (na_updater_is_item_writable): Updated accordingly.
1148         * src/nact/nact-providers-list.c: Do not allow modification of I/O
1149         providers readability/writability/write order properties if
1150         preferences are locked or properties mandatory.
1152         * src/core/na-module.c (na_module_release_modules): Release the loaded module.
1154 2011-01-16 Pierre Wieser <pwieser@trychlos.org>
1156         * run-distcheck.sh: New file.
1158         Add a script to check completeness of header files.
1160         * tools/.gitignore:
1161         * tools/Makefile.am:
1162         * tools/check-headers.sh: New files.
1164         * src/test/test-include.c:
1165         Renamed as tools/check-header.c and set it as ignored by git.
1167         * src/test/.gitignore:
1168         * src/test/Makefile.am: Updated accordingly.
1170         * Makefile.am:
1171         * configure.ac: configure in tools/.
1173         * src/api/na-data-boxed.h:
1174         * src/api/na-data-types.h:
1175         * src/api/na-gconf-monitor.h:
1176         * src/api/na-gconf-utils.h: Test for NA_DISABLE_DEPRECATED deprecation define.
1178         * run-distcheck.sh: New file.
1180         * tools/check-po.sh: Rewrite to have options and messages management.
1182         * src/utils/na-gconf2key.sh.in: Review comment.
1184         * src/utils/Makefile.am: Add na-gconf2key.sh.in to the distributed files.
1186         * docs/reference/Makefile.am: Set the deprecation flags for gtkdoc-scan.
1188         * tools/check-po.sh: Set the count of errors as exit code.
1190         * po/POTFILES.in: Updated.
1192         * src/api/na-gconf-utils.h:
1193         * src/core/na-gconf-utils.c: Is marked deprecated as of 3.1.0.
1195         * src/api/na-gconf-monitor.h:
1196         * src/core/na-gconf-monitor.c: Is marked deprecated as of 3.1.0.
1198         * src/utils/nautilus-actions-new.c: Output to stdout or as .desktop file.
1200         * src/utils/na-print-schemas.c: Add a deprecation comment.
1202         * src/core/na-io-provider.c:
1203         * src/core/na-io-provider.h (na_io_provider_find_io_provider_by_id):
1204         New function.
1206         * src/utils/nautilus-actions-print.c: Move program summary as a global def.
1208 2011-01-15 Pierre Wieser <pwieser@trychlos.org>
1210         * tools/init-finalize-diff.sh: Fix the interpretation of debug messages.
1212         * src/test/test-module.c:
1213         * src/test/test-module-plugin.c: New files.
1215         * src/test/.gitignore:
1216         * src/test/Makefile.am: Updated accordingly.
1217          
1218         * src/nact/nact-schemes-list.c: Remove gconf-client.h include.
1220         * src/nact/base-iprefs.c
1221         (base_iprefs_position_named_window): Do not force a null window size or position.
1223         * src/core/na-settings.c
1224         (na_settings_get_string_list): Do not allocate an empty string list.
1226         * src/core/na-pivot.c (instance_dispose): Release the NASettings object.
1228         * src/core/na-object-id.c:
1229         * src/core/na-object-item.c: Remove no more used instance_init debug messages.
1231         * src/core/na-data-boxed.c:
1232         * src/core/na-gconf-monitor.c:
1233         * src/core/na-io-provider.c:
1234         * src/core/na-tokens.c:
1235         * src/core/na-updater.c:
1236         * src/io-desktop/nadp-desktop-file.c:
1237         * src/io-desktop/nadp-desktop-provider.c:
1238         * src/io-desktop/nadp-monitor.c:
1239         * src/io-gconf/nagp-gconf-provider.c:
1240         * src/io-xml/naxml-provider.c:
1241         * src/nact/base-application.c:
1242         * src/nact/base-builder.c:
1243         * src/nact/base-window.c: 
1244         * src/nact/nact-application.c:
1245         * src/nact/nact-clipboard.c:
1246         * src/nact/nact-main-window.c:
1247         * src/nact/nact-tree-model.c:
1248         * src/nact/nact-window.c: Add instance_finalize debug message.
1250         * src/core/na-core-utils.c (na_core_utils_slist_dump): Display string length.
1252         * src/core/na-boxed.c
1253         (na_boxed_free): Only free a non null structure.
1254         (na_boxed_new_from_string_with_sep): Do not try to split an empty string.
1255         (na_boxed_get_boolean, na_boxed_get_pointer, na_boxed_get_string,
1256         na_boxed_get_string_list, na_boxed_get_uint, na_boxed_get_uint_list):
1257         Do not try to return a value for a null structure.
1259         * m4/na-maintainer-mode.m4: Define a conditional when in maintainer mode.
1261 2011-01-14 Pierre Wieser <pwieser@trychlos.org>
1263         * src/utils/na-delete-xmltree.c:
1264         * src/utils/nautilus-actions-print.c: Add localization code.
1266         * src/utils/nautilus-actions-new.c:
1267         * src/utils/nautilus-actions-run.c:
1268         * src/utils/nautilus-actions-schemas.c: Add locale.h include.
1270         * src/core/na-boxed.c (boxed_new, na_boxed_copy, na_boxed_new_from_string,
1271         na_boxed_new_from_string_with_sep, na_boxed_free):
1272         Add debug messages when allocating/freeing a NABoxed structure.
1274         * src/nact/nact-icommand-tab.c (on_wdir_browse):
1275         Remove no more used default value.
1277         * src/nact/nact-icon-chooser.c
1278         (fillup_icons_by_path, on_path_selection_changed): Store last folder uri.
1280         * src/core/na-settings.h: Preference renamed accordingly.
1282         * README-GCONF:
1283         * src/core/na-settings.h:
1284         * src/utils/na-gconf2key.sh.in:
1285         '-last-folder-uri' preferences are renamed as '-lfu'.
1287         * src/core/na-settings.c: Set default values.
1289         * src/nact/nact-gtk-utils.c:
1290         * src/nact/nact-gtk-utils.h (nact_gtk_utils_select_file,
1291         nact_gtk_utils_select_file_with_preview, nact_gtk_utils_select_dir):
1292         Remove no more used default value.
1294         * src/nact/nact-icommand-tab.c (on_path_browse, on_wdir_browse):
1295         * src/nact/nact-ienvironment-tab.c (on_try_exec_browse,
1296         on_show_if_running_browse): Updated accordingly.
1298         * src/core/na-boxed.c (string_list_from_array, uint_list_from_array):
1299         Do not allocate the empty last element.
1301         * src/core/na-io-provider.c (load_items_get_merged_list):
1302         * src/core/na-iprefs.c (na_iprefs_get_io_providers):
1303         Use the correct list pointer.
1305         * src/core/na-iprefs.c:
1306         * src/core/na-iprefs.h
1307         (na_iprefs_get_export_format, na_iprefs_set_export_format):
1308         Functions moved from src/nact/nact-iprefs.c.
1310         * src/nact/nact-iprefs.c:
1311         * src/nact/nact-iprefs.h: Removed files.
1313         * src/nact/Makefile.am:
1314         * src/nact/base-window.c:
1315         * src/nact/nact-assistant-export.c:
1316         * src/nact/nact-assistant-import.c:
1317         * src/nact/nact-clipboard.c:
1318         * src/nact/nact-export-ask.c:
1319         * src/nact/nact-export-format.c:
1320         * src/nact/nact-gtk-utils.c:
1321         * src/nact/nact-iaction-tab.c:
1322         * src/nact/nact-icommand-tab.c:
1323         * src/nact/nact-ifolders-tab.c:
1324         * src/nact/nact-main-toolbar.c:
1325         * src/nact/nact-preferences-editor.c:
1326         * src/nact/nact-tree-model-dnd.c: Updated accordingly.
1328         * src/nact/nact-iprefs.c:
1329         * src/nact/nact-iprefs.h (nact_iprefs_write_bool, nact_iprefs_write_uint,
1330         nact_iprefs_write_string): Remove deprecated functions.
1332         * src/nact/nact-main-toolbar.c (nact_main_toolbar_activate):
1333         Updated accordingly.
1335         * src/nact/base-iprefs.c:
1336         * src/nact/base-iprefs.h (base_iprefs_get_int, base_iprefs_set_int):
1337         Remove deprecated functions.
1339         * src/nact/nact-icon-chooser.c (instance_dispose, on_base_runtime_init_dialog):
1340         * src/nact/nact-main-window.c (instance_dispose, on_base_initial_load_toplevel):
1341         Updated accordingly.
1343         * src/nact/nact-iprefs.c:
1344         * src/nact/nact-iprefs.h (nact_iprefs_migrate_key): Remove deprecated function.
1346         * src/nact/nact-icommand-tab.c (nact_icommand_tab_initial_load_toplevel):
1347         Updated accordingly.
1349         Global renaming of preferences.
1351         * README-GCONF:
1352         * src/api/na-iio-provider.h:
1353         * src/core/na-export-format.h:
1354         * src/core/na-exporter.h:
1355         * src/core/na-importer-ask.h:
1356         * src/core/na-importer.c:
1357         * src/core/na-io-provider.c:
1358         * src/core/na-io-provider.h:
1359         * src/core/na-iprefs.c:
1360         * src/core/na-iprefs.h:
1361         * src/core/na-module.c:
1362         * src/core/na-pivot.c:
1363         * src/core/na-pivot.h:
1364         * src/core/na-settings.c:
1365         * src/core/na-settings.h:
1366         * src/core/na-updater.c:
1367         * src/nact/nact-add-capability-dialog.c:
1368         * src/nact/nact-add-scheme-dialog.c:
1369         * src/nact/nact-assistant-export.c:
1370         * src/nact/nact-assistant-import.c:
1371         * src/nact/nact-clipboard.c:
1372         * src/nact/nact-export-ask.c:
1373         * src/nact/nact-gtk-utils.c:
1374         * src/nact/nact-iactions-list.c:
1375         * src/nact/nact-icommand-tab.c:
1376         * src/nact/nact-icon-chooser.c:
1377         * src/nact/nact-ienvironment-tab.c:
1378         * src/nact/nact-ifolders-tab.c:
1379         * src/nact/nact-iprefs.c:
1380         * src/nact/nact-iprefs.h:
1381         * src/nact/nact-main-menubar-edit.c:
1382         * src/nact/nact-main-menubar-file.c:
1383         * src/nact/nact-main-menubar.c:
1384         * src/nact/nact-main-toolbar.c:
1385         * src/nact/nact-main-window.c:
1386         * src/nact/nact-preferences-editor.c:
1387         * src/nact/nact-providers-list.c:
1388         * src/nact/nact-schemes-list.c:
1389         * src/nact/nact-sort-buttons.c:
1390         * src/nact/nact-tree-model-dnd.c:
1391         * src/nact/nact-tree-model.c:
1392         * src/nact/nact-window.c:
1393         * src/nact/nact-window.h:
1394         * src/plugin-menu/nautilus-actions.c:
1395         * src/utils/na-gconf2key.sh.in:
1396         * src/utils/nautilus-actions-new.c: Rename preferences.
1397 >>>>>>> Globally rename preferences
1399 2011-01-13 Pierre Wieser <pwieser@trychlos.org>
1401         * src/core/na-settings.c:
1402         * src/core/na-settings.h: Preference names are defined as '#define' values.
1404         * README-GCONF:
1405         * src/utils/na-gconf2key.sh.in: Adjust preferences.
1407         * src/core/na-iprefs.c:
1408         * src/core/na-iprefs.h: NAIPrefs is no more an interface.
1410         * src/api/na-iimporter.h:
1411         * src/core/na-importer-ask.c:
1412         * src/core/na-importer-ask.h:
1413         * src/core/na-importer.c: Updated accordingly.
1415 2011-01-12 Pierre Wieser <pwieser@trychlos.org>
1417         * src/nact/nact-iprefs.c:
1418         * src/nact/nact-iprefs.h: Get ride of GConf.
1420         * README-GCONF:
1421         * src/core/na-settings.c:
1422         * src/utils/na-gconf2key.sh.in: Add omitted 'export-ask-user-last-format' key.
1424         * src/nact/nact-icommand-tab.c:
1425         * src/nact/nact-ienvironment-tab.c: Update to new preferences.
1427         * README-GCONF:
1428         * src/core/na-settings.c:
1429         * src/utils/na-gconf2key.sh.in:
1430         'folder-last-path' key is renamed as 'folder-last-folder-uri'.
1432         * src/nact/nact-ifolders-tab.c: Updated accordingly.
1434         * README-GCONF:
1435         * src/core/na-settings.c:
1436         * src/utils/na-gconf2key.sh.in: Add 'export-ask-user-wsp' preference.
1438         * src/nact/nact-add-capability-dialog.c (base_get_iprefs_window_id):
1439         * src/nact/nact-add-scheme-dialog.c (base_get_iprefs_window_id):
1440         * src/nact/nact-assistant-export.c (window_get_iprefs_window_id):
1441         * src/nact/nact-assistant-import.c (window_get_iprefs_window_id):
1442         * src/nact/nact-export-ask.c (base_get_iprefs_window_id):
1443         * src/nact/nact-main-window.c
1444         (instance_dispose, base_get_iprefs_window_id):
1445         * src/nact/nact-preferences-editor.c (base_get_iprefs_window_id):
1446         Update all preference names when saving/restoring window size and position.
1448         * src/core/na-settings.c:
1449         * src/core/na-settings.h: All getters/setters are implemented.
1451         * src/nact/base-iprefs.c: Remove GConf stuff.
1453         * src/nact/nact-icon-chooser.c:
1454         * src/nact/nact-icon-chooser.ui: Implement all preferences.
1456         * src/utils/na-gconf2key.sh.in:
1457         Renamed preferences for windows size and position '-wsp'.
1458         Also delete from GConf if only preferences have been migrated.
1459         Re-sync after tree delete.
1461         * src/api/na-boxed.h:
1462         * src/core/na-boxed.c
1463         (na_boxed_get_string, na_boxed_get_uint, na_boxed_get_uint_list):
1464         New functions.
1466         * configure.ac: Enable silent rules by default.
1468         * run-autogen.sh: Add sysconfdir argument to autogen.sh
1470         * src/nact/nact-gtk-utils.c (nact_gtk_utils_get_pixbuf):
1471         Search a pixbuf by icon theme if not found as filename or stock.
1473         * src/nact/base-window.c:
1474         * src/nact/base-window.h (base_window_peek_widget): New function.
1476         * src/nact/nact-icon-chooser.c:
1477         * src/nact/nact-icon-chooser.h:
1478         * src/nact/nact-icon-chooser.ui: New files.
1479         
1480         * src/nact/Makefile.am:
1481         * src/nact/nact-iaction-tab.c:
1482         * src/nact/nautilus-actions-config-tool.ui: Updated accordingly.
1484         * src/core/na-settings.c (content_load_keys):
1485         Do not warn if configuration file does not exist.
1487         * src/api/na-boxed.h:
1488         * src/api/na-data-boxed.h:
1489         * src/api/na-data-types.h:
1490         * src/core/na-boxed.c:
1491         * src/core/na-data-boxed.c:
1492         * src/core/na-data-types.c:
1493         Update reference documentation to deprecate NADataBoxed and NADataType
1494         in favor of NABoxed.
1496         * src/core/na-settings.c:
1497         * src/core/na-settings.h: Configuration monitoring.
1499         * src/plugin-menu/nautilus-actions.c:
1500         Monitor all runtime preferences with only one callback.
1502         * src/api/na-boxed.h:
1503         * src/core/na-boxed.c (na_boxed_get_pointer): New function.
1505         * run-autogen.sh: Add sysconfdir argument to autogen.sh.
1507         * src/api/na-data-types.h:
1508         * src/core/na-data-types.c
1509         (na_data_types_copy, na_data_types_free): Removed functions.
1511         * README-GCONF:
1512         * src/utils/na-gconf2key.sh.in: Fix two key label conversions.
1514         * src/api/na-boxed.h:
1515         * src/core/na-boxed.c: New files.
1517         * src/api/Makefile.am:
1518         * src/core/Makefile.am: Updated accordingly.
1520 2011-01-10 Pierre Wieser <pwieser@trychlos.org>
1522         * src/api/na-data-types.h:
1523         * src/core/na-data-types.c
1524         (na_data_types_copy, na_data_types_free, na_data_types_get_label):
1525         New functions.
1527         * src/core/na-settings.c
1528         (monitor_io_provider_read_status, monitor_key): Register monitored keys.
1530         * src/core/na-settings.h
1531         (na_settings_get_boolean_ex, na_settings_get_string_list):
1532         New functions.
1534         * src/plugin-menu/nautilus-actions.c:
1535         Implement runtime preferences monitoring.
1536         No more use deprecated na_pivot_set_automatic_reload().
1538         * src/core/na-pivot.c:
1539         * src/core/na-pivot.h:
1540         Replace GConf preferences monitoring with NASettings.
1541         Define new PIVOT_SIGNAL_ITEMS_CHANGED signal.
1543         * src/core/na-settings.c:
1544         * src/core/na-settings.h
1545         (na_settings_register_key_callback,
1546         na_settings_register_global_callback, na_settings_get_boolean):
1547         New functions.
1549         * src/api/na-iio-provider.h:
1550         * src/core/na-io-provider.h: IIO_PROVIDER_SIGNAL_ITEM_CHANGED signal
1551         definition is moved (and renamed) from public API to internal one.
1553         * src/core/na-iio-provider.c (interface_base_init):
1554         * src/core/na-io-provider.c (io_provider_set_provider):
1555         * src/core/na-pivot.c (on_item_changed_timeout): Updated accordingly.
1557         * src/core/na-iio-provider.c
1558         * src/core/na-settings.c (na_settings_new):
1559         * src/utils/na-gconf2key.sh.in: Global configuration file goes to /etc/xdg.
1561         * src/core/na-pivot.c:
1562         * src/core/na-pivot.h (na_pivot_register):
1563         * src/core/na-settings.c:
1564         * src/core/na-settings.h (na_settings_register):
1565         * src/plugin-menu/nautilus-actions.c (instance_constructed):
1566         Fix compilation.
1568 2011-01-09 Pierre Wieser <pwieser@trychlos.org>
1570         * src/nact/base-application.c (display_dlg): Setup parent window.
1572         * src/api/na-iimporter.h:
1573         * src/core/na-io-provider.c:
1574         * src/core/na-object-id.c:
1575         * src/core/na-object-item.c:
1576         * src/io-desktop/nadp-utils.c:
1577         * src/nact/nact-assistant-import.c:
1578         * src/nact/nact-iactions-list-bis.c:
1579         * src/nact/nact-iactions-list.h:
1580         * src/nact/nact-main-window.c:
1581         * src/nact/nact-preferences.ui:
1582         * src/nact/nact-tree-model.c: Remove all deprecated references to an UUID.
1584         * po/POTFILES.in: Add src/io-desktop/nadp-formats.c file.
1586         * src/core/na-object-profile-factory.c:
1587         Remove %o/%O parameters from description of version 2.0.
1588         Add a missing line feed.
1590         * tools/check-po.sh: Adapt to glade files.
1592 2011-01-08 Pierre Wieser <pwieser@trychlos.org>
1594         * src/utils/nautilus-actions-new.c (init_options):
1595         * src/utils/nautilus-actions-run.c (init_options):
1596         * src/utils/nautilus-actions-schemas.c (init_options):
1597         Initialize translation domain for GOptionContext.
1599         * src/core/na-data-boxed.c
1600         (string_spec, slist_spec, bool_spec, pointer_spec, uint_spec):
1601         * src/core/na-export-format.c
1602         (na_export_format_get_label, na_export_format_get_description):
1603         * src/core/na-iabout.c (na_iabout_display):
1604         * src/core/na-object-action.c (na_object_action_new_with_defaults):
1605         * src/core/na-object-menu.c (na_object_menu_new_with_defaults):
1606         * src/io-xml/naxml-writer.c (write_data_schema_v1_element):
1607         * src/nact/nact-add-capability-dialog.c (on_base_runtime_init_dialog):
1608         * src/nact/nact-ienvironment-tab.c (nact_ienvironment_tab_runtime_init_toplevel):
1609         * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed):
1610         * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items):
1611         * src/nact/nact-match-list.c (get_must_match_header, insert_new_row):
1612         * src/nact/nact-tree-model-dnd.c
1613         (is_drop_possible, is_drop_possible_before_iter,
1614         is_drop_possible_into_dest, is_parent_accept_new_childs):
1615         Use gettext() to display localized static strings.
1617         * src/api/na-data-def.h: Complete the description of the fields.
1619         * src/core/na-io-provider.c:
1620         * src/core/na-object-profile-factory.c:
1621         * src/nact/nact-assistant-export.ui:
1622         * src/nact/nautilus-actions-config-tool.ui:
1623         Fix various mistakes and mispellings reported by Fr translation team.
1625         * configure.ac: Post-release bump version number.
1627 2011-01-07 Pierre Wieser <pwieser@trychlos.org>
1629         * src/core/na-pivot.c (na_pivot_register): New function.
1631         * src/plugin-menu/nautilus-actions.c:
1632         Replace NAIPivotConsumer interface with na_settings() accessors.
1634         * src/core/na-settings.c:
1635         * src/core/na-settings.h: New files.
1637         * src/utils/na-gconf2key.sh.in:
1638         Make sure that GConf is at the end of the list of I/O providers.
1639         Make sure that GConf is locked.
1640         Migrate all I/O provider preferences.
1642         * configure.ac:
1643         * src/utils/Makefile.am:
1644         * src/utils/na-gconf2key.sh.in:
1645         nautilus-actions-gconf2desktop.sh.in is renamed as na-gconf2key.sh.in,
1646         and is installed in PKGLIBEXECDIR.
1648         * src/core/Makefile.am:
1649         * src/core/na-gconf-migration.c: Updated accordingly.
1651         * src/utils/Makefile.am:
1652         nautilus-actions-delete is renamed as na-delete-xmltree,
1653         and is installed in PKGLIBEXECDIR.
1655         * src/core/na-core-utils.c (na_core_utils_print_version):
1656         Print the compilation version of GLib2 and Gtk+ when in debug mode.
1658         * src/utils/Makefile.am:
1659         nautilus-actions-schemas is renamed as na-print-schemas,
1660         and is installed in PKGLIBEXECDIR.
1662 2011-01-06 Pierre Wieser <pwieser@trychlos.org>
1664         * src/nact/nact-main-window.c (iabout_get_toplevel):
1665         Let the About dialog get the toplevel window.
1667         * src/nact/nact-preferences.ui:
1668         * src/nact/nautilus-actions-config-tool.ui:
1669         Apply patch provided by Christian Kirbach. Fix #638548.
1671         Use the same script to migrate items and preferences.
1673         * README-GCONF: Document migrated and renamed preferences.
1675         * src/utils/nautilus-actions-gconf2desktop.sh.in:
1676         Rewrite migrated preferences as keyed files.
1677         At last, remove the whole Nautilus-Actions tree from GConf.
1679 2011-01-05 Pierre Wieser <pwieser@trychlos.org>
1681         * src/utils/console-utils.c (console_cmdline_get_description):
1682         Returns the full address of the page to enter a new bug in Bugzilla.
1684         * src/core/na-gconf-migration.c:
1685         * src/core/na-gconf-migration.h (na_gconf_migration_run): New function.
1687         * src/core/Makefile.am: Updated accordingly.
1689         * src/nact/nact-main.c (main):
1690         * src/plugin-menu/nautilus-module.c (nautilus_module_initialize):
1691         * src/utils/nautilus-actions-new.c (main):
1692         * src/utils/nautilus-actions-run.c (main):
1693         Automatically run the migration tool at startup.
1695         * src/utils/nautilus-actions-gconf2desktop.sh.in:
1696         * src/utils/nautilus-actions-delete.c:
1697         * src/utils/nautilus-actions-print.c:
1698         New items migration script and programs.
1699         They take care of migrating users and mandatory items to .desktop files.
1701         * configure.ac:
1702         * src/utils/Makefile.am:
1703         * src/utils/.gitignore: Updated accordingly.
1705 2011-01-04 Pierre Wieser <pwieser@trychlos.org>
1707         * src/core/na-tokens.c (na_tokens_new_from_selection):
1708         No more prepare the list string of selection.
1709         Directly build the selection list in the correct order.
1710         (execute_action_command): Setup the working directory.
1712         * src/core/na-tokens.c:
1713         * src/core/na-tokens.h (na_tokens_parse_parameters):
1714         Renamed as na_tokens_parse_for_display() as filenames are not quoted
1715         when displayed as part of an expanded label.
1717         * src/nact/nact-icommand-tab.c (parse_parameters):
1718         * src/plugin-menu/nautilus-actions.c (expand_tokens_item):
1719         Updated accordingly.
1721         * configure.ac: Fix "API Reference generation" message.
1723         * m4/na-enable-manuals.m4:
1724         Better specify that --enable-html-manuals (resp. pdf) are for user's manuals.
1726         * src/core/na-selected-info.c (new_from_uri):
1727         - Add an excerpt from RFC 2396 about valid characters in URIs.
1728         - Prefer the filename from g_filename_from_uri() when possible.
1730         * src/core/na-tokens.c
1731         (na_tokens_new_from_selection): Also g_shell_quote() the URI to preserve quotes.
1732         (build_string_lists_item): Removed function.
1734         * src/core/na-iabout.c (na_iabout_display):
1735         Fix typo in comment, adding a note to the translators.
1737 2011-01-03 Pierre Wieser <pwieser@trychlos.org>
1739         * src/core/na-io-provider.c:
1740         * src/core/na-io-provider.h (na_io_provider_are_writings_authorized):
1741         New function.
1743         * configure.ac: Define a conditional if we have both GSettings and GConf.
1745         * src/core/na-gsettings-migrate.c:
1746         * src/core/na-gsettings-migrate.h: New files.
1748         * src/core/Makefile.am: Updated accordingly.
1750         * src/core/na-pivot.c (instance_constructed):
1751         Call na_gsettings_migrate() if we have both GSettings and GConf.
1753         * configure.ac:
1754         - Define HAVE_GSETTINGS variable.
1755         - Define HAVE_GCONF variable.
1757 2011-01-02 Pierre Wieser <pwieser@trychlos.org>
1759         * src/nact/egg-desktop-file.c:
1760         Get ride of tests for Gtk+ 2.12.0 as this is the minimal required version.
1762         * src/nact/base-keysyms.h:
1763         * src/nact/egg-sm-client-private.h:
1764         * src/nact/egg-sm-client-xsmp.c: 
1765         * src/nact/nact-add-capability-dialog.c:
1766         * src/nact/nact-add-scheme-dialog.c:
1767         * src/nact/nact-main-tab.c:
1768         * src/nact/nact-clipboard.c:
1769         * src/nact/nact-tree-model-dnd.c:
1770         * src/nact/nact-gtk-utils.c:
1771         * src/nact/nact-iaction-tab.c:
1772         * src/nact/nact-main-statusbar.c:
1773         * src/nact/nact-main-menubar.c:
1774         * src/nact/nact-schemes-list.c: Use GTK_CHECK_VERSION macro.
1776         * configure.ac:
1777         * m4/na-check-for-gtk.m4:
1778         Move back gtk_required variable to improve readibility of configure.ac.
1780 2011-01-01 Pierre Wieser <pwieser@trychlos.org>
1782         * configure.ac: Post release version bump.
1784         * NEWS: Update NEWS before release.
1786         * src/plugin-menu/nautilus-actions.c (create_root_menu):
1787         Update the root menu label to better reflect the product name.
1789         * src/nact/nautilus-actions-config-tool.ui:
1790         Use gtk-find instead of gtk-find-and-replace stock icon for browse buttons.
1792         * src/nact/nact-iaction-tab.c (nact_iaction_tab_initial_load_toplevel):
1793         Display again stock icons in NACT.
1794         Fix #638461 - Stock icons are no more displayed in NACT.
1796         * Almost all files modified:
1797         Update copyright message.
1798         Set Nautilus-Actions as being the actual official product name.
1800         * src/core/na-selected-info.c (new_from_nautilus_file_info):
1801         Fix pathname breakdown for 'x-nautilus-desktop:///' URI.
1802         Fix #638450 - Nautilus crashes when opening Trash or Network.