0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ added a few LUA example scripts for people to learn from, plus they might be quite useful to some More... over 15 years ago
maintenance, bugfixing * spanish.lng * buildconf (for whim) * fixed a bug in the new "raw suffix feature" (see http://www.wirklemms.de/chdk/forum/viewtopic.php?p=5411#5411 ) More... over 15 years ago
maintenance: moved the optional stuff to the new buildconf.inc, for easier parsing and/or modifying (whim - maybe in your CHDK shell?) - see http://chdk.setepontos.com/index.php/topic,2509.msg23423.html#msg23423 now when you "undef" the stuff, the files will not be compiled/linked anymore (as they did with my previous committ, thus you didnt "save" as much binary space as projected) More... over 15 years ago
* updated spanish lang file - http://chdk.kernreaktor.org/mantis/view.php?id=84 * added & updated fonts - http://chdk.kernreaktor.org/mantis/view.php?id=85 (note: there are a lot of fonts now, maybe we need to discuss and vote if need them all, also licenses need to be checked) * small bugfix, "Show Screne luminance" Does not get computed when enabled alone, see http://chdk.kernreaktor.org/mantis/view.php?id=82 * changed menu structure (moved debug menu to misc menu, switched some entries in the main menu - now imo most used features are on the top, comments welcome!) + added feature: in bracketing mode you now have the option to add a suffix to the raw filename, so that later you can easily identifiy the raws that were created during bracketing. it is disabled at default, and can be enabled in the bracketing submenu (or should it be moved to the raw submenu?). idea & patch by rr807 in the german forum, see http://www.wirklemms.de/chdk/forum/viewtopic.php?p=4482#4482 & http://chdk.kernreaktor.org/mantis/view.php?id=86. btw if you enable this, it is likely that your raw files cant be seen by the PC anymore when you connect your cam via usb cable to it, so use your cardreader (also note that dng4-ps will not find the corresponding jpgs!) + added compiler info to buildinfo (changed all lang files accordingly). shows the compiler version - found in PlasmaHHs diff @ http://plasmahh.projectiwear.org/chdk.html (rest will follow soon, need PlasmaHHs help though) + added option to show temperature in fahrenheit (up to now it was coupled with time format) http://chdk.kernreaktor.org/mantis/view.php?id=34 More... over 15 years ago
make raw hook stuff generic http://chdk.kernreaktor.org/mantis/view.php?id=80 Also protect preserve regs for raw hook calls on all cams. fix some EOLs and eol-style props. More... over 15 years ago
move .ltorg up a bit for gcc4 (works fine with gcc3 too) See http://chdk.setepontos.com/index.php/topic,2500.0.html More... over 15 years ago
+ added ukrainian.lng - http://chdk.setepontos.com/index.php/topic,2514.msg23414.html#msg23414 More... over 15 years ago
+ G7: added jogdial support in menu, file browser and text reader * G7, A650: fixed "sporadic RAW images" bug * increased maximum 'badpixel' file size * fixed ND filter control for IXUS960 (maybe) More... over 15 years ago
* 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 More... over 15 years ago
add get_mode to lua. Returns 3 values: bool record, bool video, number mode also fixed some formatting in ubasic.c More... over 15 years ago
* fix some more unsafe read()s in conf.c * use stdio compatible Fut interface everywhere * add islower (will need for lua strlib) * fix memory info lang item More... over 15 years ago
possible fixes for http://chdk.kernreaktor.org/mantis/view.php?id=25 and http://chdk.setepontos.com/index.php/topic,265.msg21396.html#msg21396 More... over 15 years ago
fix http://chdk.kernreaktor.org/mantis/view.php?id=74 by using Fut API for require More... over 15 years ago
* generated propset modules for lua ( http://chdk.setepontos.com/index.php/topic,688.msg23049.html#msg23049 ) More... over 15 years ago
move to dist tree More... over 15 years ago
move to dist tree More... over 15 years ago
+ added os.stat and os.utime (see http://chdk.setepontos.com/index.php/topic,2267.msg23046.html#msg23046 ) * make utime return values on dryos follow standard * add SetFileTimestamp to sig_ref_dryos * added CHDK/LUALIB and CHDK/SCRIPTS/TEST to zip More... over 15 years ago
+ added support for Ixus40 1.00j ( http://chdk.setepontos.com/index.php/topic,2042.msg23028.html#msg23028 ) + added spanish language file ( http://chdk.setepontos.com/index.php/topic,2361.msg22974.html#msg22974 ) * changed dutch language file More... over 15 years ago
* eol-style of platform/notes.txts More... over 15 years ago
Fixed russian language file (unicode->ansi) More... over 15 years ago
- removed russian bigfonts lang file (too old) * updated finnish & german langfile + added hungarian lang file (thx titan_g9) More... over 15 years ago
quickfix http://chdk.setepontos.com/index.php/topic,2426.0.html More... over 15 years ago
* fixed bug regarding zoom override feature (added check, see http://chdk.setepontos.com/index.php/topic,2426.0.html) More... over 15 years ago
* increased version number to reflect for latest changes from previous revisions + added zoom override. first installment allows you to set a specific zoom value (on s3is for example between 0 and 128, on a620 between 0 and 8) that will be set upon starting the cam in record mode. Extra Photo Operations -> Zoom Override. You can disable and enable it there (default: off), also you can set the startup behaviour (there isnt much working right now :D). In the future: Not only set the zoom steps (in accurate int) but maybe set it using mm & factor (much like the shutter override menu stuff to allow for easing setting using "mnemonics"). Also will implement ZOOM BRACKETING. could be done via script, but then again everything could be done via script ;) Also i am wondering if i should focus after zooming. Also the zoom override should work like this, that no matter what value of zoom you set using the zoom lever, before each pic is taken the zoom will be set to the value you specified in the menu (much like shutter & aperture override). Also maybe implement the feature so that it remembers the actual zoom value you set (via lever/button) before shutting off the cam - and restore it when you power it on again!? This feature works a) as somehow a "C" (custom mode in which you can save a few settings that will be remembered even when you shut off the cam) mode for cameras that dont have it and b) for studio photogs or other situations where you need the zoom in a fixed value over a long period of time. Noticed a bug: when you use this feature to zet zoom upon startup, you cant zoom out using the zoomlever, unless you zoom out before - i guess it is because the camera thinks you are still in wide (zoom 0). i guess one can fix that, dunno how though (yet). * added security - now most "dangerous" functions (can also be called via ubasic or lua) are executed in record mode only (see http://chdk.setepontos.com/index.php/topic,2335.0.html & http://chdk.kernreaktor.org/mantis/view.php?id=30) * added srpenneys documentation from http://chdk.kernreaktor.org/mantis/view.php?id=24 * fixed eol style in readme & version files so that the autobuilds will have readmes that can be read on windoze without problems * fixed bug that was responsible for disabled OSD (see http://chdk.kernreaktor.org/mantis/view.php?id=31) - workaround up to now was to disable splashscreen. i fixed it by uncommenting my own code that disabled the OSD while the splashscreen is shown. this means that from this revision the CHDK osd icons/items will be shown on startup at the same time as the bootlogo - this is ugly, but not a critical bug, plus i guess it will be fixed sooner or later! + added czech language file * fixed russian lang file - pethead updated it in the wiki (there are a lot of outdated lang files in the wiki, come on people!) More... over 15 years ago
gcc 4 compile issue http://chdk.setepontos.com/index.php/topic,688.msg22356.html#msg22356 More... over 15 years ago
* resolved conflict between fast video control and Ev correction More... over 15 years ago
* DRYOS cameras: fixed 00:00 first RAW time. More... over 15 years ago
* ixus700(sd500) 1.01b: fixed bug in movie recording More... over 15 years ago
entry points for lua lib support for a450/100d and tx1/100g More... over 15 years ago
* lua print: truncate messages longer than 127, don't use tostring for numbers, use spaces instead of tabs between values * make script console a circular buffer. More... over 15 years ago