https://bitbucket.org/hudson/magic-lantern

sort by:
Revision Author Date Message Commit Date
f78a1ff Close branch lua 11 January 2016, 22:44:34 UTC
efafc37 Lua scripting: ignore hidden files when loading scripts 18 August 2015, 23:37:41 UTC
4ca1892 Lua scripting: don't show the console on an error from config.lua 05 August 2015, 21:15:59 UTC
0d064b2 Lua scripting: fix config.lua automatic filename detection 05 August 2015, 00:08:03 UTC
9648c8c Merged unified into lua 22 June 2015, 16:46:22 UTC
50d224c Console: fix backspace handling (only erase the current line) 22 June 2015, 16:42:45 UTC
9420ccd Console: fix printing % 22 June 2015, 16:41:39 UTC
34d5d45 Lua scripting: added camera.reboot() 22 June 2015, 15:16:48 UTC
30ea139 Properties: minor cleanup to power management properties 22 June 2015, 15:13:55 UTC
df5d4ad Shutdown: earlier LED notification (noticeable on 500D in movie mode, where shutting down takes 1-2 seconds) 22 June 2015, 12:47:58 UTC
9e3c500 mlv_rec: fix default resolution, and crop factor info if resolution is not yet known 22 June 2015, 12:30:13 UTC
2897c8c mlv_rec: use core calls to find max resolution (workaround, since module prop handlers don't trigger at startup) 22 June 2015, 12:05:39 UTC
f5cb155 Added get_afframe_sensor_res (to get max sensor resolution from PROP_LV_AFFRAME) 22 June 2015, 12:05:01 UTC
db6bb74 mlv_rec: fix warning about max resolution; small cleanups 22 June 2015, 11:50:51 UTC
091377b Merged in rbrune/magic-lantern (pull request #627) added fine control on top of x-resolution presets and display of effective crop factor 22 June 2015, 11:48:59 UTC
d010394 Merged in installer (pull request #631) New installers 19 June 2015, 19:41:02 UTC
9ffe6e3 Close branch installer 19 June 2015, 19:41:02 UTC
d73e62b New FIR binaries 19 June 2015, 19:34:15 UTC
3141695 Installer: updated for 700D.114 and 6D.116 19 June 2015, 19:22:50 UTC
7b6d56c Merge 19 June 2015, 19:16:36 UTC
d8d7618 Consts cleanup 19 June 2015, 19:12:10 UTC
d63e573 Dropped 700D.113 19 June 2015, 19:08:09 UTC
ce5e357 Merged in mk11174/700d114 (pull request #628) Update 700D.113 to 700D.114 FW 19 June 2015, 19:04:19 UTC
f89bc60 Dropped 6D.113 19 June 2015, 19:02:54 UTC
1c35008 Merged in Maqs/magic-lantern/6D.116 (pull request #634) Support for 6D firmware version 1.1.6 19 June 2015, 18:56:35 UTC
21717cf gui.h: moved 3 half-shutter button codes to gui-common.c (for 6D.116) 13 June 2015, 17:27:23 UTC
b47a748 consts.h: removed some unused entries (6D.116) 13 June 2015, 17:26:08 UTC
04153ee Merged unified into 6D.116 13 June 2015, 17:09:13 UTC
e9c6328 Lua scripting: update LDOC config 13 June 2015, 11:14:18 UTC
070ade0 Lua scripting: added a simple Pong game 13 June 2015, 10:09:19 UTC
b976bb4 keys.lua: replaced getkeys with getkey (return only one key at a time; much easier to process) 13 June 2015, 10:00:53 UTC
3798eae keys.lua: do not block half-shutter, full-shutter and unknown (non-button) events 13 June 2015, 09:23:41 UTC
f56e4f8 Lua scripting: always open console on script errors 13 June 2015, 09:14:39 UTC
5186691 Lua scripting: moved some scripts to Scripts menu 13 June 2015, 05:39:24 UTC
746d22e Lua scripting: extended "beep" to allow optional frequency and duration 12 June 2015, 20:54:54 UTC
046e97d Lua scripting: added a "Hello World" script 12 June 2015, 17:27:54 UTC
b664aa5 Lua scripting: simplified some menu definitions 13 June 2015, 05:37:55 UTC
ab88e58 Lua scripting: items with only a submenu should not appear as disabled by default 12 June 2015, 17:26:02 UTC
ce97c4c Lua scripting: menu items with a select function, but without submenu or value, will be display as ICON_TYPE.ACTION by default 12 June 2015, 16:46:36 UTC
3b426e9 Lua scripting: menu items with a submenu, or those with ICON_TYPE.ACTION, will not display a value by default 13 June 2015, 05:01:34 UTC
f49f6ef Lua scripting: fine-tuned script loading messages 12 June 2015, 18:46:54 UTC
29f72ad Lua scripting: larger buffer for file reading (faster script loading) 12 June 2015, 18:42:46 UTC
73892f7 Lua scripting: copy the scripts when running "make install" from modules/lua 12 June 2015, 17:32:53 UTC
5388958 Lua scripting: added menu.open and menu.close 12 June 2015, 17:25:25 UTC
ef82edc Declared gui_open_menu and moved gui_stop_menu to menu.h 12 June 2015, 17:24:51 UTC
b2a198d lua.mo: allow string literals for menu.update, menu.info, menu.rinfo, menu.warning 13 June 2015, 02:06:13 UTC
83db3e7 lua.mo: left out from previous commit: put the menu check at the beginning of the loop 13 June 2015, 01:38:17 UTC
81b543c lua.mo: for scripts that hijack the ML menu, exit if the ML menu closes 13 June 2015, 01:35:17 UTC
96b95e3 lua.mo: rename keyhndlr to keys 13 June 2015, 01:15:41 UTC
3f77f9a lua.mo: editor: don't delete last line 13 June 2015, 00:50:52 UTC
1d7e071 fix const correctness of is_dir and is_file (fixes some compiler warnings in the lua module) 13 June 2015, 00:31:55 UTC
6b758dd Lua scripting: strip all exported symbols from lua.mo 12 June 2015, 15:09:10 UTC
3517ffd Lua scripting: by default, script menus should go under Scripts (instead of LUA) 12 June 2015, 13:57:40 UTC
a1349dc Moved non-Lua scripts to scripts/legacy 12 June 2015, 12:31:06 UTC
f5a04a1 Lua scripting: README tweaks 12 June 2015, 12:39:41 UTC
a576da0 Merge 11 June 2015, 14:02:49 UTC
04aa4aa lua.mo: update makefiles (add scripts/lib directory) 11 June 2015, 13:59:49 UTC
f0e48d3 lua.mo: update general documentation 10 June 2015, 00:49:51 UTC
aee6668 lua.mo: some more properties 08 June 2015, 13:59:15 UTC
ab85f0c Merged in mlv_play (pull request #641) mlv_play fix for "exact" playback mode 08 June 2015, 09:18:00 UTC
b62484f Close branch mlv_play 08 June 2015, 09:18:00 UTC
8efa3f5 Merged in dof-info (pull request #637) DOF info fixes 08 June 2015, 07:51:12 UTC
0a87495 Close branch dof-info 08 June 2015, 07:51:12 UTC
e66e932 Merged in cleanup (pull request #636) Small cleanups 08 June 2015, 07:49:14 UTC
309bc3d Renamed "Handheld Night" to "Night Handheld", https://bitbucket.org/hudson/magic-lantern/pull-request/639/eos-m-shoot-mode-a-night-handheld-portrait/diff#comment-7313092 08 June 2015, 07:42:10 UTC
63f11ee Merged in Licaon_Kter/magic-lantern/EOS-M-modes-fix (pull request #639) EOS-M Shoot mode "A+", "Night Handheld Portrait" and "HDR Backlight Control" not identified 08 June 2015, 07:40:08 UTC
5ccba4d mlv_play: play very low FPS files (timelapses) at 24 fps 08 June 2015, 07:33:04 UTC
9ce1784 mlv_play: code cleanup (mlv_play_start_fps_timer no longer fails) 08 June 2015, 07:30:41 UTC
c3b575a mlv_play: fix frame skipping during MLV playback, in "exact" mode 08 June 2015, 07:22:44 UTC
e6033df https://bitbucket.org/hudson/magic-lantern/issue/2078/eos-m-cant-tap-to-switch-keep-ml-when 06 June 2015, 13:50:50 UTC
e2ed654 Update mode display with missing EOS M specific modes 04 June 2015, 13:24:44 UTC
992ed57 Created new branch EOS-M-modes-fix 04 June 2015, 12:53:02 UTC
a3b29c5 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 30 May 2015, 02:13:06 UTC
6d2e183 lua.mo: config improvements 23 May 2015, 14:39:27 UTC
79ffb6d Updated FORMAT_BTN definition 21 May 2015, 21:22:25 UTC
57b8377 lua.mo: script for copying settings when switching to M and reusable example/class for doing config files 17 May 2015, 21:11:21 UTC
87dfa9e lua.mo: fix issue when trying to load files that don't exist 17 May 2015, 20:51:47 UTC
156d918 lua.mo: fix setting menu value for 'choices' 17 May 2015, 20:16:08 UTC
90bb179 lua.mo: calculator improvements 17 May 2015, 00:11:46 UTC
2c3b6df lua.mo: calculator script 16 May 2015, 19:10:09 UTC
a36634d lua.mo: prop handlers 16 May 2015, 02:17:08 UTC
a415634 lua.mo: fix typos 11 May 2015, 01:18:18 UTC
17c01a1 Undo e6b785d (HALFSHUTTER_PRESSED is back) 09 May 2015, 21:28:27 UTC
9cc2a36 menu: undo unwanted change 09 May 2015, 21:05:12 UTC
0a0ae5f DOF info: when diffraction limit is reached, collapse DOF near and far to focus distance 09 May 2015, 21:01:15 UTC
ac58aaa lens_format_dist: use 2 decimal places for meters 09 May 2015, 20:57:34 UTC
97bdcd8 DOF info: minor menu tweaks 09 May 2015, 20:44:46 UTC
3b2ff97 DOF info: moved DOF Settings after Focus Settings in menu 09 May 2015, 20:43:57 UTC
241ac54 DOF info: some renames 09 May 2015, 20:36:39 UTC
7e27010 DOF info: moved DOF Display into the submenu (because the other submenu entries also take effect with it off) 09 May 2015, 20:34:44 UTC
7b44bba lua.mo: improve camera API with more unit options for shutter, aperture, iso, ec 09 May 2015, 19:21:25 UTC
ef169b7 lua.mo: fix lua floating point parsing (default strpbrk and strtof were broken) 09 May 2015, 03:10:06 UTC
72e8989 lua.mo: lua 5.3 supports integer division with '//' 09 May 2015, 01:13:51 UTC
66b504b lua.mo: calling tointeger on a float doesn't work like it's supposed to, so use tonumber and cast it 09 May 2015, 00:49:39 UTC
7bf1192 lua.mo: fix floating point printing using a custom ftoa function (rather than builtin snprintf which doesn't support floats) 09 May 2015, 00:00:27 UTC
2a545c8 DOF info: options for CoC and diffraction blur; dropped airy limit test (see https://bitbucket.org/hudson/magic-lantern/pull-request/635/correct-dof-handling ) 07 May 2015, 14:54:36 UTC
9a5c04d DOF info: moved everything to focus.c 07 May 2015, 14:44:27 UTC
fa390eb DOF info: fix conflict with top bar on 4:3 screens 07 May 2015, 13:28:51 UTC
bcd6cdc DOF info: minor renames 07 May 2015, 13:27:55 UTC
94aaff0 gui.h: moved 3 half-shutter button codes to gui-common.c 07 May 2015, 11:50:31 UTC
back to top