summaryrefslogtreecommitdiff
path: root/src/gui_qt.cc
AgeCommit message (Expand)Author
2017-07-30Add two missing break in QT GUIJoel Klinghed
2017-07-30Add menu shortcutsJoel Klinghed
2017-07-29Add basic "Jump to related" which jumps to request/response respectivlyJoel Klinghed
2017-07-29Make QT GUI columns resize to contentJoel Klinghed
2017-07-29Fix compilation on older G++/libc++ with broken unordered_map.emplaceJoel Klinghed
2017-07-29Handle FILE argument in monitor-guiJoel Klinghed
2017-07-29Remove attribute(__unused__) usageJoel Klinghed
2017-07-29Cleanup file dialog filters and remove Monitor from app titleJoel Klinghed
2017-07-28Add GuiMessage, simple message dialogJoel Klinghed
2017-07-28Add GuiWindow::title() and make sure app window has title from startJoel Klinghed
2017-07-28Add GuiMain::file_dialogJoel Klinghed
2017-07-26Add SSL interception to Setup in GUIJoel Klinghed
2017-07-26Add GuiForm::Listener::changed which is called whenever a value is changedJoel Klinghed
2017-07-26Change GuiForm::add_file must_exists argument to flags FILE_OPEN/FILE_SAVEJoel Klinghed
2017-07-26Add Config::removeJoel Klinghed
2017-07-24Add tools -> Generate CAJoel Klinghed
2017-07-24Add description to GuiForm fieldsJoel Klinghed
2017-07-23Add proxy log windowJoel Klinghed
2017-07-23Fix GUI loopersJoel Klinghed
2017-07-22Add application config for GUIJoel Klinghed
2017-07-22Initial monitor GUIJoel Klinghed