1 2011-01-19 Pierre Wieser <pwieser@trychlos.org>
3 * tools/release-tarball.sh: Full script rewrite.
6 * Makefile.am: Add README-GCONF to the distribution.
8 * tools/check-po.sh: Script rewriting.
10 * NEWS: Update before 3.0.7 release.
12 2011-01-18 Pierre Wieser <pwieser@trychlos.org>
14 * src/core/na-export-format.c (na_export_format_get_description):
15 * src/core/na-importer-ask.c (na_importer_ask_user):
16 * src/core/na-importer.c (import_from_uri):
17 * src/core/na-io-provider.c (na_io_provider_get_name):
18 * src/core/na-iprefs.c:
19 * src/core/na-iprefs.h (na_iprefs_get_import_mode,
20 na_iprefs_get_order_mode, na_iprefs_get_export_format):
21 * src/core/na-settings.c:
22 * src/nact/nact-assistant-export.c (on_initial_load_dialog):
23 * nact/nact-assistant-import.c (runtime_init_duplicates):
24 * src/nact/nact-clipboard.c (export_row_object):
25 * src/nact/nact-export-ask.c:
26 * nact/nact-export-format.c:
27 * src/nact/nact-export-format.h(nact_export_format_init_display):
28 * src/nact/nact-gtk-utils.c:
29 * src/nact/nact-gtk-utils.h (nact_gtk_utils_radio_set_initial_state,
30 nact_gtk_utils_radio_reset_initial_state,
31 nact_gtk_utils_toggle_set_initial_state,
32 nact_gtk_utils_toggle_reset_initial_state):
33 * src/nact/nact-ienvironment-tab.c
34 (on_tab_updatable_selection_changed):
35 * src/nact/nact-iexecution-tab.c (on_tab_updatable_selection_changed):
36 * src/nact/nact-main-window.c (on_base_runtime_init_toplevel):
37 * src/nact/nact-preferences-editor.c:
38 * src/nact/nact-preferences.ui:
39 * src/nact/nact-tree-model-dnd.c (drop_uri_list):
40 * src/nact/nact-tree-model.c (tree_model_new):
41 Manage locked and mandatory preferences.
43 * src/core/na-boxed.c (na_boxed_new_from_string_with_sep):
44 Do not eat last character.
47 * src/core/na-settings.h:
48 * src/utils/na-gconf2key.sh.in:
49 Rename 'import-mode-keep-last-choice' as 'import-ask-user-keep-last-choice'.
51 2011-01-17 Pierre Wieser <pwieser@trychlos.org>
53 * src/nact/nact-preferences-editor.c:
54 Reopen the Preferences on the last used tab.
56 * src/core/na-boxed.c (na_boxed_new_from_string_with_sep):
57 Fix handling of last separator.
59 * src/nact/nact-schemes-list.c: Do not allow modification
60 of default schemes list if preferences are locked or property
63 * src/core/na-io-provider.c:
64 * src/core/na-io-provider.h (na_io_provider_is_conf_readable,
65 na_io_provider_is_conf_writable):
66 Returns mandatory flag.
67 List I/O providers in write order.
69 * src/core/na-updater.c (na_updater_is_item_writable): Updated accordingly.
71 * src/nact/nact-providers-list.c: Do not allow modification of I/O
72 providers readability/writability/write order properties if
73 preferences are locked or properties mandatory.
75 * src/core/na-module.c (na_module_release_modules): Release the loaded module.
77 2011-01-16 Pierre Wieser <pwieser@trychlos.org>
79 * run-distcheck.sh: New file.
81 Add a script to check completeness of header files.
85 * tools/check-headers.sh: New files.
87 * src/test/test-include.c:
88 Renamed as tools/check-header.c and set it as ignored by git.
90 * src/test/.gitignore:
91 * src/test/Makefile.am: Updated accordingly.
94 * configure.ac: configure in tools/.
96 * src/api/na-data-boxed.h:
97 * src/api/na-data-types.h:
98 * src/api/na-gconf-monitor.h:
99 * src/api/na-gconf-utils.h: Test for NA_DISABLE_DEPRECATED deprecation define.
101 * run-distcheck.sh: New file.
103 * tools/check-po.sh: Rewrite to have options and messages management.
105 * src/utils/na-gconf2key.sh.in: Review comment.
107 * src/utils/Makefile.am: Add na-gconf2key.sh.in to the distributed files.
109 * docs/reference/Makefile.am: Set the deprecation flags for gtkdoc-scan.
111 * tools/check-po.sh: Set the count of errors as exit code.
113 * po/POTFILES.in: Updated.
115 * src/api/na-gconf-utils.h:
116 * src/core/na-gconf-utils.c: Is marked deprecated as of 3.1.0.
118 * src/api/na-gconf-monitor.h:
119 * src/core/na-gconf-monitor.c: Is marked deprecated as of 3.1.0.
121 * src/utils/nautilus-actions-new.c: Output to stdout or as .desktop file.
123 * src/utils/na-print-schemas.c: Add a deprecation comment.
125 * src/core/na-io-provider.c:
126 * src/core/na-io-provider.h (na_io_provider_find_io_provider_by_id):
129 * src/utils/nautilus-actions-print.c: Move program summary as a global def.
131 2011-01-15 Pierre Wieser <pwieser@trychlos.org>
133 * tools/init-finalize-diff.sh: Fix the interpretation of debug messages.
135 * src/test/test-module.c:
136 * src/test/test-module-plugin.c: New files.
138 * src/test/.gitignore:
139 * src/test/Makefile.am: Updated accordingly.
141 * src/nact/nact-schemes-list.c: Remove gconf-client.h include.
143 * src/nact/base-iprefs.c
144 (base_iprefs_position_named_window): Do not force a null window size or position.
146 * src/core/na-settings.c
147 (na_settings_get_string_list): Do not allocate an empty string list.
149 * src/core/na-pivot.c (instance_dispose): Release the NASettings object.
151 * src/core/na-object-id.c:
152 * src/core/na-object-item.c: Remove no more used instance_init debug messages.
154 * src/core/na-data-boxed.c:
155 * src/core/na-gconf-monitor.c:
156 * src/core/na-io-provider.c:
157 * src/core/na-tokens.c:
158 * src/core/na-updater.c:
159 * src/io-desktop/nadp-desktop-file.c:
160 * src/io-desktop/nadp-desktop-provider.c:
161 * src/io-desktop/nadp-monitor.c:
162 * src/io-gconf/nagp-gconf-provider.c:
163 * src/io-xml/naxml-provider.c:
164 * src/nact/base-application.c:
165 * src/nact/base-builder.c:
166 * src/nact/base-window.c:
167 * src/nact/nact-application.c:
168 * src/nact/nact-clipboard.c:
169 * src/nact/nact-main-window.c:
170 * src/nact/nact-tree-model.c:
171 * src/nact/nact-window.c: Add instance_finalize debug message.
173 * src/core/na-core-utils.c (na_core_utils_slist_dump): Display string length.
175 * src/core/na-boxed.c
176 (na_boxed_free): Only free a non null structure.
177 (na_boxed_new_from_string_with_sep): Do not try to split an empty string.
178 (na_boxed_get_boolean, na_boxed_get_pointer, na_boxed_get_string,
179 na_boxed_get_string_list, na_boxed_get_uint, na_boxed_get_uint_list):
180 Do not try to return a value for a null structure.
182 * m4/na-maintainer-mode.m4: Define a conditional when in maintainer mode.
184 2011-01-14 Pierre Wieser <pwieser@trychlos.org>
186 * src/utils/na-delete-xmltree.c:
187 * src/utils/nautilus-actions-print.c: Add localization code.
189 * src/utils/nautilus-actions-new.c:
190 * src/utils/nautilus-actions-run.c:
191 * src/utils/nautilus-actions-schemas.c: Add locale.h include.
193 * src/core/na-boxed.c (boxed_new, na_boxed_copy, na_boxed_new_from_string,
194 na_boxed_new_from_string_with_sep, na_boxed_free):
195 Add debug messages when allocating/freeing a NABoxed structure.
197 * src/nact/nact-icommand-tab.c (on_wdir_browse):
198 Remove no more used default value.
200 * src/nact/nact-icon-chooser.c
201 (fillup_icons_by_path, on_path_selection_changed): Store last folder uri.
203 * src/core/na-settings.h: Preference renamed accordingly.
206 * src/core/na-settings.h:
207 * src/utils/na-gconf2key.sh.in:
208 '-last-folder-uri' preferences are renamed as '-lfu'.
210 * src/core/na-settings.c: Set default values.
212 * src/nact/nact-gtk-utils.c:
213 * src/nact/nact-gtk-utils.h (nact_gtk_utils_select_file,
214 nact_gtk_utils_select_file_with_preview, nact_gtk_utils_select_dir):
215 Remove no more used default value.
217 * src/nact/nact-icommand-tab.c (on_path_browse, on_wdir_browse):
218 * src/nact/nact-ienvironment-tab.c (on_try_exec_browse,
219 on_show_if_running_browse): Updated accordingly.
221 * src/core/na-boxed.c (string_list_from_array, uint_list_from_array):
222 Do not allocate the empty last element.
224 * src/core/na-io-provider.c (load_items_get_merged_list):
225 * src/core/na-iprefs.c (na_iprefs_get_io_providers):
226 Use the correct list pointer.
228 * src/core/na-iprefs.c:
229 * src/core/na-iprefs.h
230 (na_iprefs_get_export_format, na_iprefs_set_export_format):
231 Functions moved from src/nact/nact-iprefs.c.
233 * src/nact/nact-iprefs.c:
234 * src/nact/nact-iprefs.h: Removed files.
236 * src/nact/Makefile.am:
237 * src/nact/base-window.c:
238 * src/nact/nact-assistant-export.c:
239 * src/nact/nact-assistant-import.c:
240 * src/nact/nact-clipboard.c:
241 * src/nact/nact-export-ask.c:
242 * src/nact/nact-export-format.c:
243 * src/nact/nact-gtk-utils.c:
244 * src/nact/nact-iaction-tab.c:
245 * src/nact/nact-icommand-tab.c:
246 * src/nact/nact-ifolders-tab.c:
247 * src/nact/nact-main-toolbar.c:
248 * src/nact/nact-preferences-editor.c:
249 * src/nact/nact-tree-model-dnd.c: Updated accordingly.
251 * src/nact/nact-iprefs.c:
252 * src/nact/nact-iprefs.h (nact_iprefs_write_bool, nact_iprefs_write_uint,
253 nact_iprefs_write_string): Remove deprecated functions.
255 * src/nact/nact-main-toolbar.c (nact_main_toolbar_activate):
258 * src/nact/base-iprefs.c:
259 * src/nact/base-iprefs.h (base_iprefs_get_int, base_iprefs_set_int):
260 Remove deprecated functions.
262 * src/nact/nact-icon-chooser.c (instance_dispose, on_base_runtime_init_dialog):
263 * src/nact/nact-main-window.c (instance_dispose, on_base_initial_load_toplevel):
266 * src/nact/nact-iprefs.c:
267 * src/nact/nact-iprefs.h (nact_iprefs_migrate_key): Remove deprecated function.
269 * src/nact/nact-icommand-tab.c (nact_icommand_tab_initial_load_toplevel):
272 Global renaming of preferences.
275 * src/api/na-iio-provider.h:
276 * src/core/na-export-format.h:
277 * src/core/na-exporter.h:
278 * src/core/na-importer-ask.h:
279 * src/core/na-importer.c:
280 * src/core/na-io-provider.c:
281 * src/core/na-io-provider.h:
282 * src/core/na-iprefs.c:
283 * src/core/na-iprefs.h:
284 * src/core/na-module.c:
285 * src/core/na-pivot.c:
286 * src/core/na-pivot.h:
287 * src/core/na-settings.c:
288 * src/core/na-settings.h:
289 * src/core/na-updater.c:
290 * src/nact/nact-add-capability-dialog.c:
291 * src/nact/nact-add-scheme-dialog.c:
292 * src/nact/nact-assistant-export.c:
293 * src/nact/nact-assistant-import.c:
294 * src/nact/nact-clipboard.c:
295 * src/nact/nact-export-ask.c:
296 * src/nact/nact-gtk-utils.c:
297 * src/nact/nact-iactions-list.c:
298 * src/nact/nact-icommand-tab.c:
299 * src/nact/nact-icon-chooser.c:
300 * src/nact/nact-ienvironment-tab.c:
301 * src/nact/nact-ifolders-tab.c:
302 * src/nact/nact-iprefs.c:
303 * src/nact/nact-iprefs.h:
304 * src/nact/nact-main-menubar-edit.c:
305 * src/nact/nact-main-menubar-file.c:
306 * src/nact/nact-main-menubar.c:
307 * src/nact/nact-main-toolbar.c:
308 * src/nact/nact-main-window.c:
309 * src/nact/nact-preferences-editor.c:
310 * src/nact/nact-providers-list.c:
311 * src/nact/nact-schemes-list.c:
312 * src/nact/nact-sort-buttons.c:
313 * src/nact/nact-tree-model-dnd.c:
314 * src/nact/nact-tree-model.c:
315 * src/nact/nact-window.c:
316 * src/nact/nact-window.h:
317 * src/plugin-menu/nautilus-actions.c:
318 * src/utils/na-gconf2key.sh.in:
319 * src/utils/nautilus-actions-new.c: Rename preferences.
320 >>>>>>> Globally rename preferences
322 2011-01-13 Pierre Wieser <pwieser@trychlos.org>
324 * src/core/na-settings.c:
325 * src/core/na-settings.h: Preference names are defined as '#define' values.
328 * src/utils/na-gconf2key.sh.in: Adjust preferences.
330 * src/core/na-iprefs.c:
331 * src/core/na-iprefs.h: NAIPrefs is no more an interface.
333 * src/api/na-iimporter.h:
334 * src/core/na-importer-ask.c:
335 * src/core/na-importer-ask.h:
336 * src/core/na-importer.c: Updated accordingly.
338 2011-01-12 Pierre Wieser <pwieser@trychlos.org>
340 * src/nact/nact-iprefs.c:
341 * src/nact/nact-iprefs.h: Get ride of GConf.
344 * src/core/na-settings.c:
345 * src/utils/na-gconf2key.sh.in: Add omitted 'export-ask-user-last-format' key.
347 * src/nact/nact-icommand-tab.c:
348 * src/nact/nact-ienvironment-tab.c: Update to new preferences.
351 * src/core/na-settings.c:
352 * src/utils/na-gconf2key.sh.in:
353 'folder-last-path' key is renamed as 'folder-last-folder-uri'.
355 * src/nact/nact-ifolders-tab.c: Updated accordingly.
358 * src/core/na-settings.c:
359 * src/utils/na-gconf2key.sh.in: Add 'export-ask-user-wsp' preference.
361 * src/nact/nact-add-capability-dialog.c (base_get_iprefs_window_id):
362 * src/nact/nact-add-scheme-dialog.c (base_get_iprefs_window_id):
363 * src/nact/nact-assistant-export.c (window_get_iprefs_window_id):
364 * src/nact/nact-assistant-import.c (window_get_iprefs_window_id):
365 * src/nact/nact-export-ask.c (base_get_iprefs_window_id):
366 * src/nact/nact-main-window.c
367 (instance_dispose, base_get_iprefs_window_id):
368 * src/nact/nact-preferences-editor.c (base_get_iprefs_window_id):
369 Update all preference names when saving/restoring window size and position.
371 * src/core/na-settings.c:
372 * src/core/na-settings.h: All getters/setters are implemented.
374 * src/nact/base-iprefs.c: Remove GConf stuff.
376 * src/nact/nact-icon-chooser.c:
377 * src/nact/nact-icon-chooser.ui: Implement all preferences.
379 * src/utils/na-gconf2key.sh.in:
380 Renamed preferences for windows size and position '-wsp'.
381 Also delete from GConf if only preferences have been migrated.
382 Re-sync after tree delete.
384 * src/api/na-boxed.h:
385 * src/core/na-boxed.c
386 (na_boxed_get_string, na_boxed_get_uint, na_boxed_get_uint_list):
389 * configure.ac: Enable silent rules by default.
391 * run-autogen.sh: Add sysconfdir argument to autogen.sh
393 * src/nact/nact-gtk-utils.c (nact_gtk_utils_get_pixbuf):
394 Search a pixbuf by icon theme if not found as filename or stock.
396 * src/nact/base-window.c:
397 * src/nact/base-window.h (base_window_peek_widget): New function.
399 * src/nact/nact-icon-chooser.c:
400 * src/nact/nact-icon-chooser.h:
401 * src/nact/nact-icon-chooser.ui: New files.
403 * src/nact/Makefile.am:
404 * src/nact/nact-iaction-tab.c:
405 * src/nact/nautilus-actions-config-tool.ui: Updated accordingly.
407 * src/core/na-settings.c (content_load_keys):
408 Do not warn if configuration file does not exist.
410 * src/api/na-boxed.h:
411 * src/api/na-data-boxed.h:
412 * src/api/na-data-types.h:
413 * src/core/na-boxed.c:
414 * src/core/na-data-boxed.c:
415 * src/core/na-data-types.c:
416 Update reference documentation to deprecate NADataBoxed and NADataType
419 * src/core/na-settings.c:
420 * src/core/na-settings.h: Configuration monitoring.
422 * src/plugin-menu/nautilus-actions.c:
423 Monitor all runtime preferences with only one callback.
425 * src/api/na-boxed.h:
426 * src/core/na-boxed.c (na_boxed_get_pointer): New function.
428 * run-autogen.sh: Add sysconfdir argument to autogen.sh.
430 * src/api/na-data-types.h:
431 * src/core/na-data-types.c
432 (na_data_types_copy, na_data_types_free): Removed functions.
435 * src/utils/na-gconf2key.sh.in: Fix two key label conversions.
437 * src/api/na-boxed.h:
438 * src/core/na-boxed.c: New files.
440 * src/api/Makefile.am:
441 * src/core/Makefile.am: Updated accordingly.
443 2011-01-10 Pierre Wieser <pwieser@trychlos.org>
445 * src/api/na-data-types.h:
446 * src/core/na-data-types.c
447 (na_data_types_copy, na_data_types_free, na_data_types_get_label):
450 * src/core/na-settings.c
451 (monitor_io_provider_read_status, monitor_key): Register monitored keys.
453 * src/core/na-settings.h
454 (na_settings_get_boolean_ex, na_settings_get_string_list):
457 * src/plugin-menu/nautilus-actions.c:
458 Implement runtime preferences monitoring.
459 No more use deprecated na_pivot_set_automatic_reload().
461 * src/core/na-pivot.c:
462 * src/core/na-pivot.h:
463 Replace GConf preferences monitoring with NASettings.
464 Define new PIVOT_SIGNAL_ITEMS_CHANGED signal.
466 * src/core/na-settings.c:
467 * src/core/na-settings.h
468 (na_settings_register_key_callback,
469 na_settings_register_global_callback, na_settings_get_boolean):
472 * src/api/na-iio-provider.h:
473 * src/core/na-io-provider.h: IIO_PROVIDER_SIGNAL_ITEM_CHANGED signal
474 definition is moved (and renamed) from public API to internal one.
476 * src/core/na-iio-provider.c (interface_base_init):
477 * src/core/na-io-provider.c (io_provider_set_provider):
478 * src/core/na-pivot.c (on_item_changed_timeout): Updated accordingly.
480 * src/core/na-iio-provider.c
481 * src/core/na-settings.c (na_settings_new):
482 * src/utils/na-gconf2key.sh.in: Global configuration file goes to /etc/xdg.
484 * src/core/na-pivot.c:
485 * src/core/na-pivot.h (na_pivot_register):
486 * src/core/na-settings.c:
487 * src/core/na-settings.h (na_settings_register):
488 * src/plugin-menu/nautilus-actions.c (instance_constructed):
491 2011-01-09 Pierre Wieser <pwieser@trychlos.org>
493 * src/nact/base-application.c (display_dlg): Setup parent window.
495 * src/api/na-iimporter.h:
496 * src/core/na-io-provider.c:
497 * src/core/na-object-id.c:
498 * src/core/na-object-item.c:
499 * src/io-desktop/nadp-utils.c:
500 * src/nact/nact-assistant-import.c:
501 * src/nact/nact-iactions-list-bis.c:
502 * src/nact/nact-iactions-list.h:
503 * src/nact/nact-main-window.c:
504 * src/nact/nact-preferences.ui:
505 * src/nact/nact-tree-model.c: Remove all deprecated references to an UUID.
507 * po/POTFILES.in: Add src/io-desktop/nadp-formats.c file.
509 * src/core/na-object-profile-factory.c:
510 Remove %o/%O parameters from description of version 2.0.
511 Add a missing line feed.
513 * tools/check-po.sh: Adapt to glade files.
515 2011-01-08 Pierre Wieser <pwieser@trychlos.org>
517 * src/utils/nautilus-actions-new.c (init_options):
518 * src/utils/nautilus-actions-run.c (init_options):
519 * src/utils/nautilus-actions-schemas.c (init_options):
520 Initialize translation domain for GOptionContext.
522 * src/core/na-data-boxed.c
523 (string_spec, slist_spec, bool_spec, pointer_spec, uint_spec):
524 * src/core/na-export-format.c
525 (na_export_format_get_label, na_export_format_get_description):
526 * src/core/na-iabout.c (na_iabout_display):
527 * src/core/na-object-action.c (na_object_action_new_with_defaults):
528 * src/core/na-object-menu.c (na_object_menu_new_with_defaults):
529 * src/io-xml/naxml-writer.c (write_data_schema_v1_element):
530 * src/nact/nact-add-capability-dialog.c (on_base_runtime_init_dialog):
531 * src/nact/nact-ienvironment-tab.c (nact_ienvironment_tab_runtime_init_toplevel):
532 * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed):
533 * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items):
534 * src/nact/nact-match-list.c (get_must_match_header, insert_new_row):
535 * src/nact/nact-tree-model-dnd.c
536 (is_drop_possible, is_drop_possible_before_iter,
537 is_drop_possible_into_dest, is_parent_accept_new_childs):
538 Use gettext() to display localized static strings.
540 * src/api/na-data-def.h: Complete the description of the fields.
542 * src/core/na-io-provider.c:
543 * src/core/na-object-profile-factory.c:
544 * src/nact/nact-assistant-export.ui:
545 * src/nact/nautilus-actions-config-tool.ui:
546 Fix various mistakes and mispellings reported by Fr translation team.
548 * configure.ac: Post-release bump version number.
550 2011-01-07 Pierre Wieser <pwieser@trychlos.org>
552 * src/core/na-pivot.c (na_pivot_register): New function.
554 * src/plugin-menu/nautilus-actions.c:
555 Replace NAIPivotConsumer interface with na_settings() accessors.
557 * src/core/na-settings.c:
558 * src/core/na-settings.h: New files.
560 * src/utils/na-gconf2key.sh.in:
561 Make sure that GConf is at the end of the list of I/O providers.
562 Make sure that GConf is locked.
563 Migrate all I/O provider preferences.
566 * src/utils/Makefile.am:
567 * src/utils/na-gconf2key.sh.in:
568 nautilus-actions-gconf2desktop.sh.in is renamed as na-gconf2key.sh.in,
569 and is installed in PKGLIBEXECDIR.
571 * src/core/Makefile.am:
572 * src/core/na-gconf-migration.c: Updated accordingly.
574 * src/utils/Makefile.am:
575 nautilus-actions-delete is renamed as na-delete-xmltree,
576 and is installed in PKGLIBEXECDIR.
578 * src/core/na-core-utils.c (na_core_utils_print_version):
579 Print the compilation version of GLib2 and Gtk+ when in debug mode.
581 * src/utils/Makefile.am:
582 nautilus-actions-schemas is renamed as na-print-schemas,
583 and is installed in PKGLIBEXECDIR.
585 2011-01-06 Pierre Wieser <pwieser@trychlos.org>
587 * src/nact/nact-main-window.c (iabout_get_toplevel):
588 Let the About dialog get the toplevel window.
590 * src/nact/nact-preferences.ui:
591 * src/nact/nautilus-actions-config-tool.ui:
592 Apply patch provided by Christian Kirbach. Fix #638548.
594 Use the same script to migrate items and preferences.
596 * README-GCONF: Document migrated and renamed preferences.
598 * src/utils/nautilus-actions-gconf2desktop.sh.in:
599 Rewrite migrated preferences as keyed files.
600 At last, remove the whole Nautilus-Actions tree from GConf.
602 2011-01-05 Pierre Wieser <pwieser@trychlos.org>
604 * src/utils/console-utils.c (console_cmdline_get_description):
605 Returns the full address of the page to enter a new bug in Bugzilla.
607 * src/core/na-gconf-migration.c:
608 * src/core/na-gconf-migration.h (na_gconf_migration_run): New function.
610 * src/core/Makefile.am: Updated accordingly.
612 * src/nact/nact-main.c (main):
613 * src/plugin-menu/nautilus-module.c (nautilus_module_initialize):
614 * src/utils/nautilus-actions-new.c (main):
615 * src/utils/nautilus-actions-run.c (main):
616 Automatically run the migration tool at startup.
618 * src/utils/nautilus-actions-gconf2desktop.sh.in:
619 * src/utils/nautilus-actions-delete.c:
620 * src/utils/nautilus-actions-print.c:
621 New items migration script and programs.
622 They take care of migrating users and mandatory items to .desktop files.
625 * src/utils/Makefile.am:
626 * src/utils/.gitignore: Updated accordingly.
628 2011-01-04 Pierre Wieser <pwieser@trychlos.org>
630 * src/core/na-tokens.c (na_tokens_new_from_selection):
631 No more prepare the list string of selection.
632 Directly build the selection list in the correct order.
633 (execute_action_command): Setup the working directory.
635 * src/core/na-tokens.c:
636 * src/core/na-tokens.h (na_tokens_parse_parameters):
637 Renamed as na_tokens_parse_for_display() as filenames are not quoted
638 when displayed as part of an expanded label.
640 * src/nact/nact-icommand-tab.c (parse_parameters):
641 * src/plugin-menu/nautilus-actions.c (expand_tokens_item):
644 * configure.ac: Fix "API Reference generation" message.
646 * m4/na-enable-manuals.m4:
647 Better specify that --enable-html-manuals (resp. pdf) are for user's manuals.
649 * src/core/na-selected-info.c (new_from_uri):
650 - Add an excerpt from RFC 2396 about valid characters in URIs.
651 - Prefer the filename from g_filename_from_uri() when possible.
653 * src/core/na-tokens.c
654 (na_tokens_new_from_selection): Also g_shell_quote() the URI to preserve quotes.
655 (build_string_lists_item): Removed function.
657 * src/core/na-iabout.c (na_iabout_display):
658 Fix typo in comment, adding a note to the translators.
660 2011-01-03 Pierre Wieser <pwieser@trychlos.org>
662 * src/core/na-io-provider.c:
663 * src/core/na-io-provider.h (na_io_provider_are_writings_authorized):
666 * configure.ac: Define a conditional if we have both GSettings and GConf.
668 * src/core/na-gsettings-migrate.c:
669 * src/core/na-gsettings-migrate.h: New files.
671 * src/core/Makefile.am: Updated accordingly.
673 * src/core/na-pivot.c (instance_constructed):
674 Call na_gsettings_migrate() if we have both GSettings and GConf.
677 - Define HAVE_GSETTINGS variable.
678 - Define HAVE_GCONF variable.
680 2011-01-02 Pierre Wieser <pwieser@trychlos.org>
682 * src/nact/egg-desktop-file.c:
683 Get ride of tests for Gtk+ 2.12.0 as this is the minimal required version.
685 * src/nact/base-keysyms.h:
686 * src/nact/egg-sm-client-private.h:
687 * src/nact/egg-sm-client-xsmp.c:
688 * src/nact/nact-add-capability-dialog.c:
689 * src/nact/nact-add-scheme-dialog.c:
690 * src/nact/nact-main-tab.c:
691 * src/nact/nact-clipboard.c:
692 * src/nact/nact-tree-model-dnd.c:
693 * src/nact/nact-gtk-utils.c:
694 * src/nact/nact-iaction-tab.c:
695 * src/nact/nact-main-statusbar.c:
696 * src/nact/nact-main-menubar.c:
697 * src/nact/nact-schemes-list.c: Use GTK_CHECK_VERSION macro.
700 * m4/na-check-for-gtk.m4:
701 Move back gtk_required variable to improve readibility of configure.ac.
703 2011-01-01 Pierre Wieser <pwieser@trychlos.org>
705 * configure.ac: Post release version bump.
707 * NEWS: Update NEWS before release.
709 * src/plugin-menu/nautilus-actions.c (create_root_menu):
710 Update the root menu label to better reflect the product name.
712 * src/nact/nautilus-actions-config-tool.ui:
713 Use gtk-find instead of gtk-find-and-replace stock icon for browse buttons.
715 * src/nact/nact-iaction-tab.c (nact_iaction_tab_initial_load_toplevel):
716 Display again stock icons in NACT.
717 Fix #638461 - Stock icons are no more displayed in NACT.
719 * Almost all files modified:
720 Update copyright message.
721 Set Nautilus-Actions as being the actual official product name.
723 * src/core/na-selected-info.c (new_from_nautilus_file_info):
724 Fix pathname breakdown for 'x-nautilus-desktop:///' URI.
725 Fix #638450 - Nautilus crashes when opening Trash or Network.