User Tools

Site Tools


client:gdefaults2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
client:gdefaults2 [2018/04/18 05:46] – [map_height] Add Range values and where to find the Range and Default values karlclient:gdefaults2 [2025/04/18 13:09] (current) – external edit 127.0.0.1
Line 238: Line 238:
  
 ==== map_width ==== ==== map_width ====
-Range: \\ +Range: **11** - **25** ( offered by the GUI, real 9 - 31 ) \\ 
-Default: 25 , until version 1.11.0 '15\\+Default: **25** , until version 1.11.0 "15\\
 Menu Entry: (Old) Client > Configure > Map & Image Options Menu Entry: (Old) Client > Configure > Map & Image Options
  
 +Functions: See //client/gtk-v2/glade/dialogs.glade//
 +  * <widget class="GtkSpinButton" id="config_spinbutton_mapwidth">
 +  * <property name="adjustment">25 11 25 1 0 0</property>
 +
 +**Note**: The code in function //load_defaults()// in //client/gtk-v2/src/config.c// still has as frame \\
 +a lower limit of **9** and an upper limit of MAP_MAX_SIZE set. \\
 +MAX_MAP_SIZE is defined in //client/common/client.h// as ''#define MAP_MAX_SIZE 31'' still in version 1.70.0 of the client. \\
 +The user should be able to use the command line parameter [[optional_parameters#-mapsize]] to use the full range of "supported" map sizes.
 +
 +<WRAP lo>
 +**Note**: The **old gcfclients2** had an //client/gtk-v2/interface.c// file likely made by some GLADE-designer-UI, with settings as follows: \\
 +''config_spinbutton_mapwidth_adj =  gtk_adjustment_new (25, 11, 25, 1, 10, 10);'' , which according to https://developer.gnome.org/gtk2/stable/GtkAdjustment.html \\
 +consist of 6 variables (value, lower, upper, step_increment, page_increment, page_size) . \\
 +The setting of '10' for the “page-size” property seems to limit the upper max value to '15' , since the above gnome.org page says 
 +>The page size of the adjustment. Note that the page-size is irrelevant and should be set to zero if the adjustment is used for a simple scalar value, e.g. in a GtkSpinButton.
 +Therefore the user would have had the chance to spin from 11 - 15 . \\
 +GTK-2 has changed from version 2.4 to 2.14, and maybe "fixed" the proper handling of "page_size" . \\
 +Between GTK-2 versions 2.4 and 2.13 the code could have worked "flawlessly" .
 +</WRAP>
 ==== message_timestamping ==== ==== message_timestamping ====
 Range: \\ Range: \\
client/gdefaults2.1524048392.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki