Results 205 issues of Dean Lee

![abc](https://user-images.githubusercontent.com/27770/187019380-238a16ef-1b83-47f7-bfe6-925574389664.png)

move the 'time' column from vertical header to normal cell. the `headerDataChanged` will cause QAbstractView to reset the layout and redraw the entire view (include the horizontalHeader). https://github.com/commaai/openpilot/blob/00494a44f4fb8f9e18ce82e22bf40fbe6bc1a805/tools/cabana/historylog.cc#L72

enhancement
tools

enhancement
tools

Use a custom delegate to draw cells ![abc1](https://user-images.githubusercontent.com/27770/196030831-121254b1-ac59-4270-aa45-e4ac53ace4f6.png)

enhancement
tools

e.g. '2:", ":343", "0:24"

enhancement
tools

resolve https://github.com/commaai/openpilot/discussions/26091#discussioncomment-3887140

enhancement
tools

make sure to return immediately after entering mutex if other thread has set connected to false in lock