summaryrefslogtreecommitdiff
path: root/src/monitor-gui.cc
AgeCommit message (Collapse)Author
2017-07-26Add Config::removeJoel Klinghed
Removes any config value set by Config::set()
2017-07-24Add tools -> Generate CAJoel Klinghed
Added file field to GuiForm
2017-07-24Add description to GuiForm fieldsJoel Klinghed
And improve GTK implementation of GuiForm to use GtkGrid instead of GtkBox
2017-07-23Add proxy log windowJoel Klinghed
Both GTK and QT log windows will scroll down to the last row whenever a new row is appended.
2017-07-23Add proxy to GUIJoel Klinghed
Access via "Setup..." in main menu Uses a socketpair to connect monitor so only proxy port is open
2017-07-22Add application config for GUIJoel Klinghed
QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux GTK stored in dconf
2017-07-22fixup! Initial monitor GUIJoel Klinghed
Missing static initializer
2017-07-22Initial monitor GUIJoel Klinghed
Basic monitor functionality, GTK-3.0 and QT5 backends