Changes between Initial Version and Version 1 of Develop/Drafts/INISettingsList


Ignore:
Timestamp:
Oct 8, 2016, 5:09:34 PM (8 years ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Develop/Drafts/INISettingsList

    v1 v1  
     1The goal is to get a list of settings that can't be changed from the GUI. If we add them all, it is possible to remove comments from the inifile and use a proper ini handling library.
     2
     3 * OK = Setting is accessible from the GUI
     4 * DEL = Setting is unused, drop it
     5 * ADD = Setting is not in GUI, add it
     6
     7=Mouse=
     8||Setting||Status||Notes||
     9||X_Sensivity||OK||In settings screen||
     10||Y_Sensivity||OK||In settings screen||
     11||X_correction_factor||DEL||||
     12||Y_correction_factor||DEL||||
     13||Cursor_aspect||OK||In skin screen||
     14
     15=Menu=
     16||Light_color||DEL||Loaded from skin||
     17||Dark_color||DEL||Loaded from skin||
     18||Menu_ratio||ADD||||
     19
     20=File selecor=
     21||Show_hidden_files||OK||||
     22||Show_hidden_dirs||OK||||
     23||Preview_delay||ADD||||
     24||Maximize_preview||ADD||||
     25||Find_file_fast||ADD||||
     26
     27=Loading=
     28||Auto_set_res||OK||||
     29||Set_resolution_according_to||ADD||Might be done as a dropdown replacing auto-set||
     30||Clear_palette||ok||
     31
     32=Misc=
     33||Draw_limits||ok||||
     34||Adjust brush pick||ok||||
     35||coordinates||ok||||
     36||backup||ok||||
     37||undo_pages||ok||||
     38||gauges scrolling speed_left||ADD||||
     39||gauges scrolling speed_right||ADD||||
     40||auto-save||OK||||
     41||Vertices_per_polygon||ADD||||
     42||Fast_zoom||ADD||||
     43||Separate_colors||OK||||
     44||FX_Feedback||OK||||
     45||Safety_colors||OK||||
     46||Opening_message||ADD||||
     47||Clear_with_stencil||ADD||Should be an option in the stencil menu ?||
     48||Auto_discontinuous||ADD||||
     49||Save_screen_size_in_GIF||ADD||||
     50||Auto_nb_colors_used||ADD||Needs to be on for the histogram feature to work||
     51||Default_video_mode||OK||||
     52||Default_window_size||OK||||
     53||Merge_movement||ADD||Should not be needed anymore if we switch to a proper event driven input system||
     54||Palette_cells_XY||OK||||
     55||Bookmarks||OK||Can't use the same name for all of them. Should switch to bookmark1_*||
     56||Palette_vertical||OK||||
     57||Windows_position||OK||||
     58||Double_click_speed||ADD||||
     59||Double_key_speed||ADD||||
     60||Skin,Font||OK||||
     61||Grid_XOR_Color||ADD||Should be part of the grid setting menu; or in palette settings and used for all XOR ops||