rbkit-client
rbkit-client copied to clipboard
Rbkit Desktop application
Redo the frontend to accomodate both CPU profiling and memory profiling. A sample UI is  This ticket however does not deal with...
Show that server or client is outdated.
reopening against cpu-profiling sequence of widget initialization - AppMainWindow - mainWidget - mainLayout (QVBoxLayout) - StackedWidget (stackedWidget) - CentralWidget (centralMemoryWidget) - ActionToolBar (actionToolBar) - RibbonToolBar - cpuTab (QTabWidget) usage of...
decide on QTreeView or QListView
Protocol versions have a major and minor version. Major versions are bumped when the protocol format has breaking changes. Minor versions are bumped when protocol has additions, like new messages...
I've fiddled with the ask host popup. The changes are: ``` Change the form to have three items: Server IP field, port field for events and another port field for...
There is an [extension to Rbkit](https://github.com/code-mancers/rbkit-websocket) which allows you to connect to Rbkit running in Rack based servers (Rails, Sinatra) over the port used for regular HTTP requests. This is...
added a perform snapshot button
depends on issue #168