Panel: Moved all KrView related classes to new subdirectory PanelView

Authored by Alexander Bikadorov <alex.bikadorov@kdemail.net> on Jun 4 2017, 7:42 PM.

Description

Panel: Moved all KrView related classes to new subdirectory PanelView

Details

Committed
Alexander Bikadorov <alex.bikadorov@kdemail.net>Jun 4 2017, 7:42 PM
Parents
R167:30ecb9a12e48: Merge branch 'my-tab_labels'
Branches
Unknown
Tags
Unknown
Alexander Bikadorov <alex.bikadorov@kdemail.net> committed R167:fdb4f3f5d06b: Panel: Moved all KrView related classes to new subdirectory PanelView (authored by Alexander Bikadorov <alex.bikadorov@kdemail.net>).Jun 4 2017, 7:42 PM

If you are reworking the views you might want take a look at what I did: https://cgit.kde.org/clones/krusader/janlepper/krusader.git/tree/krusader/ListView?h=port-listview-rework
Among the changes:

  • remove KrViewOperator
  • KrView inherits QObject
  • the actual widget is a separate object of the view (take a look at KrInterView for how I id it)
  • more that I can't think of right now ;)