Warning, /graphics/kphotoalbum/dev/README-dev.txt is written in an unsupported language. File is not indexed.

0001 Development tools to support KPhotoAlbum development
0002 ====================================================
0003 
0004 dev/documentation
0005 -----------------
0006 
0007 This directory contains developer-focused documentation such as information about coding style and the database file format.
0008 You can also find some notes about debugging.
0009 
0010 
0011 dev/githooks
0012 ------------
0013 
0014 With extra-cmake-modules version 5.108 and newer, you don't have to do anything.
0015 
0016 If you have an older version of ECM, you need to enable these githooks yourself.
0017 To do so, add "$(git rev-parse --git-common-dir)/../dev/githooks/pre-commit" on a line of its own to the file .git/hooks/pre-commit
0018 
0019 About the hooks:
0020  - default-pre-commit: this is the default pre-commit hook supplied with git
0021  - check-copyright-header will remind you to update copyright headers on changed files
0022  - check-untracked-files will try to warn you about files that you forgot to add to git
0023  - check-cmakelint will run cmakelint on all CMake files that were changed
0024 
0025 dev/scripts
0026 -----------
0027 
0028 This directory contains scripts useful for developing kphotoalbum.
0029 
0030 Scripts that are also useful to power users should usually go to the top level
0031 scripts directory (e.g. kpa-backup.sh).
0032 
0033 
0034 
0035 Additional resources
0036 --------------------
0037 
0038  - https://techbase.kde.org/Development/Git/Configuration