ea02ce2316
http://es6-features.org/#PropertyShorthand Instead of doing {"foo": foo, "bar": bar, ...}, we can just do {foo, bar} now. The function parameters of EventHandlers have all been renamed to camelCase to make use of this, as the JS style conventions intend. Other functions will follow in a later commit. |
||
---|---|---|
src | ||
submodules | ||
.gitignore | ||
.gitmodules | ||
.pylintrc | ||
COPYING | ||
COPYING.LESSER | ||
harmonyqml.pro | ||
live-reload.sh | ||
README.md | ||
TESTS.md | ||
TODO.md |
harmonyqml
Dependencies setup
pyotherside
git clone https://github.com/thp/pyotherside
cd pyotherside
qmake
make
sudo make install
After this, verify the permissions of the installed plugin files.
sudo chmod 644 /usr/lib/qt5/qml/io/thp/pyotherside/*
sudo chmod 755 /usr/lib/qt5/qml/io/thp/pyotherside/*.so