Qamel Development News: July 2019 (23/7/19)

Per commit 5015a0 I've made several changes to Qamel, QML binding for Go. The changes are intended to make the code more structured and maintainable, therefore there are no changes in end user API. The main changes are :

  • Restructure the code following Go project layout. Because of this, the path for installing Qamel is changed from github.com/RadhiFadlillah/qamel/qamel into github.com/RadhiFadlillah/qamel/cmd/qamel.
  • Implemented TableModel and ListModel which useful to populate TableView and ListView in QML using only JSON array.