Ignore:
Timestamp:
10/28/08 14:13:12 (5 years ago)
Author:
phyrephox
Message:
  • enabled default param save in scripts again, as it *might* have been fixed by reyalp by his previous checkins
  • changed spanish lang file
  • aligned memory info better in german & english lang file
  • moved "make bootable" from debug menu to misc menu, as imo it makes more sense there
  • also moved "swap partition" from debug menu to misc (left CREATE partiton in debug though)
  • also moved "reset options" from main menu to misc menu
  • fixed motion detection bug in the s5is : http://chdk.kernreaktor.org/mantis/view.php?id=70 however i dont know if it was a firmware version dependent issue. now motiondetection has lost the "super fast" behaviour if i'm not mistaken. workaround?

+ added 2 example scripts by msl: http://chdk.setepontos.com/index.php/topic,2497.0.html & http://chdk.setepontos.com/index.php/topic,2496.0.html - great job!

  • added #defs for a few things in camera.h. probably not the right place, can be moved somewhere else i guess

#define ZOOM_OVERRIDE 0 Shall zoom-override be used? default 0 becoz not implemented right now
#define UBASIC 1
Shall ubasic be compiled into build?
#define LUA 1 Shall lua support be compiled into build?
#define BOOTLOGO 2
0 = no bootdelay at all,1 = version info, 2 = image + version info, if set to 1 or 2, one can still disable it in the menu

hint: these #defs maybe can be used by the chdk shell?
talk: i guess undeffing some stuff is not enough, as for example curves.c still gets compiled. is this an issue?
talk: originally i wanted to add a new submenu to misc "advanced menus", in this submenu you could enable/disable the curves menu, debug menu & remote parameters menu (simplifies the menu, most people dont use these, so it should be defaulted to OFF) - BUT i failed in dynamically changing the menu, maybe someone else has an idea how to implement http://chdk.kernreaktor.org/mantis/view.php?id=41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHDK/LANG/english.lng

    r531 r546  
    165165 
    166166108 "*** Memory Info ***" 
    167 109 "Free Memory: %d bytes\nCHDK size: %d bytes\nloaded at: 0x%X" 
     167109 "Free Memory: %d bytes\nCHDK size:   %d bytes\nloaded at: 0x%X" 
    168168 
    169169110 "*** Information ***" 
Note: See TracChangeset for help on using the changeset viewer.