Go to file
miruka 503252f1c7 Make edit account UI more scalable
Put content in flickable, reduce avatar height as needed.
The minimum supported resolution of the app should now be 240x120.
2019-07-15 17:43:53 -04:00
src Make edit account UI more scalable 2019-07-15 17:43:53 -04:00
submodules Build system, messages support and more 2019-07-02 13:59:52 -04:00
.gitignore Add dev CONFIG option for qmake file 2019-07-04 15:12:39 -04:00
.gitmodules Build system, messages support and more 2019-07-02 13:59:52 -04:00
.pylintrc Build system, messages support and more 2019-07-02 13:59:52 -04:00
COPYING Initial commit 2019-03-21 23:28:14 -04:00
COPYING.LESSER Start rewriting backend with pyotherside+asyncio 2019-06-27 02:31:03 -04:00
harmonyqml.pro Avatar change working 2019-07-15 16:14:08 -04:00
live_reload.sh Fix live_reload.sh qmake CONFIG override 2019-07-05 19:09:08 -04:00
README.md Build system, messages support and more 2019-07-02 13:59:52 -04:00
TODO.md Avatar change working 2019-07-15 16:14:08 -04:00

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