Skip to content

Modify directory layout of conf/

This makes two changes which make sense to me:

  • Move C++ files for the main configuration dialog from conf/ to conf/partconfdialog/.
  • Move okular.upd from / to conf/.

The idea is that kconf_update update scripts can later be placed in conf/updatescripts/; from where they can be compiled and installed as target. For example, !255 could use a new update script.

Additionally, the base directory contains one file less.

This does not change CMake code other than the paths of the affected files.

This also doesn’t touch the directory organisation of other source files. For example, ui/ could contain subfolders like annotations/ and presentation/, but for that I would need to learn more about relationships between these files.

Merge request reports