Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Orbits. #746

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/Orbits
Submodule Orbits updated 53 files
+133 −0 .github/workflows/build-plugin.yml
+22 −0 CHANGELOG.md
+439 −0 Orbits.xcodeproj/project.pbxproj
+7 −0 Orbits.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+8 −0 Orbits.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+74 −0 Orbits.xcodeproj/xcshareddata/xcschemes/Orbits.xcscheme
+20 −8 manual/docs/index.md
+1 −1 plugin.json
+1 −101 res/blue-knob-large.svg
+1 −108 res/blue-knob-small.svg
+1 −133 res/dark-hex-screw.svg
+1 −146 res/dark-inv-switch-off.svg
+1 −146 res/dark-inv-switch-on.svg
+1 −123 res/dark-port.svg
+1 −141 res/dark-rev-switch-off.svg
+1 −141 res/dark-rev-switch-on.svg
+1 −133 res/dark-sync-switch-off.svg
+1 −135 res/dark-sync-switch-on.svg
+282 −245 res/eugene-dark-panel.svg
+18 −4 res/eugene-layout.json
+560 −452 res/eugene-light-panel.svg
+1 −108 res/grey-knob-small.svg
+1 −133 res/light-hex-screw.svg
+1 −141 res/light-inv-switch-off.svg
+1 −141 res/light-inv-switch-on.svg
+1 −124 res/light-port.svg
+1 −141 res/light-rev-switch-off.svg
+1 −141 res/light-rev-switch-on.svg
+1 −133 res/light-sync-switch-off.svg
+1 −135 res/light-sync-switch-on.svg
+188 −170 res/polygene-dark-panel.svg
+2 −0 res/polygene-layout.json
+212 −194 res/polygene-light-panel.svg
+1 −101 res/red-knob-large.svg
+1 −108 res/red-knob-small.svg
+1 −136 res/rnd-switch-off.svg
+1 −136 res/rnd-switch-on.svg
+15 −0 res/svgo.config.js
+108 −33 src/EugeneModule.cpp
+24 −1 src/EugeneModule.hpp
+53 −15 src/EugeneWidget.cpp
+1 −0 src/EugeneWidget.hpp
+79 −13 src/OrbitsConfig.cpp
+1 −0 src/OrbitsConfig.hpp
+13 −4 src/OrbitsSkinned.cpp
+9 −3 src/OrbitsSkinned.hpp
+13 −38 src/OrbitsWidget.cpp
+0 −47 src/OrbitsWidget.hpp
+243 −96 src/PolygeneModule.cpp
+38 −11 src/PolygeneModule.hpp
+110 −53 src/PolygeneWidget.cpp
+1 −0 src/PolygeneWidget.hpp
+0 −1 src/plugin.hpp
Loading