summaryrefslogtreecommitdiff
path: root/gui.go
AgeCommit message (Collapse)Author
2023-07-09WIP: Implement roster list displayxengineering
2023-07-09Create layout.Widget per roster itemxengineering
This is needed to use these widgets to form a list.
2023-07-09Add second view for rosterxengineering
This prepares the contact list / roster view.
2023-07-09Introduce separate disconnect buttonxengineering
This prepares the roster view which should contain the disconnect button. The now added button will be moved to this view as soon as it is created.
2023-07-09Rename MainButtonxengineering
This used to be the only button. This will change soon.
2023-05-15Introduce package xengineering.eu/limox/xmppxengineering
The XMPP logic is now big enough to create a corresponding package for it.
2023-05-14Rework error managementxengineering
Error handling was not consistent and quite bad to be honest ...
2023-04-18Split Go code into multiple filesxengineering