Changeset 601 for trunk/core/gui.c


Ignore:
Timestamp:
11/29/08 18:28:30 (4 years ago)
Author:
phyrephox
Message:

+ added two new "raw exception" options: you can now disable the writing of raw/dng automatically when you enable edgeoverlay or set the modedial of the camera to auto (options are OFF at default)

  • small fix in connect4

note: somehow all these checks in raw.c and gui_osd.c make me dizzy (self-inflicted, i know), probably should be done in another way (in the future, of course)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui.c

    r600 r601  
    737737    {0x5c,LANG_MENU_RAW_SAVE_IN_BURST,                MENUITEM_BOOL,      &conf.save_raw_in_burst }, 
    738738    {0x5c,LANG_MENU_RAW_SAVE_IN_TIMER,                MENUITEM_BOOL,      &conf.save_raw_in_timer }, 
    739  
     739    {0x5c,LANG_MENU_RAW_SAVE_IN_EDGEOVERLAY,          MENUITEM_BOOL,      &conf.save_raw_in_edgeoverlay }, 
     740    {0x5c,LANG_MENU_RAW_SAVE_IN_AUTO,                 MENUITEM_BOOL,      &conf.save_raw_in_auto }, 
    740741                #if CAM_BRACKETING 
    741742        {0x5c,LANG_MENU_RAW_SAVE_IN_EV_BRACKETING,                MENUITEM_BOOL,      &conf.save_raw_in_ev_bracketing }, 
Note: See TracChangeset for help on using the changeset viewer.