Ignore:
Timestamp:
08/12/08 12:52:17 (5 years ago)
Author:
phyrephox
Message:

+ added taskviewer by reyalp http://chdk.setepontos.com/index.php/topic,2110.msg19622.html#msg19622
+ added Fishpeppers Boot Logo from here: http://chdk.setepontos.com/index.php/topic,2122.0.html
+ raw subtract for filebrowser by reyalp - http://chdk.setepontos.com/index.php/topic,2099.msg19362.html#msg19362

  • makefile changes:

added several docs in the /docs dir, these are "catted" together during compilation -> one big readme file's gonna be put into the zip. Also includes camera specific notes, if existing (placeholders for now) (thx for helping with this, Hacki).

  • Ixus 860is / SD870 - fixed ubasic_set_led (diff provided by FE50)
  • patched symboldmod and changed splashscreen a little (diff sent in by CHDKLover)
  • added toggle in scripts menu: now the saving of script params can be turned on/off (default: off)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/juciphox/include/camera.h

    r463 r479  
    4343 
    4444    #undef  CAM_AF_SCAN_DURING_VIDEO_RECORD // CHDK can make single AF scan during video record  
     45    #undef  CAM_HAS_VIDEO_BUTTON            // Camera can take stills in video mode, and vice versa 
    4546 
    4647//---------------------------------------------------------- 
     
    533534    #define CAM_ADJUSTABLE_ALT_BUTTON   1 
    534535    #undef  CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 
     536    #define  CAM_HAS_VIDEO_BUTTON       1 
    535537 
    536538 
     
    548550    #undef  CAM_CAN_SD_OVER_NOT_IN_MF 
    549551    #undef  CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 
     552    #define  CAM_HAS_VIDEO_BUTTON       1 
    550553 
    551554 
     
    563566    #undef  CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 
    564567    #undef  CAM_CHDK_HAS_EXT_VIDEO_MENU 
     568    #define  CAM_HAS_VIDEO_BUTTON       1 
    565569 
    566570 
Note: See TracChangeset for help on using the changeset viewer.