renamed gimp_mem_size_entry_new() to gimp_memsize_entry_new() for
2002-05-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.[ch]: renamed gimp_mem_size_entry_new() to gimp_memsize_entry_new() for consistency. Rewrote using bitshifts. Should work correctly for sizeof (gulong) > 32 now. Added new unit GigaBytes. * app/gui/preferences-dialog.c * app/gui/user-install-dialog.c: changed accordingly. * app/config/gimpconfig-types.[ch]: added new function gimp_memsize_set_from_string() that allows to check if the conversion succeeded. * app/config/gimpconfig-deserialize.c (gimp_config_deserialize_memsize): use gimp_memsize_set_from_string().
This commit is contained in:

committed by
Sven Neumann

parent
bb32c3c267
commit
4c55933dea
@ -1,3 +1,9 @@
|
||||
2002-05-29 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
* libgimpwidgets/tmpl/gimpstock.sgml
|
||||
* libgimpwidgets/tmpl/gimpwidgets.sgml: updated.
|
||||
|
||||
2002-05-16 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpbase/tmpl/gimpprotocol.sgml
|
||||
|
@ -309,6 +309,7 @@ GIMP_STOCK_TOOL_ISCISSORS
|
||||
GIMP_STOCK_TOOL_LEVELS
|
||||
GIMP_STOCK_TOOL_MEASURE
|
||||
GIMP_STOCK_TOOL_MOVE
|
||||
GIMP_STOCK_TOOL_OPTIONS
|
||||
GIMP_STOCK_TOOL_PAINTBRUSH
|
||||
GIMP_STOCK_TOOL_PATH
|
||||
GIMP_STOCK_TOOL_PENCIL
|
||||
@ -350,10 +351,10 @@ GIMP_RANDOM_SEED_TOGGLEBUTTON
|
||||
gimp_random_seed_new
|
||||
GIMP_COORDINATES_CHAINBUTTON
|
||||
gimp_coordinates_new
|
||||
GIMP_MEM_SIZE_ENTRY_SPINBUTTON
|
||||
GIMP_MEM_SIZE_ENTRY_SPINBUTTON_ADJ
|
||||
GIMP_MEM_SIZE_ENTRY_OPTIONMENU
|
||||
gimp_mem_size_entry_new
|
||||
GIMP_MEMSIZE_ENTRY_SPINBUTTON
|
||||
GIMP_MEMSIZE_ENTRY_SPINBUTTON_ADJ
|
||||
GIMP_MEMSIZE_ENTRY_OPTIONMENU
|
||||
gimp_memsize_entry_new
|
||||
gimp_pixmap_button_new
|
||||
gimp_toggle_button_sensitive_update
|
||||
gimp_toggle_button_update
|
||||
|
@ -448,6 +448,13 @@ GimpStock
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_TOOL_OPTIONS ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_TOOL_PAINTBRUSH ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -403,7 +403,7 @@ Returns the #GimpChainButton which is attached to the #GimpSizeEntry.
|
||||
@spinbutton_usize:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MEM_SIZE_ENTRY_SPINBUTTON ##### -->
|
||||
<!-- ##### MACRO GIMP_MEMSIZE_ENTRY_SPINBUTTON ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -411,7 +411,7 @@ Returns the #GimpChainButton which is attached to the #GimpSizeEntry.
|
||||
@memsize:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MEM_SIZE_ENTRY_SPINBUTTON_ADJ ##### -->
|
||||
<!-- ##### MACRO GIMP_MEMSIZE_ENTRY_SPINBUTTON_ADJ ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -419,7 +419,7 @@ Returns the #GimpChainButton which is attached to the #GimpSizeEntry.
|
||||
@memsize:
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_MEM_SIZE_ENTRY_OPTIONMENU ##### -->
|
||||
<!-- ##### MACRO GIMP_MEMSIZE_ENTRY_OPTIONMENU ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -427,7 +427,7 @@ Returns the #GimpChainButton which is attached to the #GimpSizeEntry.
|
||||
@memsize:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_mem_size_entry_new ##### -->
|
||||
<!-- ##### FUNCTION gimp_memsize_entry_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user