file-commander
file-commander copied to clipboard
Extract logic from UI into the core
There's too much logic in the UI (qt-app project), which was supposed to be thin. Specifically, in CMainWindow and CPanelWidget. It should be moved into the core classes.
CPanelWidget::fillFromList has too much cursor manipulation logic that belongs in CPanel.