Started 7 yr 3 mo ago
Took 1 min 52 sec

Success Build #45 (Aug 24, 2016 2:15:06 AM)

Build Artifacts
magiclantern-Nightly.2016Aug24.5D3123.zip1.78 MB view
Changes
  1. 5D3-123: FSUunMountDevice stub (detail / hgweb)
  2. Apply 5D3 113 changes from unified to 123 (detail / hgweb)
  3. Merged unified into 5D3-123 (detail / hgweb)
  4. 5D3: cleaned up obsolete zoom tweaks (c24d8fb) (detail / hgweb)
  5. Merged in cleanup (pull request #743)

    Misc cleanups, some GUI button codes renamed, 1100D zoom buttons fix (detail / hgweb)
  6. Merged in niklastisk/magic-lantern/makefile-updates (pull request #747)

    Makefile updates (detail / hgweb)
  7. MAKE: skip page align for autoexec-fir target (detail / hgweb)
  8. MAKE: do not page align segments in autoexec (detail / hgweb)
  9. MAKE: remove duplicate objcopy (detail / hgweb)
  10. MAKE: Do not use -fshort-double when GCC version is 6+ (detail / hgweb)
  11. Merged in mpu (pull request #737)

    MPU dumper (detail / hgweb)
  12. 600D, 1100D: cleaned up zoom button codes (to be tested on 1100D) (detail / hgweb)
  13. Renamed ZOOM IN/OUT button codes
    sed -i.bak 's/PRESS_ZOOMIN_MAYBE/PRESS_ZOOM_IN/g' */*.[ch]
    sed -i.bak 's/PRESS_ZOOMOUT_MAYBE/PRESS_ZOOM_OUT/g' */*.[ch] (detail / hgweb)
  14. EOS M: fix scrollwheel button codes (todo: same on 100D) (detail / hgweb)
  15. Renamed DLG_* constants to GUIMODE_*
    sed -i.bak 's/DLG_/GUIMODE_/g' */*.[ch] (detail / hgweb)
  16. Renamed CURRENT_DIALOG_MAYBE to CURRENT_GUI_MODE
    sed -i.bak 's/CURRENT_DIALOG_MAYBE/CURRENT_GUI_MODE/g' */*.[ch] (detail / hgweb)
  17. Removed DLG_SIGNATURE (refactored existing checks with more generic code)
    sed -i.bak '/DLG_SIGNATURE/d' */*.h (detail / hgweb)
  18. Merged in installer (pull request #727)

    Installer fixes (detail / hgweb)
  19. Close branch installer (detail / hgweb)
  20. Merged in escho/escho-magiclantern/camera-temperaturen (pull request #738)

    Camera temperaturen (detail / hgweb)
  21. update temperatures (detail / hgweb)
  22. Merged unified into camera-temperaturen (detail / hgweb)
  23. Created new branch camera-temperaturen (detail / hgweb)
  24. Merged in wifi_sd (pull request #726)

    Helpers to run "make install" on Wi-Fi SD cards (detail / hgweb)
  25. Close branch wifi_sd (detail / hgweb)
  26. Merged in rec-indicators (pull request #729)

    Fix recording indicators above 2GB (detail / hgweb)
  27. Merged in format-restart (pull request #736)

    Restart the camera after formatting the card and restoring ML (detail / hgweb)
  28. Close branch format-restart (detail / hgweb)
  29. Merged in minimal (pull request #741)

    Minimal target fixes + hello world (detail / hgweb)
  30. Close branch minimal (detail / hgweb)
  31. Merged in cleanup (pull request #740)

    Misc small cleanups (detail / hgweb)
  32. Minimal target for 600D (to be tested) (detail / hgweb)
  33. Minimal hello world: wait for display initialization
    (fixes "random" boot failures in QEMU, where display initialization is much slower, also depending on what debug/tracing options are enabled) (detail / hgweb)
  34. Minimal target for 1100D (detail / hgweb)
  35. Minimal target: Hello World with font_direct, from a user task (detail / hgweb)
  36. Minimal target: removed platform-specific files (will use the ones from platform dir) (detail / hgweb)
  37. Minimal target: removed old stuff; just a simple LED blink (detail / hgweb)
  38. Minimal target: fix "make install" (detail / hgweb)
  39. Makefile: allow changing model ID for build_fir (detail / hgweb)
  40. Removed CONFIG_BATTERY_TEST (detail / hgweb)
  41. boot-hack.c: cleaned up some comments (detail / hgweb)
  42. Cleaned up CONFIG_HELLO_WORLD and CONFIG_DUMPER_BOOTFLAG (detail / hgweb)
  43. Makefile: install_finish target (detail / hgweb)
  44. Merged unified into cleanup (detail / hgweb)
  45. xor_chk: check footer before overwriting (detail / hgweb)
  46. Use sync_caches instead of clean_d_cache/flush_caches (to be tested) (detail / hgweb)
  47. minor cleanup in edmac_memcpy_init (detail / hgweb)
  48. 5D3: removed the "Dim REC LED" feature (old hackish implementation, doesn't seem to work anyway) (detail / hgweb)
  49. Restart the camera after formatting the card and restoring ML (http://www.magiclantern.fm/forum/index.php?topic=17247.msg167132#msg167132) (detail / hgweb)
  50. Merged in tecgen/magic-lantern/model-specific-icons (pull request #723, 500D submenu icon)

    Model specific icons (detail / hgweb)
  51. shrinked the live view icons a bit (detail / hgweb)
  52. resized liveview icon: 1px top, 1px right side (detail / hgweb)
  53. moved content a bit to the left (detail / hgweb)
  54. 500D: LiveView instead of Q icon (detail / hgweb)
  55. Created new branch model-specific-icons (detail / hgweb)
  56. Makefile: add a quick install target (installq) for slow media (only autoexec.bin and symbol file) (detail / hgweb)
  57. Fix arrow key shortcuts conflicting with tools that use focus box position (spotmeter, magic zoom) http://www.magiclantern.fm/forum/index.php?topic=15088.msg167051#msg167051 (detail / hgweb)
  58. Dual ISO: fix warning in movie mode on unsupported cameras (detail / hgweb)
  59. Recording indicators: attempt to fix issue #2530 for files up to 4GB (not tested) (detail / hgweb)
  60. False colors: fix ExpSim check (detail / hgweb)
  61. Merged in makefile (pull request #725) (detail / hgweb)
  62. Removed beep introduced by mistake in b81641b (detail / hgweb)
  63. installer: show the uninstall message in yellow (more obvious) (detail / hgweb)
  64. installer: fix "make install" (detail / hgweb)
  65. Merged makefile into installer (detail / hgweb)
  66. installer: fix issue #2529 (detail / hgweb)
  67. installer: minor cosmetic fix (detail / hgweb)
  68. installer: fix compilation (detail / hgweb)
  69. Merged in generic-cfn (pull request #716)

    Generic functions for some CFn parameters (detail / hgweb)
  70. Close branch generic-cfn (detail / hgweb)
  71. Merged in daniel_fort/xiga_reframe (pull request #693) (60D movie crop centering in raw) (detail / hgweb)
  72. Need to center mv640crop mode for the 60D (detail / hgweb)
  73. adjustments based on Silent DNG tests by xiga (detail / hgweb)
  74. minor: ml_shutdown should be static (detail / hgweb)
  75. Makefile: experimental configuration for Wi-Fi SD cards (detail / hgweb)
  76. Merged makefile into wifi_sd (detail / hgweb)
  77. wifi_sd: save configs before unmounting (detail / hgweb)
  78. Makefile: when running "make install" from a module dir, only create the modules directory (detail / hgweb)
  79. Makefile: quiet prepare_install_dir; skip empty directories (logs and settings) (detail / hgweb)
  80. Makefile: quiet "make install" from module directory (detail / hgweb)
  81. Modules: unmount the card after running "make install" (detail / hgweb)
  82. Experiment - unmount SD card (trick useful when uploading files to a Wi-Fi SD card, to avoid filesystem corruption) (detail / hgweb)
  83. Makefile: option to mount the card before running "make install" (detail / hgweb)
  84. features.html: fix issue #2524 (detail / hgweb)
  85. Merged in edmac (pull request #718)

    Edmac info fixes (detail / hgweb)
  86. Close branch edmac (detail / hgweb)
  87. Merged in powersave-focusring (pull request #715)

    Attempt to fix issue #2431 (turning the focus ring doesn't reset Canon's powersave timer) (detail / hgweb)
  88. Close branch powersave-focusring (detail / hgweb)
  89. Merged in tecgen/50D_FUNC_instead_of_Q_icon (pull request #706) (also for 5D2 and 100D) (detail / hgweb)
  90. Fine-tuned submenu icons (detail / hgweb)
  91. trying to revert any changes to whitspaces; there shouldn't be any differences at all between this file and the one of hudson/magic-lantern (detail / hgweb)
  92. added a1ex implementation to merge many classes into one (detail / hgweb)
  93. new: Av-icons made my nikfreak; renamed variable camera_model to labels (detail / hgweb)
  94. edit of the legs of A (detail / hgweb)
  95. Av-icons are generated and used instead of Q-icons for 100D and are merged together with 50D, 52D and low resolutions version into one ico.c class (detail / hgweb)
  96. added Av-icons as replacement for the Q-button icon on the 100D (detail / hgweb)
  97. Merged unified into 50D_FUNC_instead_of_Q_icon (detail / hgweb)
  98. added camera model to generated code comment in order to help the diff command to recognise the differences between multiple files better (detail / hgweb)
  99. reverted last commit (detail / hgweb)
  100. bugfix: now the focus icon is visible again (detail / hgweb)
  101. clean code: exchanged -D with the --ifdef option (detail / hgweb)
  102. enabled the new icon only for 50D after testing it on the real camera (detail / hgweb)
  103. corrected pixel in FUNC png's and generated ico.c again (detail / hgweb)
  104. generating model specific icons to exchange the Q icon (only 50D and 5D2) (detail / hgweb)
  105. aligned the content within the icons to look nice after converting them with make-icons.py (see generated ico.c) (detail / hgweb)
  106. added the new FUNC and picture style icons within the list of icons in the python make script (detail / hgweb)
  107. draft for the picture style icons (detail / hgweb)
  108. initial draft (detail / hgweb)
  109. Created new branch 50D_FUNC_instead_of_Q_icon (detail / hgweb)
  110. Merged hudson/magic-lantern into unified (detail / hgweb)
  111. reverted: remember user selected samplerate after reboot (detail / hgweb)
  112. remember user selected samplerate after reboot (detail / hgweb)
  113. EDMAC info: misc tweaks/fixes (detail / hgweb)
  114. edmac.c: fix edmac_chanlist (detail / hgweb)
  115. edmac.c, edmac_get_connection: fix for write connections (detail / hgweb)
  116. Removed FEATURE_EXPO_ISO_HTP (no real reason to change it from ML menus; it's the same as Canon's) (detail / hgweb)
  117. Added a generic implementation for some CFn functions (ALO, HTP, MLU), to fix issues like #2345 (affected cameras: all except 5D2/50D/500D) (detail / hgweb)
  118. Attempt to fix issue #2431 (turning the focus ring doesn't reset powersave timer; Canon bug?) (detail / hgweb)
  119. 600D: enabled some features that didn't previously fit in memory (detail / hgweb)
  120. Removed focus ramping feature from ML core (now covered by advanced intervalometer) (detail / hgweb)
  121. Merged in dmilligan/magic-lantern/adv_int2 (pull request #678) (detail / hgweb)
  122. adv_int: updated with exit_play_qr_mode() (detail / hgweb)
  123. Merged unified into adv_int2 (detail / hgweb)
  124. Makefile: list default modules on separate lines (detail / hgweb)
  125. adv_int: fixes from code review (detail / hgweb)
  126. adv_int: fix compiler warning (detail / hgweb)
  127. adv_int: readme (detail / hgweb)
  128. Merge (detail / hgweb)
  129. Merge (detail / hgweb)
  130. adv_int: updates for PR #526: FIO_CreateFile and FIO_OpenFile should return 0 (detail / hgweb)
  131. Merge (detail / hgweb)
  132. update README.rst to new build format (had to delete all the help content b/c the build system doesn't like it) (detail / hgweb)
  133. Merge (detail / hgweb)
  134. adv_int: updates for recent changes to core (detail / hgweb)
  135. Merge (detail / hgweb)
  136. adv_int: warnings for bulb mode (detail / hgweb)
  137. adv_int: external source - detect picture taken with PROP_GUI_STATE rather than CBR_POST_SHOOT which isn't implemented (detail / hgweb)
  138. adv_int: Tv adjustment menu (detail / hgweb)
  139. adv_int: Av adjustment menu (detail / hgweb)
  140. adv_int: ISO adjustment menu (detail / hgweb)
  141. Merge (detail / hgweb)
  142. adv_int: cleanup (detail / hgweb)
  143. adv_int: advanced intervalometer ramping module (detail / hgweb)
  144. Merged in Licaon_Kter/magic-lantern-rec_ui_fix/rec_ui_fix (pull request #681) (detail / hgweb)
  145. Fix typo (detail / hgweb)
  146. Fixed some indentations (I hope) (detail / hgweb)
  147. add include lvinfo (detail / hgweb)
  148. Move record time indicator in ML top bar.
    Move buffer indicator out of the way of the histogram. (detail / hgweb)
  149. Move REC/STBY text a bit to line up and hide the red dot (detail / hgweb)
  150. Created new branch rec_ui_fix (detail / hgweb)
  151. Merged in raw_fixes (pull request #710)

    Raw_fixes part 2 (detail / hgweb)
  152. Close branch raw_fixes (detail / hgweb)
  153. Lua: after loading all scripts, wait for either keypress or 5-second timeout. (detail / hgweb)
  154. lens_focus: only interpret 0x1000 as error code (should fix http://www.magiclantern.fm/forum/index.php?topic=14828.msg166025#msg166025 ) (detail / hgweb)
  155. Merged in lua_fix (pull request #683)

    lua scripting: lots of fixes, plus API testing script (detail / hgweb)
  156. Merged in daniel_fort/magic-lantern/clean_localsyms (pull request #692)

    Remove localsyms in modules/lua (detail / hgweb)
  157. Changed so that removing localsyms is given it it's own action. (detail / hgweb)
  158. Moved rm localsyms to right after it is used. (detail / hgweb)
  159. Changed to removing it immediately after we are finished with it in the build rule. (detail / hgweb)
  160. Remove localsyms in modules/lua when running "make clean" (detail / hgweb)
  161. Merged in Audionut/test/lua-features (pull request #701)

    Add forum link to lua readme (detail / hgweb)
  162. Add forum link to lua readme (detail / hgweb)
  163. format_memory_size: fix rounding (detail / hgweb)
  164. format_memory_size: allow sizes > 4 GB (detail / hgweb)
  165. Lua: wait for keypress after loading all scripts. (detail / hgweb)
  166. Lua: added "make install_extra" to copy extra scripts in the main script dir on the card, for autoloading (detail / hgweb)
  167. logger.lua: use line buffering (can be made optional if speed becomes a problem) (detail / hgweb)
  168. Menu script routines: fix "menu not found" error messages (detail / hgweb)
  169. Lua: moved less-polished scripts to "extra" directory, so they don't get auto-started (detail / hgweb)
  170. Lua: when running "make install", copy all scripts, preserving directory structure (detail / hgweb)
  171. Merged in play_mode (pull request #711)

    Small refactor: get_out_of_play_mode renamed to exit_play_qr_mode; also added enter_play_mode (detail / hgweb)
  172. Close branch play_mode (detail / hgweb)
  173. selftest, stubs test: go to PLAY mode when finished (detail / hgweb)
  174. selftest, stubs test: wait one second before checking display status (detail / hgweb)
  175. Lua: route all print operations to stdin/stdout (detail / hgweb)
  176. console.c: export console_puts (for Lua stdio) (detail / hgweb)
  177. sokoban.lua: fix typo (detail / hgweb)
  178. Focus backend: consider unknown status codes as "success"
    (fixes follow focus in movie mode, tested on 5D3 + 24/2.8 STM) (detail / hgweb)
  179. Lua scripts: tweaks for menu consistency (help lines, capital ON/OFF) (detail / hgweb)
  180. api_test.lua: use proper printf (detail / hgweb)
  181. Lua scripts: use standard I/O instead of console.write (detail / hgweb)
  182. Auto exposure on zoom: fix autofocus
    (was unreliable, sometimes refusing to focus; tested on 5D3 + 24/2.8 STM) (detail / hgweb)
  183. Removed obsolete crash.c (already covered in the selftest module) (detail / hgweb)
  184. Ghost image: auto update should be off by default (detail / hgweb)
  185. Auto bracketing: refactored with new routines (detail / hgweb)
  186. Ghost image: refactored with new routines (detail / hgweb)
  187. Fix bracketing regression introduced in 5bdf000 (detail / hgweb)
  188. selftest.mo, stubs test: if started with main display off, switch to PLAY mode (detail / hgweb)
  189. bench.mo: run cache benchmarks PLAY mode only (they interfere with LiveView) (detail / hgweb)
  190. bench.mo: run card/memory benchmark in either LV or PLAY modes (not photo) (detail / hgweb)
  191. bench,selftest: refactored to use enter_play_mode/exit_play_qr_mode (detail / hgweb)
  192. mlv_play: refactored to use enter_play_mode/exit_play_qr_mode (detail / hgweb)
  193. Renamed get_out_of_play_mode to exit_play_qr_mode, reimplmented with SetGUIRequestMode, added enter_play_mode (detail / hgweb)
  194. bench.mo: updated readme (detail / hgweb)
  195. selftest.mo: fix loading on EOS M (detail / hgweb)
  196. Peaking benchmark: auto-enable focus peaking temporarily during the test (detail / hgweb)
  197. bench.mo, card benchmark: fix startup message for dual-slot cameras (which card is being benchmarked) (detail / hgweb)
  198. redraw: attempt to fix this issue: https://bitbucket.org/hudson/magic-lantern/pull-requests/610/benchmarks-and-self-tests-refactored-as#comment-17353285
    (redraw doesn't work when Canon's front buffer is disabled) (detail / hgweb)
  199. Merged unified into lua_fix (detail / hgweb)
  200. selftest.mo: fix copy-paste error (should fix the module not loading on 7D) (detail / hgweb)
  201. api_test.lua: basic tests for file i/o and stdio (detail / hgweb)
  202. Lua: add dryos.remove (similar to os.remove) (detail / hgweb)
  203. Lua: basic support for standard streams (stdin, stdout, stderr) (detail / hgweb)
  204. mlv_snd: save user selected samplerate and restore it after a reboot of ML (detail / hgweb)
  205. raw_rec: fix copy/paste error (detail / hgweb)
  206. gui-common: attempt to allow magic zoom while recording raw, but also let the raw recording modules block the zoom key to avoid crashes; anything broken? (detail / hgweb)
  207. 50D: fix compilation after powersave refactoring. Is it still working? (detail / hgweb)
  208. Moved run_in_separate_task back to menu.h
    (should fix modules that no longer compiled after powersave refactoring) (detail / hgweb)
  209. Pause/ResumeLiveView: minor cleanup/refactoring (detail / hgweb)
  210. raw_rec: cleaned up some comments (detail / hgweb)
  211. raw_rec: fine-tuned error messages (detail / hgweb)
  212. raw_rec: reintroduced 32MB chunk limit; to be benchmarked (detail / hgweb)
  213. raw_rec: 64-byte EDMAC alignment (to be benchmarked) (detail / hgweb)
  214. raw_rec: undo de4e1d1 (detail / hgweb)
  215. lua_stdio: fix file create (detail / hgweb)
  216. lua_stdio: fix file append (detail / hgweb)
  217. Merge lua_stdio into lua_fix (detail / hgweb)
  218. Lua: show console at startup, until all scripts are loaded (detail / hgweb)
  219. Lua: increased stack size for script tasks, just in case (detail / hgweb)
  220. module backend: fix key handling regression in other modules, introduced in b0891f9 (detail / hgweb)
  221. lua_stdio: report file size on stat calls; primitive errno handling (detail / hgweb)
  222. Lua: fix old comment (detail / hgweb)
  223. raw backend: always log resolution changes to console (detail / hgweb)
  224. silent pics: fix crash with simple (non-burst) pics (detail / hgweb)
  225. Powersave: fix compilation on cameras with LCD sensor (detail / hgweb)
  226. Electronic level included in display presets, like other overlays (detail / hgweb)
  227. Makefile: removed more picoc leftovers (fixes compilation) (detail / hgweb)
  228. electronic level: refresh display more often (smoother motion) (detail / hgweb)
  229. Moved electronic level back to Overlay menu (detail / hgweb)
  230. Fix compilation (detail / hgweb)
  231. Makefile: removed some old picoc leftovers (detail / hgweb)
  232. Makefile: drop -mthumb-interwork (no longer needed) (detail / hgweb)
  233. Stubs reformat (detail / hgweb)
  234. Merged in bench-and-tests-as-modules (pull request #610)

    Benchmarks and self-tests refactored as modules (detail / hgweb)
  235. Close branch bench-and-tests-as-modules (detail / hgweb)
  236. Merged in powersave-refactor (pull request #702)

    Powersave refactoring (detail / hgweb)
  237. Close branch powersave-refactor (detail / hgweb)
  238. raw_rec: allow up to 32 memory chunks for simulations (detail / hgweb)
  239. raw_rec: minor cleanups (detail / hgweb)
  240. raw_rec: removed a buffer choosing heuristic (to be benchmarked) (detail / hgweb)
  241. raw_rec: removed unused argument to raw_rec_should_preview (detail / hgweb)
  242. raw_rec: removed some unused CBRs that were previously intended for other modules (detail / hgweb)
  243. raw_rec: removed frame skipping "feature" (detail / hgweb)
  244. raw_rec: use one extra item for the writing queue (should fix "queue overflow" errors) (detail / hgweb)
  245. Menu: fix help text regression (second line not displayed) (detail / hgweb)
  246. Merged silent into unified (detail / hgweb)
  247. silent pics (non-fullres): one more precondition check (detail / hgweb)
  248. silent pics (non-fullres): block shutter button; fail gracefully if it fails (detail / hgweb)
  249. Merged in Gr3g01/magic-lantern-frsp-long-expo2 (pull request #697)

    silent.c long_exposure_fix, safety (detail / hgweb)
  250. silent.c long_exposure_fix, safety (detail / hgweb)
  251. Merged silent into unified (detail / hgweb)
  252. silent.mo: renamed Best Shots to Best Focus (should be more obvious what it does) (detail / hgweb)
  253. silent.mo: also use SRM memory for bursts (detail / hgweb)
  254. Moved coding style tools from scripts/ to contrib/coding-style-tools/ (scripts is for user scripts) (detail / hgweb)
  255. Merged in frantony/magic-lantern.checkpatch (pull request #165)

    RequestForComments: CODING_STYLE proposal and check scripts (detail / hgweb)
  256. add check-bb-pull-request.sh script

    Run this script to check pull request to
    bitbucket.org/hudson/magic-lantern.

    Usage:
      ./scripts/check-bb-pull-request.sh <pull request number>

    Example:

    $ ./scripts/check-bb-pull-request.sh 164
    total: 0 errors, 0 warnings, 62 lines checked

    Pull request #164 has no obvious style problems and is ready for
    submission. (detail / hgweb)
  257. add check-before-hg-commit.sh script

    Run this script before executing 'hg commit'. (detail / hgweb)
  258. partly adapt checkpatch.pl for ML (detail / hgweb)
  259. import checkpatch.pl script from qemu-1.6.0-rc1 (detail / hgweb)
  260. add initial CODING_STYLE (detail / hgweb)
  261. Merged in black-level-fix (pull request #484)

    Black level fix (detail / hgweb)
  262. Close branch black-level-fix (detail / hgweb)
  263. Black level fix: disable bad.dng debug files (detail / hgweb)
  264. Changed run_in_separate_task to also disable powersave while the test task is running (99% of its uses would actually run best in this way) (detail / hgweb)
  265. bench, selftest: fix compilation (detail / hgweb)
  266. Merged powersave-refactor into bench-and-tests-as-modules (detail / hgweb)
  267. debug.c: removed all the old stuff from "don't click me" (detail / hgweb)
  268. Moved ML powersave routines to powersave.c/h, and batt_display to battery.c (detail / hgweb)
  269. Moved display_on/off to powersave.c/h (detail / hgweb)
  270. Moved PauseLiveView/ResumeLiveView to powersave.c/h (detail / hgweb)
  271. Moved powersave routines from raw_rec/mlv_rec/silent modules into powersave.c/h (in ML core) (detail / hgweb)
  272. selftest: moved the EDMAC screen test from Debug->Don't click me (detail / hgweb)
  273. Merged in Audionut/test/nitrate-remove (pull request #700)

    Undefine nitrate function (detail / hgweb)
  274. Undefine nitrate function on 5D3.113 and 6D.116 (detail / hgweb)
  275. Backed out changeset: 0213ec7eee9c (detail / hgweb)
  276. Undefine nitrate function (detail / hgweb)
  277. gui_uilock: change only the lowest 16 bits, to ensure proper requests; updated uilock codes (detail / hgweb)
  278. Moved value of PROP_ICU_UILOCK to propvalues.h (refactor) (detail / hgweb)
  279. gui_uilock: fix waiting (seems to fix the shutter lockup bug during the SRM test, not 100% sure) (detail / hgweb)
  280. Merged in raw_fixes (pull request #698)

    Raw recording fixes (both RAW and MLV) (detail / hgweb)
  281. Raw backend: reset black level on resolution changes (detail / hgweb)
  282. Black level check: relaxed checks about local mean; nicer debug messages (detail / hgweb)
  283. Raw backend: only log significant black level changes to the console (detail / hgweb)
  284. raw_rec/mlv_rec: minor cleanups (detail / hgweb)
  285. Black level fix: do not change the API (undo the _retry_lv workaround) (detail / hgweb)
  286. black-level-fix: dummy merge (undo bad merge 2357ff5) (detail / hgweb)
  287. Merged unified into black-level-fix (try 2) (detail / hgweb)
  288. raw_rec: fix beep removed by mistake (detail / hgweb)
  289. Black level fix: do not change the API (undo the _retry_lv workaround) (detail / hgweb)
  290. Merged unified into black-level-fix (detail / hgweb)
  291. Merged unified into raw_fixes (detail / hgweb)
  292. Dummy merge (undo 9a34564 ... e4e4ffc commited by mistake) (detail / hgweb)
  293. menu: allow multiline help choices on both help fields (detail / hgweb)
  294. Restore after format: support for Toshiba FlashAir cards (restore wifi functionality after format) (detail / hgweb)
  295. raw_rec: removed old sound recording code (detail / hgweb)
  296. Merged unified into black-level-fix (detail / hgweb)
  297. raw_rec: block the zoom key while recording (prevents crash) (detail / hgweb)
  298. raw_rec: lock buttons after recording stops, until the video file is fully saved (detail / hgweb)
  299. raw2dng: fix some error checks (detail / hgweb)
  300. Restore after format: support for Toshiba FlashAir cards (restore wifi functionality after format) (detail / hgweb)
  301. Makefile: umount card after running make install from a module directory (detail / hgweb)
  302. menu: allow multiline help choices on both help fields (detail / hgweb)
  303. mlv_rec: block the zoom key while recording (not tested) (detail / hgweb)
  304. mlv_rec: disabled embedded logging (one of the causes for corrupted frames? cc @g3gg0 ) (detail / hgweb)
  305. raw_rec: lock buttons after recording stops, until the video file is fully saved (detail / hgweb)
  306. raw_rec: block the zoom key while recording (prevents crash) (detail / hgweb)
  307. raw2dng: fix some error checks (detail / hgweb)
  308. gui_uilock: change only the lowest 16 bits, to ensure proper requests; updated uilock codes (detail / hgweb)
  309. Moved value of PROP_ICU_UILOCK to propvalues.h (refactor) (detail / hgweb)
  310. gui_uilock: fix waiting (seems to fix the shutter lockup bug during the SRM test, not 100% sure) (detail / hgweb)
  311. selftest: print info about a shutter lockup bug (not yet sure how to reproduce) (detail / hgweb)
  312. selftest.mo: moved the memory leak test from Debug->Don't click me (detail / hgweb)
  313. selftest.mo: moved the small-block memory test from Debug->Don't click me (detail / hgweb)
  314. selftest.mo: moved the SRM memory test from Debug->Don't click me (detail / hgweb)
  315. api_test.lua: verify changing exposure directly via camera.iso/shutter/aperture/ec/flash_ec (detail / hgweb)
  316. lua_camera: fix setting ISO via camera.iso (should be the same as camera.iso.value) (detail / hgweb)
  317. Lua: use plain printf for normal messages (detail / hgweb)
  318. lua property: cleanup prop message queue -> better, more defensive checks and error handling, fix memory leak

    seems to fix some apparent memory issues and err70s with copy2m (detail / hgweb)
  319. lua scripting: don't load scripts that start with "_"

    fixes issue with hidden files created by OSX Finder #2496 (detail / hgweb)
  320. lua_movie: fix movie mode checks (should fix rec_delay.lua on many cameras) (detail / hgweb)
  321. Merged menu_timeout_fix into unified (detail / hgweb)
  322. Close branch menu_timeout_fix (detail / hgweb)
  323. Merged in fonts (pull request #694)

    Font updates (detail / hgweb)
  324. Close branch fonts (detail / hgweb)
  325. Fonts: fine-tuned warning symbol (larger) and DR/ETTR symbols in tiny fonts (detail / hgweb)
  326. menu timeout fix: use aggressive redraws after timeout (detail / hgweb)
  327. menu.c: less aggressive redraw flood (detail / hgweb)
  328. menu timeout fix: make sure menu is always closed by half-shutter (detail / hgweb)
  329. menu.c: refactored menu_task (detail / hgweb)
  330. menu: small cleanups (detail / hgweb)
  331. Merged in tecgen/magic-lantern/find_available_rst2html_command_2nd_try (pull request #691)

    find available rst2html command and use it (2nd try) (detail / hgweb)
  332. seach a list of possible rst2html commands and use the first one that can be found (detail / hgweb)
  333. Created new branch find_available_rst2html_command_2nd_try (detail / hgweb)
  334. Merged in menu_timeout_fix (pull request #688)

    EOSM: restart the canon dialog for ML menu if it times out (detail / hgweb)
  335. Close branch menu_timeout_fix (detail / hgweb)
  336. menu: minor tweak for EOS M (detail / hgweb)
  337. menu: removed EOS M specific hacks (does it still work?) (detail / hgweb)
  338. Enabled EOSM menu timeout fix for 6D and 700D as well, in internals.h (detail / hgweb)
  339. EOS M: fix some IMGPLAY constants (should fix http://www.magiclantern.fm/forum/index.php?topic=16991.0 ) (detail / hgweb)
  340. Lua: moved camera.af_mode to lens.af_mode (to be consistent with lens.af) (detail / hgweb)
  341. Lua: camera.movie returns MODE.MOVIE even on cameras without a dedicated movie mode (fixes recdelay.lua on many cameras) (detail / hgweb)
  342. selftest.mo: ask user to switch to photo mode, rather than doing unsafe mode switches (detail / hgweb)
  343. shoot.c: added ensure_photo_mode near ensure_movie_mode (detail / hgweb)
  344. set_shooting_mode: only allow M, Tv, Av, P and (where present) BULB (detail / hgweb)
  345. bench.mo: fix progress info (detail / hgweb)
  346. bench.mo: refactored card info (camera-specific macros not available in modules) (detail / hgweb)
  347. fio-ml: expose card info to modules, where available (currently 5D3/7D, CF only) (detail / hgweb)
  348. bench.mo: split card benchmark in two options, a quick one for raw video users (16MB buffer) and an advanced one that tries various buffer sizes (detail / hgweb)
  349. Lua: proper error handling if strict.lua is missing (detail / hgweb)
  350. selftest.mo: refactored 50D ifdef (detail / hgweb)
  351. selftest.mo: drop 5Dc ifdef's (no longer supported) (detail / hgweb)
  352. Build bench.mo and selftest.mo by default (detail / hgweb)
  353. Lua: print script menus to console (detail / hgweb)
  354. api_test.lua: minor fix (detail / hgweb)
  355. bench.mo: better user feedback for memory benchmark (detail / hgweb)
  356. selftest.mo: show RPC test menu on 7D (not tested) (detail / hgweb)
  357. bench.mo: minor fix (memory benchmark header not fully erased) (detail / hgweb)
  358. bench.mo: minor help tweaks (detail / hgweb)
  359. Merged unified into bench-and-tests-as-modules (detail / hgweb)
  360. Makefile: autodetect card location on Linux systems (e.g. Ubuntu Willy mounts in /media/user/EOS_DIGITALn ) (detail / hgweb)
  361. api_test.lua: updated focus tests to include commands with wait=false (detail / hgweb)
  362. lens.c: reworked lens_focus a bit (fix crash with wait=off and some other tweaks) (detail / hgweb)
  363. editor.lua: use WHEEL_LEFT for decrementing and WHEEL_RIGHT for incrementing (consistent with ML menu) (detail / hgweb)
  364. Lua: check script syntax after compiling the module (detail / hgweb)
  365. api_test.lua: tests for lens.focus (detail / hgweb)
  366. lua_lens.c: more reasonable defaults for lens.focus (detail / hgweb)
  367. lua_camera.c: removed check that breaks copy2m (detail / hgweb)
  368. sokoban.lua: auto-increment level (detail / hgweb)
  369. api_test.lua: tests for Lua strict mode; minor refactoring (detail / hgweb)
  370. Lua: updated scripts for strict.lua (detail / hgweb)
  371. strict.lua: changes to play nice with our existing global metatable (detail / hgweb)
  372. Lua: use strict.lua for all scripts (detail / hgweb)
  373. lua_lens: report focus distance in mm (to be consistent with all other distance fields) (detail / hgweb)
  374. lua_lens: renamed focal_distance to focus_distance (detail / hgweb)
  375. api_test.lua: tests for the "lv" module (detail / hgweb)
  376. Lua: added some new APIs to the "lv" module: lv.paused, lv.running, lv.zoom get/set, lv.wait(num_frames) (detail / hgweb)
  377. close_liveview(): fix operation in movie mode (detail / hgweb)
  378. Pause/ResumeLiveView: minor cleanup/refactoring (detail / hgweb)
  379. Lua: dryos.call disabled by default (detail / hgweb)
  380. lua_camera: don't use SYM_ISO for formatting ISO values (doesn't look nice) (detail / hgweb)
  381. api_test.lua: restore camera parameters after changing them (detail / hgweb)
  382. api_test.lua: bring back the camera printf's (they provide additional info over the generic test, such as formatting exposure values) (detail / hgweb)
  383. api_test.lua: run all generic tests first (detail / hgweb)
  384. logger.lua: do not try to iterate light userdata (detail / hgweb)
  385. lua reflection: remove unecessary duplicate 'fields' in dryos (they are already 'normal' table entries and will get enumerated by lua_next) (detail / hgweb)
  386. Merge fonts into lua_fix (detail / hgweb)
  387. Fonts: fix some rough edges (detail / hgweb)
  388. bmp.h: fix typos (detail / hgweb)
  389. Bulb timer: display a warning icon in BULB mode, if turned off (that is, when other tools may use it, even if it's off) (detail / hgweb)
  390. Fonts: new symbol (warning sign) (detail / hgweb)
  391. bmp.h: defined macros for all special symbols from the font files (detail / hgweb)
  392. Fonts: all fonts now contain the same special characters (fixes issues like missing ETTR/DR icons at certain font sizes) (detail / hgweb)
  393. lua logger: also serialize userdata (detail / hgweb)
  394. lua scripting: only call lua_next on tables

    it's possible we are iterating a userdata, and calling lua_next on userdata causes a hard crash (detail / hgweb)
  395. Merge (detail / hgweb)
  396. lua scripting: update API tests to use logger and 'reflection' features (detail / hgweb)
  397. lua scripting: implement 'reflection' for fields of api modules by using a custom __pairs metamethod and iterator (cherry picked commits from lua_touch branch)

    this allows us to do e.g.:
    for k,v in pairs(camera) do
      printf("%s = %s",k,tostring(v))
    end

    should make writing simple, automatic, generic API tests easier (detail / hgweb)
  398. lua scripting: use logger in editor.lua and speed up file open (detail / hgweb)
  399. lua scripting: use logger in calc.lua (detail / hgweb)
  400. lua scripting: logger.lua - a logging helper (detail / hgweb)
  401. lua scripting: directory.parent should return nil for root directories (i.e. A:/ or B:/) (detail / hgweb)
  402. lua scripting: console.write should not automatically add newlines (detail / hgweb)
  403. Lua: use uncached malloc for buffering stdio files (detail / hgweb)
  404. Lua: hide stdio debug messages by default (detail / hgweb)
  405. Lua: stdio appears to work! (detail / hgweb)
  406. Lua: include extra dependencies in the module itself (not core); use setjmp from core (newlib) (detail / hgweb)
  407. Merged lua_fix into lua_stdio (detail / hgweb)
  408. Lua: compile with stdio functions from dietlibc (not working yet) (detail / hgweb)
  409. fio-ml: use stdio.h instead of defining a custom FILE type (detail / hgweb)
  410. Lua: added a subset of includes from dietlibc-0.33 (detail / hgweb)
  411. tcc-glue: made all functions private and removed unused ones (detail / hgweb)
  412. console.c: removed fputs and putchar (detail / hgweb)
  413. Fix Lua after undefined symbols fix (detail / hgweb)
  414. Modules: fix undefined symbols appearing incorrectly in the sym file (detail / hgweb)
  415. module backend: handle fast scrollwheel events (for recent cameras) (detail / hgweb)
  416. editor.lua: fix performance regression introduced in b6ee499 (detail / hgweb)
  417. lua scripting: fix calculator issue #2476 (detail / hgweb)
  418. api_test.lua: use a larger tolerance when setting aperture as f-number (detail / hgweb)
  419. api_test.lua: aperture tests (detail / hgweb)
  420. Lua: added camera.aperture.min/max (detail / hgweb)
  421. lens.c: added lens_format_aperture (detail / hgweb)
  422. lens.c: changed return value of hdr_set_* (todo: check if bracketing still stops when reaching exposure limits) (detail / hgweb)
  423. lens.c: updated lens_set_aperture_approx; Lua aperture tests almost working (detail / hgweb)
  424. EOSM: restart the canon dialog for ML menu if it times out (detail / hgweb)
  425. api_test.lua: EC and FEC tests; fix typos (detail / hgweb)
  426. moved round_shutter/aperture/expo_comp and related to lens.c (detail / hgweb)
  427. simplified round_shutter/aperture/expo_comp and added round_flash_expo_comp, used for lens_set_flash_ae (detail / hgweb)
  428. lens.c: refactored lens_set_ae/lens_set_flash_ae (detail / hgweb)
  429. api_test.lua: script API tests, only covering shutter and ISO for now; todo: the rest of the API :P (detail / hgweb)
  430. Lua, camera module: changing ISO works! (I bet this feature was never tested...) (detail / hgweb)
  431. lens.c: use closest match when setting ISO in hdr_set_rawiso; small refactors (detail / hgweb)
  432. Lua, camera module: use higher precision for APEX values (detail / hgweb)
  433. lens.c, prop_set_rawshutter_approx: round towards the nearest shutter (max error 1/8 EV) (detail / hgweb)
  434. lens.c: forgot to rename APEX10 macros (detail / hgweb)
  435. lens.h: updated APEX10 macros to be reversible (converting back and forth should give the same value) (detail / hgweb)
  436. imath.h: added RSCALE (integer scale with rounding, reversible) (detail / hgweb)
  437. Renamed APEX x10 macros (detail / hgweb)
  438. lua scripting: load string library by default: http://www.magiclantern.fm/forum/index.php?topic=14828.msg163029#msg163029 (detail / hgweb)
  439. lua scripting: semaphore timeouts: provide more info, don't force the console open (detail / hgweb)
  440. Merged unified into lua_fix (detail / hgweb)
  441. Merged in printf (pull request #686)

    Remove duplicate console_printf/printf implementations (just use printf everywhere) (detail / hgweb)
  442. Close branch printf (detail / hgweb)
  443. Removed duplicate console_printf/printf implementations (replaced by printf everywhere); larger buffer for printf (detail / hgweb)
  444. lua_camera: fix pretty-printing of negative EC values (detail / hgweb)
  445. lua_camera: removed apex x10 units (don't see any reason to use them instead of float) (detail / hgweb)
  446. lua_camera: replaced tostring with __tostring, so it will be used with print(camera.shutter) or string.format("%s", camera.shutter)
    See http://www.lua.org/pil/13.3.html (detail / hgweb)
  447. Lua: added console.clear() (detail / hgweb)
  448. Intervalometer: do not try to resume LiveView before each shot (should fix issue #2265 and also http://www.magiclantern.fm/forum/index.php?topic=16718.msg163026#msg163026 ) (detail / hgweb)
  449. Modules README: list help pages in the build log (detail / hgweb)
  450. lua scripting: fix dryos.dcim_dir (detail / hgweb)
  451. lua scripting: fix bug in config.lua that prevents submenus' values from loading correctly (detail / hgweb)
  452. Merged in Gr3g01/magic-lantern-mlv-dump (pull request #676)

    lv_rec: Fullres silent pics (mlv_dump) need more MAX_COLD_PIXELS (detail / hgweb)
  453. lv_rec: Fullres silent pics (mlv_dump) need more MAX_COLD_PIXELS (detail / hgweb)
  454. Merged in mlv_prop_data (pull request #684)

    mlv_rec: eliminate PROPAD_GetPropertyData, get camera model and serial info from core (should fix #2460) (detail / hgweb)
  455. Close branch mlv_prop_data (detail / hgweb)
  456. Merged in Licaon_Kter/magic-lantern-beta-info-button/add-press-button-info-beta (pull request #682)

    Add "press button for settings" in beta info screen (detail / hgweb)
  457. Fixes: https://bitbucket.org/hudson/magic-lantern/issues/2441/2-finger-tap-doesnt-open-menu-on-eos-m (detail / hgweb)
  458. Created new branch add-press-button-info-beta (detail / hgweb)
  459. lua scripting: use hdr_set_rawshutter instead of lens_set_rawshutter (detail / hgweb)
  460. lua scripting: use hdr_set_rawaperture instead of lens_set_rawaperture (detail / hgweb)
  461. lua scripting: throw errors when setting camera properties fail (detail / hgweb)
  462. remove PROPAD_GetPropertyData stubs (detail / hgweb)
  463. lua scripting: fix camera.aperture.value conversions (detail / hgweb)
  464. lua scripting: fix the global shoot() function too (detail / hgweb)
  465. mlv_rec: eliminate PROPAD_GetPropertyData, get camera model and serial info from core (should fix #2460) (detail / hgweb)
  466. lua scripting: more parameter fixes (lens.focus) (detail / hgweb)
  467. lua scripting: fix data type for camera.shoot parameter

    http://www.magiclantern.fm/forum/index.php?topic=14828.msg161195#msg161195 (detail / hgweb)
  468. EOSM: fix issue #2447 (exposure compensation limits) (detail / hgweb)
  469. mlv_rec: fix cropPosY, http://www.magiclantern.fm/forum/index.php?topic=16054.msg160318#msg160318 (detail / hgweb)
  470. GCC version by default 4.8.3 (changeset 57305de64b31) (detail / hgweb)
  471. buld_nd: add jostick center as trigger (detail / hgweb)
  472. bulb_nd: fix compile warning (detail / hgweb)
  473. Merged in andreasb242/magic-lantern (pull request #669)

    Show warning if the image quality is other than fine (RAW, JPEG or JPEG and RAM) (detail / hgweb)
  474. Show warning if the image quality is other than fine (RAW, JPEG or JPEG and RAM) (detail / hgweb)
  475. Merged in dmilligan/magic-lantern/bulb_nd (pull request #583)

    bulb_nd: long exposure / ND filter utilities (detail / hgweb)
  476. bulb_nd: some cleanup (detail / hgweb)
  477. bulb_nd: function to measure actual ND filter strength (detail / hgweb)
  478. bulb_nd: separate menu from bulb timer (detail / hgweb)
  479. bulb_nd: remember the last valid shutter speed (for Av mode, which resets to 0 after metering finishes) (detail / hgweb)
  480. bulb_nd: fix incorrect 1/2 ev calculation (detail / hgweb)
  481. bulb_nd: long exposure / ND filter utilities (detail / hgweb)
  482. Merged in PhotoCat/magic-lantern (pull request #647)

    Added a new spotmeter readout mode: RGB in percentage (detail / hgweb)
  483. introduced spotmeter_formula modes CONSTANTS (detail / hgweb)
  484. 1 more comment removed :) (detail / hgweb)
  485. Removed zebra.c comments (detail / hgweb)
  486. after merging (detail / hgweb)
  487. Added a spotmeter readout mode of RGB in percentage (detail / hgweb)
  488. Merged in gcc-49 (pull request #671)

    Updated to GCC 4.9.3 (detail / hgweb)
  489. Close branch gcc-49 (detail / hgweb)
  490. Merged in lua (pull request #642)

    Lua Scripting (detail / hgweb)
  491. Close branch lua (detail / hgweb)
  492. Fix null_pointer_check for GCC 4.9 (detail / hgweb)
  493. Use GCC 4.9 by default (not yet working) (detail / hgweb)
  494. Lua scripting: ignore hidden files when loading scripts (detail / hgweb)
  495. Lua scripting: don't show the console on an error from config.lua (detail / hgweb)
  496. Lua scripting: fix config.lua automatic filename detection (detail / hgweb)
  497. mpu_dump: use eventprocs (thanks Maqs) (detail / hgweb)
  498. mpu_dump: module for dumping MPU memory, based on experiments from Maqs (detail / hgweb)
  499. Merged unified into lua (detail / hgweb)
  500. Lua scripting: added camera.reboot() (detail / hgweb)
  501. Properties: minor cleanup to power management properties (detail / hgweb)
  502. Lua scripting: update LDOC config (detail / hgweb)
  503. Lua scripting: added a simple Pong game (detail / hgweb)
  504. keys.lua: replaced getkeys with getkey (return only one key at a time; much easier to process) (detail / hgweb)
  505. keys.lua: do not block half-shutter, full-shutter and unknown (non-button) events (detail / hgweb)
  506. Lua scripting: always open console on script errors (detail / hgweb)
  507. Lua scripting: moved some scripts to Scripts menu (detail / hgweb)
  508. Lua scripting: extended "beep" to allow optional frequency and duration (detail / hgweb)
  509. Lua scripting: added a "Hello World" script (detail / hgweb)
  510. Lua scripting: simplified some menu definitions (detail / hgweb)
  511. Lua scripting: items with only a submenu should not appear as disabled by default (detail / hgweb)
  512. Lua scripting: menu items with a select function, but without submenu or value, will be display as ICON_TYPE.ACTION by default (detail / hgweb)
  513. Lua scripting: menu items with a submenu, or those with ICON_TYPE.ACTION, will not display a value by default (detail / hgweb)
  514. Lua scripting: fine-tuned script loading messages (detail / hgweb)
  515. Lua scripting: larger buffer for file reading (faster script loading) (detail / hgweb)
  516. Lua scripting: copy the scripts when running "make install" from modules/lua (detail / hgweb)
  517. Lua scripting: added menu.open and menu.close (detail / hgweb)
  518. Declared gui_open_menu and moved gui_stop_menu to menu.h (detail / hgweb)
  519. lua.mo: allow string literals for menu.update, menu.info, menu.rinfo, menu.warning (detail / hgweb)
  520. lua.mo: left out from previous commit: put the menu check at the beginning of the loop (detail / hgweb)
  521. lua.mo: for scripts that hijack the ML menu, exit if the ML menu closes (detail / hgweb)
  522. lua.mo: rename keyhndlr to keys (detail / hgweb)
  523. lua.mo: editor: don't delete last line (detail / hgweb)
  524. fix const correctness of is_dir and is_file (fixes some compiler warnings in the lua module) (detail / hgweb)
  525. Lua scripting: strip all exported symbols from lua.mo (detail / hgweb)
  526. Lua scripting: by default, script menus should go under Scripts (instead of LUA) (detail / hgweb)
  527. Moved non-Lua scripts to scripts/legacy (detail / hgweb)
  528. Lua scripting: README tweaks (detail / hgweb)
  529. Merge (detail / hgweb)
  530. lua.mo: update makefiles (add scripts/lib directory) (detail / hgweb)
  531. lua.mo: update general documentation (detail / hgweb)
  532. lua.mo: some more properties (detail / hgweb)
  533. lua.mo: library scripts

    fix require (strstr was broken)
    change the lua search path to ML/SCRIPTS/LIB
    move some common code to library scripts and add them to the documentation (detail / hgweb)
  534. lua.mo: config improvements (detail / hgweb)
  535. lua.mo: script for copying settings when switching to M and reusable example/class for doing config files (detail / hgweb)
  536. lua.mo: fix issue when trying to load files that don't exist (detail / hgweb)
  537. lua.mo: fix setting menu value for 'choices' (detail / hgweb)
  538. lua.mo: calculator improvements (detail / hgweb)
  539. lua.mo: calculator script (detail / hgweb)
  540. lua.mo: prop handlers (detail / hgweb)
  541. lua.mo: fix typos (detail / hgweb)
  542. lua.mo: improve camera API with more unit options for shutter, aperture, iso, ec (detail / hgweb)
  543. lua.mo: fix lua floating point parsing (default strpbrk and strtof were broken) (detail / hgweb)
  544. lua.mo: lua 5.3 supports integer division with '//' (detail / hgweb)
  545. lua.mo: calling tointeger on a float doesn't work like it's supposed to, so use tonumber and cast it (detail / hgweb)
  546. lua.mo: fix floating point printing using a custom ftoa function (rather than builtin snprintf which doesn't support floats) (detail / hgweb)
  547. lua.mo: more scrolling fixes for filedialog (detail / hgweb)
  548. lua.mo: bmp file loading (detail / hgweb)
  549. lua.mo: constants for screen width and height (detail / hgweb)
  550. lua.mo: editor scrollbars (detail / hgweb)
  551. lua.mo: fix some scrolling issues in the filedialog (detail / hgweb)
  552. lua.mo: replace display.draw_start() and display.draw_end() with display.draw(func) to make double buffering a little "safer" by enforcing a protected call to make sure the lock is always released, then re-throw the error if there was one (detail / hgweb)
  553. lua.mo: ported sokoban to lua (detail / hgweb)
  554. lua.mo: editor fonts (detail / hgweb)
  555. lua.mo: make a copy of long-lived strings that we give to ML backends, because lua may move strings around on us, and fix some const correctness issues (detail / hgweb)
  556. lua.mo: buttons for the filedialogs in the editor, so the UI is more intuitive (detail / hgweb)
  557. lua.mo: editor debugging - highlight the location of errors; minor fixes (detail / hgweb)
  558. lua.mo: editor debugging: breakpoints, stacktrace, local vars display (detail / hgweb)
  559. lua.mo: preliminary in camera debugging!!! (you can run a script from the editor and single step through it, TODO: setup breakpoints) (detail / hgweb)
  560. lua.mo: editor - implemented save as and ability to run (eventually debug) other scripts (detail / hgweb)
  561. lua.mo: fix some issues with directory listing, add 'parent' field to directory (detail / hgweb)
  562. lua.mo: double buffered drawing (detail / hgweb)
  563. lua.mo: editor select/cut/copy/paste (detail / hgweb)
  564. lua.mo: editor - improve key handling; submenus (detail / hgweb)
  565. CF+SD benchmark: use new screenshot method (detail / hgweb)
  566. lua.mo: display function returns characters that wouldn't fit, editor text wrapping (detail / hgweb)
  567. lua.mo: editor cleanups (detail / hgweb)
  568. lua.mo: editor filedialog cleanup (detail / hgweb)
  569. lua.mo: editor save (TODO: save as) (detail / hgweb)
  570. lua.mo: editor insert/delete/return (detail / hgweb)
  571. lua.mo: basic text editing working (no save function yet) (detail / hgweb)
  572. lua.mo: fix gray color constants and add a gray(percent) function (detail / hgweb)
  573. lua.mo: the beginnings of a text editor (detail / hgweb)
  574. lua.mo: fix font lookups (detail / hgweb)
  575. lua.mo: fix the directory stuff (detail / hgweb)
  576. lua.mo: function to block the ML menu (detail / hgweb)
  577. lua.mo: fix the directory constructor (detail / hgweb)
  578. lua.mo: fix issue with font index metamethod (detail / hgweb)
  579. lua.mo: give the semaphore while waiting for a key (detail / hgweb)
  580. lua.mo: make the lvinfo update semaphore timeout a little longer (detail / hgweb)
  581. lua.mo: fix example script (detail / hgweb)
  582. lua.mo: also look for scripts in lowercase (for exfat cards) (detail / hgweb)
  583. lua.mo: notify box (detail / hgweb)
  584. lua.mo: lvinfo API (detail / hgweb)
  585. lua.mo: API documentation

    ldoc specifies 'int' and 'bool' as the types rather than 'integer' and 'boolean'
    enable markdown
    include examples (detail / hgweb)
  586. lua.mo: functions for enumerating directories (detail / hgweb)
  587. Stub tests: renamed test macros from TEST_TRY_* to TEST_* (detail / hgweb)
  588. Stub tests: added a test for task_max (see 700D - e08c6c0) (detail / hgweb)
  589. lua.mo: API documentation

    more consistent propery help text (detail / hgweb)
  590. lua.mo: typo (detail / hgweb)
  591. lua.mo: API documentation

    missing parameter for font:width() (detail / hgweb)
  592. lua.mo: font as a type (detail / hgweb)
  593. lua.mo: sample scripts (detail / hgweb)
  594. lua.mo: task library

    so that event handlers and such can startup new tasks and not block (detail / hgweb)
  595. lua.mo: allow different scripts to run at the same time (detail / hgweb)
  596. lua.mo: LED functions (detail / hgweb)
  597. lua.mo: make battery stuff weak so will load on cameras w/o it (detail / hgweb)
  598. lua.mo: get/set kelvin wb (detail / hgweb)
  599. lua.mo: battery functions (TODO: add powersave type stuff?) (detail / hgweb)
  600. lua.mo: intervalometer functions (detail / hgweb)
  601. lua.mo: pass the interval count as the argument to event.intervalometer() (detail / hgweb)
  602. lua.mo: load modules 'on demand'

    saves memory from always having everything loaded, only modules that a particular script uses are loaded (detail / hgweb)
  603. lua.mo: accept numbers (floats) as arguments for integer params and vice versa (detail / hgweb)
  604. lua.mo: fix some error messages, make sure to give semaphores back on error (detail / hgweb)
  605. lua.mo: missing font constant (detail / hgweb)
  606. lua.mo: semaphores (detail / hgweb)
  607. lua.mo: API documentation

    documentation for 'date' (detail / hgweb)
  608. lua.mo: API documentation

    typo and brevity (detail / hgweb)
  609. lua.mo: get/set pixel color with the same function (detail / hgweb)
  610. lua.mo: API documentation

    fix function names (detail / hgweb)
  611. lua.mo: get_pixel, set_pixel (detail / hgweb)
  612. lua.mo: menu.visible field (detail / hgweb)
  613. lua.mo: functions for getting card info (detail / hgweb)
  614. lua.mo: dryos API (date, time, and other misc stuff) (detail / hgweb)
  615. lua.mo: API documentation

    small fixes (detail / hgweb)
  616. lua.mo: typo (detail / hgweb)
  617. lua.mo: unreference menu objects when they are removed (detail / hgweb)
  618. lua.mo: rinfo callback missing from menu.new (detail / hgweb)
  619. lua.mo: couple more places menu fields should be booleans (detail / hgweb)
  620. lua.mo: allow scripts to specify whether or not they would like menu.select to run in a separate task (detail / hgweb)
  621. lua.mo: only set menu warning/info/rinfo/value, if the value returned from lua callback is a string (detail / hgweb)
  622. lua.mo: fix some menu field types (some things should be boolean instead of integer) (detail / hgweb)
  623. lua.mo: API documentation

    update menu example (detail / hgweb)
  624. lua.mo: fix compilation (detail / hgweb)
  625. lua.mo: get/set value of ML menu items (detail / hgweb)
  626. lua.mo: pass a reference to the menu userdata itself as a parameter to the menu callback functions (to make them like true 'instance' functions) (detail / hgweb)
  627. Merge (detail / hgweb)
  628. lua.mo: fix compilation (detail / hgweb)
  629. lua.mo: menu callback for update rinfo (detail / hgweb)
  630. lua.mo: fix typo (detail / hgweb)
  631. lua.mo: delete the old lua scripts, add menu test script (detail / hgweb)
  632. lua.mo: fix events (detail / hgweb)
  633. lua.mo: event API documentation tweaks (detail / hgweb)
  634. lua.mo: move key constants to lua_constants.c and add documentation (detail / hgweb)
  635. lua.mo: delete superflous code (detail / hgweb)
  636. lua.mo: move globals to their own file so we can document 'event' (detail / hgweb)
  637. lua.mo: API documentation

    copy/paste fixes (detail / hgweb)
  638. lua.mo: typos (detail / hgweb)
  639. lua.mo: update readme and create config file for ldoc (detail / hgweb)
  640. lua.mo: menu usage example (detail / hgweb)
  641. lua.mo: remove the old API doc (detail / hgweb)
  642. lua.mo: documentation for constants (detail / hgweb)
  643. lua.mo: change some comments so that ldoc doesn't pick them up (detail / hgweb)
  644. lua.mo: move documentation into comments, use luadoc format (convert to html with ldoc)

    ldoc: http://stevedonovan.github.io/ldoc/ (detail / hgweb)
  645. lua.mo: move each lua API library to a separate file (detail / hgweb)
  646. lua.mo: menu:remove() (detail / hgweb)
  647. lua.mo: use the message handler from the lua standalone interpreter so we get a nice stacktrace; some more error handling cleanups (detail / hgweb)
  648. lua.mo: use luaL_error for reporting errors (detail / hgweb)
  649. lua.mo: use builtin luaL_argerror for argument errors (detail / hgweb)
  650. lua.mo: get/set any menu object's fields (detail / hgweb)
  651. lua.mo: API documentation

    updates to reflect recent changes to menu API (detail / hgweb)
  652. lua.mo: submenus (any depth now supported) (detail / hgweb)
  653. lua.mo: make menu library more object-oriented

    create menus with menu.new{}
    wrap the c struct as a userdata value in lua
    use lua reference mechanism for callbacks
    eleminate the 'simple script' type
    TODO: submenus (detail / hgweb)
  654. lua.mo: added missing load for display library (detail / hgweb)
  655. lua.mo: key library (detail / hgweb)
  656. lua.mo: menu.value metamethod fixes (detail / hgweb)
  657. lua.mo: get/set menu.value via metamethods (detail / hgweb)
  658. lua.mo: API documentation (detail / hgweb)
  659. lua.mo: API documentation

    cleanup (detail / hgweb)
  660. lua.mo: couple more camera lib functions (detail / hgweb)
  661. lua.mo: shoot_task event (detail / hgweb)
  662. lua.mo: API documentation

    cleanup
    display library
    constants (detail / hgweb)
  663. lua.mo: constants for display library (detail / hgweb)
  664. lua.mo: display library (detail / hgweb)
  665. lua.mo: fixup events

    keypress return values are backwards
    disable vsync events for now, until we can be more efficient (detail / hgweb)
  666. lua.mo: fix af_mode (detail / hgweb)
  667. lua.mo: API documentation

    fix console library table (detail / hgweb)
  668. lua.mo: API documentation

    fix lens library table (detail / hgweb)
  669. lua.mo: API documentation

    switch from fields to tables, looks better (detail / hgweb)
  670. lua.mo: some preliminary API documentation (detail / hgweb)
  671. lua.mo: script events (module cbrs) (detail / hgweb)
  672. lua.mo: some property params should be boolean (detail / hgweb)
  673. lua.mo: some constants for lua (detail / hgweb)
  674. lua.mo: more camera properties (detail / hgweb)
  675. lua.mo: movie functions (detail / hgweb)
  676. lua.mo: lens functions (detail / hgweb)
  677. lua.mo: lv functions (detail / hgweb)
  678. lua.mo: shutter, iso, aperture, ec (detail / hgweb)
  679. lua.mo: preliminary API for shutter, iso, aperture (detail / hgweb)
  680. lua.mo: fix some crashes (wrong arg to lua_setfield), value for menu with choices => the actual string rather than the index (detail / hgweb)
  681. lua.mo: few fixes to choices (detail / hgweb)
  682. lua.mo: menu choices (detail / hgweb)
  683. lua.mo: only set menu select and update functions if the script uses them, otherwise, just update values in the lua state right before running the script (detail / hgweb)
  684. lua.mo: cleanup function names, use naming convention from old lua api (detail / hgweb)
  685. lua.mo: console functions (detail / hgweb)
  686. lua.mo: fix wrong arg to lua_pcall causing stack overflow (detail / hgweb)
  687. lua.mo: more and improved menu functionality (detail / hgweb)
  688. lua.mo: pass the delta parameter to script menu select function (detail / hgweb)
  689. lua.mo: more script menu setup options (detail / hgweb)
  690. lua.mo: script loading and some basic functions (detail / hgweb)
  691. Merge (detail / hgweb)
  692. lua.mo: lua as a module (hello world working!)

    TODO: implement an API, create menu/gui for running scripts (detail / hgweb)
  693. Moved burn-in tests from Debug menu to a module: selftest.mo (detail / hgweb)
  694. Added is_menu_mode and get_dlg_signature (getters for MENU_MODE and DLG_SIGNATURE) (detail / hgweb)
  695. module.h: declared module_translate_key (detail / hgweb)
  696. Memory backend: exposed some wrappers to allow low-level testing from a module (detail / hgweb)
  697. bench.mo: GUI tweaks and minor cleanups for cache benchmarking code (detail / hgweb)
  698. bench.mo: fix a crash in cache benchmarking code (detail / hgweb)
  699. bench.mo: added cache benchmarking routines from g3gg0 (detail / hgweb)
  700. bench.mo: split benchmark code in separate files (detail / hgweb)
  701. bench.mo: reorganized the menu (detail / hgweb)
  702. bench.mo: help tweak for peaking benchmark (detail / hgweb)
  703. debug.c: cleaned up unused peaking_benchmark and menu_benchmark (detail / hgweb)
  704. bench.mo: updated run_in_separate_task (detail / hgweb)
  705. bench.mo: refactored with get_display_device_name() (detail / hgweb)
  706. Merged unified into bench-and-tests-as-modules (detail / hgweb)
  707. Memory benchmark: also run the test with display off (seems a little faster) (detail / hgweb)
  708. Merged unified into bench-and-tests-as-modules (detail / hgweb)
  709. Merged unified into black-level-fix (detail / hgweb)
  710. Moved benchmarks to a module (bench.mo) (detail / hgweb)
  711. Merged srm-memory into black-level-fix (detail / hgweb)
  712. Fix merge conflicts (detail / hgweb)
  713. Merged unified into black-level-fix (detail / hgweb)
  714. Raw backend: use fewer retries when enabling raw mode for the first time (detail / hgweb)
  715. raw_rec/mlv_rec: use NotifyBox for some backend errors (detail / hgweb)
  716. mlv_rec/raw_rec/ettr/silent/focus-box-center: updated raw code with raw_update_params_retry_lv (detail / hgweb)
  717. Raw backend: added raw_update_params_retry_lv, which retries in LiveView if needed (detail / hgweb)
  718. Black level fix: make a copy of the raw buffer before saving bad.dng (fixes broken frames) (detail / hgweb)
  719. Black level fix: save all bad.dng files, numbered, for troubleshooting (detail / hgweb)
  720. Black level fix: relax the local mean constraint (seems to give some false alarms) (detail / hgweb)
  721. Merged unified into black-level-fix (detail / hgweb)
  722. mlv_rec: handle non-video LV mode on 600D correctly (detail / hgweb)
  723. Raw backend: after zoom toggle or resolution change, mark the raw data as invalid for a short time (fixes raw check warnings even if you press the buttons like crazy) (detail / hgweb)
  724. Raw backend: debugging code, save bad frames whenever black check fails (detail / hgweb)
  725. Raw backend: if the resolution was changed, raw_update_params will wait for the next frame, to ensure valid raw data (detail / hgweb)
  726. Raw backend, CONFIG_EDMAC_RAW_SLURP: update EDMAC resolution as soon as possible, without requiring a call to raw_update_params (fixes black level issue when recording raw with memory hack enabled, and maybe others) (detail / hgweb)
  727. Raw overlays: print an error message when falling back to YUV
    To test it: on 500D, go to LiveView, single shooting mode, take a picture, but hold the shutter for 2-3 seconds before releasing it (raw buffer will be overwritten by LiveView data, so black autodetection will fail) (detail / hgweb)
  728. Raw backend: fix compilation with RAW_DEBUG defined (detail / hgweb)
  729. Raw backend: replaced black level convergence checks with a spatial consistency check of the OB area (also handles photo mode, since it requires a single frame for checking) (detail / hgweb)
  730. Merged unified into black-level-fix (detail / hgweb)
  731. enforce black calculation if no valid value was found before, use simple averaging (detail / hgweb)
  732. mlv_rec: black level fix (hopefully) not needed anymore (detail / hgweb)
  733. mlv_rec: wait for raw backend to get ready (detail / hgweb)
  734. experiment: try to measure black level more than once and resolve black level issue (detail / hgweb)

Started by an SCM change

Revision: ce8e1f7a8b68008b4e4a44e865f039eeb4d810e2
GNU Make + GNU C Compiler Warnings: 8 warnings.