file-commander icon indicating copy to clipboard operation
file-commander copied to clipboard

Extract logic from UI into the core

Open VioletGiraffe opened this issue 10 years ago • 1 comments

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.

VioletGiraffe avatar Mar 31 '15 08:03 VioletGiraffe

CPanelWidget::fillFromList has too much cursor manipulation logic that belongs in CPanel.

VioletGiraffe avatar Aug 12 '18 13:08 VioletGiraffe