57321bff4bUpdate serialport and node-notifier, marked is now gone.mmcwilliams2018-01-09 23:23:28 -0500
ea973b522dUpdate modules due to security advisory (even though no one will be DDoSing the desktop app anytime soon)mmcwilliams2018-01-09 23:06:11 -0500
5d6e5321ffHardcode cfg.json with all the new command characters.mmcwilliams2018-01-09 23:02:47 -0500
4fb06761aaUse local binaries, not global ones, in build scriptsmmcwilliams2018-01-09 12:35:50 -0500
acb9846015Build a 64bit version of the app, not a 32bit one.M McWilliams2018-01-07 00:00:01 -0500
d54c62053cReference os module in main.js app and add intval module, for controling an intval intervalometer with the mcopy GUI.mmcw-dev2018-01-06 17:53:05 -0500
fd438d6426Update command screen button styles to add padding to the icons in the screen.mmcw-dev2018-01-06 17:51:53 -0500
af8378de88Add additional build tools for electron on different platforms.mmcw-dev2018-01-06 17:51:19 -0500
a8afd2e187Add additional icons to command buttons (maybe overkill)mmcw-dev2018-01-06 17:50:53 -0500
f4f13572feIgnore the distributable builds in the /dist directorymmcw-dev2018-01-06 17:50:18 -0500
3219ef332dPlaceholder icons and script for app icon. Windows is still not working, investigate the conversion step to see whether or not it is generating a valid icon.mmcw-dev2018-01-06 17:49:58 -0500
4fb790c338Scripts containing the first build steps for each of the platforms listed. Each will also need to be paired with a corresponding build tool that packages apps into .dmg, .deb and .msi installers.mmcw-dev2018-01-06 17:49:09 -0500
c8c083054eFirst version of the mcopy_jk firmware for the JK103 that is being refurbished at AgX.mmcw-dev2018-01-05 15:49:19 -0500
324386096aProjector component needs a cmd_mcopy_identifier function to tell gui app that it's an arduino.mmcw-dev2018-01-05 15:48:50 -0500
b20c564bedRename mcopy to arduino in main.jsmmcw-dev2018-01-05 15:48:10 -0500
375694e090Stop building app with mscript.js, gets required by index.jsmmcw-dev2018-01-05 15:47:54 -0500
71a885d7cdMove and rename all lib modules, all front end goes into /ui and application-side scripts go into their own named directories, like capture, mcopy and mscriptmmcw-dev2018-01-05 14:22:40 -0500
4c2af4415cSequence UI was broken with capture/transfer logicmmcw-dev2018-01-05 09:17:41 -0500
a84b1019f1When devices are discovered, represent that in the UI.mmcw-dev2018-01-04 23:52:06 -0500
2301f0aa43Started mcopy_jk firmware, based off the old mcopyJK project. Will have to trigger relays to start events. Will also have to add previous absent feature of tracking the jk state via the internam microswitches.mmcw-dev2018-01-04 23:45:40 -0500
e683338a35Add common light types and their RGB valuesmmcw-dev2018-01-04 23:44:12 -0500
b1aac2054aAdd a server module, which will be used for optional remote control with a mobile-friendly interface.mmcw-dev2018-01-04 23:43:33 -0500
59b4a51ccaAdd scroll styles for scrollbarmmcw-dev2018-01-04 23:42:57 -0500
6f7350169bUse settings and now a menu.json file.mmcw-dev2018-01-04 23:42:36 -0500
8bb1997694Use a settings file instead of cfg.json. Cfg.json becomes hardcoded.mmcw-dev2018-01-04 23:42:16 -0500
9997df1c99Remove unnecessary q module, am using async or promises where needed.mmcw-dev2018-01-04 23:41:32 -0500
df39043100Replace file-read-then-parse scenario with a require of the config json filemmcw-dev2018-01-04 23:40:55 -0500
4791b7e59eAdd cmd buttons and styles. Add delay before registering devices when no serial devices are found.mmcwilliams2018-01-02 09:46:05 -0500
15d0634896Complete style reorg, now with cmd.lessmmcwilliams2018-01-02 01:52:15 -0500
0d2fe71689Distinguish devices with an empty array if there's an error listing devices OR if there are none found.mmcwilliams2018-01-02 01:43:53 -0500
38d6409343Openscad progress, made carriage, set up platesmmcw-dev2017-12-28 23:34:04 -0500
e32b9a8a2eInclude development work from previous projects. Create an "mcopy.scad" file for laying out all parts in a single space (for renders).mmcw-dev2017-12-28 21:08:58 -0500
ed1a0902aaAdd working projector functions to mcopy_projector_jkmmcw-dev2017-12-28 20:54:54 -0500
674dc9591eSwitch pixie to neopixel code in mcopy_projector_testsmmcw-dev2017-12-28 20:54:19 -0500
339303c0c2Update modules, use latest electron and fix bad requires. App is up and running, but needs debugging of the frontend and a fierce refactor.mmcwilliams2017-12-19 22:02:08 -0500
236908993eUpdate requirements
Matt
2017-02-09 09:35:07 -0500
76cd62449eRemove automatic transfer reporting
Matt
2016-06-29 12:01:17 -0400
474af9c568Capture and generate transfer report data
Matt
2016-06-21 15:53:07 -0400
c6fb0bfaa3Add transfer listener to main.js
Matt
2016-06-21 15:25:46 -0400
84a8df4a78Make seq-ui module strict
Matt
2016-06-21 15:25:29 -0400
7bbbf7ee7bRestructured eventEmitter into various modules
Matt
2016-06-21 12:12:14 -0400
cdd14b9ed5Restructure main script
Matt
2016-06-21 11:05:44 -0400
7e1a4be0cfEmit an event on arduino serial events
Matt
2016-06-21 11:04:57 -0400
c10252a9eecapture-report library for creating a telecine method
Matt
2016-06-18 20:49:39 -0400
79d61c4878Compilation of app.js after push to modules
Matt
2016-06-18 20:16:04 -0400
7313f415bfMove devices into module
Matt
2016-06-18 20:15:41 -0400
70e1c1c28eMove nav ang gui to modules
Matt
2016-06-18 20:13:33 -0400
507aabcb07Cam moved to cam-ui.js module
Matt
2016-06-18 20:08:01 -0400
8b483ce2efMigrate proj object int lib/proj-ui.js
Matt
2016-06-18 20:06:57 -0400
38cd0ed1e4Ignore transfer data files
Matt
2016-06-18 20:03:15 -0400
0000beecc3Add electron-prebuilt to install scriptmmcwilliams2016-06-10 17:57:41 -0400
e405c7a661Improve install script by adding globalsmmcwilliams2016-06-10 17:55:55 -0400
b4fc5b9cefAdd 3200 kelvin to color swatch optionsmmcwilliams2016-06-10 12:00:18 -0400