Go to file
2019-07-21 16:53:34 -04:00
src Message stylesheet; turn "> ..." into greentext 2019-07-21 16:53:34 -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 file names to respect conventions 2019-07-17 13:40:28 -04:00
README.md Refactor Backend and config file operations 2019-07-18 20:30:41 -04:00
TESTS.md Fix file names to respect conventions 2019-07-17 13:40:28 -04:00
TODO.md markdown: don't parse "> ..." as blockquote 2019-07-21 16:08:40 -04:00

harmonyqml

Dependencies setup

Outside of pip/github:

Qt 5.12+, including:

  • qt5-declarative
  • qt5-quickcontrols2
  • qt5-graphicaleffects
  • qt5-qmake

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

Dependencies on Pypi:

pip3 install --user --upgrade \
    Pillow aiofiles dataclasses filetype lxml mistune uvloop

Dependencies on Github (most recent version needed):

matrix-nio:

git clone https://github.com/mirukan/matrix-nio
cd matrix-nio
pip3 install --user --upgrade -e .

Building

git clone <TODO>
cd harmonyqml
qmake && make && sudo make install

After this if no errors happened, run harmonyqml.