]> git.siccegge.de Git - frida/frida.git/commit
Add log widget to lower dock
authorChristoph Egger <Christoph.Egger@fau.de>
Wed, 11 Mar 2015 15:47:05 +0000 (16:47 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Wed, 11 Mar 2015 15:47:05 +0000 (16:47 +0100)
commit5514e0b76ec9af2fa67abebe77cfe26052f2326f
tree295a6a3059359e75d80869e4684b7f02236bd7f1
parent55eb2a804c19c35a9006a2241a0feefe219bf21e
Add log widget to lower dock

Make the lower dock container agnostic the former ScriptingDock now is
just taking care of the content inside one of the tabs and the FridaDock
is managing the Dock and TabWidget stuff.

Add a Logging Tab that outputs messages from the logging system for
inspection. Could well be improved (T12 T13 T14).

Closes T11
src/gui/Mainwindow.cxx
src/gui/Mainwindow.hxx
src/gui/widgets/FridaDock.cxx [new file with mode: 0644]
src/gui/widgets/FridaDock.hxx [new file with mode: 0644]
src/gui/widgets/LogDock.cxx [new file with mode: 0644]
src/gui/widgets/LogDock.hxx [new file with mode: 0644]
src/gui/widgets/LogDockAppender.cxx [new file with mode: 0644]
src/gui/widgets/LogDockAppender.hxx [new file with mode: 0644]
src/gui/widgets/ScriptingDock.cxx
src/gui/widgets/ScriptingDock.hxx