From 98b70b511c2a47256642739c0e2b02ba340e93a3 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 14 Sep 2004 11:41:36 +0000 Subject: [PATCH] app/Makefile.am app/app-docs.sgml app/app-sections.txt updated for the 2004-09-14 Michael Natterer * app/Makefile.am * app/app-docs.sgml * app/app-sections.txt * app/app.types: updated for the remaining Preview -> View changes and the new app/dialogs/ module. --- devel-docs/ChangeLog | 8 +++ devel-docs/app/Makefile.am | 9 +-- devel-docs/app/app-docs.sgml | 45 +++++++----- devel-docs/app/app-sections.txt | 118 ++++++++++++++++++-------------- devel-docs/app/app.types | 3 +- 5 files changed, 109 insertions(+), 74 deletions(-) diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index d57dcc54d6..348dfca9a8 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,11 @@ +2004-09-14 Michael Natterer + + * app/Makefile.am + * app/app-docs.sgml + * app/app-sections.txt + * app/app.types: updated for the remaining Preview -> View changes + and the new app/dialogs/ module. + 2004-09-10 Sven Neumann * libgimpwidgets/libgimpwidgets-sections.txt diff --git a/devel-docs/app/Makefile.am b/devel-docs/app/Makefile.am index 40a86be3c4..e4b566800a 100644 --- a/devel-docs/app/Makefile.am +++ b/devel-docs/app/Makefile.am @@ -76,10 +76,10 @@ unused_symbols = \ -u $(SYMPREFIX)palette_import_dialog_show \ -u $(SYMPREFIX)resize_dialog_new \ -u $(SYMPREFIX)stroke_dialog_new \ - -u $(SYMPREFIX)file_open_dialog_show \ - -u $(SYMPREFIX)file_open_location_dialog_show \ - -u $(SYMPREFIX)file_save_dialog_show \ - -u $(SYMPREFIX)color_notebook_new + -u $(SYMPREFIX)file_open_dialog_new \ + -u $(SYMPREFIX)file_open_location_dialog_nw \ + -u $(SYMPREFIX)file_save_dialog_new \ + -u $(SYMPREFIX)color_dialog_new GTKDOC_LIBS = \ $(unused_symbols) \ @@ -89,6 +89,7 @@ GTKDOC_LIBS = \ $(top_builddir)/app/units.o \ $(top_builddir)/app/config/libappconfig.a \ $(top_builddir)/app/gui/libappgui.a \ + $(top_builddir)/app/dialogs/libappdialogs.a \ $(top_builddir)/app/menus/libappmenus.a \ $(top_builddir)/app/actions/libappactions.a \ $(top_builddir)/app/display/libappdisplay.a \ diff --git a/devel-docs/app/app-docs.sgml b/devel-docs/app/app-docs.sgml index 568fd4e5eb..c9f6588a6b 100644 --- a/devel-docs/app/app-docs.sgml +++ b/devel-docs/app/app-docs.sgml @@ -927,41 +927,34 @@ - - GUI + + Dialogs - + Initialization & Glue Code - - - - - - - - Dialogs + + + + Dialogs - - + - - + - + - @@ -969,6 +962,24 @@ + + GUI + + + Initialization & Glue Code + + + + + + Misc. Utilities + + + + + + + diff --git a/devel-docs/app/app-sections.txt b/devel-docs/app/app-sections.txt index 156a84d07b..eee5c57b7d 100644 --- a/devel-docs/app/app-sections.txt +++ b/devel-docs/app/app-sections.txt @@ -1268,6 +1268,23 @@ GPATTERN_MAGIC PatternHeader +
+gimppdbprogress +GimpPdbProgress +GimpPdbProgress +gimp_pdb_progress_get_by_callback +gimp_pdb_progresss_check_callback + +GimpPdbProgressClass +GIMP_PDB_PROGRESS +GIMP_IS_PDB_PROGRESS +GIMP_TYPE_PDB_PROGRESS +gimp_pdb_progress_get_type +GIMP_PDB_PROGRESS_CLASS +GIMP_IS_PDB_PROGRESS_CLASS +GIMP_PDB_PROGRESS_GET_CLASS +
+
gimpprogress GimpProgress @@ -4803,20 +4820,20 @@ GIMP_UI_MANAGER_GET_CLASS
-gimpnavigationpreview -GimpNavigationPreview -GimpNavigationPreview -gimp_navigation_preview_set_marker -gimp_navigation_preview_grab_pointer +gimpnavigationview +GimpNavigationView +GimpNavigationView +gimp_navigation_view_set_marker +gimp_navigation_view_grab_pointer -GimpNavigationPreviewClass -GIMP_NAVIGATION_PREVIEW -GIMP_IS_NAVIGATION_PREVIEW -GIMP_TYPE_NAVIGATION_PREVIEW -gimp_navigation_preview_get_type -GIMP_NAVIGATION_PREVIEW_CLASS -GIMP_IS_NAVIGATION_PREVIEW_CLASS -GIMP_NAVIGATION_PREVIEW_GET_CLASS +GimpNavigationViewClass +GIMP_NAVIGATION_VIEW +GIMP_IS_NAVIGATION_VIEW +GIMP_TYPE_NAVIGATION_VIEW +gimp_navigation_view_get_type +GIMP_NAVIGATION_VIEW_CLASS +GIMP_IS_NAVIGATION_VIEW_CLASS +GIMP_NAVIGATION_VIEW_GET_CLASS
@@ -5594,10 +5611,6 @@ units_init
base-enums -GIMP_TYPE_CHECK_SIZE -GimpCheckSize -GIMP_TYPE_CHECK_TYPE -GimpCheckType GIMP_TYPE_CURVE_TYPE GimpCurveType GIMP_TYPE_HISTOGRAM_CHANNEL @@ -5611,8 +5624,6 @@ GimpTransferMode GimpConvolutionType GimpHueRange -gimp_check_size_get_type -gimp_check_type_get_type gimp_curve_type_get_type gimp_histogram_channel_get_type gimp_interpolation_type_get_type @@ -6175,8 +6186,8 @@ GIMP_TYPE_ORIENTATION_TYPE GimpOrientationType GIMP_TYPE_ROTATION_TYPE GimpRotationType -GIMP_TYPE_PREVIEW_SIZE -GimpPreviewSize +GIMP_TYPE_VIEW_SIZE +GimpViewSize GIMP_TYPE_REPEAT_MODE GimpRepeatMode GIMP_TYPE_SELECTION_CONTROL @@ -6223,7 +6234,7 @@ gimp_icon_type_get_type gimp_join_style_get_type gimp_orientation_type_get_type gimp_rotation_type_get_type -gimp_preview_size_get_type +gimp_view_size_get_type gimp_repeat_mode_get_type gimp_selection_control_get_type gimp_stroke_style_get_type @@ -6463,6 +6474,7 @@ gimp_image_qmask_invert gimpimage-resize GimpImage-resize gimp_image_resize +gimp_image_resize_to_layers
@@ -6733,18 +6745,18 @@ color_history_get
-color-notebook -ColorNotebook -ColorNotebookState -ColorNotebookCallback -color_notebook_new -color_notebook_free -color_notebook_set_viewable -color_notebook_set_title -color_notebook_show -color_notebook_hide -color_notebook_set_color -color_notebook_get_color +color-dialog +ColorDialog +ColorDialogState +ColorDialogCallback +color_dialog_new +color_dialog_free +color_dialog_set_viewable +color_dialog_set_title +color_dialog_show +color_dialog_hide +color_dialog_set_color +color_dialog_get_color
@@ -6754,12 +6766,16 @@ convert_dialog_new
dialogs-constructors -dialogs_file_new_new +dialogs_image_new_new +dialogs_file_open_new +dialogs_file_open_location_new +dialogs_file_save_new dialogs_preferences_get -dialogs_module_browser_get +dialogs_module_get dialogs_about_get dialogs_error_get dialogs_tips_get +dialogs_quit_get dialogs_toolbox_get dialogs_dock_new dialogs_tool_options_get @@ -6813,31 +6829,24 @@ dialogs_get_toolbox
-file-dialog-utils -file_dialog_show -file_dialog_hide -
- -
-file-new-dialog -file_new_dialog_new -file_new_dialog_set +image-new-dialog +image_new_dialog_new +image_new_dialog_set
file-open-dialog -file_open_dialog_show +file_open_dialog_new
file-open-location-dialog -file_open_location_dialog_show +file_open_location_dialog_new
file-save-dialog -file_save_dialog_show -file_save_a_copy_dialog_show +file_save_dialog_new
@@ -6907,8 +6916,8 @@ info_window_follow_auto
-module-browser -module_browser_new +module-dialog +module_dialog_new
@@ -7189,6 +7198,9 @@ plug_in_proc_def_get_sensitive plug_in_progress_start plug_in_progress_update plug_in_progress_end +plug_in_progress_install +plug_in_progress_uninstall +plug_in_progress_cancel
@@ -7913,6 +7925,7 @@ context_background_red_cmd_callback context_background_green_cmd_callback context_background_blue_cmd_callback context_opacity_cmd_callback +context_paint_mode_cmd_callback context_tool_select_cmd_callback context_brush_select_cmd_callback context_pattern_select_cmd_callback @@ -8077,6 +8090,7 @@ image_new_cmd_callback image_new_from_image_cmd_callback image_convert_cmd_callback image_resize_cmd_callback +image_resize_to_layers_cmd_callback image_scale_cmd_callback image_flip_cmd_callback image_rotate_cmd_callback @@ -8183,7 +8197,7 @@ templates_edit_template_cmd_callback templates_delete_template_cmd_callback templates_new_template_dialog templates_edit_template_dialog -templates_file_new_dialog +templates_image_new_dialog
diff --git a/devel-docs/app/app.types b/devel-docs/app/app.types index 101c28f197..e7989f1967 100644 --- a/devel-docs/app/app.types +++ b/devel-docs/app/app.types @@ -155,7 +155,7 @@ gimp_message_box_get_type gimp_menu_factory_get_type gimp_move_options_get_type gimp_move_tool_get_type -gimp_navigation_preview_get_type +gimp_navigation_view_get_type gimp_navigation_editor_get_type gimp_object_get_type gimp_paint_core_get_type @@ -172,6 +172,7 @@ gimp_pattern_factory_view_get_type gimp_pattern_get_type gimp_pattern_select_get_type gimp_pdb_dialog_get_type +gimp_pdb_progress_get_type gimp_pencil_get_type gimp_pencil_options_get_type gimp_pencil_tool_get_type