Skip to content

Move files

Antoine Facchini requested to merge move-files into master

This MR proposes to:

  • Collect all the test files together. Most of them are not currently used. The pytest command still works the same way;
  • Move the sql files defining the database to a separate folder, the ones for updates were put in the updates/ folder;
  • Renamed the res/ folder to icons/, I removed the template_project.qgs file from this folder and put it in the root of the project;
  • Delete all unused icons;
  • Rename the img/ folder to media/;
  • Move the files defining the QDialog to a separate folder.

Don't hesitate to suggest something different!

Merge request reports