A Matrix client written in Go-QT
Go to file
Marcel d19560e53f
Still not building snaps
2018-03-11 12:03:06 +01:00
.circleci Fix Key 3/3 2017-12-12 20:53:16 +01:00
.github CI Update and Doc update (#41) 2017-12-06 13:21:32 +01:00
docs Fix mobile and desktop css 2017-10-16 10:50:57 +02:00
matrix add basic linkify support 2017-12-03 10:00:31 +01:00
qml Fix Resize Bug and cleanup come more code 2017-10-21 18:46:43 +02:00
scripts Refactor UIs 2017-10-15 17:03:44 +02:00
snap Still not building snaps 2018-03-11 12:03:06 +01:00
ui add basic linkify support 2017-12-03 10:00:31 +01:00
.codeclimate.yml
.gitignore Update gitignore 2017-10-21 19:11:37 +02:00
BetaLogo.zip Allow receiving messages (basic support not yet useable in any way. 2017-10-10 10:26:52 +02:00
CONTRIBUTING.md CI Update and Doc update (#41) 2017-12-06 13:21:32 +01:00
LICENSE
Logo.zip Allow receiving messages (basic support not yet useable in any way. 2017-10-10 10:26:52 +02:00
Morpheus_suite_test.go Switch DB to badger by dgraph-io \(^^)/ 2017-11-22 16:50:23 +01:00
README.md Cleanup README.md 2017-12-06 17:01:42 +01:00
appveyor.yml
icon.rc Give the exe a icon 2017-10-18 15:28:00 +02:00
icon_windows.syso Give the exe a icon 2017-10-18 15:28:00 +02:00
linter.json Preapre Room List, fix #26, fix avatar radius and avatar generating, make message background a bot darker, move some functions in the MainUI to another Method to keep it clean, add one more linter 2017-10-16 22:51:03 +02:00
main.go Make master buildable again 2018-01-30 17:25:32 +01:00
morpheus.ico Give the exe a icon 2017-10-18 15:28:00 +02:00
testSpec_test.go Switch DB to badger by dgraph-io \(^^)/ 2017-11-22 16:50:23 +01:00

README.md

Morpheus

CircleCI branch

Github All Releases

A Matrix client written in Go-QT

Contributing - Matrix Room

Join the Matrix Room at #Morpheus:matrix.ffslfl.net Read the Contribution Guideline

How to build

Prerequisites

  1. https://github.com/therecipe/qt
  2. Clone this repo by doing go get -u github.com/Nordgedanken/Morpheus

Build

  1. Run qtdeploy build desktop inside $GOPATH/src/github.com/Nordgedanken/Morpheus
  2. Run the Application from within deploy/**

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

Acknowledgments