Working on editor, file dialog, modal dialogs.
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 27 Feb 2020 23:16:15 +0000 (15:16 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 3 Feb 2021 08:45:17 +0000 (00:45 -0800)
commit7dc7ab3560bcd2945ddd2e78d17df300b404e66b
treebbc53f252e80d234095cd4fb3b1b9596c1c5dc4b
parent4489f1baf1f63cc8f710b62c400e8346866ffb33
Working on editor, file dialog, modal dialogs.
149 files changed:
CHANGELOG.md
CODE_TAG
jshint.json
package.json
scripts/11-automount.rules
scripts/bbctrl.service
scripts/eject-usb [new file with mode: 0755]
scripts/mount-usb [new file with mode: 0755]
setup.py
src/js/admin-general-view.js [deleted file]
src/js/admin-network-view.js [deleted file]
src/js/api.js
src/js/app.js
src/js/axis-vars.js
src/js/cm-gcode.js [new file with mode: 0644]
src/js/control-view.js [deleted file]
src/js/cookie.js
src/js/dialog.js [new file with mode: 0644]
src/js/file-dialog.js [new file with mode: 0644]
src/js/files.js [new file with mode: 0644]
src/js/filters.js [new file with mode: 0644]
src/js/gcode-viewer.js [deleted file]
src/js/io-view.js [deleted file]
src/js/loading-message.js [new file with mode: 0644]
src/js/main.js
src/js/message.js
src/js/modbus-reg.js
src/js/motor-view.js [deleted file]
src/js/nav-item.js [new file with mode: 0644]
src/js/nav-menu.js [new file with mode: 0644]
src/js/orbit.js
src/js/path-viewer.js
src/js/settings-admin.js [new file with mode: 0644]
src/js/settings-general.js [new file with mode: 0644]
src/js/settings-io.js [new file with mode: 0644]
src/js/settings-motor.js [new file with mode: 0644]
src/js/settings-network.js [new file with mode: 0644]
src/js/settings-tool.js [new file with mode: 0644]
src/js/settings-view.js [deleted file]
src/js/sock.js
src/js/tool-view.js [deleted file]
src/js/util.js [new file with mode: 0644]
src/js/video.js [new file with mode: 0644]
src/js/view-control.js [new file with mode: 0644]
src/js/view-editor.js [new file with mode: 0644]
src/js/view-files.js [new file with mode: 0644]
src/js/view-settings.js [new file with mode: 0644]
src/js/view-viewer.js [new file with mode: 0644]
src/js/viewer-help-dialog.js [new file with mode: 0644]
src/pug/index.pug
src/pug/templates/admin-general-view.pug [deleted file]
src/pug/templates/admin-network-view.pug [deleted file]
src/pug/templates/cheat-sheet-view.pug [deleted file]
src/pug/templates/control-view.pug [deleted file]
src/pug/templates/dialog.pug [new file with mode: 0644]
src/pug/templates/file-dialog.pug [new file with mode: 0644]
src/pug/templates/files.pug [new file with mode: 0644]
src/pug/templates/gcode-viewer.pug [deleted file]
src/pug/templates/help-view.pug [deleted file]
src/pug/templates/io-view.pug [deleted file]
src/pug/templates/license-view.pug [deleted file]
src/pug/templates/loading-message.pug [new file with mode: 0644]
src/pug/templates/message.pug
src/pug/templates/modbus-reg-view.pug [deleted file]
src/pug/templates/modbus-reg.pug [new file with mode: 0644]
src/pug/templates/motor-view.pug [deleted file]
src/pug/templates/path-viewer.pug
src/pug/templates/settings-admin.pug [new file with mode: 0644]
src/pug/templates/settings-general.pug [new file with mode: 0644]
src/pug/templates/settings-io.pug [new file with mode: 0644]
src/pug/templates/settings-motor.pug [new file with mode: 0644]
src/pug/templates/settings-network.pug [new file with mode: 0644]
src/pug/templates/settings-tool.pug [new file with mode: 0644]
src/pug/templates/settings-view.pug [deleted file]
src/pug/templates/tool-view.pug [deleted file]
src/pug/templates/video.pug [new file with mode: 0644]
src/pug/templates/view-camera.pug [new file with mode: 0644]
src/pug/templates/view-cheat-sheet.pug [new file with mode: 0644]
src/pug/templates/view-control.pug [new file with mode: 0644]
src/pug/templates/view-editor.pug [new file with mode: 0644]
src/pug/templates/view-files.pug [new file with mode: 0644]
src/pug/templates/view-help.pug [new file with mode: 0644]
src/pug/templates/view-license.pug [new file with mode: 0644]
src/pug/templates/view-settings.pug [new file with mode: 0644]
src/pug/templates/view-viewer.pug [new file with mode: 0644]
src/pug/templates/viewer-help-dialog.pug [new file with mode: 0644]
src/py/bbctrl/Camera.py
src/py/bbctrl/Config.py
src/py/bbctrl/Ctrl.py
src/py/bbctrl/Events.py [new file with mode: 0644]
src/py/bbctrl/FileHandler.py [deleted file]
src/py/bbctrl/FileSystem.py [new file with mode: 0644]
src/py/bbctrl/FileSystemHandler.py [new file with mode: 0644]
src/py/bbctrl/IOLoop.py
src/py/bbctrl/Mach.py
src/py/bbctrl/MonitorTemp.py
src/py/bbctrl/Planner.py
src/py/bbctrl/Preplanner.py
src/py/bbctrl/RequestHandler.py
src/py/bbctrl/State.py
src/py/bbctrl/Web.py
src/py/bbctrl/__init__.py
src/resources/images/angled.png [new file with mode: 0644]
src/resources/images/back.png [new file with mode: 0644]
src/resources/images/bottom.png [new file with mode: 0644]
src/resources/images/isometric.png [deleted file]
src/resources/images/left.png [new file with mode: 0644]
src/resources/images/right.png [new file with mode: 0644]
src/static/css/clusterize.css [deleted file]
src/static/css/codemirror.css [new file with mode: 0644]
src/static/js/clusterize.min.js [deleted file]
src/static/js/codemirror.js [new file with mode: 0644]
src/static/js/three.min.js
src/static/js/ui.js [deleted file]
src/stylus/attention.styl [new file with mode: 0644]
src/stylus/cheat-sheet.styl [new file with mode: 0644]
src/stylus/code-mirror.styl [new file with mode: 0644]
src/stylus/console.styl [new file with mode: 0644]
src/stylus/error-message.styl [new file with mode: 0644]
src/stylus/estop.styl [new file with mode: 0644]
src/stylus/files.styl [new file with mode: 0644]
src/stylus/header.styl [new file with mode: 0644]
src/stylus/indicators.styl [new file with mode: 0644]
src/stylus/io.styl [new file with mode: 0644]
src/stylus/loading-message.styl [new file with mode: 0644]
src/stylus/log.styl [new file with mode: 0644]
src/stylus/main.styl [new file with mode: 0644]
src/stylus/menu.styl [new file with mode: 0644]
src/stylus/modal.styl [new file with mode: 0644]
src/stylus/modbus.styl [new file with mode: 0644]
src/stylus/motor-slave.styl [new file with mode: 0644]
src/stylus/navbar.styl [new file with mode: 0644]
src/stylus/overlay.styl [new file with mode: 0644]
src/stylus/path-viewer.styl [new file with mode: 0644]
src/stylus/save.styl [new file with mode: 0644]
src/stylus/status-colors.styl [new file with mode: 0644]
src/stylus/status.styl [new file with mode: 0644]
src/stylus/style.styl
src/stylus/tabs.styl [new file with mode: 0644]
src/stylus/upgrade-version.styl [new file with mode: 0644]
src/stylus/video.styl [new file with mode: 0644]
src/stylus/view-camera.styl [new file with mode: 0644]
src/stylus/view-control.styl [new file with mode: 0644]
src/stylus/view-editor.styl [new file with mode: 0644]
src/stylus/view-files.styl [new file with mode: 0644]
src/stylus/view-help.styl [new file with mode: 0644]
src/stylus/view-settings.styl [new file with mode: 0644]
src/stylus/view-viewer.styl [new file with mode: 0644]
src/stylus/wifi.styl [new file with mode: 0644]