summaryrefslogtreecommitdiffstats
path: root/src/client/informationdialog
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-302-22/+25
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* [client] Nicer output of ip addresses under system informationSteffen Ritter2016-11-151-7/+39
| | | | | | * show interface name, ipv4, ipv6, mac * filter loopback interface * filter interfaces which are connected to a bridge
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-191-1/+2
|
* [client] Add missing Q_OBJECT macroSimon Rettberg2016-10-111-0/+1
|
* astyle.Christian Klinger2016-09-292-6/+9
|
* added an information dialog that displays ip and hostname.Christian Klinger2016-09-292-0/+69